Changeset 23682 in webkit


Ignore:
Timestamp:
Jun 20, 2007 8:11:30 PM (17 years ago)
Author:
bdash
Message:

2007-06-20 Mark Rowe <mrowe@apple.com>

Reviewed by Adam.

Reinstate the WebInspector class so WebKit clients that currently depend on it
will build and run correctly.

2007-06-20 Mark Rowe <mrowe@apple.com>

Reviewed by Adam.

  • WebCore.exp: Export InspectorController::inspect so WebKit can see it.
Location:
trunk
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r23681 r23682  
     12007-06-20  Mark Rowe  <mrowe@apple.com>
     2
     3        Reviewed by Adam.
     4
     5        * WebCore.exp: Export InspectorController::inspect so WebKit can see it.
     6
    172007-06-20  Geoffrey Garen  <ggaren@apple.com>
    28
  • trunk/WebCore/WebCore.exp

    r23677 r23682  
    304304__ZN7WebCore18PlatformMouseEventC1EP7NSEvent
    305305__ZN7WebCore19InspectorController16setWindowVisibleEb
     306__ZN7WebCore19InspectorController7inspectEPNS_4NodeE
    306307__ZN7WebCore19SelectionController16setSelectedRangeEPNS_5RangeENS_9EAffinityEbRi
    307308__ZN7WebCore19SelectionController5clearEv
     
    361362__ZN7WebCore5Frame21setProhibitsScrollingEb
    362363__ZN7WebCore5Frame26dashboardRegionsDictionaryEv
     364__ZN7WebCore5Frame29cleanupScriptObjectsForPluginEPv
    363365__ZN7WebCore5Frame4initEv
    364366__ZN7WebCore5Frame9setBridgeEP18WebCoreFrameBridge
     
    706708_wkSignalCFReadStreamHasBytes
    707709_wkSupportsMultipartXMixedReplace
    708 __ZN7WebCore5Frame29cleanupScriptObjectsForPluginEPv
  • trunk/WebKit/ChangeLog

    r23677 r23682  
     12007-06-20  Mark Rowe  <mrowe@apple.com>
     2
     3        Reviewed by Adam.
     4
     5        Reinstate the WebInspector class so WebKit clients that currently depend on it
     6        will build and run correctly.
     7
     8        * WebInspector/WebInspector.h: Added.
     9        * WebInspector/WebInspector.mm: Added.
     10        (+[WebInspector webInspector]):
     11        (-[WebInspector dealloc]):
     12        (-[WebInspector setWebFrame:]):
     13        (-[WebInspector showWindow:]):
     14        * WebKit.exp:
     15        * WebKit.xcodeproj/project.pbxproj:
     16
    1172007-06-20  Adam Roben  <aroben@apple.com>
    218
  • trunk/WebKit/WebKit.exp

    r23677 r23682  
    1717.objc_class_name_WebHistoryItem
    1818.objc_class_name_WebIconDatabase
     19.objc_class_name_WebInspector
    1920.objc_class_name_WebJavaScriptTextInputPanel
    2021.objc_class_name_WebKeyGenerator
     
    3233_HIWebViewGetWebView
    3334_WebActionButtonKey
    34 _WebActionButtonKey
    35 _WebActionElementKey
    3635_WebActionElementKey
    3736_WebActionModifierFlagsKey
    38 _WebActionModifierFlagsKey
    39 _WebActionNavigationTypeKey
    4037_WebActionNavigationTypeKey
    4138_WebActionOriginalURLKey
  • trunk/WebKit/WebKit.xcodeproj/project.pbxproj

    r23677 r23682  
    4444                5241ADF50B1BC48A004012BD /* WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5241ADF30B1BC48A004012BD /* WebCache.h */; settings = {ATTRIBUTES = (Private, ); }; };
    4545                5241ADF60B1BC48A004012BD /* WebCache.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5241ADF40B1BC48A004012BD /* WebCache.mm */; };
     46                5D7BF8140C2A1D90008CE06D /* WebInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D7BF8120C2A1D90008CE06D /* WebInspector.h */; settings = {ATTRIBUTES = (Private, ); }; };
     47                5D7BF8150C2A1D90008CE06D /* WebInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D7BF8130C2A1D90008CE06D /* WebInspector.mm */; };
    4648                5DE92FEF0BD7017E0059A5FD /* WebAssertions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DE92FEE0BD7017E0059A5FD /* WebAssertions.h */; settings = {ATTRIBUTES = (Private, ); }; };
    4749                650F74E409E488F70020118A /* WebUnarchivingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 650F74E209E488F70020118A /* WebUnarchivingState.h */; };
     
    393395                5241ADF30B1BC48A004012BD /* WebCache.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebCache.h; sourceTree = "<group>"; };
    394396                5241ADF40B1BC48A004012BD /* WebCache.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = WebCache.mm; sourceTree = "<group>"; };
     397                5D7BF8120C2A1D90008CE06D /* WebInspector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebInspector.h; sourceTree = "<group>"; };
     398                5D7BF8130C2A1D90008CE06D /* WebInspector.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = WebInspector.mm; sourceTree = "<group>"; };
    395399                5DE92FEE0BD7017E0059A5FD /* WebAssertions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebAssertions.h; sourceTree = "<group>"; };
    396400                650F74E209E488F70020118A /* WebUnarchivingState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebUnarchivingState.h; sourceTree = "<group>"; };
     
    689693                        isa = PBXGroup;
    690694                        children = (
     695                                5D7BF8120C2A1D90008CE06D /* WebInspector.h */,
     696                                5D7BF8130C2A1D90008CE06D /* WebInspector.mm */,
    691697                                1C68F663095B5FC100C2984E /* WebNodeHighlight.h */,
    692698                                1C68F664095B5FC100C2984E /* WebNodeHighlight.m */,
     
    12741280                                06693DDC0BFBA85200216072 /* WebInspectorClient.h in Headers */,
    12751281                                BCDFA8F90C10B6F500D3A10C /* WebKitPluginContainerView.h in Headers */,
     1282                                5D7BF8140C2A1D90008CE06D /* WebInspector.h in Headers */,
    12761283                        );
    12771284                        runOnlyForDeploymentPostprocessing = 0;
     
    13111318                        isa = PBXProject;
    13121319                        buildConfigurationList = 149C283208902B0F008A9EFC /* Build configuration list for PBXProject "WebKit" */;
     1320                        compatibilityVersion = "Xcode 2.4";
    13131321                        hasScannedForEncodings = 1;
    13141322                        knownRegions = (
     
    15181526                                06693DDD0BFBA85200216072 /* WebInspectorClient.mm in Sources */,
    15191527                                BCDFA9130C10B93E00D3A10C /* WebKitPluginContainerView.mm in Sources */,
     1528                                5D7BF8150C2A1D90008CE06D /* WebInspector.mm in Sources */,
    15201529                        );
    15211530                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.