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

Issue 10447055: Move fileapi into its own component (Closed)

Created:
8 years, 6 months ago by benwells
Modified:
8 years, 5 months ago
Reviewers:
kinuko, tony, jam
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, jochen+watch-content_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, kinuko+watch, Mihai Parparita -not on Chrome, Eric U.
Visibility:
Public.

Description

Move fileapi into its own component Before this change fileapi is a static library. As it has static data, this causes problems when used from multiple components like chrome and content. BUG=129885 TEST=Existing tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139498

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Indent #

Patch Set 4 : Fileapi into new dll #

Patch Set 5 : Help bots #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase onto Windows box #

Patch Set 8 : Updates for windows #

Patch Set 9 : Rebase (back to linux box) #

Patch Set 10 : Fixes and use FILEAPI_EXPORT_PRIVATE #

Total comments: 10

Patch Set 11 : Cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -102 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/common/fileapi/webfilesystem_callback_dispatcher.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M webkit/blob/webkit_blob.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -7 lines 0 comments Download
M webkit/fileapi/file_system_callback_dispatcher.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_context.h View 1 2 3 4 3 chunks +4 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_directory_database.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_file_util.h View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_mount_point_provider.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_operation.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_operation_context.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_options.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_origin_database.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_path.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_quota_client.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_quota_util.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_url_request_job_factory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_usage_cache.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_system_util.h View 1 2 3 4 5 6 7 6 chunks +25 lines, -14 lines 0 comments Download
M webkit/fileapi/file_system_util.cc View 1 2 3 4 5 6 7 1 chunk +27 lines, -0 lines 0 comments Download
M webkit/fileapi/file_util_helper.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_writer.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/file_writer_delegate.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
A webkit/fileapi/fileapi_export.h View 1 2 3 4 5 6 7 8 9 1 chunk +35 lines, -0 lines 0 comments Download
M webkit/fileapi/isolated_context.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/isolated_file_util.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/local_file_util.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/local_file_writer.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/native_file_util.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/obfuscated_file_util.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/sandbox_file_writer.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M webkit/fileapi/test_mount_point_provider.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M webkit/fileapi/webfilewriter_base.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M webkit/fileapi/webfilewriter_base.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M webkit/glue/webkit_glue.h View 1 2 3 4 5 6 7 2 chunks +0 lines, -5 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -27 lines 0 comments Download
M webkit/tools/test_shell/simple_file_system.cc View 1 2 3 4 5 6 7 5 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
benwells
An alternative to this approach would be to create a new dll or to put ...
8 years, 6 months ago (2012-05-28 06:06:41 UTC) #1
kinuko
I'd defer this to jam.
8 years, 6 months ago (2012-05-28 06:58:41 UTC) #2
jam
On 2012/05/28 06:06:41, benwells wrote: > An alternative to this approach would be to create ...
8 years, 6 months ago (2012-05-28 07:17:29 UTC) #3
benwells
On 2012/05/28 07:17:29, John Abd-El-Malek wrote: > On 2012/05/28 06:06:41, benwells wrote: > > An ...
8 years, 6 months ago (2012-05-28 07:49:57 UTC) #4
benwells
kinuko for flieapi jam for layering tony as webkit owner. There are a couple of ...
8 years, 6 months ago (2012-05-29 10:23:00 UTC) #5
kinuko
The code change in fileapi lgtm, thanks for doing this!! https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/file_system_operation_context.h File webkit/fileapi/file_system_operation_context.h (right): https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/file_system_operation_context.h#newcode12 ...
8 years, 6 months ago (2012-05-29 10:55:36 UTC) #6
benwells
https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/file_system_operation_context.h File webkit/fileapi/file_system_operation_context.h (right): https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/file_system_operation_context.h#newcode12 webkit/fileapi/file_system_operation_context.h:12: #include "webkit/fileapi/file_system_context.h" On 2012/05/29 10:55:36, kinuko wrote: > Why ...
8 years, 6 months ago (2012-05-29 11:40:21 UTC) #7
kinuko
https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/file_system_operation_context.h File webkit/fileapi/file_system_operation_context.h (right): https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/file_system_operation_context.h#newcode12 webkit/fileapi/file_system_operation_context.h:12: #include "webkit/fileapi/file_system_context.h" On 2012/05/29 11:40:22, benwells wrote: > On ...
8 years, 6 months ago (2012-05-29 11:47:54 UTC) #8
jam
lgtm
8 years, 6 months ago (2012-05-29 17:31:15 UTC) #9
ericu
https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/fileapi_export.h File webkit/fileapi/fileapi_export.h (right): https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/fileapi_export.h#newcode12 webkit/fileapi/fileapi_export.h:12: #if defined(FILEAPI_IMPLEMENTATION) What's the difference between FILEAPI_EXPORT and FILEAPI_EXPORT_PRIVATE? ...
8 years, 6 months ago (2012-05-29 17:59:49 UTC) #10
tony
lgtm
8 years, 6 months ago (2012-05-29 18:52:42 UTC) #11
benwells
https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/fileapi_export.h File webkit/fileapi/fileapi_export.h (right): https://chromiumcodereview.appspot.com/10447055/diff/6038/webkit/fileapi/fileapi_export.h#newcode12 webkit/fileapi/fileapi_export.h:12: #if defined(FILEAPI_IMPLEMENTATION) On 2012/05/29 17:59:49, ericu wrote: > What's ...
8 years, 6 months ago (2012-05-29 23:46:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10447055/3009
8 years, 6 months ago (2012-05-30 00:55:34 UTC) #13
commit-bot: I haz the power
Try job failure for 10447055-3009 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-05-30 03:17:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10447055/3009
8 years, 6 months ago (2012-05-30 04:38:11 UTC) #15
commit-bot: I haz the power
8 years, 6 months ago (2012-05-30 08:14:32 UTC) #16
Change committed as 139498

Powered by Google App Engine
This is Rietveld 408576698