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

Issue 7053007: We need this work-around for file:/// URIs as (Closed)

Created:
9 years, 7 months ago by michaeln
Modified:
9 years, 1 month ago
Reviewers:
ericu, abarth-chromium
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

We need this work-around for file:/// URIs as createFromDatabaseIdentifier() returns empty origin urls for them. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86563

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M webkit/database/database_util.cc View 1 chunk +5 lines, -1 line 0 comments Download
M webkit/database/database_util_unittest.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
michaeln
9 years, 7 months ago (2011-05-25 02:16:36 UTC) #1
ericu
LGTM http://codereview.chromium.org/7053007/diff/3001/webkit/database/database_util_unittest.cc File webkit/database/database_util_unittest.cc (right): http://codereview.chromium.org/7053007/diff/3001/webkit/database/database_util_unittest.cc#newcode50 webkit/database/database_util_unittest.cc:50: } How about a test for an http ...
9 years, 7 months ago (2011-05-25 02:38:42 UTC) #2
michaeln
http://codereview.chromium.org/7053007/diff/3001/webkit/database/database_util_unittest.cc File webkit/database/database_util_unittest.cc (right): http://codereview.chromium.org/7053007/diff/3001/webkit/database/database_util_unittest.cc#newcode50 webkit/database/database_util_unittest.cc:50: } On 2011/05/25 02:38:42, ericu wrote: > How about ...
9 years, 7 months ago (2011-05-25 03:23:36 UTC) #3
ericu
Thanks!
9 years, 7 months ago (2011-05-25 03:29:51 UTC) #4
abarth-chromium
This patch looks very wrong. I'm not sure what problem this patch is trying to ...
9 years, 1 month ago (2011-11-17 03:12:24 UTC) #5
abarth-chromium
9 years, 1 month ago (2011-11-17 03:24:37 UTC) #6
Some more context:

All unique origins ought to be the same.  The fact that file origins that became
unique remembered that they used to be file origins is a bug that we're going to
fix shortly.  The premise of this patch is wrong.  If a URL gives rise to a
unique origin, there's no way to go back to the URL.

Powered by Google App Engine
This is Rietveld 408576698