Changeset 166244 in webkit


Ignore:
Timestamp:
Mar 25, 2014 1:10:02 PM (10 years ago)
Author:
andersca@apple.com
Message:

Begin stubbing out a WKWindowFeatures class
https://bugs.webkit.org/show_bug.cgi?id=130733

Reviewed by Dan Bernstein.

  • UIProcess/API/Cocoa/WKWindowFeatures.h: Added.
  • UIProcess/API/Cocoa/WKWindowFeatures.mm: Added.

(-[WKWindowFeatures _initWithWindowFeatures:WebCore::]):
(-[WKWindowFeatures x]):
(-[WKWindowFeatures y]):
(-[WKWindowFeatures width]):
(-[WKWindowFeatures height]):

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r166241 r166244  
     12014-03-25  Anders Carlsson  <andersca@apple.com>
     2
     3        Begin stubbing out a WKWindowFeatures class
     4        https://bugs.webkit.org/show_bug.cgi?id=130733
     5
     6        Reviewed by Dan Bernstein.
     7
     8        * UIProcess/API/Cocoa/WKWindowFeatures.h: Added.
     9        * UIProcess/API/Cocoa/WKWindowFeatures.mm: Added.
     10        (-[WKWindowFeatures _initWithWindowFeatures:WebCore::]):
     11        (-[WKWindowFeatures x]):
     12        (-[WKWindowFeatures y]):
     13        (-[WKWindowFeatures width]):
     14        (-[WKWindowFeatures height]):
     15        * UIProcess/API/Cocoa/WKWindowFeaturesInternal.h: Added.
     16        * WebKit2.xcodeproj/project.pbxproj:
     17
    1182014-03-25  Anders Carlsson  <andersca@apple.com>
    219
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r166186 r166244  
    375375                1AD3306E16B1D991004F60E7 /* StorageAreaImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AD3306C16B1D991004F60E7 /* StorageAreaImpl.cpp */; };
    376376                1AD3306F16B1D991004F60E7 /* StorageAreaImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD3306D16B1D991004F60E7 /* StorageAreaImpl.h */; };
     377                1AD60F5D18E20F4C0020C034 /* WKWindowFeatures.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AD60F5B18E20F4C0020C034 /* WKWindowFeatures.mm */; };
     378                1AD60F5E18E20F4C0020C034 /* WKWindowFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */; };
     379                1AD60F6018E20F740020C034 /* WKWindowFeaturesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */; };
    377380                1AD8790A18B6C38A006CAFD7 /* WKUIDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD8790918B6C38A006CAFD7 /* WKUIDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
    378381                1ADCB86A189831B30022EE5A /* NavigationActionData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ADCB868189831B30022EE5A /* NavigationActionData.cpp */; };
     
    21332136                1AD3306C16B1D991004F60E7 /* StorageAreaImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StorageAreaImpl.cpp; sourceTree = "<group>"; };
    21342137                1AD3306D16B1D991004F60E7 /* StorageAreaImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StorageAreaImpl.h; sourceTree = "<group>"; };
     2138                1AD60F5B18E20F4C0020C034 /* WKWindowFeatures.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKWindowFeatures.mm; sourceTree = "<group>"; };
     2139                1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWindowFeatures.h; sourceTree = "<group>"; };
     2140                1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWindowFeaturesInternal.h; sourceTree = "<group>"; };
    21352141                1AD8790918B6C38A006CAFD7 /* WKUIDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKUIDelegate.h; sourceTree = "<group>"; };
    21362142                1ADCB868189831B30022EE5A /* NavigationActionData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NavigationActionData.cpp; sourceTree = "<group>"; };
     
    46074613                                1A66BF8E18A052ED002071B4 /* WKWebViewInternal.h */,
    46084614                                26F9A83A18A3463F00AEB88A /* WKWebViewPrivate.h */,
     4615                                1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */,
     4616                                1AD60F5B18E20F4C0020C034 /* WKWindowFeatures.mm */,
     4617                                1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */,
    46094618                        );
    46104619                        path = Cocoa;
     
    66916700                                516311871858446600534647 /* WebCrossThreadCopier.h in Headers */,
    66926701                                1AB474E2184D44800051B622 /* WKBundlePageFormClient.h in Headers */,
     6702                                1AD60F6018E20F740020C034 /* WKWindowFeaturesInternal.h in Headers */,
    66936703                                1A2D82A5127F4EAB001EB962 /* NPObjectMessageReceiver.h in Headers */,
    66946704                                1A2D843A127F65D5001EB962 /* NPObjectMessageReceiverMessages.h in Headers */,
     
    67716781                                E179088F169BAA6A006904C7 /* SecItemShim.h in Headers */,
    67726782                                511F8A7B138B460900A95F44 /* SecItemShimLibrary.h in Headers */,
     6783                                1AD60F5E18E20F4C0020C034 /* WKWindowFeatures.h in Headers */,
    67736784                                E1790891169BAA82006904C7 /* SecItemShimMessages.h in Headers */,
    67746785                                E18E690C169B563F009B6670 /* SecItemShimProxy.h in Headers */,
     
    83348345                                1FB00AC8185F76460019142E /* WKWebProcessPlugInPageGroup.mm in Sources */,
    83358346                                CD6F75F4131B66D000D6B21E /* WebFullScreenManagerProxy.cpp in Sources */,
     8347                                1AD60F5D18E20F4C0020C034 /* WKWindowFeatures.mm in Sources */,
    83368348                                CD73BA47131ACC9A00EEDED2 /* WebFullScreenManagerProxyMessageReceiver.cpp in Sources */,
    83378349                                BC1BE1E112D54A410004A228 /* WebGeolocationClient.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.