Fine tune Web Intents Chromium API
Created attachment 123406 [details] Patch
Removes identifier() method from Web Intent, adds webkit constructor for WebIntentServiceInfo. This shouldn't be merged until after the Chromium code using the removed API lands (http://codereview.chromium.org/9186021/)
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
Comment on attachment 123406 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=123406&action=review > Source/WebKit/chromium/src/WebIntentServiceInfo.cpp:36 > +WebIntentServiceInfo::WebIntentServiceInfo(const WebString& action, nit: please list functions in the .cpp file in the same order as they appear in the .h file.
Comment on attachment 123406 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=123406&action=review >> Source/WebKit/chromium/src/WebIntentServiceInfo.cpp:36 >> +WebIntentServiceInfo::WebIntentServiceInfo(const WebString& action, > > nit: please list functions in the .cpp file in the same order as they appear in the .h file. Done.
Created attachment 123573 [details] Patch
Comment on attachment 123573 [details] Patch Clearing flags on attachment: 123573 Committed r105681: <http://trac.webkit.org/changeset/105681>
All reviewed patches have been landed. Closing bug.