Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Issue 6904063: String->URL cleanup, chromium-side. (Closed)

Created:
9 years, 8 months ago by ericu
Modified:
9 years, 6 months ago
CC:
chromium-reviews, pam+watch_chromium.org, darin-cc_chromium.org, kinuko+watch, jam
Visibility:
Public.

Description

This goes in first, followed by a webkit change that defines WEBFILESYSTEMCALLBACKS_USE_URL_NOT_STRING, followed by a cleanup in Chromium [deletions only], followed by deleting that definition in webkit. Here's the first webkit change: https://bugs.webkit.org/show_bug.cgi?id=60218. BUG=NONE TEST=existing tests; no functionality change is intended Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87572

Patch Set 1 #

Total comments: 1

Patch Set 2 : Ready for review. #

Total comments: 2

Patch Set 3 : Rolled in code review feedback. #

Total comments: 2

Patch Set 4 : Remove unnecessary WebURL constructors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -41 lines) Patch
M content/common/file_system/webfilesystem_callback_dispatcher.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M content/common/file_system/webfilesystem_impl.h View 1 2 chunks +50 lines, -0 lines 0 comments Download
M content/common/file_system/webfilesystem_impl.cc View 1 2 3 11 chunks +76 lines, -13 lines 0 comments Download
M webkit/fileapi/file_system_util.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.h View 1 2 3 2 chunks +50 lines, -1 line 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 2 3 4 chunks +87 lines, -21 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kinuko
http://codereview.chromium.org/6904063/diff/1/webkit/tools/test_shell/simple_file_system.cc File webkit/tools/test_shell/simple_file_system.cc (right): http://codereview.chromium.org/6904063/diff/1/webkit/tools/test_shell/simple_file_system.cc#newcode181 webkit/tools/test_shell/simple_file_system.cc:181: const WebString& dest_path, nit: indent
9 years, 8 months ago (2011-04-28 12:43:31 UTC) #1
ericu
This is now ready for review.
9 years, 7 months ago (2011-05-05 18:36:32 UTC) #2
kinuko
lgtm http://codereview.chromium.org/6904063/diff/2001/webkit/tools/test_shell/simple_file_system.cc File webkit/tools/test_shell/simple_file_system.cc (right): http://codereview.chromium.org/6904063/diff/2001/webkit/tools/test_shell/simple_file_system.cc#newcode184 webkit/tools/test_shell/simple_file_system.cc:184: const WebString& dest_path, nit: indent (here and below)
9 years, 7 months ago (2011-05-06 07:46:57 UTC) #3
ericu
http://codereview.chromium.org/6904063/diff/2001/webkit/tools/test_shell/simple_file_system.cc File webkit/tools/test_shell/simple_file_system.cc (right): http://codereview.chromium.org/6904063/diff/2001/webkit/tools/test_shell/simple_file_system.cc#newcode184 webkit/tools/test_shell/simple_file_system.cc:184: const WebString& dest_path, On 2011/05/06 07:46:57, kinuko wrote: > ...
9 years, 7 months ago (2011-05-11 22:02:18 UTC) #4
darin (slow to review)
LGTM http://codereview.chromium.org/6904063/diff/7001/content/common/file_system/webfilesystem_impl.cc File content/common/file_system/webfilesystem_impl.cc (right): http://codereview.chromium.org/6904063/diff/7001/content/common/file_system/webfilesystem_impl.cc#newcode125 content/common/file_system/webfilesystem_impl.cc:125: move(WebURL(GURL(src_path)), WebURL(GURL(dest_path)), callbacks); you shouldn't need to explicitly ...
9 years, 7 months ago (2011-05-20 22:40:31 UTC) #5
ericu
http://codereview.chromium.org/6904063/diff/7001/content/common/file_system/webfilesystem_impl.cc File content/common/file_system/webfilesystem_impl.cc (right): http://codereview.chromium.org/6904063/diff/7001/content/common/file_system/webfilesystem_impl.cc#newcode125 content/common/file_system/webfilesystem_impl.cc:125: move(WebURL(GURL(src_path)), WebURL(GURL(dest_path)), callbacks); On 2011/05/20 22:40:31, darin wrote: > ...
9 years, 6 months ago (2011-06-02 00:25:46 UTC) #6
commit-bot: I haz the power
9 years, 6 months ago (2011-06-02 01:58:56 UTC) #7
Change committed as 87572

Powered by Google App Engine
This is Rietveld 408576698