RESOLVED FIXED Bug 88388
[chromium] Add a WebKit::WebMediaPlayer::CORSMode enum in preparation for 88349
https://bugs.webkit.org/show_bug.cgi?id=88388
Summary [chromium] Add a WebKit::WebMediaPlayer::CORSMode enum in preparation for 88349
Ami Fischman
Reported 2012-06-05 19:22:55 PDT
[chromium] Add a WebKit::WebMediaPlayer::CORSMode enum in preparation for 88349
Attachments
Patch (2.76 KB, patch)
2012-06-05 19:23 PDT, Ami Fischman
no flags
Patch (1.25 KB, patch)
2012-06-05 19:23 PDT, Ami Fischman
no flags
Patch (1.27 KB, patch)
2012-06-05 22:11 PDT, Ami Fischman
no flags
Ami Fischman
Comment 1 2012-06-05 19:23:11 PDT
Ami Fischman
Comment 2 2012-06-05 19:23:56 PDT
WebKit Review Bot
Comment 3 2012-06-05 19:26:45 PDT
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.
Eric Carlson
Comment 4 2012-06-05 20:48:22 PDT
Comment on attachment 145916 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=145916&action=review Looks fine to me, but I am not abarth, dglazkov, fishd, jamesr or tkent... > Source/WebKit/chromium/public/WebMediaPlayer.h:107 > + enum CORSMode { > + Unspecified, > + Anonymous, > + UseCredentials, > + }; Shouldn't these have compile asserts in Source/WebKit/chromium/src/AssertMatchingEnums.cpp?
Ami Fischman
Comment 5 2012-06-05 20:54:27 PDT
(In reply to comment #4) > (From update of attachment 145916 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=145916&action=review > > Source/WebKit/chromium/public/WebMediaPlayer.h:107 > > + enum CORSMode { > > + Unspecified, > > + Anonymous, > > + UseCredentials, > > + }; > > Shouldn't these have compile asserts in Source/WebKit/chromium/src/AssertMatchingEnums.cpp? They will (see 88349). The point of *this* patch is just to be able to land https://chromiumcodereview.appspot.com/10543007/ so that I can then land 88349...
Darin Fisher (:fishd, Google)
Comment 6 2012-06-05 21:19:08 PDT
Comment on attachment 145916 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=145916&action=review > Source/WebKit/chromium/public/WebMediaPlayer.h:103 > + enum CORSMode { nit: please fix enum naming: http://trac.webkit.org/wiki/ChromiumWebKitAPI#Enums
Ami Fischman
Comment 7 2012-06-05 22:11:55 PDT
Ami Fischman
Comment 8 2012-06-05 22:12:55 PDT
(In reply to comment #6) > (From update of attachment 145916 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=145916&action=review > > > Source/WebKit/chromium/public/WebMediaPlayer.h:103 > > + enum CORSMode { > > nit: please fix enum naming: > http://trac.webkit.org/wiki/ChromiumWebKitAPI#Enums Done.
Darin Fisher (:fishd, Google)
Comment 9 2012-06-05 22:59:02 PDT
Comment on attachment 145933 [details] Patch (please remember to add the AssertMatchingEnums.cpp change)
WebKit Review Bot
Comment 10 2012-06-06 00:51:46 PDT
Comment on attachment 145933 [details] Patch Clearing flags on attachment: 145933 Committed r119569: <http://trac.webkit.org/changeset/119569>
WebKit Review Bot
Comment 11 2012-06-06 00:51:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.