- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 01:54:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv6605 Modified Files: Makefile Log Message: Pause a MediaController if all its slaves are paused, and make it so that the UA UI will unpause all the slaves when it unpauses a MediaController that is itself blocked because all its slaves are paused. (whatwg r6024) [updated by splitter] Index: Makefile =================================================================== RCS file: /sources/public/html5/spec-author-view/Makefile,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- Makefile 21 Apr 2011 18:55:47 -0000 1.42 +++ Makefile 22 Apr 2011 01:53:59 -0000 1.43 @@ -97,6 +97,9 @@ $(RM) CHANGEDESC $(RM) SPLITTERLOG $(RM) FILECHECK + $(RM) FOR-FUCK-SAKE.html + $(RM) index-of-terms.html + $(RM) index-of-terms.html.tmp distclean: clean $(RM) -r anolis
Received on Friday, 22 April 2011 01:54:04 UTC