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

Issue 267103002: Ignore title parameter for navigator.registerProtocolHandler. (Closed)

Created:
6 years, 7 months ago by meacer
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Ignore title parameter for navigator.registerProtocolHandler BUG=347720 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269630

Patch Set 1 #

Patch Set 2 : Remove include #

Total comments: 2

Patch Set 3 : Remove all title references #

Total comments: 2

Patch Set 4 : creis comment #

Patch Set 5 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -147 lines) Patch
M chrome/app/generated_resources.grd View 3 chunks +4 lines, -14 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc View 1 2 3 4 3 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc View 1 2 3 4 10 chunks +37 lines, -48 lines 0 comments Download
M chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc View 1 2 3 4 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc View 1 2 1 chunk +12 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/handler_options_list.js View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 1 2 3 4 4 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/handler_options_handler.cc View 1 2 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/common/custom_handlers/protocol_handler.h View 1 2 3 chunks +3 lines, -7 lines 0 comments Download
M chrome/common/custom_handlers/protocol_handler.cc View 1 2 5 chunks +9 lines, -18 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
meacer
jochen: Can you please review? This is the current dialog: https://drive.google.com/file/d/0B9q2eN9gDoUIZzQ0VHJfcTZIeDg/edit?usp=sharing
6 years, 7 months ago (2014-05-06 17:28:03 UTC) #1
jochen (gone - plz use gerrit)
deferring to scott
6 years, 7 months ago (2014-05-06 17:47:38 UTC) #2
sky
Sorry to pass the buck, but I'm not sure of the effects of this. Maybe ...
6 years, 7 months ago (2014-05-06 18:24:07 UTC) #3
jochen (gone - plz use gerrit)
the cl looks good from point of view of code, but i'm not sure whether ...
6 years, 7 months ago (2014-05-06 18:26:28 UTC) #4
meacer
On 2014/05/06 18:26:28, jochen wrote: > the cl looks good from point of view of ...
6 years, 7 months ago (2014-05-06 18:36:38 UTC) #5
jochen (gone - plz use gerrit)
https://codereview.chromium.org/267103002/diff/20001/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc File chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc (left): https://codereview.chromium.org/267103002/diff/20001/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc#oldcode76 chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc:76: handler_.title(), base::UTF8ToUTF16(handler_.url().host()), is title() used anywhere else? Otherwise, you ...
6 years, 7 months ago (2014-05-06 18:38:30 UTC) #6
jochen (gone - plz use gerrit)
6 years, 7 months ago (2014-05-06 18:38:31 UTC) #7
meacer
https://codereview.chromium.org/267103002/diff/20001/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc File chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc (left): https://codereview.chromium.org/267103002/diff/20001/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc#oldcode76 chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc:76: handler_.title(), base::UTF8ToUTF16(handler_.url().host()), On 2014/05/06 18:38:30, jochen wrote: > is ...
6 years, 7 months ago (2014-05-06 18:46:49 UTC) #8
meacer
Here are the screenshots after removing all references to |title| in the browser side: https://docs.google.com/document/d/1CA7lmXBjMixWGTPAA7dwOXhxFpgBqiIKjUxNuoFy5nY/edit?usp=sharing ...
6 years, 7 months ago (2014-05-06 21:29:30 UTC) #9
Charlie Reis
On 2014/05/06 21:29:30, Mustafa Emre Acer wrote: > Here are the screenshots after removing all ...
6 years, 7 months ago (2014-05-07 00:13:58 UTC) #10
meacer
On 2014/05/07 00:13:58, Charlie Reis wrote: > On 2014/05/06 21:29:30, Mustafa Emre Acer wrote: > ...
6 years, 7 months ago (2014-05-08 18:23:19 UTC) #11
Charlie Reis
Thanks. The two files in content/ LGTM with one nit. https://codereview.chromium.org/267103002/diff/40001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/267103002/diff/40001/content/browser/web_contents/web_contents_impl.cc#newcode2601 ...
6 years, 7 months ago (2014-05-08 22:39:46 UTC) #12
sky
LGTM
6 years, 7 months ago (2014-05-08 23:36:54 UTC) #13
meacer
https://codereview.chromium.org/267103002/diff/40001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/267103002/diff/40001/content/browser/web_contents/web_contents_impl.cc#newcode2601 content/browser/web_contents/web_contents_impl.cc:2601: const base::string16&, On 2014/05/08 22:39:46, Charlie Reis wrote: > ...
6 years, 7 months ago (2014-05-09 01:16:40 UTC) #14
meacer
The CQ bit was checked by meacer@chromium.org
6 years, 7 months ago (2014-05-09 01:16:54 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/meacer@chromium.org/267103002/80001
6 years, 7 months ago (2014-05-09 01:25:35 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 05:01:19 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-09 05:15:48 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/182026)
6 years, 7 months ago (2014-05-09 05:15:49 UTC) #19
meacer
FYI, I rebased and fixed the tests.
6 years, 7 months ago (2014-05-09 23:57:37 UTC) #20
meacer
The CQ bit was checked by meacer@chromium.org
6 years, 7 months ago (2014-05-10 18:00:20 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/meacer@chromium.org/267103002/100001
6 years, 7 months ago (2014-05-10 18:05:22 UTC) #22
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 20:39:09 UTC) #23
Message was sent while issue was closed.
Change committed as 269630

Powered by Google App Engine
This is Rietveld 408576698