RESOLVED FIXED Bug 81030
Move DOMWindowFileSystem to Modules/filesystem/
https://bugs.webkit.org/show_bug.cgi?id=81030
Summary Move DOMWindowFileSystem to Modules/filesystem/
Mark Pilgrim (Google)
Reported 2012-03-13 13:33:31 PDT
Move DOMWindowFileSystem to Modules/filesystem/
Attachments
Patch (30.95 KB, patch)
2012-03-13 13:34 PDT, Mark Pilgrim (Google)
no flags
Patch (39.73 KB, patch)
2012-03-13 15:25 PDT, Mark Pilgrim (Google)
no flags
Patch (40.15 KB, patch)
2012-03-13 15:40 PDT, Mark Pilgrim (Google)
no flags
Patch (39.16 KB, patch)
2012-03-15 10:23 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2012-03-13 13:34:28 PDT
Mark Pilgrim (Google)
Comment 2 2012-03-13 13:47:22 PDT
Comment on attachment 131705 [details] Patch CQ once EWS bots pass?
Adam Barth
Comment 3 2012-03-13 13:50:54 PDT
Will do. One really minor nit: WebKit uses case-sensitive sorting, so upper case letters always appear before lowercase letters. It's not worth re-spinning this patch, but I thought I should mention it.
Build Bot
Comment 4 2012-03-13 14:08:23 PDT
Mark Pilgrim (Google)
Comment 5 2012-03-13 15:25:56 PDT
Mark Pilgrim (Google)
Comment 6 2012-03-13 15:28:34 PDT
New patch also includes changes to WebCore.vcproj/copyForwardingHeaders.cmd and WebCore.vcproj/WebCoreCommon.vsprops, which have been added to my private list of "top ten build files that might need to be changed when moving a single file from one directory to another."
Kentaro Hara
Comment 7 2012-03-13 15:32:40 PDT
Comment on attachment 131726 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=131726&action=review > Source/WebCore/Target.pri:410 > + Modules/filesystem/DirectoryEntry.cpp \ > + Modules/filesystem/DirectoryEntrySync.cpp \ > + Modules/filesystem/DirectoryReader.cpp \ > + Modules/filesystem/DirectoryReaderSync.cpp \ > + Modules/filesystem/DOMWindowFileSystem.cpp \ Nit: As Adam pointed out, DOMWindowFileSystem.cpp should come first in the case-sensitive alphabetical order. > Source/WebCore/WebCore.gypi:728 > + 'Modules/filesystem/DOMWindowFileSystem.idl', Ditto. > Source/WebCore/WebCore.gypi:1304 > + 'Modules/filesystem/DOMWindowFileSystem.h', Ditto.
Mark Pilgrim (Google)
Comment 8 2012-03-13 15:40:07 PDT
Mark Pilgrim (Google)
Comment 9 2012-03-13 15:40:34 PDT
Comment on attachment 131731 [details] Patch Nits addressed.
WebKit Review Bot
Comment 10 2012-03-14 15:03:50 PDT
Comment on attachment 131731 [details] Patch Rejecting attachment 131731 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: patching file Source/WebCore/fileapi/DOMWindowFileSystem.cpp rm 'Source/WebCore/fileapi/DOMWindowFileSystem.cpp' patching file Source/WebCore/fileapi/DOMWindowFileSystem.h rm 'Source/WebCore/fileapi/DOMWindowFileSystem.h' patching file Source/WebCore/fileapi/DOMWindowFileSystem.idl rm 'Source/WebCore/fileapi/DOMWindowFileSystem.idl' Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Adam Barth']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/11957227
Mark Pilgrim (Google)
Comment 11 2012-03-15 10:23:25 PDT
WebKit Review Bot
Comment 12 2012-03-16 00:44:35 PDT
Comment on attachment 132072 [details] Patch Clearing flags on attachment: 132072 Committed r110957: <http://trac.webkit.org/changeset/110957>
WebKit Review Bot
Comment 13 2012-03-16 00:44:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.