Changeset 162959 in webkit


Ignore:
Timestamp:
Jan 28, 2014 2:20:04 PM (10 years ago)
Author:
andersca@apple.com
Message:

Add an empty WKNavigation class
https://bugs.webkit.org/show_bug.cgi?id=127796

Reviewed by Tim Horton.

  • UIProcess/API/Cocoa/WKNavigation.h: Added.
  • UIProcess/API/Cocoa/WKNavigation.mm: Added.
  • WebKit2.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit2
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r162951 r162959  
     12014-01-28  Anders Carlsson  <andersca@apple.com>
     2
     3        Add an empty WKNavigation class
     4        https://bugs.webkit.org/show_bug.cgi?id=127796
     5
     6        Reviewed by Tim Horton.
     7
     8        * UIProcess/API/Cocoa/WKNavigation.h: Added.
     9        * UIProcess/API/Cocoa/WKNavigation.mm: Added.
     10        * WebKit2.xcodeproj/project.pbxproj:
     11
    1122014-01-28  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r162951 r162959  
    178178                1A594ABA112A1FB6009DE7C7 /* WebUIClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A594AB8112A1FB6009DE7C7 /* WebUIClient.cpp */; };
    179179                1A594ABB112A1FB6009DE7C7 /* WebUIClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A594AB9112A1FB6009DE7C7 /* WebUIClient.h */; };
     180                1A5B1C501898606F004FCF9B /* WKNavigation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A5B1C4E1898606F004FCF9B /* WKNavigation.mm */; };
     181                1A5B1C511898606F004FCF9B /* WKNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5B1C4F1898606F004FCF9B /* WKNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; };
    180182                1A5E4DA412D3BD3D0099A2BB /* TextCheckerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5E4DA312D3BD3D0099A2BB /* TextCheckerState.h */; };
    181183                1A6420E412DCE2FF00CAAE2C /* ShareableBitmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6420E212DCE2FF00CAAE2C /* ShareableBitmap.cpp */; };
     
    18041806                1A594AB8112A1FB6009DE7C7 /* WebUIClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebUIClient.cpp; sourceTree = "<group>"; };
    18051807                1A594AB9112A1FB6009DE7C7 /* WebUIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebUIClient.h; sourceTree = "<group>"; };
     1808                1A5B1C4E1898606F004FCF9B /* WKNavigation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKNavigation.mm; sourceTree = "<group>"; };
     1809                1A5B1C4F1898606F004FCF9B /* WKNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNavigation.h; sourceTree = "<group>"; };
    18061810                1A5E4DA312D3BD3D0099A2BB /* TextCheckerState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextCheckerState.h; sourceTree = "<group>"; };
    18071811                1A6420E212DCE2FF00CAAE2C /* ShareableBitmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ShareableBitmap.cpp; sourceTree = "<group>"; };
     
    42294233                        children = (
    42304234                                1A43E826188F38E2009E4D30 /* Deprecated */,
     4235                                1A5B1C4F1898606F004FCF9B /* WKNavigation.h */,
     4236                                1A5B1C4E1898606F004FCF9B /* WKNavigation.mm */,
    42314237                                1AFDD3161891C94700153970 /* WKPreferences.h */,
    42324238                                1AFDD3181891CA1200153970 /* WKPreferences.mm */,
     
    62696275                                BC8ACA1516670D89004C1941 /* ObjCObjectGraphCoders.h in Headers */,
    62706276                                BCCF672D12C7EDF7008F9C35 /* OriginAndDatabases.h in Headers */,
     6277                                1A5B1C511898606F004FCF9B /* WKNavigation.h in Headers */,
    62716278                                7CF47FFB17275C57008ACB91 /* PageBanner.h in Headers */,
    62726279                                BC6EDAA6111271C600E7678B /* PageClient.h in Headers */,
     
    79998006                                512F58F912A88A5400629530 /* WKCredential.cpp in Sources */,
    80008007                                759CCD581808F1640078E8A8 /* WebOriginDataManagerProxyChangeClient.cpp in Sources */,
     8008                                1A5B1C501898606F004FCF9B /* WKNavigation.mm in Sources */,
    80018009                                BC4075F7124FF0270068F20A /* WKData.cpp in Sources */,
    80028010                                F62A766112B1ABED0005F1B6 /* WKDatabaseManager.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.