[webkit-reviews] review granted: [Bug 83788] Update webkitSourceAppend() signature to match Media Source v0.4 spec : [Attachment 138832] Addressed style nit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 14:10:43 PDT 2012


Darin Fisher (:fishd, Google) <fishd at chromium.org> has granted Aaron Colwell
<acolwell at chromium.org>'s request for review:
Bug 83788: Update webkitSourceAppend() signature to match Media Source v0.4
spec
https://bugs.webkit.org/show_bug.cgi?id=83788

Attachment 138832: Addressed style nit
https://bugs.webkit.org/attachment.cgi?id=138832&action=review

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=138832&action=review


> Source/WebCore/html/HTMLMediaElement.idl:107
> +    [V8EnabledAtRuntime=mediaSource] void webkitSourceAppend(in DOMString
id, in Uint8Array data) raises (DOMException);

I assume we have not yet shipped with mediaSource enabled at runtime in a
stable Chrome build, right?  We don't have to worry about breaking existing
content with this change, right?


More information about the webkit-reviews mailing list