| commit | 355fedb923087f9dbd7d427bfbdad847db6391ab | [log] [tgz] |
|---|---|---|
| author | Gyuyoung Kim <gyuyoung.kim@lge.com> | Thu Nov 23 18:09:32 2017 |
| committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 23 18:09:32 2017 |
| tree | 2e9ff9e8f292f131cd1f3d43c0d6544ec855387b | |
| parent | 6c4cca504533b317b3b61e7417e4582a45f58881 [diff] |
[Custom Scheme] Remove isProtocolHandlerRegistered in the NavigatorContentUtils of blink isProtocolHandlerRegistered has been existed in blink. However, latest custom scheme whatwg specfication removed it. - whatwg: https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers - whatwg issue: https://github.com/whatwg/html/issues/630 - commit to remove it: https://github.com/whatwg/html/commit/b143dbc2d16f3473fcadee377d838070718549d3 The reason to remove it was that no browsers have supported the function. So it would be good if we remove it from blink in order to reduce our maintanance overhead. Bug: 121825 Change-Id: I3e99dd5996e55dedcd8b5d47a7103410acfd24eb Reviewed-on: https://chromium-review.googlesource.com/784653 Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> Reviewed-by: Mike Lawther <mikelawther@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#518981}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .