Changeset 58878 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 6, 2010, 7:09:49 AM (15 years ago)
Author:
[email protected]
Message:

2010-05-06 Steve Block <[email protected]>

Reviewed by Eric Seidel.

MAC_JAVA_BRIDGE should be renamed JAVA_BRIDGE
https://bugs.webkit.org/show_bug.cgi?id=38544

  • wtf/Platform.h:

2010-05-06 Steve Block <[email protected]>

Reviewed by Eric Seidel.

MAC_JAVA_BRIDGE should be renamed JAVA_BRIDGE
https://bugs.webkit.org/show_bug.cgi?id=38544

No new tests, build fix only.

  • DerivedSources.make:
  • bindings/js/ScriptController.cpp: (WebCore::ScriptController::ScriptController):
  • bindings/js/ScriptController.h:
  • bindings/js/ScriptControllerMac.mm: (WebCore::ScriptController::createScriptInstanceForWidget):
  • bridge/jni/JNIBridge.cpp:
  • bridge/jni/JNIBridge.h:
  • bridge/jni/JNIUtility.cpp:
  • bridge/jni/JNIUtility.h:
  • bridge/jni/jni_jsobject.h:
  • bridge/jni/jni_jsobject.mm:
  • bridge/jni/jni_objc.mm:
  • bridge/jni/jsc/JNIBridgeJSC.cpp:
  • bridge/jni/jsc/JNIBridgeJSC.h:
  • bridge/jni/jsc/JNIUtilityPrivate.cpp:
  • bridge/jni/jsc/JNIUtilityPrivate.h:
  • bridge/jni/jsc/JavaClassJSC.cpp:
  • bridge/jni/jsc/JavaClassJSC.h:
  • bridge/jni/jsc/JavaInstanceJSC.cpp:
  • bridge/jni/jsc/JavaInstanceJSC.h:
  • loader/FrameLoaderClient.h:

2010-05-06 Steve Block <[email protected]>

Reviewed by Eric Seidel.

MAC_JAVA_BRIDGE should be renamed JAVA_BRIDGE
https://bugs.webkit.org/show_bug.cgi?id=38544

  • WebCoreSupport/WebFrameLoaderClient.h:
  • WebCoreSupport/WebFrameLoaderClient.mm:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r58874 r58878  
     12010-05-06  Steve Block  <[email protected]>
     2
     3        Reviewed by Eric Seidel.
     4
     5        MAC_JAVA_BRIDGE should be renamed JAVA_BRIDGE
     6        https://bugs.webkit.org/show_bug.cgi?id=38544
     7
     8        * wtf/Platform.h:
     9
    1102010-05-06  Adam Barth  <[email protected]>
    211
  • trunk/JavaScriptCore/wtf/Platform.h

    r58707 r58878  
    588588#define WTF_USE_PLUGIN_HOST_PROCESS 1
    589589#endif
    590 #if !defined(ENABLE_MAC_JAVA_BRIDGE)
    591 #define ENABLE_MAC_JAVA_BRIDGE 1
     590#if !defined(ENABLE_JAVA_BRIDGE)
     591#define ENABLE_JAVA_BRIDGE 1
    592592#endif
    593593#if !defined(ENABLE_DASHBOARD_SUPPORT)
     
    620620#define ENABLE_ICONDATABASE 0
    621621#define ENABLE_INSPECTOR 0
    622 #define ENABLE_MAC_JAVA_BRIDGE 0
     622#define ENABLE_JAVA_BRIDGE 0
    623623#define ENABLE_NETSCAPE_PLUGIN_API 0
    624624#define ENABLE_ORIENTATION_EVENTS 1
     
    634634#define WTF_PLATFORM_SGL 1
    635635#define USE_SYSTEM_MALLOC 1
    636 #define ENABLE_MAC_JAVA_BRIDGE 1
     636#define ENABLE_JAVA_BRIDGE 1
    637637#define LOG_DISABLED 1
    638638/* Prevents Webkit from drawing the caret in textfields and textareas
     
    836836#endif
    837837
    838 #if !defined(ENABLE_MAC_JAVA_BRIDGE)
    839 #define ENABLE_MAC_JAVA_BRIDGE 0
     838#if !defined(ENABLE_JAVA_BRIDGE)
     839#define ENABLE_JAVA_BRIDGE 0
    840840#endif
    841841
Note: See TracChangeset for help on using the changeset viewer.