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

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed)

Created:
8 years, 2 months ago by hashimoto
Modified:
8 years, 2 months ago
CC:
chromium-reviews, pam+watch_chromium.org, feature-media-reviews_chromium.org, mihaip-chromium-reviews_chromium.org, jonathan.backer, Ian Vollick, tzik+watch_chromium.org, jam, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, stevenjb+watch_chromium.org, kinuko+watch
Visibility:
Public.

Description

webkit: Merge blob and fileapi into one build target 'webkit_storage' Replace build targets 'blob' and 'fileapi' with newly introduced 'webkit_storage' Introduce a new directory webkit/storage to host webkit_storage.gypi and webkit_storage_export.h Replace BLOB_EXPORT and FILEAPI_EXPORT with WEBKIT_STORAGE_EXPORT BUG=155242 TEST=build TBR=darin@chromium.org, piman@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162679

Patch Set 1 : _ #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : Rename 'storage' to 'webkit_storage' #

Total comments: 2

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : rebase #

Patch Set 6 : Leave *.gypi files in blob and fileapi #

Unified diffs Side-by-side diffs Delta from patch set Stats (+330 lines, -444 lines) Patch
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M ui/compositor/compositor.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/blob_data.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
D webkit/blob/blob_export.h View 1 chunk +0 lines, -29 lines 0 comments Download
M webkit/blob/blob_storage_controller.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/blob_url_request_job.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/blob_url_request_job_factory.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/file_stream_reader.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/local_file_stream_reader.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/blob/shareable_file_reference.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/blob/view_blob_internals_job.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/blob/webkit_blob.gypi View 1 2 3 4 5 1 chunk +17 lines, -50 lines 0 comments Download
M webkit/chromeos/fileapi/cros_mount_point_provider.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/dom_storage/webkit_dom_storage.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_observers.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/file_stream_writer.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_callback_dispatcher.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_context.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_directory_database.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_file_stream_reader.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_file_util.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_mount_point_provider.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_operation_context.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_options.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_origin_database.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_quota_client.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_quota_util.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_task_runners.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_url.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job_factory.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_usage_cache.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_util.h View 1 2 3 7 chunks +15 lines, -14 lines 0 comments Download
M webkit/fileapi/file_util_helper.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_writer_delegate.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
D webkit/fileapi/fileapi_export.h View 1 chunk +0 lines, -34 lines 0 comments Download
M webkit/fileapi/isolated_context.h View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M webkit/fileapi/isolated_file_util.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/local_file_stream_writer.h View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M webkit/fileapi/local_file_system_operation.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/local_file_util.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/media/device_media_file_util.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/fileapi/media/filtering_file_enumerator.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/media/media_path_filter.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/media/mtp_device_map_service.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/media/native_media_file_util.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/fileapi/native_file_util.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/obfuscated_file_util.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/fileapi/sandbox_file_stream_writer.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/syncable/file_change.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/syncable/local_file_change_tracker.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/syncable/local_file_sync_context.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/syncable/local_file_sync_status.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/syncable/sync_status_code.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_util.h View 1 2 4 chunks +9 lines, -7 lines 0 comments Download
M webkit/fileapi/test_mount_point_provider.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/webfilewriter_base.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 2 3 4 5 1 chunk +114 lines, -140 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
A + webkit/storage/webkit_storage.gypi View 1 2 3 4 5 3 chunks +24 lines, -20 lines 0 comments Download
A + webkit/storage/webkit_storage_export.h View 1 2 3 1 chunk +16 lines, -11 lines 0 comments Download
M webkit/support/webkit_support.gyp View 1 chunk +1 line, -2 lines 0 comments Download
M webkit/support/webkit_support.gypi View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
hashimoto
Please review
8 years, 2 months ago (2012-10-11 10:26:25 UTC) #1
kinuko
Thanks for making this change! Please resolve the try failures (you may need clobber?). As ...
8 years, 2 months ago (2012-10-11 12:36:50 UTC) #2
hashimoto
On 2012/10/11 12:36:50, kinuko wrote: > Thanks for making this change! Please resolve the try ...
8 years, 2 months ago (2012-10-11 13:22:45 UTC) #3
kinuko
On 2012/10/11 13:22:45, hashimoto wrote: > On 2012/10/11 12:36:50, kinuko wrote: > > Thanks for ...
8 years, 2 months ago (2012-10-12 03:32:45 UTC) #4
kinuko
On 2012/10/12 03:32:45, kinuko wrote: > On 2012/10/11 13:22:45, hashimoto wrote: > > On 2012/10/11 ...
8 years, 2 months ago (2012-10-12 03:38:18 UTC) #5
hashimoto
On 2012/10/12 03:38:18, kinuko wrote: > On 2012/10/12 03:32:45, kinuko wrote: > > On 2012/10/11 ...
8 years, 2 months ago (2012-10-12 03:54:08 UTC) #6
kinuko
On 2012/10/12 03:54:08, hashimoto wrote: > On 2012/10/12 03:38:18, kinuko wrote: > > On 2012/10/12 ...
8 years, 2 months ago (2012-10-12 04:29:44 UTC) #7
hashimoto
http://codereview.chromium.org/11103031/diff/5066/webkit/storage/webkit_storage.gypi File webkit/storage/webkit_storage.gypi (right): http://codereview.chromium.org/11103031/diff/5066/webkit/storage/webkit_storage.gypi#newcode17 webkit/storage/webkit_storage.gypi:17: 'target_name': 'storage', On 2012/10/11 12:36:51, kinuko wrote: > I ...
8 years, 2 months ago (2012-10-12 06:45:27 UTC) #8
marja
http://codereview.chromium.org/11103031/diff/24001/webkit/storage/webkit_storage.gypi File webkit/storage/webkit_storage.gypi (right): http://codereview.chromium.org/11103031/diff/24001/webkit/storage/webkit_storage.gypi#newcode17 webkit/storage/webkit_storage.gypi:17: 'target_name': 'webkit_storage', It's slightly confusing though that you're renaming ...
8 years, 2 months ago (2012-10-12 11:14:42 UTC) #9
kinuko
http://codereview.chromium.org/11103031/diff/24001/webkit/storage/webkit_storage.gypi File webkit/storage/webkit_storage.gypi (right): http://codereview.chromium.org/11103031/diff/24001/webkit/storage/webkit_storage.gypi#newcode17 webkit/storage/webkit_storage.gypi:17: 'target_name': 'webkit_storage', On 2012/10/12 11:14:42, marja wrote: > It's ...
8 years, 2 months ago (2012-10-12 11:32:14 UTC) #10
darin (slow to review)
On Fri, Oct 12, 2012 at 4:32 AM, <kinuko@chromium.org> wrote: > > http://codereview.chromium.**org/11103031/diff/24001/** > webkit/storage/webkit_storage.**gypi<http://codereview.chromium.org/11103031/diff/24001/webkit/storage/webkit_storage.gypi> ...
8 years, 2 months ago (2012-10-12 21:32:42 UTC) #11
kinuko
On 2012/10/12 21:32:42, darin wrote: > On Fri, Oct 12, 2012 at 4:32 AM, <mailto:kinuko@chromium.org> ...
8 years, 2 months ago (2012-10-13 01:24:06 UTC) #12
hashimoto
Dirk and Darin, Do the name of the new target and the addition of webkit/storage ...
8 years, 2 months ago (2012-10-15 06:12:35 UTC) #13
Dirk Pranke
On 2012/10/15 06:12:35, hashimoto wrote: > Dirk and Darin, > Do the name of the ...
8 years, 2 months ago (2012-10-15 18:48:12 UTC) #14
kinuko
lgtm
8 years, 2 months ago (2012-10-16 04:45:49 UTC) #15
hashimoto
Darin, Does this change look good to you?
8 years, 2 months ago (2012-10-16 06:10:26 UTC) #16
hashimoto
tony, Could you review this change as a src/webkit owner?
8 years, 2 months ago (2012-10-17 06:03:06 UTC) #17
tony
LGTM with one small suggestion. If it doesn't work, then this is fine too. http://codereview.chromium.org/11103031/diff/27002/webkit/storage/webkit_storage.gypi ...
8 years, 2 months ago (2012-10-17 16:58:09 UTC) #18
hashimoto
New patch set addressing tony's suggestion. PTAL http://codereview.chromium.org/11103031/diff/27002/webkit/storage/webkit_storage.gypi File webkit/storage/webkit_storage.gypi (right): http://codereview.chromium.org/11103031/diff/27002/webkit/storage/webkit_storage.gypi#newcode34 webkit/storage/webkit_storage.gypi:34: '../blob/blob_data.cc', On ...
8 years, 2 months ago (2012-10-18 05:16:06 UTC) #19
kinuko
On 2012/10/18 05:16:06, hashimoto wrote: > New patch set addressing tony's suggestion. > PTAL > ...
8 years, 2 months ago (2012-10-18 07:03:18 UTC) #20
hashimoto
TBR-ing darin@ for chrome/ and content/, piman@ for ui/compositor.
8 years, 2 months ago (2012-10-18 07:06:39 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/11103031/46003
8 years, 2 months ago (2012-10-18 07:07:34 UTC) #22
commit-bot: I haz the power
8 years, 2 months ago (2012-10-18 09:09:12 UTC) #23
Change committed as 162679

Powered by Google App Engine
This is Rietveld 408576698