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

Issue 7489038: Merge 91814 - Do not create a new directory database for read operations. (Closed)

Created:
9 years, 5 months ago by kinuko
Modified:
9 years, 4 months ago
Reviewers:
kinuko, ericu
CC:
chromium-reviews, kinuko+watch, darin-cc_chromium.org
Visibility:
Public.

Description

Merge 91814 - Do not create a new directory database for read operations. BUG=86114, 88454 TEST=manually tested Review URL: http://codereview.chromium.org/7307013 TBR=kinuko@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93839

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -42 lines) Patch
M webkit/fileapi/obfuscated_file_system_file_util.h View 1 chunk +4 lines, -1 line 0 comments Download
M webkit/fileapi/obfuscated_file_system_file_util.cc View 21 chunks +66 lines, -41 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
kinuko
9 years, 5 months ago (2011-07-25 05:09:46 UTC) #1
ericu
Thanks for fixing this--it looks great with one nit. http://codereview.chromium.org/7489038/diff/1/webkit/fileapi/obfuscated_file_system_file_util.cc File webkit/fileapi/obfuscated_file_system_file_util.cc (right): http://codereview.chromium.org/7489038/diff/1/webkit/fileapi/obfuscated_file_system_file_util.cc#newcode853 webkit/fileapi/obfuscated_file_system_file_util.cc:853: ...
9 years, 4 months ago (2011-08-01 22:53:27 UTC) #2
kinuko
Welcome back :) On Tue, Aug 2, 2011 at 7:53 AM, <ericu@chromium.org> wrote: > Thanks ...
9 years, 4 months ago (2011-08-02 08:40:18 UTC) #3
ericu
9 years, 4 months ago (2011-08-04 00:14:45 UTC) #4
On Tue, Aug 2, 2011 at 1:39 AM, Kinuko Yasuda <kinuko@chromium.org> wrote:
> Welcome back :)

Thanks!

> On Tue, Aug 2, 2011 at 7:53 AM, <ericu@chromium.org> wrote:
>>
>> Thanks for fixing this--it looks great with one nit.
>>
>>
>>
>>
http://codereview.chromium.org/7489038/diff/1/webkit/fileapi/obfuscated_file_...
>> File webkit/fileapi/obfuscated_file_system_file_util.cc (right):
>>
>>
>>
http://codereview.chromium.org/7489038/diff/1/webkit/fileapi/obfuscated_file_...
>> webkit/fileapi/obfuscated_file_system_file_util.cc:853: origin_url,
>> type, false);
>> While this code won't actually fail [due to the "true" in the call to
>> GetDirectoryForOriginType()], passing true would be more correct here,
>> as we will be creating a new directory database in all cases.
>
> True.  Let me know if we should fix it, I can make a tiny patch then!

Yes, please do.  I'm happy to review it. ;'>

>> http://codereview.chromium.org/7489038/
>
>

Powered by Google App Engine
This is Rietveld 408576698