Title: [196660] trunk/Source/WebKit2
- Revision
- 196660
- Author
- [email protected]
- Date
- 2016-02-16 14:54:26 -0800 (Tue, 16 Feb 2016)
Log Message
Remove WebKit2 header cruft
https://bugs.webkit.org/show_bug.cgi?id=154309
Reviewed by Sam Weinig.
* WebKit2.xcodeproj/project.pbxproj:
* mac/WKError.h: Removed.
* mac/WKPreferences.h: Removed.
Modified Paths
Removed Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (196659 => 196660)
--- trunk/Source/WebKit2/ChangeLog 2016-02-16 22:43:19 UTC (rev 196659)
+++ trunk/Source/WebKit2/ChangeLog 2016-02-16 22:54:26 UTC (rev 196660)
@@ -1,5 +1,16 @@
2016-02-16 Anders Carlsson <[email protected]>
+ Remove WebKit2 header cruft
+ https://bugs.webkit.org/show_bug.cgi?id=154309
+
+ Reviewed by Sam Weinig.
+
+ * WebKit2.xcodeproj/project.pbxproj:
+ * mac/WKError.h: Removed.
+ * mac/WKPreferences.h: Removed.
+
+2016-02-16 Anders Carlsson <[email protected]>
+
Remove unused environment variable classes
https://bugs.webkit.org/show_bug.cgi?id=154308
Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (196659 => 196660)
--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2016-02-16 22:43:19 UTC (rev 196659)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2016-02-16 22:54:26 UTC (rev 196660)
@@ -2423,7 +2423,6 @@
1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWindowFeatures.h; sourceTree = "<group>"; };
1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWindowFeaturesInternal.h; sourceTree = "<group>"; };
1AD8790918B6C38A006CAFD7 /* WKUIDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKUIDelegate.h; sourceTree = "<group>"; };
- 1ADAE12D1919A5B400F48E21 /* WKPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKPreferences.h; sourceTree = "<group>"; };
1ADCB868189831B30022EE5A /* NavigationActionData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NavigationActionData.cpp; sourceTree = "<group>"; };
1ADCB869189831B30022EE5A /* NavigationActionData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavigationActionData.h; sourceTree = "<group>"; };
1ADE46B01954EC61000F7985 /* WKSessionStateRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WKSessionStateRef.cpp; sourceTree = "<group>"; };
@@ -2459,7 +2458,6 @@
1AF4129A18B40FCD00546FDC /* WKNavigationActionPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKNavigationActionPrivate.h; sourceTree = "<group>"; };
1AF4592C19464B2000F9D4A2 /* WKError.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKError.mm; sourceTree = "<group>"; };
1AF4592D19464B2000F9D4A2 /* WKError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKError.h; sourceTree = "<group>"; };
- 1AF459301946540700F9D4A2 /* WKError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKError.h; sourceTree = "<group>"; };
1AF4CEED18BC481800BC2D34 /* VisitedLinkTableController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VisitedLinkTableController.cpp; sourceTree = "<group>"; };
1AF4CEEE18BC481800BC2D34 /* VisitedLinkTableController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VisitedLinkTableController.h; sourceTree = "<group>"; };
1AFA3AC618E61C61003CCBAE /* WKUserContentController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKUserContentController.mm; sourceTree = "<group>"; };
@@ -4009,7 +4007,6 @@
51F7DC0A180CC41100212CA3 /* DatabaseProcess */,
510CC7DA16138E0100D03ED3 /* NetworkProcess */,
1A0EC6B0124BBD36007EF4A5 /* PluginProcess */,
- 1A6280CA19199754006AD9F9 /* WebKit2 Framework */,
C0CE729D1247E71D00BC0EC4 /* Derived Sources */,
089C1665FE841158C02AAC07 /* Resources */,
C0CE73351247F70E00BC0EC4 /* Scripts */,
@@ -4276,16 +4273,6 @@
path = WebsiteData;
sourceTree = "<group>";
};
- 1A6280CA19199754006AD9F9 /* WebKit2 Framework */ = {
- isa = PBXGroup;
- children = (
- 1AF459301946540700F9D4A2 /* WKError.h */,
- 1ADAE12D1919A5B400F48E21 /* WKPreferences.h */,
- );
- name = "WebKit2 Framework";
- path = mac;
- sourceTree = "<group>";
- };
1A6FB7AA11E64B4900DB1371 /* Plugins */ = {
isa = PBXGroup;
children = (
Deleted: trunk/Source/WebKit2/mac/WKError.h (196659 => 196660)
--- trunk/Source/WebKit2/mac/WKError.h 2016-02-16 22:43:19 UTC (rev 196659)
+++ trunk/Source/WebKit2/mac/WKError.h 2016-02-16 22:54:26 UTC (rev 196660)
@@ -1 +0,0 @@
-#import <WebKit/WKErrorRef.h>
Deleted: trunk/Source/WebKit2/mac/WKPreferences.h (196659 => 196660)
--- trunk/Source/WebKit2/mac/WKPreferences.h 2016-02-16 22:43:19 UTC (rev 196659)
+++ trunk/Source/WebKit2/mac/WKPreferences.h 2016-02-16 22:54:26 UTC (rev 196660)
@@ -1 +0,0 @@
-#import <WebKit/WKPreferencesRef.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes