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

Issue 522543002: Modify test case to support streaming operation in sandbox file system. (Closed)

Created:
6 years, 3 months ago by iseki
Modified:
6 years, 3 months ago
Reviewers:
tzik
CC:
chromium-reviews, darin-cc_chromium.org, jam, kinuko+fileapi, nhiroki
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Modify test case to support streaming operation in sandbox file system. BUG=360088 TEST=content_unittests passed Committed: https://crrev.com/0df386658195ba87c94db713c06e91bba7b1fe9c Cr-Commit-Position: refs/heads/master@{#293327}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 6

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 8

Patch Set 12 : #

Total comments: 2

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -24 lines) Patch
M content/browser/fileapi/file_system_operation_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +33 lines, -20 lines 0 comments Download
M content/browser/fileapi/obfuscated_file_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/copy_or_move_operation_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +42 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.cc View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (2 generated)
iseki
iseki@chromium.org changed reviewers: + tzik@chromium.org
6 years, 3 months ago (2014-08-29 02:23:07 UTC) #1
iseki
This cl is related to https://codereview.chromium.org/491813002/. Sorry, please take a look again.
6 years, 3 months ago (2014-08-29 02:23:07 UTC) #2
iseki
tzik@ I use RunLoop::Run and pass the test. Please take a look.
6 years, 3 months ago (2014-09-02 02:11:47 UTC) #3
tzik
On 2014/09/02 02:11:47, iseki wrote: > tzik@ > > I use RunLoop::Run and pass the ...
6 years, 3 months ago (2014-09-02 03:25:03 UTC) #4
tzik
https://codereview.chromium.org/522543002/diff/140001/content/browser/fileapi/file_system_operation_impl_unittest.cc File content/browser/fileapi/file_system_operation_impl_unittest.cc (left): https://codereview.chromium.org/522543002/diff/140001/content/browser/fileapi/file_system_operation_impl_unittest.cc#oldcode609 content/browser/fileapi/file_system_operation_impl_unittest.cc:609: EXPECT_EQ(1, change_observer()->get_and_reset_modify_file_count()); We should get notified for the file ...
6 years, 3 months ago (2014-09-02 03:25:11 UTC) #5
iseki
Thank you for your review. https://codereview.chromium.org/522543002/diff/140001/content/browser/fileapi/file_system_operation_impl_unittest.cc File content/browser/fileapi/file_system_operation_impl_unittest.cc (left): https://codereview.chromium.org/522543002/diff/140001/content/browser/fileapi/file_system_operation_impl_unittest.cc#oldcode609 content/browser/fileapi/file_system_operation_impl_unittest.cc:609: EXPECT_EQ(1, change_observer()->get_and_reset_modify_file_count()); On 2014/09/02 ...
6 years, 3 months ago (2014-09-03 09:34:16 UTC) #6
tzik
https://codereview.chromium.org/522543002/diff/200001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/522543002/diff/200001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode503 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:503: NotifyOnStartUpdate(src_url_); Could you remove this since the src is ...
6 years, 3 months ago (2014-09-04 03:32:13 UTC) #7
tzik
https://codereview.chromium.org/522543002/diff/200001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/522543002/diff/200001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode464 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:464: // This conversion it to avoid redundant creation and ...
6 years, 3 months ago (2014-09-04 04:05:44 UTC) #8
iseki
Thank you for your review :) https://codereview.chromium.org/522543002/diff/200001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/522543002/diff/200001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode464 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:464: // This conversion ...
6 years, 3 months ago (2014-09-04 04:12:17 UTC) #9
iseki
@tzik This patch pass the test.
6 years, 3 months ago (2014-09-04 06:00:08 UTC) #10
tzik
https://codereview.chromium.org/522543002/diff/220001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/522543002/diff/220001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode464 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:464: // This conversion it to avoid redundant creation and ...
6 years, 3 months ago (2014-09-04 06:05:23 UTC) #11
iseki
Thanks :) https://codereview.chromium.org/522543002/diff/220001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/522543002/diff/220001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode464 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:464: // This conversion it to avoid redundant ...
6 years, 3 months ago (2014-09-04 06:09:09 UTC) #12
tzik
LGTM!
6 years, 3 months ago (2014-09-04 06:09:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iseki@chromium.org/522543002/240001
6 years, 3 months ago (2014-09-04 06:11:20 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iseki@chromium.org/522543002/260001
6 years, 3 months ago (2014-09-04 11:39:44 UTC) #17
commit-bot: I haz the power
Committed patchset #14 (id:260001) as 6785b53bcbd5e9b94c7cc8138562ae75d856b3fe
6 years, 3 months ago (2014-09-04 19:57:22 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:32:22 UTC) #19
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/0df386658195ba87c94db713c06e91bba7b1fe9c
Cr-Commit-Position: refs/heads/master@{#293327}

Powered by Google App Engine
This is Rietveld 408576698