Title: [235672] trunk/Tools
- Revision
- 235672
- Author
- [email protected]
- Date
- 2018-09-05 09:49:38 -0700 (Wed, 05 Sep 2018)
Log Message
REGRESSION (r209470): EditingHistory folder is missing in EditingHistory Xcode project
Found using `tidy-Xcode-project-file --missing` (see Bug
188754). Fixes were made manually.
* EditingHistory/EditingHistory.xcodeproj/project.pbxproj:
(EditingHistory): Change the path of the folder to
"EditingHistory", then remove the now-redundant name.
(EditingHistory/Resources/DumpEditingHistory.js): Remove
redundant file reference since another file reference exists at
the top of the project file list, and that file reference is the
one used in the "Copy Bundle Resources" build phase.
(EditingHistory/Resources/EditingHistoryUtil.js): Ditto.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (235671 => 235672)
--- trunk/Tools/ChangeLog 2018-09-05 16:20:01 UTC (rev 235671)
+++ trunk/Tools/ChangeLog 2018-09-05 16:49:38 UTC (rev 235672)
@@ -1,5 +1,21 @@
2018-09-05 David Kilzer <[email protected]>
+ REGRESSION (r209470): EditingHistory folder is missing in EditingHistory Xcode project
+
+ Found using `tidy-Xcode-project-file --missing` (see Bug
+ 188754). Fixes were made manually.
+
+ * EditingHistory/EditingHistory.xcodeproj/project.pbxproj:
+ (EditingHistory): Change the path of the folder to
+ "EditingHistory", then remove the now-redundant name.
+ (EditingHistory/Resources/DumpEditingHistory.js): Remove
+ redundant file reference since another file reference exists at
+ the top of the project file list, and that file reference is the
+ one used in the "Copy Bundle Resources" build phase.
+ (EditingHistory/Resources/EditingHistoryUtil.js): Ditto.
+
+2018-09-05 David Kilzer <[email protected]>
+
REGRESSION (r160736): Bundle folder is missing in MiniBrowser Xcode project
Found using `tidy-Xcode-project-file --missing` (see Bug
Modified: trunk/Tools/EditingHistory/EditingHistory.xcodeproj/project.pbxproj (235671 => 235672)
--- trunk/Tools/EditingHistory/EditingHistory.xcodeproj/project.pbxproj 2018-09-05 16:20:01 UTC (rev 235671)
+++ trunk/Tools/EditingHistory/EditingHistory.xcodeproj/project.pbxproj 2018-09-05 16:49:38 UTC (rev 235672)
@@ -45,8 +45,6 @@
516ADBF21DE157AD00E2B98D /* RewindAndPlaybackTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RewindAndPlaybackTests.m; sourceTree = "<group>"; };
516ADBF41DE157AD00E2B98D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
517FD93B1DE18DC900A73673 /* DOMTestingUtil.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode._javascript_; name = DOMTestingUtil.js; path = EditingHistory/Resources/DOMTestingUtil.js; sourceTree = SOURCE_ROOT; };
- 51D3947E1DF2541D00ABE875 /* DumpEditingHistory.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode._javascript_; name = DumpEditingHistory.js; path = ../../Source/WebCore/InternalScripts/DumpEditingHistory.js; sourceTree = SOURCE_ROOT; };
- 51D3947F1DF2541D00ABE875 /* EditingHistoryUtil.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode._javascript_; name = EditingHistoryUtil.js; path = ../../Source/WebCore/InternalScripts/EditingHistoryUtil.js; sourceTree = SOURCE_ROOT; };
F4BFB9871E1DE82D00862C24 /* DumpEditingHistory.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode._javascript_; name = DumpEditingHistory.js; path = ../../Source/WebCore/Scripts/DumpEditingHistory.js; sourceTree = "<group>"; };
F4BFB9881E1DE82D00862C24 /* EditingHistoryUtil.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode._javascript_; name = EditingHistoryUtil.js; path = ../../Source/WebCore/Scripts/EditingHistoryUtil.js; sourceTree = "<group>"; };
/* End PBXFileReference section */
@@ -102,15 +100,12 @@
516ADBB71DE155BD00E2B98D /* WKWebViewAdditions.m */,
512D7AB51DE0FC590028F0E6 /* Resources */,
);
- name = EditingHistory;
- path = EditingHistoryTest;
+ path = EditingHistory;
sourceTree = "<group>";
};
512D7AB51DE0FC590028F0E6 /* Resources */ = {
isa = PBXGroup;
children = (
- 51D3947E1DF2541D00ABE875 /* DumpEditingHistory.js */,
- 51D3947F1DF2541D00ABE875 /* EditingHistoryUtil.js */,
517FD93B1DE18DC900A73673 /* DOMTestingUtil.js */,
516ADBA81DE155AB00E2B98D /* CaptureHarness.html */,
516ADBAB1DE155AB00E2B98D /* PlaybackHarness.html */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes