RESOLVED FIXED 88608
[EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
https://bugs.webkit.org/show_bug.cgi?id=88608
Summary [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
Dongwoo Joshua Im (dwim)
Reported 2012-06-07 20:13:43 PDT
If it is ok, I want to enable the CUSTOM_SCHEME_HANDLER feature as default. And, I will add the expected result of the EFL port in the same patch.
Attachments
Patch (4.74 KB, patch)
2012-06-07 20:19 PDT, Dongwoo Joshua Im (dwim)
no flags
Patch (5.87 KB, patch)
2012-06-07 21:25 PDT, Dongwoo Joshua Im (dwim)
morrita: review+
webkit.review.bot: commit-queue-
Patch (5.91 KB, patch)
2012-07-05 02:02 PDT, Dongwoo Joshua Im (dwim)
no flags
Dongwoo Joshua Im (dwim)
Comment 1 2012-06-07 20:19:55 PDT
Raphael Kubo da Costa (:rakuco)
Comment 2 2012-06-07 20:35:01 PDT
Comment on attachment 146463 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=146463&action=review > Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:228 > + > + You seem to have added an extra empty line here. > Tools/Scripts/webkitperl/FeatureList.pm:172 > + define => "ENABLE_CUSTOM_SCHEME_HANDLER", default => isEfl(), value => \$customSchemeHandlerSupport }, Please also change the default in Source/cmake/OptionsEfl.cmake.
Raphael Kubo da Costa (:rakuco)
Comment 3 2012-06-07 20:45:52 PDT
Could you also explain the relationship between ENABLE(REGISTER_PROTOCOL_HANDLER) and ENABLE(CUSTOM_SCHEME_HANDLER)?
Dongwoo Joshua Im (dwim)
Comment 4 2012-06-07 21:06:19 PDT
(In reply to comment #3) > Could you also explain the relationship between ENABLE(REGISTER_PROTOCOL_HANDLER) and ENABLE(CUSTOM_SCHEME_HANDLER)? Adam Barth suggested to use CUSTOM_SCHEME_HANDLER macro in the bug, https://bugs.webkit.org/show_bug.cgi?id=73176. Actually, those three APIs - register, isRegistered, and unregister - are belong to one W3C spec which name is Custom Scheme Handler. So, I think we can deprecate REGISTER_PROTOCOL_HANDLER macro, and use CUSTOM_SCHEME_HANDLER only in someday.
Dongwoo Joshua Im (dwim)
Comment 5 2012-06-07 21:25:29 PDT
Gyuyoung Kim
Comment 6 2012-06-14 00:19:35 PDT
Are there no test cases covered by this patch ?
Dongwoo Joshua Im (dwim)
Comment 7 2012-06-14 00:30:37 PDT
(In reply to comment #6) > Are there no test cases covered by this patch ? After this patch is merged, the result of platform/efl/fast/dom/unregister-protocol-handler.html will be changed. So, I add platform/efl/fast/dom/unregister-protocol-handler-expected.txt in this patch.
Gyuyoung Kim
Comment 8 2012-06-14 00:46:51 PDT
Looks good to me.
WebKit Review Bot
Comment 9 2012-07-04 22:25:39 PDT
Comment on attachment 146471 [details] Patch Rejecting attachment 146471 [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: FAILED at 69. 1 out of 1 hunk FAILED -- saving rejects to file Source/cmake/OptionsEfl.cmake.rej patching file Tools/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Tools/Scripts/webkitperl/FeatureList.pm Hunk #1 FAILED at 169. 1 out of 1 hunk FAILED -- saving rejects to file Tools/Scripts/webkitperl/FeatureList.pm.rej Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Hajime Mor..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/13140087
Dongwoo Joshua Im (dwim)
Comment 10 2012-07-05 02:02:01 PDT
WebKit Review Bot
Comment 11 2012-07-05 03:53:05 PDT
Comment on attachment 150896 [details] Patch Clearing flags on attachment: 150896 Committed r121897: <http://trac.webkit.org/changeset/121897>
WebKit Review Bot
Comment 12 2012-07-05 03:53:12 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.