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

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed)

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

Description

Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers BUG=338338 TBR=darin@chromium.org Committed: https://crrev.com/f55d19fce5e8521d5e269739e2e0e553dcb61bf2 Cr-Commit-Position: refs/heads/master@{#293228}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : license headers #

Patch Set 5 : fix header guards, add OWNERS #

Total comments: 5

Patch Set 6 : storage/ no longer depends on webkit/ #

Total comments: 1

Patch Set 7 : add GYP comments in GN build files #

Patch Set 8 : rebase #

Patch Set 9 : fix presubmit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -2510 lines) Patch
M android_webview/native/webview_native.gyp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M build/whitespace_file.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M content/child/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M content/content_child.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 5 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/DEPS View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
A + storage/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + storage/common/BUILD.gn View 1 2 3 4 5 6 2 chunks +2 lines, -18 lines 0 comments Download
A + storage/common/blob/blob_data.h View 1 2 3 4 5 3 chunks +6 lines, -6 lines 0 comments Download
A + storage/common/blob/blob_data.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + storage/common/blob/scoped_file.h View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/common/blob/scoped_file.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + storage/common/blob/shareable_file_reference.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/common/blob/shareable_file_reference.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -2 lines 0 comments Download
A + storage/common/data_element.h View 1 2 3 4 5 3 chunks +5 lines, -5 lines 0 comments Download
A + storage/common/data_element.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/common/database/database_connections.h View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
A + storage/common/database/database_connections.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + storage/common/database/database_identifier.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/common/database/database_identifier.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + storage/common/fileapi/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + storage/common/fileapi/directory_entry.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/common/fileapi/directory_entry.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + storage/common/fileapi/file_system_info.h View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
A + storage/common/fileapi/file_system_info.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + storage/common/fileapi/file_system_mount_option.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/common/fileapi/file_system_types.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/common/fileapi/file_system_util.h View 1 2 3 4 5 2 chunks +7 lines, -7 lines 0 comments Download
A + storage/common/fileapi/file_system_util.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A + storage/common/quota/quota_status_code.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/common/quota/quota_status_code.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + storage/common/quota/quota_types.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
A + storage/common/storage_common_export.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
A + storage/storage_common.gyp View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/browser/BUILD.gn View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/common/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -62 lines 0 comments Download
M webkit/common/blob/blob_data.h View 1 2 3 1 chunk +2 lines, -95 lines 0 comments Download
D webkit/common/blob/blob_data.cc View 1 chunk +0 lines, -63 lines 0 comments Download
M webkit/common/blob/scoped_file.h View 1 2 3 1 chunk +2 lines, -91 lines 0 comments Download
D webkit/common/blob/scoped_file.cc View 1 chunk +0 lines, -85 lines 0 comments Download
M webkit/common/blob/shareable_file_reference.h View 1 2 3 1 chunk +2 lines, -71 lines 0 comments Download
D webkit/common/blob/shareable_file_reference.cc View 1 chunk +0 lines, -119 lines 0 comments Download
M webkit/common/data_element.h View 1 2 3 4 5 1 chunk +2 lines, -124 lines 0 comments Download
D webkit/common/data_element.cc View 1 2 3 4 5 1 chunk +0 lines, -49 lines 0 comments Download
M webkit/common/database/database_connections.h View 1 2 3 1 chunk +2 lines, -96 lines 0 comments Download
D webkit/common/database/database_connections.cc View 1 chunk +0 lines, -175 lines 0 comments Download
M webkit/common/database/database_identifier.h View 1 2 3 1 chunk +2 lines, -51 lines 0 comments Download
D webkit/common/database/database_identifier.cc View 1 chunk +0 lines, -145 lines 0 comments Download
D webkit/common/fileapi/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/common/fileapi/directory_entry.h View 1 2 3 1 chunk +2 lines, -35 lines 0 comments Download
D webkit/common/fileapi/directory_entry.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M webkit/common/fileapi/file_system_info.h View 1 2 3 1 chunk +2 lines, -30 lines 0 comments Download
D webkit/common/fileapi/file_system_info.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M webkit/common/fileapi/file_system_mount_option.h View 1 2 3 1 chunk +2 lines, -34 lines 0 comments Download
M webkit/common/fileapi/file_system_types.h View 1 2 3 1 chunk +2 lines, -134 lines 0 comments Download
M webkit/common/fileapi/file_system_util.h View 1 2 3 1 chunk +2 lines, -179 lines 0 comments Download
D webkit/common/fileapi/file_system_util.cc View 1 chunk +0 lines, -511 lines 0 comments Download
M webkit/common/quota/quota_status_code.h View 1 2 3 1 chunk +2 lines, -25 lines 0 comments Download
D webkit/common/quota/quota_status_code.cc View 1 chunk +0 lines, -29 lines 0 comments Download
M webkit/common/quota/quota_types.h View 1 2 3 1 chunk +2 lines, -26 lines 0 comments Download
D webkit/common/storage_common_export.h View 1 2 3 4 5 1 chunk +0 lines, -29 lines 0 comments Download
D webkit/common/webkit_common.gyp View 1 2 3 4 5 1 chunk +0 lines, -29 lines 0 comments Download
M webkit/storage_browser.gyp View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M webkit/storage_common.gyp View 1 2 3 4 5 1 chunk +0 lines, -51 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
pilgrim_google
6 years, 3 months ago (2014-08-30 02:44:30 UTC) #2
jamesr
The new directory will need an OWNERS file since webkit/OWNERS will no longer apply https://codereview.chromium.org/524983002/diff/40001/storage/common/blob/blob_data.h ...
6 years, 3 months ago (2014-09-02 19:08:18 UTC) #3
pilgrim_google
On 2014/09/02 19:08:18, jamesr wrote: > The new directory will need an OWNERS file since ...
6 years, 3 months ago (2014-09-02 21:14:48 UTC) #4
jamesr
https://codereview.chromium.org/524983002/diff/80001/storage/DEPS File storage/DEPS (right): https://codereview.chromium.org/524983002/diff/80001/storage/DEPS#newcode5 storage/DEPS:5: "+webkit", if you only need data_element.h, can you just ...
6 years, 3 months ago (2014-09-02 21:35:31 UTC) #5
pilgrim_google
On 2014/09/02 21:35:31, jamesr wrote: > https://codereview.chromium.org/524983002/diff/80001/storage/DEPS > File storage/DEPS (right): > > https://codereview.chromium.org/524983002/diff/80001/storage/DEPS#newcode5 > ...
6 years, 3 months ago (2014-09-03 14:52:16 UTC) #6
jamesr
Woohooo! lgtm could you verify that checkdeps runs cleanly for the targets that depend on ...
6 years, 3 months ago (2014-09-03 15:50:29 UTC) #7
pilgrim_google
On 2014/09/03 15:50:29, jamesr wrote: > Woohooo! lgtm > > could you verify that checkdeps ...
6 years, 3 months ago (2014-09-03 16:23:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pilgrim@chromium.org/524983002/140001
6 years, 3 months ago (2014-09-03 17:05:05 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 3 months ago (2014-09-03 17:59:25 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/8443)
6 years, 3 months ago (2014-09-03 18:03:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pilgrim@chromium.org/524983002/160001
6 years, 3 months ago (2014-09-03 20:08:01 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-09-03 21:22:44 UTC) #16
commit-bot: I haz the power
Committed patchset #9 (id:160001) as e292682725a7343eb49fc587358dcd0214ae837c
6 years, 3 months ago (2014-09-04 00:06:25 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:28:47 UTC) #18
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/f55d19fce5e8521d5e269739e2e0e553dcb61bf2
Cr-Commit-Position: refs/heads/master@{#293228}

Powered by Google App Engine
This is Rietveld 408576698