RESOLVED FIXED 103669
Add runtime enable for web intents.
https://bugs.webkit.org/show_bug.cgi?id=103669
Summary Add runtime enable for web intents.
Greg Billock
Reported 2012-11-29 14:20:38 PST
Add runtime enable for web intents.
Attachments
Patch (6.84 KB, patch)
2012-11-29 14:22 PST, Greg Billock
no flags
Patch (6.84 KB, patch)
2012-12-03 09:27 PST, Greg Billock
no flags
Patch (6.93 KB, patch)
2012-12-05 09:41 PST, Greg Billock
no flags
Greg Billock
Comment 1 2012-11-29 14:22:39 PST
WebKit Review Bot
Comment 2 2012-11-29 14:25:26 PST
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.
WebKit Review Bot
Comment 3 2012-11-29 17:25:31 PST
Comment on attachment 176816 [details] Patch Attachment 176816 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15059073 New failing tests: webintents/web-intents-delivery.html fast/dom/navigator-detached-no-crash.html webintents/web-intents-reload.html webintents/web-intents-api.html webintents/web-intents-delivery-reuse.html webintents/web-intents-invoke-port.html webintents/web-intents-invoke.html webintents/web-intents-failure.html webintents/web-intents-obj-constructor.html webintents/web-intents-reply.html
Greg Billock
Comment 4 2012-12-03 09:27:51 PST
Greg Billock
Comment 5 2012-12-03 09:29:11 PST
Made runtime-disable on by default to make sure tests run and pass still.
Chris Dumez
Comment 6 2012-12-03 09:32:11 PST
Comment on attachment 177271 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=177271&action=review > Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h:262 > + static bool webKitIntentEnabled() { return isWebIntentsEnabled; } This method looks duplicated from the line above.
Chris Dumez
Comment 7 2012-12-03 09:33:50 PST
Comment on attachment 177271 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=177271&action=review >> Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h:262 >> + static bool webKitIntentEnabled() { return isWebIntentsEnabled; } > > This method looks duplicated from the line above. never mind, the case is different :)
WebKit Review Bot
Comment 8 2012-12-04 19:27:25 PST
Comment on attachment 177271 [details] Patch Rejecting attachment 177271 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: 380 with fuzz 2 (offset 18 lines). patching file Source/WebKit/chromium/public/WebRuntimeFeatures.h Hunk #1 FAILED at 157. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit/chromium/public/WebRuntimeFeatures.h.rej patching file Source/WebKit/chromium/src/WebRuntimeFeatures.cpp Hunk #1 succeeded at 667 (offset 28 lines). Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Darin Fish..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/15133653
Adam Barth
Comment 9 2012-12-04 20:09:46 PST
Comment on attachment 177271 [details] Patch Sigh. I moved the bot to git.webkit.org
WebKit Review Bot
Comment 10 2012-12-04 20:17:18 PST
Comment on attachment 177271 [details] Patch Rejecting attachment 177271 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: 380 with fuzz 2 (offset 18 lines). patching file Source/WebKit/chromium/public/WebRuntimeFeatures.h Hunk #1 FAILED at 157. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit/chromium/public/WebRuntimeFeatures.h.rej patching file Source/WebKit/chromium/src/WebRuntimeFeatures.cpp Hunk #1 succeeded at 667 (offset 28 lines). Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Darin Fish..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/15138442
Adam Barth
Comment 11 2012-12-04 20:23:37 PST
Oh, this is a legit "does not apply" failure.
Greg Billock
Comment 12 2012-12-05 09:41:45 PST
Greg Billock
Comment 13 2012-12-05 09:42:15 PST
Yep. Should be merged to head in latest patch now.
WebKit Review Bot
Comment 14 2012-12-05 18:07:54 PST
Comment on attachment 177780 [details] Patch Clearing flags on attachment: 177780 Committed r136785: <http://trac.webkit.org/changeset/136785>
WebKit Review Bot
Comment 15 2012-12-05 18:08:01 PST
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.