[webkit-changes] cvs commit: WebKit/WebKit.xcodeproj project.pbxproj
Maciej
mjs at opensource.apple.com
Mon Dec 19 02:32:12 PST 2005
mjs 05/12/19 02:32:12
Modified: . ChangeLog
WebCore.xcodeproj project.pbxproj
. ChangeLog
WebKit.xcodeproj project.pbxproj
Removed: kwq DOM-compat.h
DOM.subproj WebDOMDocument.h WebDOMElement.h WebDOMNode.h
Log:
WebCore:
Rubber stamped by Eric.
- removed unused SPI headers
* WebCore.xcodeproj/project.pbxproj:
* kwq/DOM-compat.h: Removed.
WebKit:
Rubber stamped by Eric.
- remove some unused SPI headers.
* DOM.subproj/WebDOMDocument.h: Removed.
* DOM.subproj/WebDOMElement.h: Removed.
* DOM.subproj/WebDOMNode.h: Removed.
* WebKit.xcodeproj/project.pbxproj:
Revision Changes Path
1.565 +9 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -r1.564 -r1.565
--- ChangeLog 18 Dec 2005 23:41:42 -0000 1.564
+++ ChangeLog 19 Dec 2005 10:31:57 -0000 1.565
@@ -1,3 +1,12 @@
+2005-12-17 Maciej Stachowiak <mjs at apple.com>
+
+ Rubber stamped by Eric.
+
+ - removed unused SPI headers
+
+ * WebCore.xcodeproj/project.pbxproj:
+ * kwq/DOM-compat.h: Removed.
+
2005-12-18 Darin Adler <darin at apple.com>
Reviewed by Geoff.
1.58 +0 -6 WebCore/WebCore.xcodeproj/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/WebCore/WebCore.xcodeproj/project.pbxproj,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- project.pbxproj 16 Dec 2005 02:30:08 -0000 1.57
+++ project.pbxproj 19 Dec 2005 10:32:02 -0000 1.58
@@ -312,7 +312,6 @@
93F199CB08245E59001E9ABC /* xbl_binding.h in Headers */ = {isa = PBXBuildFile; fileRef = BCBDB094059A28B100B83B92 /* xbl_binding.h */; };
93F199CE08245E59001E9ABC /* dom_atomicstring.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3B364605C9D5E200E42902 /* dom_atomicstring.h */; };
93F199CF08245E59001E9ABC /* dom_atomicstringlist.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3B364705C9D5E200E42902 /* dom_atomicstringlist.h */; };
- 93F199D008245E59001E9ABC /* DOM-compat.h in Headers */ = {isa = PBXBuildFile; fileRef = BE16801805EDB91A00B87935 /* DOM-compat.h */; settings = {ATTRIBUTES = (Private, ); }; };
93F199D108245E59001E9ABC /* htmlediting.h in Headers */ = {isa = PBXBuildFile; fileRef = BE9185DD05EE59B80081354D /* htmlediting.h */; };
93F199D208245E59001E9ABC /* DOM.h in Headers */ = {isa = PBXBuildFile; fileRef = BE94EB6305EFFE6B0032DCB5 /* DOM.h */; settings = {ATTRIBUTES = (Private, ); }; };
93F199D308245E59001E9ABC /* DOMInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BE94EB6405EFFE6B0032DCB5 /* DOMInternal.h */; };
@@ -838,7 +837,6 @@
A88AD2050952480A001DD196 /* xbl_binding.h in Headers */ = {isa = PBXBuildFile; fileRef = BCBDB094059A28B100B83B92 /* xbl_binding.h */; };
A88AD2060952480A001DD196 /* dom_atomicstring.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3B364605C9D5E200E42902 /* dom_atomicstring.h */; };
A88AD2070952480A001DD196 /* dom_atomicstringlist.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3B364705C9D5E200E42902 /* dom_atomicstringlist.h */; };
- A88AD2080952480A001DD196 /* DOM-compat.h in Headers */ = {isa = PBXBuildFile; fileRef = BE16801805EDB91A00B87935 /* DOM-compat.h */; settings = {ATTRIBUTES = (Private, ); }; };
A88AD2090952480A001DD196 /* htmlediting.h in Headers */ = {isa = PBXBuildFile; fileRef = BE9185DD05EE59B80081354D /* htmlediting.h */; };
A88AD20A0952480A001DD196 /* DOM.h in Headers */ = {isa = PBXBuildFile; fileRef = BE94EB6305EFFE6B0032DCB5 /* DOM.h */; settings = {ATTRIBUTES = (Private, ); }; };
A88AD20B0952480A001DD196 /* DOMInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BE94EB6405EFFE6B0032DCB5 /* DOMInternal.h */; };
@@ -2336,7 +2334,6 @@
BCF0192503D3802200B2D04D /* table_layout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = table_layout.h; sourceTree = "<group>"; };
BE02D4E6066F908A0076809F /* jsediting.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = jsediting.h; path = editing/jsediting.h; sourceTree = "<group>"; };
BE02D4E7066F908A0076809F /* jsediting.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = jsediting.cpp; path = editing/jsediting.cpp; sourceTree = "<group>"; };
- BE16801805EDB91A00B87935 /* DOM-compat.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "DOM-compat.h"; sourceTree = "<group>"; };
BE1A407106CA8A33005B28CF /* KWQTextUtilities.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = KWQTextUtilities.mm; sourceTree = "<group>"; };
BE26F15305517DE000BFA0C3 /* WebCoreGraphicsBridge.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebCoreGraphicsBridge.h; sourceTree = "<group>"; };
BE26F15405517DE000BFA0C3 /* WebCoreGraphicsBridge.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = WebCoreGraphicsBridge.m; sourceTree = "<group>"; };
@@ -3930,7 +3927,6 @@
932127540606724900B62302 /* DOMViews.h */,
931D7224065FC25900C966E1 /* DOMViewsInternal.h */,
931D722A065FC40800C966E1 /* DOMViews.mm */,
- BE16801805EDB91A00B87935 /* DOM-compat.h */,
);
name = DOM;
sourceTree = "<group>";
@@ -4479,7 +4475,6 @@
93F199CB08245E59001E9ABC /* xbl_binding.h in Headers */,
93F199CE08245E59001E9ABC /* dom_atomicstring.h in Headers */,
93F199CF08245E59001E9ABC /* dom_atomicstringlist.h in Headers */,
- 93F199D008245E59001E9ABC /* DOM-compat.h in Headers */,
93F199D108245E59001E9ABC /* htmlediting.h in Headers */,
93F199D208245E59001E9ABC /* DOM.h in Headers */,
93F199D308245E59001E9ABC /* DOMInternal.h in Headers */,
@@ -4984,7 +4979,6 @@
A88AD2050952480A001DD196 /* xbl_binding.h in Headers */,
A88AD2060952480A001DD196 /* dom_atomicstring.h in Headers */,
A88AD2070952480A001DD196 /* dom_atomicstringlist.h in Headers */,
- A88AD2080952480A001DD196 /* DOM-compat.h in Headers */,
A88AD2090952480A001DD196 /* htmlediting.h in Headers */,
A88AD20A0952480A001DD196 /* DOM.h in Headers */,
A88AD20B0952480A001DD196 /* DOMInternal.h in Headers */,
1.3408 +11 -0 WebKit/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebKit/ChangeLog,v
retrieving revision 1.3407
retrieving revision 1.3408
diff -u -r1.3407 -r1.3408
--- ChangeLog 17 Dec 2005 18:10:27 -0000 1.3407
+++ ChangeLog 19 Dec 2005 10:32:04 -0000 1.3408
@@ -1,3 +1,14 @@
+2005-12-17 Maciej Stachowiak <mjs at apple.com>
+
+ Rubber stamped by Eric.
+
+ - remove some unused SPI headers.
+
+ * DOM.subproj/WebDOMDocument.h: Removed.
+ * DOM.subproj/WebDOMElement.h: Removed.
+ * DOM.subproj/WebDOMNode.h: Removed.
+ * WebKit.xcodeproj/project.pbxproj:
+
2005-12-17 Mitz Pettel <opendarwin.org at mitzpettel.com>
Reviewed and landed by Darin.
1.16 +0 -29 WebKit/WebKit.xcodeproj/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/WebKit/WebKit.xcodeproj/project.pbxproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.pbxproj 11 Nov 2005 01:15:35 -0000 1.15
+++ project.pbxproj 19 Dec 2005 10:32:11 -0000 1.16
@@ -27,9 +27,6 @@
7E6FEF0808985A7200C44C3F /* WebScriptDebugDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E6FEF0508985A7200C44C3F /* WebScriptDebugDelegate.h */; settings = {ATTRIBUTES = (Private, ); }; };
7E6FEF0908985A7200C44C3F /* WebScriptDebugDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E6FEF0608985A7200C44C3F /* WebScriptDebugDelegate.m */; };
7E6FEF0A08985A7200C44C3F /* WebScriptDebugDelegatePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E6FEF0708985A7200C44C3F /* WebScriptDebugDelegatePrivate.h */; };
- 9398100E0824BF01008DF038 /* WebDOMDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = F57D194B034E734901A80180 /* WebDOMDocument.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 9398100F0824BF01008DF038 /* WebDOMElement.h in Headers */ = {isa = PBXBuildFile; fileRef = F57D194D034E734901A80180 /* WebDOMElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 939810100824BF01008DF038 /* WebDOMNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F57D1951034E734901A80180 /* WebDOMNode.h */; settings = {ATTRIBUTES = (Private, ); }; };
939810110824BF01008DF038 /* WebBackForwardList.h in Headers */ = {isa = PBXBuildFile; fileRef = 3944607D020F50ED0ECA1767 /* WebBackForwardList.h */; settings = {ATTRIBUTES = (Public, ); }; };
939810120824BF01008DF038 /* WebHistory.h in Headers */ = {isa = PBXBuildFile; fileRef = F520FB190221DEFD01C1A525 /* WebHistory.h */; settings = {ATTRIBUTES = (Public, ); }; };
939810130824BF01008DF038 /* WebHistoryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 3944607F020F50ED0ECA1767 /* WebHistoryItem.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -551,9 +548,6 @@
F5488CF502CB04EE01FF6274 /* WebCookieAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebCookieAdapter.m; sourceTree = "<group>"; };
F560BEBC030DAF4401C1A526 /* WebSearchableTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSearchableTextView.h; sourceTree = "<group>"; };
F560BEBD030DAF4401C1A526 /* WebSearchableTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebSearchableTextView.m; sourceTree = "<group>"; };
- F57D194B034E734901A80180 /* WebDOMDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebDOMDocument.h; sourceTree = "<group>"; };
- F57D194D034E734901A80180 /* WebDOMElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebDOMElement.h; sourceTree = "<group>"; };
- F57D1951034E734901A80180 /* WebDOMNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebDOMNode.h; sourceTree = "<group>"; };
F57FB8C4034E180101A80180 /* WebDebugDOMNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebDebugDOMNode.h; path = ../WebView.subproj/WebDebugDOMNode.h; sourceTree = "<group>"; };
F57FB8C5034E180101A80180 /* WebDebugDOMNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WebDebugDOMNode.m; path = ../WebView.subproj/WebDebugDOMNode.m; sourceTree = "<group>"; };
F5883BDE025E5C6A01000102 /* nullplugin.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = nullplugin.tiff; path = Resources/nullplugin.tiff; sourceTree = "<group>"; };
@@ -981,9 +975,6 @@
F57D194A034E732C01A80180 /* DOM */ = {
isa = PBXGroup;
children = (
- F57D194B034E734901A80180 /* WebDOMDocument.h */,
- F57D194D034E734901A80180 /* WebDOMElement.h */,
- F57D1951034E734901A80180 /* WebDOMNode.h */,
846171F90624AE5B0071A4A3 /* WebDOMOperations.h */,
84AE905F062DE6A80075BBF9 /* WebDOMOperationsPrivate.h */,
846171FA0624AE5B0071A4A3 /* WebDOMOperations.m */,
@@ -1113,9 +1104,6 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 9398100E0824BF01008DF038 /* WebDOMDocument.h in Headers */,
- 9398100F0824BF01008DF038 /* WebDOMElement.h in Headers */,
- 939810100824BF01008DF038 /* WebDOMNode.h in Headers */,
220398770922D816009C3FFC /* WebBaseNetscapePluginViewInternal.h in Headers */,
939810110824BF01008DF038 /* WebBackForwardList.h in Headers */,
939810120824BF01008DF038 /* WebHistory.h in Headers */,
@@ -1280,7 +1268,6 @@
buildConfigurationList = 149C282D08902B0F008A9EFC /* Build configuration list for PBXNativeTarget "WebKit" */;
buildPhases = (
93AF528708254B33005D0156 /* DOM.h */,
- 93AF52AB08254D94005D0156 /* DOM-compat.h */,
93AF52A708254D8B005D0156 /* DOMCore.h */,
93AF52A908254D8F005D0156 /* DOMCSS.h */,
93AF52A508254D87005D0156 /* DOMEvents.h */,
@@ -1630,22 +1617,6 @@
shellPath = /bin/sh;
shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PUBLIC_HEADERS_FOLDER_PATH\"\nsed -e s/WebCore/WebKit/ \"$WEBCORE_PRIVATE_HEADERS_DIR/DOMCSS.h\" > \"$TARGET_BUILD_DIR/$PUBLIC_HEADERS_FOLDER_PATH/DOMCSS.h\"";
};
- 93AF52AB08254D94005D0156 /* DOM-compat.h */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(WEBCORE_PRIVATE_HEADERS_DIR)/DOM-compat.h",
- );
- name = "DOM-compat.h";
- outputPaths = (
- "$(TARGET_BUILD_DIR)/$(PRIVATE_HEADERS_FOLDER_PATH)/DOM-compat.h",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH\"\nsed -e s/WebCore/WebKit/ \"$WEBCORE_PRIVATE_HEADERS_DIR/DOM-compat.h\" > \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH/DOM-compat.h\"";
- };
93AF52CE08254E18005D0156 /* DOMTraversal.h */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
More information about the webkit-changes
mailing list