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

Issue 10197007: Change webkit/{fileapi,quota} code to use TaskRunner. (Closed)

Created:
8 years, 8 months ago by kinuko
Modified:
8 years, 7 months ago
Reviewers:
michaeln, ericu
CC:
chromium-reviews, kinuko+watch, darin-cc_chromium.org
Visibility:
Public.

Description

Change webkit/{fileapi,quota} code to use TaskRunner. BUG=123559 TEST=existing tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=135616

Patch Set 1 #

Patch Set 2 : test fix #

Total comments: 23

Patch Set 3 : fixesz #

Total comments: 24

Patch Set 4 : fixing #

Patch Set 5 : test fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -322 lines) Patch
M content/browser/fileapi/fileapi_message_filter.cc View 1 2 3 2 chunks +2 lines, -7 lines 0 comments Download
M content/browser/resource_context_impl.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webkit/blob/local_file_reader.h View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M webkit/blob/local_file_reader.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.cc View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M webkit/database/database_quota_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_system_context.h View 1 2 3 6 chunks +18 lines, -12 lines 0 comments Download
M webkit/fileapi/file_system_context.cc View 1 2 3 8 chunks +17 lines, -20 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.h View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.cc View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job_unittest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webkit/fileapi/file_system_file_reader.h View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M webkit/fileapi/file_system_file_reader.cc View 1 2 3 4 chunks +4 lines, -7 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.h View 1 2 3 9 chunks +12 lines, -25 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.cc View 1 2 3 14 chunks +12 lines, -21 lines 0 comments Download
M webkit/fileapi/file_system_mount_point_provider.h View 1 2 3 3 chunks +0 lines, -6 lines 0 comments Download
M webkit/fileapi/file_system_operation.h View 1 2 3 3 chunks +1 line, -6 lines 0 comments Download
M webkit/fileapi/file_system_operation.cc View 1 2 3 16 chunks +19 lines, -18 lines 0 comments Download
M webkit/fileapi/file_system_operation_context.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_operation_context.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_quota_client.h View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_quota_client.cc View 1 2 3 12 chunks +15 lines, -20 lines 0 comments Download
M webkit/fileapi/file_system_quota_client_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_quota_util.h View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/fileapi/file_system_quota_util.cc View 1 2 5 chunks +14 lines, -11 lines 0 comments Download
M webkit/fileapi/file_system_test_helper.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job.h View 1 2 3 3 chunks +1 line, -4 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job.cc View 1 2 3 4 chunks +4 lines, -8 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job_factory.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job_factory.cc View 1 2 3 3 chunks +7 lines, -17 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job_unittest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webkit/fileapi/file_writer_delegate.h View 1 2 3 3 chunks +1 line, -4 lines 0 comments Download
M webkit/fileapi/file_writer_delegate.cc View 1 2 3 6 chunks +9 lines, -10 lines 0 comments Download
M webkit/fileapi/file_writer_delegate_unittest.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.h View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 2 3 4 5 chunks +10 lines, -13 lines 0 comments Download
M webkit/quota/mock_quota_manager.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/quota/mock_quota_manager.cc View 1 2 3 3 chunks +4 lines, -7 lines 0 comments Download
M webkit/quota/quota_manager.h View 1 2 3 5 chunks +11 lines, -9 lines 0 comments Download
M webkit/quota/quota_manager.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M webkit/quota/quota_task.h View 1 6 chunks +13 lines, -10 lines 0 comments Download
M webkit/quota/quota_task.cc View 1 2 3 5 chunks +12 lines, -10 lines 0 comments Download
M webkit/quota/usage_tracker.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M webkit/tools/test_shell/simple_file_writer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_request_context.cc View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kinuko
Mostly mechanical changes. PTL thanks!
8 years, 8 months ago (2012-04-26 14:19:45 UTC) #1
michaeln
It is mostly mechanical but some subtleties too. Please think about the type of runner ...
8 years, 8 months ago (2012-04-27 01:04:02 UTC) #2
kinuko
Updated, thanks. In general I replaced too generic TRs with Sequenced one, changed some of ...
8 years, 8 months ago (2012-04-27 10:10:29 UTC) #3
michaeln
this looks pretty good to me, i'd like to hear your thoughts on making a ...
8 years, 7 months ago (2012-04-27 22:31:07 UTC) #4
ericu
I don't really have anything to add to Michael's review; he knows this stuff better ...
8 years, 7 months ago (2012-05-01 00:30:35 UTC) #5
kinuko
Thanks, updated the patch. https://chromiumcodereview.appspot.com/10197007/diff/30037/webkit/fileapi/file_system_context.cc File webkit/fileapi/file_system_context.cc (right): https://chromiumcodereview.appspot.com/10197007/diff/30037/webkit/fileapi/file_system_context.cc#newcode189 webkit/fileapi/file_system_context.cc:189: origin_url, file_system_type, file_path, file_task_runner_, this); ...
8 years, 7 months ago (2012-05-04 19:05:35 UTC) #6
michaeln
8 years, 7 months ago (2012-05-04 19:44:46 UTC) #7
LGTM!

Powered by Google App Engine
This is Rietveld 408576698