Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1646)

Issue 22859043: Add a CustomSchemeHandler runtime flag to remove ENABLE(CUSTOM_SCHEME_HANDLER) (Closed)

Created:
7 years, 4 months ago by gyuyoung-inactive
Modified:
6 years, 11 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add a CustomSchemeHandler runtime flag to remove ENABLE(CUSTOM_SCHEME_HANDLER). As a step to remove #ifdef, this cl add a new runtime flag(CustomSchemeHandler), then it removes #if ENABLE(CUSTOM_SCHEME_HANDLER). BUG=N/A Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164740

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -33 lines) Patch
M LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt View 1 2 3 4 4 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/unregister-protocol-handler-expected.txt View 1 2 1 chunk +25 lines, -25 lines 0 comments Download
M Source/modules/navigatorcontentutils/NavigatorContentUtils.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M Source/modules/navigatorcontentutils/NavigatorContentUtils.idl View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/ChromeClientImpl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
gyuyoung-inactive
As mentioned in https://codereview.chromium.org/22871006/#msg8, this cl removes ENABLE(CUSTOM_SCHEME_HANDLER).
7 years, 4 months ago (2013-08-22 01:11:16 UTC) #1
abarth-chromium
You've removed the ENABLE(CUSTOM_SCHEME_HANDLER) macro from CPP, but you've left it in the IDL file: ...
7 years, 4 months ago (2013-08-22 17:19:58 UTC) #2
gyuyoung-inactive
On 2013/08/22 17:19:58, abarth wrote: > You've removed the ENABLE(CUSTOM_SCHEME_HANDLER) macro from CPP, but you've ...
7 years, 4 months ago (2013-08-23 07:42:45 UTC) #3
gyuyoung-inactive
Abarth, could you take a look this again ? I update this patch.
6 years, 11 months ago (2014-01-06 07:05:16 UTC) #4
gyuyoung-inactive
https://codereview.chromium.org/22859043/diff/35001/LayoutTests/fast/dom/unregister-protocol-handler-expected.txt File LayoutTests/fast/dom/unregister-protocol-handler-expected.txt (left): https://codereview.chromium.org/22859043/diff/35001/LayoutTests/fast/dom/unregister-protocol-handler-expected.txt#oldcode27 LayoutTests/fast/dom/unregister-protocol-handler-expected.txt:27: Fail: Invalid url "" allowed. This expected result will ...
6 years, 11 months ago (2014-01-06 07:09:06 UTC) #5
abarth-chromium
https://codereview.chromium.org/22859043/diff/35001/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl File Source/modules/navigatorcontentutils/NavigatorContentUtils.idl (right): https://codereview.chromium.org/22859043/diff/35001/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl#newcode24 Source/modules/navigatorcontentutils/NavigatorContentUtils.idl:24: [RuntimeEnabled=NavigatorContentUtils, CustomSchemeHandler, RaisesException] DOMString isProtocolHandlerRegistered(DOMString scheme, DOMString url); On ...
6 years, 11 months ago (2014-01-06 21:49:46 UTC) #6
gyuyoung-inactive
https://codereview.chromium.org/22859043/diff/35001/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl File Source/modules/navigatorcontentutils/NavigatorContentUtils.idl (right): https://codereview.chromium.org/22859043/diff/35001/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl#newcode24 Source/modules/navigatorcontentutils/NavigatorContentUtils.idl:24: [RuntimeEnabled=NavigatorContentUtils, CustomSchemeHandler, RaisesException] DOMString isProtocolHandlerRegistered(DOMString scheme, DOMString url); On ...
6 years, 11 months ago (2014-01-07 00:05:57 UTC) #7
gyuyoung-inactive
On 2014/01/07 00:05:57, gyuyoung wrote: > https://codereview.chromium.org/22859043/diff/35001/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl > File Source/modules/navigatorcontentutils/NavigatorContentUtils.idl (right): > > https://codereview.chromium.org/22859043/diff/35001/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl#newcode24 > ...
6 years, 11 months ago (2014-01-07 04:22:15 UTC) #8
gyuyoung-inactive
On 2014/01/07 04:22:15, gyuyoung wrote: > On 2014/01/07 00:05:57, gyuyoung wrote: > > > https://codereview.chromium.org/22859043/diff/35001/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl ...
6 years, 11 months ago (2014-01-07 08:55:43 UTC) #9
abarth-chromium
lgtm Looks great! Thanks for iterating on this CL.
6 years, 11 months ago (2014-01-09 00:22:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/22859043/165001
6 years, 11 months ago (2014-01-09 00:22:54 UTC) #11
gyuyoung-inactive
On 2014/01/09 00:22:41, abarth wrote: > lgtm > > Looks great! Thanks for iterating on ...
6 years, 11 months ago (2014-01-09 02:09:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/22859043/295001
6 years, 11 months ago (2014-01-09 02:10:17 UTC) #13
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 04:16:34 UTC) #14
Message was sent while issue was closed.
Change committed as 164740

Powered by Google App Engine
This is Rietveld 408576698