[chromium] MediaStream API: Rename WebMediaStreamDescriptor and WebMediaStreamComponent to WebMediaStream and WebMediaStreamTrack
Created attachment 185744 [details] Patch
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Only renames in the patch. I have a corresponding Chromium patch lined up which does the rename there which will be committed as soon as this change is rolled in. The main reason is that the old names confused other developers who have no idea what a "Descriptor" or "Component" is; and concludes the cleanup of the WebKit names.
Comment on attachment 185744 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=185744&action=review > Source/Platform/chromium/public/WebMediaStreamComponent.h:36 > +// The name WebMediaStreamComponent is EXTREMELY DEPRECATED. EXTREMELY DEPRECATED!!!
Comment on attachment 185744 [details] Patch Clearing flags on attachment: 185744 Committed r141444: <http://trac.webkit.org/changeset/141444>
All reviewed patches have been landed. Closing bug.
(In reply to comment #4) > (From update of attachment 185744 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=185744&action=review > > > Source/Platform/chromium/public/WebMediaStreamComponent.h:36 > > +// The name WebMediaStreamComponent is EXTREMELY DEPRECATED. > > EXTREMELY DEPRECATED!!! Yes, if someone uses it for new stuff I'll hit them with a rubber chicken ;) Hopefully the Chromium rename patch goes asap so that I can remove these two compatibility headers later today.