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

Issue 15367010: Move webkit/database to webkit/browser and webkit/common. (Closed)

Created:
7 years, 7 months ago by michaeln
Modified:
7 years, 7 months ago
Reviewers:
kinuko, jamesr, Lei Zhang, piman
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Move webkit/database to webkit/browser and webkit/common. Also move content::WebDatabaseObserverImpl to the new common_child library. - just moving the files in the source repository - and fixing up complilation guards - and fixing up include paths throughout - and fixing up DEPs files as needed Note: Everything in /webkit is still being built into the same old webkit_storage target for now, new actual build target(s) will come later. BUG=239109 R=jamesr@chromium.org, kinuko@chromium.org, piman@chromium.org, thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201619

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Total comments: 1

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -4124 lines) Patch
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_database_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/diagnostics/sqlite_diagnostics.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_webkit/indexed_db_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_context_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_quota_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/database_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/database_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/storage_partition_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/worker_host/worker_storage_partition.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/common/web_database_observer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -53 lines 0 comments Download
D content/common/web_database_observer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -169 lines 0 comments Download
A + content/common_child/web_database_observer_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -3 lines 0 comments Download
A + content/common_child/web_database_observer_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -2 lines 0 comments Download
M content/content_common_child.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/shell/shell_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/worker/worker_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/database/database_quota_client.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/database/database_quota_client.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/database/database_quota_client_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + webkit/browser/database/database_tracker.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/database/database_tracker.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/database/database_tracker_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/database/database_util.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/database/database_util.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + webkit/browser/database/database_util_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/database/databases_table.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/database/databases_table.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/database/databases_table_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/database/vfs_backend.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/database/vfs_backend.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A webkit/browser/database/webkit_browser_database.gypi View 1 chunk +20 lines, -0 lines 0 comments Download
M webkit/browser/webkit_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
A + webkit/common/database/database_connections.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/common/database/database_connections.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + webkit/common/database/database_connections_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A webkit/common/database/webkit_common_database.gypi View 1 1 chunk +12 lines, -0 lines 0 comments Download
A webkit/common/webkit_common.gypi View 1 chunk +16 lines, -0 lines 0 comments Download
D webkit/database/database_connections.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -98 lines 0 comments Download
D webkit/database/database_connections.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -175 lines 0 comments Download
D webkit/database/database_connections_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -143 lines 0 comments Download
D webkit/database/database_quota_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -55 lines 0 comments Download
D webkit/database/database_quota_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -224 lines 0 comments Download
D webkit/database/database_quota_client_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -292 lines 0 comments Download
D webkit/database/database_tracker.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -312 lines 0 comments Download
D webkit/database/database_tracker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -878 lines 0 comments Download
D webkit/database/database_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -855 lines 0 comments Download
D webkit/database/database_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -38 lines 0 comments Download
D webkit/database/database_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -85 lines 0 comments Download
D webkit/database/database_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -74 lines 0 comments Download
D webkit/database/databases_table.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -53 lines 0 comments Download
D webkit/database/databases_table.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -148 lines 0 comments Download
D webkit/database/databases_table_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -156 lines 0 comments Download
D webkit/database/vfs_backend.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -44 lines 0 comments Download
D webkit/database/vfs_backend.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -167 lines 0 comments Download
D webkit/database/webkit_database.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -22 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webkit/storage/webkit_storage.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +2 lines, -2 lines 0 comments Download
M webkit/support/simple_database_system.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/support/simple_database_system.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/support/test_webkit_platform_support.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/webkit_support.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M webkit/tools/test_shell/simple_dom_storage_system.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
michaeln
running some try jobs to find out what i've missed https://codereview.chromium.org/15367010/diff/10012/content/common/web_database_observer_impl.h File content/common/web_database_observer_impl.h (right): https://codereview.chromium.org/15367010/diff/10012/content/common/web_database_observer_impl.h#newcode15 ...
7 years, 7 months ago (2013-05-21 01:25:30 UTC) #1
jamesr
https://codereview.chromium.org/15367010/diff/33002/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc File webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc (right): https://codereview.chromium.org/15367010/diff/33002/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc#newcode37 webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc:37: // TODO(michaeln): why is this being built into the ...
7 years, 7 months ago (2013-05-21 01:59:04 UTC) #2
jamesr
It looks like you still have some #includes to track down to get this compiling ...
7 years, 7 months ago (2013-05-21 07:26:40 UTC) #3
kinuko
lgtm2 with same comments as jamesr. Jfyi, as for include fixups tools/git/move_source_file.py worked greatly for ...
7 years, 7 months ago (2013-05-21 07:55:35 UTC) #4
michaeln
Looking at the build errors and moving the WebKitAPI derivative, will have a new patch ...
7 years, 7 months ago (2013-05-21 20:35:36 UTC) #5
michaeln
New snapshot with fixed up includes and to also move content::WebDatabaseObserverImpl to the common_child library. ...
7 years, 7 months ago (2013-05-22 01:23:52 UTC) #6
michaeln
woot... trybots are happy @piman for /content @thestig for /chrome
7 years, 7 months ago (2013-05-22 20:37:28 UTC) #7
Lei Zhang
We discussed with kinuko on a similar CL, you can just TBR.
7 years, 7 months ago (2013-05-22 20:47:43 UTC) #8
Lei Zhang
and chrome/ lgtm
7 years, 7 months ago (2013-05-22 20:48:08 UTC) #9
michaeln
On 2013/05/22 20:48:08, Lei Zhang wrote: > and chrome/ lgtm thnx, i have some updating ...
7 years, 7 months ago (2013-05-22 20:51:53 UTC) #10
piman
lgtm
7 years, 7 months ago (2013-05-22 21:40:40 UTC) #11
michaeln
7 years, 7 months ago (2013-05-22 22:02:42 UTC) #12
Message was sent while issue was closed.
Committed patchset #13 manually as r201619 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698