Changeset 133634 in webkit


Ignore:
Timestamp:
Nov 6, 2012 10:25:02 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] Adding window.external to our port
https://bugs.webkit.org/show_bug.cgi?id=100868

Patch by Otto Derek Cheung <otcheung@rim.com> on 2012-11-06
Reviewed by Rob Buis.

Patching the method names to match the ones in the spec.

  • WebCoreSupport/ExternalExtension.cpp:
Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

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

    r133629 r133634  
     12012-11-06  Otto Derek Cheung  <otcheung@rim.com>
     2
     3        [BlackBerry] Adding window.external to our port
     4        https://bugs.webkit.org/show_bug.cgi?id=100868
     5
     6        Reviewed by Rob Buis.
     7
     8        Patching the method names to match the ones in the spec.
     9
     10        * WebCoreSupport/ExternalExtension.cpp:
     11
    1122012-11-06  Jacky Jiang  <zhajiang@rim.com>
    213
  • trunk/Source/WebKit/blackberry/WebCoreSupport/ExternalExtension.cpp

    r133314 r133634  
    109109
    110110static JSStaticFunction externalExtensionStaticFunctions[] = {
    111     { "addSearchProvider", addSearchProviderMethod, kJSPropertyAttributeNone },
    112     { "isSearchProviderInstalled", IsSearchProviderInstalledMethod, kJSPropertyAttributeReadOnly },
     111    { "AddSearchProvider", addSearchProviderMethod, kJSPropertyAttributeNone },
     112    { "IsSearchProviderInstalled", IsSearchProviderInstalledMethod, kJSPropertyAttributeReadOnly },
    113113    { 0, 0, 0 }
    114114};
Note: See TracChangeset for help on using the changeset viewer.