Bug 101199 - Disable registerProtocolHandler on Android
Summary: Disable registerProtocolHandler on Android
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 02:35 PST by Miguel Garcia
Modified: 2012-11-05 06:28 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.36 KB, patch)
2012-11-05 02:36 PST, Miguel Garcia
no flags Details | Formatted Diff | Diff
Patch (1.38 KB, patch)
2012-11-05 02:56 PST, Miguel Garcia
no flags Details | Formatted Diff | Diff
Patch (1.46 KB, patch)
2012-11-05 05:24 PST, Miguel Garcia
no flags Details | Formatted Diff | Diff
Patch (1.48 KB, patch)
2012-11-05 05:46 PST, Miguel Garcia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Garcia 2012-11-05 02:35:43 PST
Disable registerProtocolHandler on Android
Comment 1 Miguel Garcia 2012-11-05 02:36:48 PST
Created attachment 172300 [details]
Patch
Comment 2 Peter Beverloo 2012-11-05 02:49:10 PST
Comment on attachment 172300 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=172300&action=review

Thanks for the patch, Miguel! Please find two nits in-line. You may also want to consider requesting commit-queue, which is useful as you're not a committer yet yourself. You can do this in the patch' Details section, or by supplying the "--request-commit" argument to webkit-patch upload.

> Source/WebKit/chromium/ChangeLog:3
> +        Disable registerProtocolHandler on Android

Since this patch only touches Chromium-specific code, it's best to prefix the bug title with "[Chromium]", especially since there is no more Android port in WebKit.

> Source/WebKit/chromium/ChangeLog:8
> +        Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!).

Any line with "(OOPS!)" will make presubmit unhappy. The only exception here is the "Reviewed by NOBODY (OOPS!)" line, which will be filled in automatically by the tools.

In this case, it's important for the reviewer and other members of the Chromium project to understand why registerProtocolHandler is being disabled for Android. A bit of rationale can help here, so something like the following text would be clearer: "Chromium for Android has been exposing registerProtocolHandler, but the feature wasn't actually wired up internally. Disable the feature to avoid breaking feature detection until we can implement it properly."
Comment 3 Miguel Garcia 2012-11-05 02:56:12 PST
Created attachment 172304 [details]
Patch
Comment 4 Miguel Garcia 2012-11-05 02:57:36 PST
(In reply to comment #3)
> Created an attachment (id=172304) [details]
> Patch

Thanks for the comments Peter! Uploaded a new patch with your suggestions
Comment 5 Julien Chaffraix 2012-11-05 04:56:29 PST
Comment on attachment 172304 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=172304&action=review

LGTM, Adam is usually your man for such changes but it is simple enough.

> Source/WebKit/chromium/ChangeLog:8
> +        Disalble registerProtocolHandler since it is not properly implemented (yet) and could confuse developers trying to use it in android.

Typo: disalble.

Also let's be precise! Peter's phrasing was more accurate from this perspective as it mentioned that it is a platform issue (reading your wording I thought it was an issue in the feature).
Comment 6 Miguel Garcia 2012-11-05 05:24:03 PST
Created attachment 172317 [details]
Patch
Comment 7 Miguel Garcia 2012-11-05 05:25:30 PST
Thanks for the quick review! Changed to use Peter's wording instead.
(In reply to comment #6)
> Created an attachment (id=172317) [details]
> Patch
Comment 8 Miguel Garcia 2012-11-05 05:46:32 PST
Created attachment 172322 [details]
Patch
Comment 9 Peter Beverloo 2012-11-05 05:48:32 PST
Comment on attachment 172322 [details]
Patch

Thank you Miguel! Setting cq+.
Comment 10 WebKit Review Bot 2012-11-05 06:28:17 PST
Comment on attachment 172322 [details]
Patch

Clearing flags on attachment: 172322

Committed r133465: <http://trac.webkit.org/changeset/133465>
Comment 11 WebKit Review Bot 2012-11-05 06:28:22 PST
All reviewed patches have been landed.  Closing bug.