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

Issue 199153003: Look closer at the components of vfsfilenames that are used filenames. (Closed)

Created:
6 years, 9 months ago by michaeln
Modified:
6 years, 6 months ago
Reviewers:
jschuh
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Look closer at the components of vfsfilenames that are used filenames. BUG=352447 TBR=sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276348

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 4

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -24 lines) Patch
M content/browser/database_util_unittest.cc View 1 2 3 4 5 6 7 2 chunks +13 lines, -9 lines 0 comments Download
M webkit/browser/database/database_util.cc View 1 2 3 3 chunks +38 lines, -15 lines 0 comments Download
M webkit/common/database/database_identifier.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
michaeln
6 years, 9 months ago (2014-03-14 03:15:38 UTC) #1
jschuh
You don't have to keep working tonight, but I think we're still letting the host.name:port ...
6 years, 9 months ago (2014-03-14 03:38:00 UTC) #2
michaeln
https://codereview.chromium.org/199153003/diff/1/webkit/browser/database/database_util.cc File webkit/browser/database/database_util.cc (right): https://codereview.chromium.org/199153003/diff/1/webkit/browser/database/database_util.cc#newcode58 webkit/browser/database/database_util.cc:58: base::string16 suffix = vfs_file_name.substr( On 2014/03/14 03:38:00, Justin Schuh ...
6 years, 9 months ago (2014-03-14 03:55:56 UTC) #3
michaeln
hi justin, i'd like to get this looked at again https://codereview.chromium.org/199153003/diff/60001/webkit/common/database/database_identifier.cc File webkit/common/database/database_identifier.cc (right): https://codereview.chromium.org/199153003/diff/60001/webkit/common/database/database_identifier.cc#newcode63 ...
6 years, 9 months ago (2014-03-18 22:32:46 UTC) #4
jschuh
https://codereview.chromium.org/199153003/diff/110001/webkit/common/database/database_identifier.cc File webkit/common/database/database_identifier.cc (right): https://codereview.chromium.org/199153003/diff/110001/webkit/common/database/database_identifier.cc#newcode63 webkit/common/database/database_identifier.cc:63: char forbidden[] = {'\\', '/', ':' ,'\0'}; Can't we ...
6 years, 9 months ago (2014-03-24 22:46:23 UTC) #5
michaeln
https://codereview.chromium.org/199153003/diff/110001/webkit/common/database/database_identifier.cc File webkit/common/database/database_identifier.cc (right): https://codereview.chromium.org/199153003/diff/110001/webkit/common/database/database_identifier.cc#newcode61 webkit/common/database/database_identifier.cc:61: if (identifier.find("..") != std::string::npos) does this exclude some valid ...
6 years, 8 months ago (2014-04-21 19:48:07 UTC) #6
michaeln
https://codereview.chromium.org/199153003/diff/110001/webkit/browser/database/database_util.cc File webkit/browser/database/database_util.cc (right): https://codereview.chromium.org/199153003/diff/110001/webkit/browser/database/database_util.cc#newcode22 webkit/browser/database/database_util.cc:22: if (!(IsAsciiAlpha(c) || IsAsciiDigit(c) || here it is...
6 years, 6 months ago (2014-06-09 18:30:59 UTC) #7
jschuh
On 2014/06/09 18:30:59, michaeln wrote: > https://codereview.chromium.org/199153003/diff/110001/webkit/browser/database/database_util.cc > File webkit/browser/database/database_util.cc (right): > > https://codereview.chromium.org/199153003/diff/110001/webkit/browser/database/database_util.cc#newcode22 > ...
6 years, 6 months ago (2014-06-10 23:45:46 UTC) #8
michaeln
The CQ bit was checked by michaeln@chromium.org
6 years, 6 months ago (2014-06-11 00:48:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaeln@chromium.org/199153003/130001
6 years, 6 months ago (2014-06-11 00:52:18 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 11:32:46 UTC) #11
Message was sent while issue was closed.
Change committed as 276348

Powered by Google App Engine
This is Rietveld 408576698