[webkit-reviews] review requested: [Bug 71408] Implement MediaController. : [Attachment 114451] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 00:51:45 PST 2011


Jer Noble <jer.noble at apple.com> has asked  for review:
Bug 71408: Implement MediaController.
https://bugs.webkit.org/show_bug.cgi?id=71408

Attachment 114451: Patch
https://bugs.webkit.org/attachment.cgi?id=114451&action=review

------- Additional Comments from Jer Noble <jer.noble at apple.com>
Fixed the Chromium layout test failures.  They were due to a horrible misdesign
on my part.  The MediaController mediaGroup->controller map was a global one,
so media elements in separate documents with the same mediaGroup would get the
same mediaController.  This has been fixed, as has a infinite-recursion bug in
ClockGeneric.


More information about the webkit-reviews mailing list