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

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed)

Created:
6 years, 3 months ago by pilgrim_google
Modified:
6 years, 3 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, tzik, jam, nhiroki, kinuko+fileapi, darin-cc_chromium.org, dcheng, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Migrate webkit/browser/ to storage/browser/ using TBR because Darin told me he defers to James' judgement. Using NOTRY because there is one presubmit error (dump_file_system.cc was moved and it spews printf). BUG=338338 TBR=darin@chromium.org NOTRY=true Committed: https://crrev.com/4af8c2120e23d17c1cac3f929c3a1d901c5701ab Cr-Commit-Position: refs/heads/master@{#293547}

Patch Set 1 #

Total comments: 8

Patch Set 2 : rebase, no fixes yet #

Patch Set 3 : sort build files #

Patch Set 4 : fix android build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+929 lines, -30451 lines) Patch
M BUILD.gn View 1 2 3 4 chunks +2 lines, -2 lines 0 comments Download
M android_webview/native/webview_native.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M content/browser/BUILD.gn View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M content/common/BUILD.gn View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/content_shell.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M content/shell/BUILD.gn View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M content/test/BUILD.gn View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M storage/DEPS View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + storage/browser/BUILD.gn View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/DEPS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + storage/browser/blob/OWNERS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + storage/browser/blob/blob_data_handle.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/blob/blob_data_handle.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/blob/blob_storage_context.h View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/blob/blob_storage_context.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/blob/blob_url_request_job.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/blob/blob_url_request_job.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/blob/blob_url_request_job_factory.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/blob/blob_url_request_job_factory.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/blob/file_stream_reader.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/blob/file_stream_reader.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/blob/local_file_stream_reader.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/blob/local_file_stream_reader.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/blob/view_blob_internals_job.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/blob/view_blob_internals_job.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/database/database_quota_client.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/database/database_quota_client.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/database/database_tracker.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/database/database_tracker.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/database/database_util.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/database/database_util.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + storage/browser/database/databases_table.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/database/databases_table.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/database/vfs_backend.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/database/vfs_backend.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/fileapi/OWNERS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + storage/browser/fileapi/async_file_util.h View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/async_file_util_adapter.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/async_file_util_adapter.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/copy_or_move_file_validator.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/copy_or_move_operation_delegate.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/copy_or_move_operation_delegate.cc View 1 2 3 1 chunk +11 lines, -11 lines 0 comments Download
A + storage/browser/fileapi/dragged_file_util.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/dragged_file_util.cc View 1 2 3 1 chunk +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/dump_file_system.cc View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/external_mount_points.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/external_mount_points.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + storage/browser/fileapi/file_observers.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_permission_policy.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_stream_writer.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_system_backend.h View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
A + storage/browser/fileapi/file_system_context.h View 1 2 3 3 chunks +10 lines, -10 lines 0 comments Download
A + storage/browser/fileapi/file_system_context.cc View 1 2 3 1 chunk +21 lines, -21 lines 0 comments Download
A + storage/browser/fileapi/file_system_dir_url_request_job.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/file_system_dir_url_request_job.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/file_system_file_stream_reader.h View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/file_system_file_stream_reader.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_system_file_util.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/file_system_file_util.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/fileapi/file_system_operation.h View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/file_system_operation_context.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/file_system_operation_context.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + storage/browser/fileapi/file_system_operation_impl.h View 1 2 3 2 chunks +10 lines, -10 lines 0 comments Download
A + storage/browser/fileapi/file_system_operation_impl.cc View 1 2 3 2 chunks +17 lines, -17 lines 0 comments Download
A + storage/browser/fileapi/file_system_operation_runner.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/file_system_operation_runner.cc View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
A + storage/browser/fileapi/file_system_options.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_system_options.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/fileapi/file_system_quota_client.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/file_system_quota_client.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/file_system_quota_util.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/file_system_url.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/file_system_url.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/file_system_url_request_job.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/file_system_url_request_job.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/file_system_url_request_job_factory.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_system_url_request_job_factory.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/file_system_usage_cache.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_system_usage_cache.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/browser/fileapi/file_writer_delegate.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/file_writer_delegate.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/isolated_context.h View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/isolated_context.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/browser/fileapi/isolated_file_system_backend.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/isolated_file_system_backend.cc View 1 2 3 2 chunks +15 lines, -15 lines 0 comments Download
A + storage/browser/fileapi/local_file_stream_writer.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/local_file_stream_writer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/fileapi/local_file_util.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/local_file_util.cc View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
A + storage/browser/fileapi/mount_points.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/mount_points.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/fileapi/native_file_util.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/native_file_util.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/obfuscated_file_util.h View 1 2 3 3 chunks +10 lines, -10 lines 0 comments Download
A + storage/browser/fileapi/obfuscated_file_util.cc View 1 2 3 2 chunks +14 lines, -14 lines 0 comments Download
A + storage/browser/fileapi/open_file_system_mode.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/plugin_private_file_system_backend.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/plugin_private_file_system_backend.cc View 1 2 3 2 chunks +12 lines, -12 lines 0 comments Download
A + storage/browser/fileapi/quota/open_file_handle.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/quota/open_file_handle.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/quota/open_file_handle_context.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/quota/open_file_handle_context.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_backend_impl.h View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_backend_impl.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_reservation.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_reservation.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_reservation_buffer.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_reservation_buffer.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_reservation_manager.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/quota/quota_reservation_manager.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/recursive_operation_delegate.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/recursive_operation_delegate.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/remove_operation_delegate.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/remove_operation_delegate.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/sandbox_directory_database.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/sandbox_directory_database.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/sandbox_file_stream_writer.h View 1 2 3 2 chunks +10 lines, -10 lines 0 comments Download
A + storage/browser/fileapi/sandbox_file_stream_writer.cc View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
A + storage/browser/fileapi/sandbox_file_system_backend.h View 1 2 3 3 chunks +9 lines, -9 lines 0 comments Download
A + storage/browser/fileapi/sandbox_file_system_backend.cc View 1 2 3 1 chunk +16 lines, -16 lines 0 comments Download
A + storage/browser/fileapi/sandbox_file_system_backend_delegate.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/fileapi/sandbox_file_system_backend_delegate.cc View 1 2 3 2 chunks +16 lines, -16 lines 0 comments Download
A + storage/browser/fileapi/sandbox_isolated_origin_database.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/sandbox_isolated_origin_database.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + storage/browser/fileapi/sandbox_origin_database.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/sandbox_origin_database.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/browser/fileapi/sandbox_origin_database_interface.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/sandbox_origin_database_interface.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/fileapi/sandbox_prioritized_origin_database.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/sandbox_prioritized_origin_database.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/sandbox_quota_observer.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/sandbox_quota_observer.cc View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
A + storage/browser/fileapi/task_runner_bound_observer_list.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/fileapi/timed_task_helper.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/timed_task_helper.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/fileapi/transient_file_util.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/fileapi/transient_file_util.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + storage/browser/fileapi/watcher_manager.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/quota/OWNERS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + storage/browser/quota/quota_callbacks.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/quota/quota_client.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/quota/quota_database.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/quota/quota_database.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/browser/quota/quota_manager.h View 1 2 3 3 chunks +10 lines, -10 lines 0 comments Download
A + storage/browser/quota/quota_manager.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
A + storage/browser/quota/quota_manager_proxy.h View 1 2 3 3 chunks +10 lines, -10 lines 0 comments Download
A + storage/browser/quota/quota_manager_proxy.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/quota/quota_task.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/quota/quota_task.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/quota/quota_temporary_storage_evictor.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/quota/quota_temporary_storage_evictor.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + storage/browser/quota/special_storage_policy.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/quota/special_storage_policy.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/quota/storage_monitor.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/browser/quota/storage_monitor.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + storage/browser/quota/storage_observer.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/browser/quota/storage_observer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + storage/browser/quota/usage_tracker.h View 1 2 3 3 chunks +9 lines, -9 lines 0 comments Download
A + storage/browser/quota/usage_tracker.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/browser/storage_browser_export.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/storage_browser.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D webkit/browser/BUILD.gn View 1 2 3 1 chunk +0 lines, -192 lines 0 comments Download
D webkit/browser/DEPS View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
D webkit/browser/blob/OWNERS View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/blob/blob_data_handle.h View 1 2 3 1 chunk +2 lines, -68 lines 0 comments Download
D webkit/browser/blob/blob_data_handle.cc View 1 2 3 1 chunk +0 lines, -68 lines 0 comments Download
M webkit/browser/blob/blob_storage_context.h View 1 2 3 1 chunk +2 lines, -115 lines 0 comments Download
D webkit/browser/blob/blob_storage_context.cc View 1 2 3 1 chunk +0 lines, -325 lines 0 comments Download
M webkit/browser/blob/blob_url_request_job.h View 1 2 3 1 chunk +2 lines, -126 lines 0 comments Download
D webkit/browser/blob/blob_url_request_job.cc View 1 2 3 1 chunk +0 lines, -590 lines 0 comments Download
M webkit/browser/blob/blob_url_request_job_factory.h View 1 2 3 1 chunk +2 lines, -68 lines 0 comments Download
D webkit/browser/blob/blob_url_request_job_factory.cc View 1 2 3 1 chunk +0 lines, -90 lines 0 comments Download
M webkit/browser/blob/file_stream_reader.h View 1 2 3 1 chunk +2 lines, -96 lines 0 comments Download
D webkit/browser/blob/file_stream_reader.cc View 1 2 3 1 chunk +0 lines, -20 lines 0 comments Download
M webkit/browser/blob/local_file_stream_reader.h View 1 2 3 1 chunk +2 lines, -78 lines 0 comments Download
D webkit/browser/blob/local_file_stream_reader.cc View 1 2 3 1 chunk +0 lines, -169 lines 0 comments Download
M webkit/browser/blob/view_blob_internals_job.h View 1 2 3 1 chunk +2 lines, -54 lines 0 comments Download
D webkit/browser/blob/view_blob_internals_job.cc View 1 2 3 1 chunk +0 lines, -242 lines 0 comments Download
M webkit/browser/database/database_quota_client.h View 1 2 3 1 chunk +2 lines, -54 lines 0 comments Download
D webkit/browser/database/database_quota_client.cc View 1 2 3 1 chunk +0 lines, -220 lines 0 comments Download
M webkit/browser/database/database_tracker.h View 1 2 3 1 chunk +2 lines, -316 lines 0 comments Download
D webkit/browser/database/database_tracker.cc View 1 2 3 1 chunk +0 lines, -869 lines 0 comments Download
M webkit/browser/database/database_util.h View 1 2 3 1 chunk +2 lines, -36 lines 0 comments Download
D webkit/browser/database/database_util.cc View 1 2 3 1 chunk +0 lines, -108 lines 0 comments Download
M webkit/browser/database/databases_table.h View 1 2 3 1 chunk +2 lines, -51 lines 0 comments Download
D webkit/browser/database/databases_table.cc View 1 2 3 1 chunk +0 lines, -150 lines 0 comments Download
M webkit/browser/database/vfs_backend.h View 1 2 3 1 chunk +2 lines, -39 lines 0 comments Download
D webkit/browser/database/vfs_backend.cc View 1 2 3 1 chunk +0 lines, -158 lines 0 comments Download
D webkit/browser/fileapi/OWNERS View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/async_file_util.h View 1 2 3 1 chunk +2 lines, -363 lines 0 comments Download
M webkit/browser/fileapi/async_file_util_adapter.h View 1 2 3 1 chunk +2 lines, -115 lines 0 comments Download
D webkit/browser/fileapi/async_file_util_adapter.cc View 1 2 3 1 chunk +0 lines, -352 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_file_validator.h View 1 2 3 1 chunk +2 lines, -51 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_operation_delegate.h View 1 2 3 1 chunk +2 lines, -159 lines 0 comments Download
D webkit/browser/fileapi/copy_or_move_operation_delegate.cc View 1 2 3 1 chunk +0 lines, -1034 lines 0 comments Download
M webkit/browser/fileapi/dragged_file_util.h View 1 2 3 1 chunk +2 lines, -38 lines 0 comments Download
D webkit/browser/fileapi/dragged_file_util.cc View 1 2 3 1 chunk +0 lines, -105 lines 0 comments Download
D webkit/browser/fileapi/dump_file_system.cc View 1 2 3 1 chunk +0 lines, -204 lines 0 comments Download
M webkit/browser/fileapi/external_mount_points.h View 1 2 3 1 chunk +2 lines, -156 lines 0 comments Download
D webkit/browser/fileapi/external_mount_points.cc View 1 2 3 1 chunk +0 lines, -357 lines 0 comments Download
M webkit/browser/fileapi/file_observers.h View 1 2 3 1 chunk +2 lines, -80 lines 0 comments Download
M webkit/browser/fileapi/file_permission_policy.h View 1 2 3 1 chunk +2 lines, -25 lines 0 comments Download
M webkit/browser/fileapi/file_stream_writer.h View 1 2 3 1 chunk +2 lines, -84 lines 0 comments Download
M webkit/browser/fileapi/file_system_backend.h View 1 2 3 1 chunk +2 lines, -166 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.h View 1 2 3 1 chunk +2 lines, -425 lines 0 comments Download
D webkit/browser/fileapi/file_system_context.cc View 1 2 3 1 chunk +0 lines, -644 lines 0 comments Download
M webkit/browser/fileapi/file_system_dir_url_request_job.h View 1 2 3 1 chunk +2 lines, -66 lines 0 comments Download
D webkit/browser/fileapi/file_system_dir_url_request_job.cc View 1 2 3 1 chunk +0 lines, -160 lines 0 comments Download
M webkit/browser/fileapi/file_system_file_stream_reader.h View 1 2 3 1 chunk +2 lines, -76 lines 0 comments Download
D webkit/browser/fileapi/file_system_file_stream_reader.cc View 1 2 3 1 chunk +0 lines, -140 lines 0 comments Download
M webkit/browser/fileapi/file_system_file_util.h View 1 2 3 1 chunk +2 lines, -183 lines 0 comments Download
D webkit/browser/fileapi/file_system_file_util.cc View 1 2 3 1 chunk +0 lines, -25 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation.h View 1 2 3 1 chunk +2 lines, -482 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_context.h View 1 2 3 1 chunk +2 lines, -94 lines 0 comments Download
D webkit/browser/fileapi/file_system_operation_context.cc View 1 2 3 1 chunk +0 lines, -34 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_impl.h View 1 2 3 1 chunk +2 lines, -203 lines 0 comments Download
D webkit/browser/fileapi/file_system_operation_impl.cc View 1 2 3 1 chunk +0 lines, -559 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.h View 1 2 3 1 chunk +2 lines, -319 lines 0 comments Download
D webkit/browser/fileapi/file_system_operation_runner.cc View 1 2 3 1 chunk +0 lines, -687 lines 0 comments Download
M webkit/browser/fileapi/file_system_options.h View 1 2 3 1 chunk +2 lines, -59 lines 0 comments Download
D webkit/browser/fileapi/file_system_options.cc View 1 2 3 1 chunk +0 lines, -21 lines 0 comments Download
M webkit/browser/fileapi/file_system_quota_client.h View 1 2 3 1 chunk +2 lines, -67 lines 0 comments Download
D webkit/browser/fileapi/file_system_quota_client.cc View 1 2 3 1 chunk +0 lines, -210 lines 0 comments Download
M webkit/browser/fileapi/file_system_quota_util.h View 1 2 3 1 chunk +2 lines, -88 lines 0 comments Download
M webkit/browser/fileapi/file_system_url.h View 1 2 3 1 chunk +2 lines, -177 lines 0 comments Download
D webkit/browser/fileapi/file_system_url.cc View 1 2 3 1 chunk +0 lines, -153 lines 0 comments Download
M webkit/browser/fileapi/file_system_url_request_job.h View 1 2 3 1 chunk +2 lines, -82 lines 0 comments Download
D webkit/browser/fileapi/file_system_url_request_job.cc View 1 2 3 1 chunk +0 lines, -263 lines 0 comments Download
M webkit/browser/fileapi/file_system_url_request_job_factory.h View 1 2 3 1 chunk +2 lines, -28 lines 0 comments Download
D webkit/browser/fileapi/file_system_url_request_job_factory.cc View 1 2 3 1 chunk +0 lines, -73 lines 0 comments Download
M webkit/browser/fileapi/file_system_usage_cache.h View 1 2 3 1 chunk +2 lines, -102 lines 0 comments Download
D webkit/browser/fileapi/file_system_usage_cache.cc View 1 2 3 1 chunk +0 lines, -307 lines 0 comments Download
M webkit/browser/fileapi/file_writer_delegate.h View 1 2 3 1 chunk +2 lines, -107 lines 0 comments Download
D webkit/browser/fileapi/file_writer_delegate.cc View 1 2 3 1 chunk +0 lines, -244 lines 0 comments Download
M webkit/browser/fileapi/isolated_context.h View 1 2 3 1 chunk +2 lines, -198 lines 0 comments Download
D webkit/browser/fileapi/isolated_context.cc View 1 2 3 1 chunk +0 lines, -484 lines 0 comments Download
M webkit/browser/fileapi/isolated_file_system_backend.h View 1 2 3 1 chunk +2 lines, -54 lines 0 comments Download
D webkit/browser/fileapi/isolated_file_system_backend.cc View 1 2 3 1 chunk +0 lines, -152 lines 0 comments Download
M webkit/browser/fileapi/local_file_stream_writer.h View 1 2 3 1 chunk +2 lines, -97 lines 0 comments Download
D webkit/browser/fileapi/local_file_stream_writer.cc View 1 2 3 1 chunk +0 lines, -257 lines 0 comments Download
M webkit/browser/fileapi/local_file_util.h View 1 2 3 1 chunk +2 lines, -91 lines 0 comments Download
D webkit/browser/fileapi/local_file_util.cc View 1 2 3 1 chunk +0 lines, -265 lines 0 comments Download
M webkit/browser/fileapi/mount_points.h View 1 2 3 1 chunk +2 lines, -105 lines 0 comments Download
D webkit/browser/fileapi/mount_points.cc View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M webkit/browser/fileapi/native_file_util.h View 1 2 3 1 chunk +2 lines, -70 lines 0 comments Download
D webkit/browser/fileapi/native_file_util.cc View 1 2 3 1 chunk +0 lines, -315 lines 0 comments Download
M webkit/browser/fileapi/obfuscated_file_util.h View 1 2 3 1 chunk +2 lines, -356 lines 0 comments Download
D webkit/browser/fileapi/obfuscated_file_util.cc View 1 2 3 1 chunk +0 lines, -1424 lines 0 comments Download
M webkit/browser/fileapi/open_file_system_mode.h View 1 2 3 1 chunk +2 lines, -19 lines 0 comments Download
M webkit/browser/fileapi/plugin_private_file_system_backend.h View 1 2 3 1 chunk +2 lines, -146 lines 0 comments Download
D webkit/browser/fileapi/plugin_private_file_system_backend.cc View 1 2 3 1 chunk +0 lines, -311 lines 0 comments Download
M webkit/browser/fileapi/quota/open_file_handle.h View 1 2 3 1 chunk +2 lines, -67 lines 0 comments Download
D webkit/browser/fileapi/quota/open_file_handle.cc View 1 2 3 1 chunk +0 lines, -55 lines 0 comments Download
M webkit/browser/fileapi/quota/open_file_handle_context.h View 1 2 3 1 chunk +2 lines, -58 lines 0 comments Download
D webkit/browser/fileapi/quota/open_file_handle_context.cc View 1 2 3 1 chunk +0 lines, -72 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_backend_impl.h View 1 2 3 1 chunk +2 lines, -103 lines 0 comments Download
D webkit/browser/fileapi/quota/quota_backend_impl.cc View 1 2 3 1 chunk +0 lines, -172 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation.h View 1 2 3 1 chunk +2 lines, -92 lines 0 comments Download
D webkit/browser/fileapi/quota/quota_reservation.cc View 1 2 3 1 chunk +0 lines, -127 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_buffer.h View 1 2 3 1 chunk +2 lines, -84 lines 0 comments Download
D webkit/browser/fileapi/quota/quota_reservation_buffer.cc View 1 2 3 1 chunk +0 lines, -105 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_manager.h View 1 2 3 1 chunk +2 lines, -124 lines 0 comments Download
D webkit/browser/fileapi/quota/quota_reservation_manager.cc View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
M webkit/browser/fileapi/recursive_operation_delegate.h View 1 2 3 1 chunk +2 lines, -149 lines 0 comments Download
D webkit/browser/fileapi/recursive_operation_delegate.cc View 1 2 3 1 chunk +0 lines, -239 lines 0 comments Download
M webkit/browser/fileapi/remove_operation_delegate.h View 1 2 3 1 chunk +2 lines, -43 lines 0 comments Download
D webkit/browser/fileapi/remove_operation_delegate.cc View 1 2 3 1 chunk +0 lines, -82 lines 0 comments Download
M webkit/browser/fileapi/sandbox_directory_database.h View 1 2 3 1 chunk +2 lines, -132 lines 0 comments Download
D webkit/browser/fileapi/sandbox_directory_database.cc View 1 2 3 1 chunk +0 lines, -939 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_stream_writer.h View 1 2 3 1 chunk +2 lines, -93 lines 0 comments Download
D webkit/browser/fileapi/sandbox_file_stream_writer.cc View 1 2 3 1 chunk +0 lines, -247 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend.h View 1 2 3 1 chunk +2 lines, -82 lines 0 comments Download
D webkit/browser/fileapi/sandbox_file_system_backend.cc View 1 2 3 1 chunk +0 lines, -166 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend_delegate.h View 1 2 3 1 chunk +2 lines, -257 lines 0 comments Download
D webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc View 1 2 3 1 chunk +0 lines, -673 lines 0 comments Download
M webkit/browser/fileapi/sandbox_isolated_origin_database.h View 1 2 3 1 chunk +2 lines, -58 lines 0 comments Download
D webkit/browser/fileapi/sandbox_isolated_origin_database.cc View 1 2 3 1 chunk +0 lines, -80 lines 0 comments Download
M webkit/browser/fileapi/sandbox_origin_database.h View 1 2 3 1 chunk +2 lines, -74 lines 0 comments Download
D webkit/browser/fileapi/sandbox_origin_database.cc View 1 2 3 1 chunk +0 lines, -347 lines 0 comments Download
M webkit/browser/fileapi/sandbox_origin_database_interface.h View 1 2 3 1 chunk +2 lines, -52 lines 0 comments Download
D webkit/browser/fileapi/sandbox_origin_database_interface.cc View 1 2 3 1 chunk +0 lines, -20 lines 0 comments Download
M webkit/browser/fileapi/sandbox_prioritized_origin_database.h View 1 2 3 1 chunk +2 lines, -69 lines 0 comments Download
D webkit/browser/fileapi/sandbox_prioritized_origin_database.cc View 1 2 3 1 chunk +0 lines, -223 lines 0 comments Download
M webkit/browser/fileapi/sandbox_quota_observer.h View 1 2 3 1 chunk +2 lines, -78 lines 0 comments Download
D webkit/browser/fileapi/sandbox_quota_observer.cc View 1 2 3 1 chunk +0 lines, -140 lines 0 comments Download
M webkit/browser/fileapi/task_runner_bound_observer_list.h View 1 2 3 1 chunk +2 lines, -96 lines 0 comments Download
M webkit/browser/fileapi/timed_task_helper.h View 1 2 3 1 chunk +2 lines, -56 lines 0 comments Download
D webkit/browser/fileapi/timed_task_helper.cc View 1 2 3 1 chunk +0 lines, -92 lines 0 comments Download
M webkit/browser/fileapi/transient_file_util.h View 1 2 3 1 chunk +2 lines, -33 lines 0 comments Download
D webkit/browser/fileapi/transient_file_util.cc View 1 2 3 1 chunk +0 lines, -55 lines 0 comments Download
M webkit/browser/fileapi/watcher_manager.h View 1 2 3 1 chunk +1 line, -63 lines 0 comments Download
D webkit/browser/quota/OWNERS View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/quota/quota_callbacks.h View 1 2 3 1 chunk +2 lines, -126 lines 0 comments Download
M webkit/browser/quota/quota_client.h View 1 2 3 1 chunk +2 lines, -78 lines 0 comments Download
M webkit/browser/quota/quota_database.h View 1 2 3 1 chunk +2 lines, -187 lines 0 comments Download
D webkit/browser/quota/quota_database.cc View 1 2 3 1 chunk +0 lines, -657 lines 0 comments Download
M webkit/browser/quota/quota_manager.h View 1 2 3 1 chunk +2 lines, -457 lines 0 comments Download
D webkit/browser/quota/quota_manager.cc View 1 2 3 1 chunk +0 lines, -1631 lines 0 comments Download
M webkit/browser/quota/quota_manager_proxy.h View 1 2 3 1 chunk +1 line, -75 lines 0 comments Download
D webkit/browser/quota/quota_manager_proxy.cc View 1 2 3 1 chunk +0 lines, -161 lines 0 comments Download
M webkit/browser/quota/quota_task.h View 1 2 3 1 chunk +2 lines, -76 lines 0 comments Download
D webkit/browser/quota/quota_task.cc View 1 2 3 1 chunk +0 lines, -79 lines 0 comments Download
M webkit/browser/quota/quota_temporary_storage_evictor.h View 1 2 3 1 chunk +2 lines, -131 lines 0 comments Download
D webkit/browser/quota/quota_temporary_storage_evictor.cc View 1 2 3 1 chunk +0 lines, -261 lines 0 comments Download
M webkit/browser/quota/special_storage_policy.h View 1 2 3 1 chunk +2 lines, -83 lines 0 comments Download
D webkit/browser/quota/special_storage_policy.cc View 1 2 3 1 chunk +0 lines, -38 lines 0 comments Download
M webkit/browser/quota/storage_monitor.h View 1 2 3 1 chunk +1 line, -176 lines 0 comments Download
D webkit/browser/quota/storage_monitor.cc View 1 2 3 1 chunk +0 lines, -379 lines 0 comments Download
M webkit/browser/quota/storage_observer.h View 1 2 3 1 chunk +1 line, -75 lines 0 comments Download
D webkit/browser/quota/storage_observer.cc View 1 2 3 1 chunk +0 lines, -65 lines 0 comments Download
M webkit/browser/quota/usage_tracker.h View 1 2 3 1 chunk +2 lines, -199 lines 0 comments Download
D webkit/browser/quota/usage_tracker.cc View 1 2 3 1 chunk +0 lines, -694 lines 0 comments Download
M webkit/browser/storage_browser_export.h View 1 2 3 1 chunk +2 lines, -31 lines 0 comments Download
D webkit/storage_browser.gyp View 1 2 3 1 chunk +0 lines, -199 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
pilgrim_google
6 years, 3 months ago (2014-09-04 14:29:06 UTC) #2
jamesr
I didn't mark everything but please go through and sort all of the lists of ...
6 years, 3 months ago (2014-09-05 01:02:31 UTC) #3
pilgrim_google
On 2014/09/05 01:02:31, jamesr wrote: > https://codereview.chromium.org/539143002/diff/1/webkit/browser/storage_browser_export.h#newcode5 > webkit/browser/storage_browser_export.h:5: #include > "storage/browser/storage_browser_export.h" > you shouldn't ...
6 years, 3 months ago (2014-09-05 01:22:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pilgrim@chromium.org/539143002/30001
6 years, 3 months ago (2014-09-05 17:22:02 UTC) #6
commit-bot: I haz the power
Committed patchset #4 (id:30001) as 7f18a5464f5cd1b2b9520e23e1e7e93996bca4ae
6 years, 3 months ago (2014-09-05 17:30:53 UTC) #7
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:40:27 UTC) #8
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4af8c2120e23d17c1cac3f929c3a1d901c5701ab
Cr-Commit-Position: refs/heads/master@{#293547}

Powered by Google App Engine
This is Rietveld 408576698