RESOLVED FIXED119863
[iOS] Upstream WebCore/editing/ios
https://bugs.webkit.org/show_bug.cgi?id=119863
Summary [iOS] Upstream WebCore/editing/ios
Daniel Bates
Reported 2013-08-15 13:59:36 PDT
Upstream iOS-specific changes to WebCore/editing.
Attachments
Patch (11.04 KB, patch)
2013-08-15 14:13 PDT, Daniel Bates
no flags
Patch (15.31 KB, patch)
2013-08-15 14:25 PDT, Daniel Bates
ddkilzer: review-
Fix up WebCore Xcode project file (4.88 KB, patch)
2013-08-15 14:48 PDT, Daniel Bates
ddkilzer: review-
Fix up WebCore Xcode project file (5.33 KB, patch)
2013-08-15 14:58 PDT, Daniel Bates
ddkilzer: review+
Daniel Bates
Comment 1 2013-08-15 14:13:20 PDT
David Kilzer (:ddkilzer)
Comment 2 2013-08-15 14:18:08 PDT
Comment on attachment 208854 [details] Patch r=me, but you should upstream the Xcode project file changes so this file shows up in Xcode with the project. (Otherwise, it's going to miss out on project-wide searches, etc.)
Daniel Bates
Comment 3 2013-08-15 14:25:45 PDT
Daniel Bates
Comment 4 2013-08-15 14:30:22 PDT
Comment on attachment 208855 [details] Patch Clearing review flag since David Kilzer r+'ed the patch in comment 2. Will land this version of the patch, which add EditorIOS.mm to the WebCore Xcode project file.
Daniel Bates
Comment 5 2013-08-15 14:32:14 PDT
David Kilzer (:ddkilzer)
Comment 6 2013-08-15 14:32:41 PDT
Comment on attachment 208855 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208855&action=review > Source/WebCore/WebCore.xcodeproj/project.pbxproj:5239 > + CE13CA9517BD7DB3001CF3BE /* EditorIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = CE13CA9417BD7DB3001CF3BE /* EditorIOS.mm */; }; Please use the UUIDs from the iOS tree. It will make merging much simpler later. > Source/WebCore/WebCore.xcodeproj/project.pbxproj:12010 > + CE13CA9417BD7DB3001CF3BE /* EditorIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = EditorIOS.mm; sourceTree = "<group>"; }; Ditto. > Source/WebCore/WebCore.xcodeproj/project.pbxproj:15513 > + CE13CA9317BD7DB3001CF3BE /* ios */, Ditto. > Source/WebCore/WebCore.xcodeproj/project.pbxproj:19496 > + CE13CA9317BD7DB3001CF3BE /* ios */ = { > + isa = PBXGroup; > + children = ( > + CE13CA9417BD7DB3001CF3BE /* EditorIOS.mm */, > + ); > + path = ios; > + sourceTree = "<group>"; > + }; Ditto. > Source/WebCore/WebCore.xcodeproj/project.pbxproj:24999 > + CE13CA9517BD7DB3001CF3BE /* EditorIOS.mm in Sources */, Ditto.
Daniel Bates
Comment 7 2013-08-15 14:47:40 PDT
Reopening bug to fix up WebCore Xcode project file.
Daniel Bates
Comment 8 2013-08-15 14:48:43 PDT
Created attachment 208860 [details] Fix up WebCore Xcode project file
David Kilzer (:ddkilzer)
Comment 9 2013-08-15 14:50:13 PDT
Comment on attachment 208860 [details] Fix up WebCore Xcode project file View in context: https://bugs.webkit.org/attachment.cgi?id=208860&action=review You also need to fix the 'ios' subdirectory that was added. > Source/WebCore/WebCore.xcodeproj/project.pbxproj:19394 > CE13CA9317BD7DB3001CF3BE /* ios */ = { This needs to be fixed as well.
Daniel Bates
Comment 10 2013-08-15 14:58:35 PDT
Created attachment 208861 [details] Fix up WebCore Xcode project file Use the same UUID for group ios as we do in the iOS tree.
David Kilzer (:ddkilzer)
Comment 11 2013-08-15 15:00:17 PDT
Comment on attachment 208861 [details] Fix up WebCore Xcode project file r=me!
Daniel Bates
Comment 12 2013-08-15 15:07:10 PDT
Note You need to log in before you can comment on or make changes to this bug.