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

Issue 8856006: WebKit changes needed for supporting filesystem URLs natively in GURL/KURL. (Closed)

Created:
9 years ago by ericu
Modified:
8 years, 10 months ago
Reviewers:
abarth-chromium
Base URL:
http://svn.webkit.org/repository/webkit/trunk
Visibility:
Public.

Description

WebKit changes needed for supporting filesystem URLs natively in GURL/KURL. See also the chromium [http://codereview.chromium.org/7811006/] and googleurl [http://codereview.appspot.com/4961060/] changes. BUG=none TEST=existing tests

Patch Set 1 #

Patch Set 2 : Fix escaping of %2F. #

Patch Set 3 : Merged out latest webkit. #

Total comments: 12

Patch Set 4 : Mainly style fixes #

Patch Set 5 : comment fix #

Patch Set 6 : Remove dead constructor code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -2 lines) Patch
M Source/WebCore/fileapi/EntryBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/page/SecurityOrigin.cpp View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M Source/WebCore/platform/KURL.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/WebCore/platform/KURLGoogle.cpp View 1 2 3 6 chunks +54 lines, -1 line 0 comments Download
M Source/WebCore/platform/KURLGooglePrivate.h View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
http://codereview.chromium.org/8856006/diff/4001/Source/WebCore/page/SecurityOrigin.cpp File Source/WebCore/page/SecurityOrigin.cpp (right): http://codereview.chromium.org/8856006/diff/4001/Source/WebCore/page/SecurityOrigin.cpp#newcode91 Source/WebCore/page/SecurityOrigin.cpp:91: return KURL(ParsedURLString, decodeURLEscapeSequences(url.path())); This shouldn't be conditional on ENABLE(FILE_SYSTEM). ...
9 years ago (2011-12-20 07:03:15 UTC) #1
ericu
http://codereview.chromium.org/8856006/diff/4001/Source/WebCore/page/SecurityOrigin.cpp File Source/WebCore/page/SecurityOrigin.cpp (right): http://codereview.chromium.org/8856006/diff/4001/Source/WebCore/page/SecurityOrigin.cpp#newcode91 Source/WebCore/page/SecurityOrigin.cpp:91: return KURL(ParsedURLString, decodeURLEscapeSequences(url.path())); On 2011/12/20 07:03:15, abarth wrote: > ...
9 years ago (2011-12-20 23:55:33 UTC) #2
abarth-chromium
9 years ago (2011-12-21 00:00:52 UTC) #3
Let's take this discussion to a code review on bugs.webkit.org.

Powered by Google App Engine
This is Rietveld 408576698