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

Issue 520913003: Split storage macros into storage and storage_common (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, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, kinuko+fileapi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Split storage macros into storage and storage_common BUG=338338 TBR=darin@chromium.org Committed: https://crrev.com/0e4d1cb38348912af0eac189fbb71029adaa7fc0 Cr-Commit-Position: refs/heads/master@{#292743}

Patch Set 1 #

Total comments: 3

Patch Set 2 : move storage_export.h back to browser/ and rename storage_browser_export.h #

Total comments: 1

Patch Set 3 : fix header guard #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -175 lines) Patch
M chrome/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M content/common/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M content/test/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/BUILD.gn View 1 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/blob/blob_data_handle.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/blob_storage_context.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/blob_url_request_job.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/blob_url_request_job_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/file_stream_reader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/local_file_stream_reader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/view_blob_internals_job.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/database/database_quota_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/database/database_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/database/database_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/database/databases_table.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/database/vfs_backend.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/async_file_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/copy_or_move_file_validator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/dragged_file_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/external_mount_points.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_observers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_permission_policy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_stream_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_backend.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_context.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_dir_url_request_job.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_file_stream_reader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_file_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_operation.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_operation_context.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_operation_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_options.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_quota_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_quota_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_url.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_url_request_job.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_url_request_job_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_usage_cache.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_writer_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/isolated_context.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/local_file_stream_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/local_file_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/mount_points.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/native_file_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/obfuscated_file_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/quota/open_file_handle.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/quota/open_file_handle_context.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/quota/quota_backend_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/sandbox_directory_database.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/sandbox_file_stream_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/sandbox_origin_database_interface.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/timed_task_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/transient_file_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/quota_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/quota_database.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/quota_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/quota_manager_proxy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/quota_task.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/quota_temporary_storage_evictor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/special_storage_policy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/usage_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/storage_browser_export.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/common/BUILD.gn View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/common/blob/blob_data.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/common/blob/scoped_file.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/common/blob/shareable_file_reference.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/common/database/database_connections.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/common/database/database_identifier.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/common/fileapi/directory_entry.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/common/fileapi/file_system_info.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/common/fileapi/file_system_util.h View 6 chunks +23 lines, -23 lines 0 comments Download
M webkit/common/quota/quota_status_code.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/common/storage_common_export.h View 1 chunk +11 lines, -11 lines 0 comments Download
M webkit/common/storage_export.h View 1 1 chunk +0 lines, -34 lines 0 comments Download
M webkit/storage_browser.gyp View 1 2 chunks +2 lines, -1 line 0 comments Download
M webkit/storage_common.gyp View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
pilgrim_google
6 years, 3 months ago (2014-08-29 20:43:40 UTC) #2
jamesr
https://codereview.chromium.org/520913003/diff/1/webkit/browser/BUILD.gn File webkit/browser/BUILD.gn (right): https://codereview.chromium.org/520913003/diff/1/webkit/browser/BUILD.gn#newcode8 webkit/browser/BUILD.gn:8: "../common/storage_export.h", this should be using its own export header ...
6 years, 3 months ago (2014-08-29 20:46:10 UTC) #3
pilgrim_google
On 2014/08/29 20:46:10, jamesr wrote: > https://codereview.chromium.org/520913003/diff/1/webkit/browser/BUILD.gn > File webkit/browser/BUILD.gn (right): > > https://codereview.chromium.org/520913003/diff/1/webkit/browser/BUILD.gn#newcode8 > ...
6 years, 3 months ago (2014-08-29 20:50:18 UTC) #4
jamesr
On 2014/08/29 20:50:18, pilgrim_google wrote: > On 2014/08/29 20:46:10, jamesr wrote: > > https://codereview.chromium.org/520913003/diff/1/webkit/browser/BUILD.gn > ...
6 years, 3 months ago (2014-08-29 20:53:39 UTC) #5
pilgrim_google
On 2014/08/29 20:53:39, jamesr wrote: > Please put the export header for the component with ...
6 years, 3 months ago (2014-08-29 21:18:23 UTC) #6
jamesr
lgtm https://codereview.chromium.org/520913003/diff/20001/webkit/browser/storage_browser_export.h File webkit/browser/storage_browser_export.h (right): https://codereview.chromium.org/520913003/diff/20001/webkit/browser/storage_browser_export.h#newcode5 webkit/browser/storage_browser_export.h:5: #ifndef WEBKIT_STORAGE_EXPORT_H_ please fix the guard. should be ...
6 years, 3 months ago (2014-08-29 21:28:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pilgrim@chromium.org/520913003/40001
6 years, 3 months ago (2014-08-29 22:37:22 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-29 23:40:14 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 77c4bb4c32379133027355e20ff2b0e9d996069d
6 years, 3 months ago (2014-08-30 01:17:15 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:12:39 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0e4d1cb38348912af0eac189fbb71029adaa7fc0
Cr-Commit-Position: refs/heads/master@{#292743}

Powered by Google App Engine
This is Rietveld 408576698