Changeset 133465 in webkit


Ignore:
Timestamp:
Nov 5, 2012 6:27:53 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[Chromium] Disable registerProtocolHandler on Android
https://bugs.webkit.org/show_bug.cgi?id=101199

Patch by Miguel Garcia <miguelg@chromium.org> on 2012-11-05
Reviewed by Julien Chaffraix.

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.

  • features.gypi:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r133429 r133465  
     12012-11-05  Miguel Garcia  <miguelg@chromium.org>
     2
     3        [Chromium] Disable registerProtocolHandler on Android
     4        https://bugs.webkit.org/show_bug.cgi?id=101199
     5
     6        Reviewed by Julien Chaffraix.
     7
     8        Chromium for Android has been exposing registerProtocolHandler, but the feature wasn't
     9        actually wired up internally. Disable the feature to avoid breaking feature detection
     10        until we can implement it properly.
     11
     12        * features.gypi:
     13
    1142012-11-04  MORITA Hajime  <morrita@google.com>
    215
  • trunk/Source/WebKit/chromium/features.gypi

    r132600 r133465  
    167167          'ENABLE_PAGE_POPUP=0',
    168168          'ENABLE_PRINTING=0',
     169          'ENABLE_REGISTER_PROTOCOL_HANDLER=0',
    169170          # FIXME: Disable once the linking error has been resolved.
    170171          # https://bugs.webkit.org/show_bug.cgi?id=88636
Note: See TracChangeset for help on using the changeset viewer.