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

Issue 145303002: Convert Media Galleries to use base::File (Closed)

Created:
6 years, 11 months ago by rvargas (doing something else)
Modified:
6 years, 10 months ago
CC:
chromium-reviews, vandebo (ex-Chrome), nkostylev+watch_chromium.org, tzik, dcheng, rginda+watch_chromium.org, markusheintz_, aandrey+blink_chromium.org, stevenjb+watch_chromium.org, kinuko+watch, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, vsevik, gavinp+disk_chromium.org, benjhayden+dwatch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, nhiroki, paulirish+reviews_chromium.org, oshima+watch_chromium.org, Lei Zhang, tfarina, yurys, tommycli, davemoore+watch_chromium.org, Greg Billock, pfeldman
Visibility:
Public.

Description

Convert Media Galleries to use base::File Unfortunately, this brings in changes to webkit/browser/fileapi, and once that changes, a lot of files have to be updated. The bright side is that most of the collateral changes are just trivial renaming of PlatformFileError -> File::Error and PlatformFileInfo -> File::Info BUG=322664 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247301

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review comments #

Total comments: 7

Patch Set 3 : More nits #

Total comments: 9

Patch Set 4 : Rebase MTP #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3353 lines, -3414 lines) Patch
M base/files/file_util_proxy.h View 1 2 3 4 2 chunks +11 lines, -10 lines 0 comments Download
M base/files/file_util_proxy.cc View 1 2 3 4 10 chunks +37 lines, -30 lines 0 comments Download
M base/files/file_util_proxy_unittest.cc View 1 2 3 4 17 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/async_file_util.cc View 1 2 3 4 32 chunks +40 lines, -40 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_errors.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_errors.cc View 1 2 3 4 1 chunk +21 lines, -21 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi_worker.h View 1 2 3 4 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi_worker.cc View 1 2 3 4 11 chunks +22 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi_worker_unittest.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/local_file_reader.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_entry_conversion.h View 1 2 3 4 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/resource_entry_conversion.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/resource_entry_conversion_unittest.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/webkit_file_stream_writer_impl.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/webkit_file_stream_writer_impl.cc View 1 2 3 4 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc View 1 2 3 4 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/file_manager/open_util.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/fileapi/file_system_backend.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/fileapi/file_system_backend.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/devtools/devtools_file_system_indexer.h View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/devtools/devtools_file_system_indexer.cc View 1 2 3 4 4 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc View 1 2 3 4 4 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/local_discovery/storage/privet_filesystem_async_util.cc View 1 2 3 4 14 chunks +16 lines, -18 lines 0 comments Download
M chrome/browser/local_discovery/storage/privet_filesystem_backend.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/local_discovery/storage/privet_filesystem_backend.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/av_scanning_file_validator.cc View 1 2 3 4 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/device_media_async_file_util.h View 1 2 3 4 6 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc View 1 2 3 4 19 chunks +35 lines, -35 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/iphoto_file_util.h View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/iphoto_file_util.cc View 1 2 3 4 13 chunks +28 lines, -31 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_file_util.h View 1 2 3 4 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_file_util.cc View 1 2 3 4 15 chunks +40 lines, -42 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_system_backend.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_system_backend.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_validator_factory.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h View 1 2 3 4 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.cc View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util.h View 1 2 3 4 4 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util.cc View 1 2 3 4 23 chunks +87 lines, -86 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc View 1 2 3 4 13 chunks +44 lines, -42 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_data_provider.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_data_provider.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_file_util.h View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_file_util.cc View 1 2 3 4 13 chunks +51 lines, -52 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc View 1 2 3 4 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/safe_audio_video_checker.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/supported_audio_video_checker.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc View 1 2 3 4 4 chunks +10 lines, -12 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h View 1 2 3 4 7 chunks +8 lines, -9 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc View 1 2 3 4 11 chunks +22 lines, -22 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_device_task_helper.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_device_task_helper.cc View 1 2 3 4 8 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_read_file_worker.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_read_file_worker.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/linux/snapshot_file_details.h View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/media_galleries/linux/snapshot_file_details.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h View 1 2 3 4 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.mm View 1 2 3 4 15 chunks +27 lines, -27 lines 0 comments Download
M chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm View 1 2 3 4 18 chunks +44 lines, -43 lines 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h View 1 2 3 4 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc View 1 2 3 4 11 chunks +31 lines, -32 lines 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_operations_util.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/win/mtp_device_operations_util.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/media_galleries/win/snapshot_file_details.h View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/media_galleries/win/snapshot_file_details.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/storage_monitor/image_capture_device.h View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/storage_monitor/image_capture_device.mm View 1 2 3 4 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm View 1 2 3 4 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc View 1 2 3 4 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc View 1 2 3 4 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.h View 1 2 3 4 8 chunks +28 lines, -29 lines 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.cc View 1 2 3 4 23 chunks +44 lines, -44 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_change_tracker.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc View 1 2 3 4 15 chunks +50 lines, -50 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_context.h View 1 2 3 4 5 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_context.cc View 1 2 3 4 10 chunks +23 lines, -25 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc View 1 2 3 4 24 chunks +47 lines, -47 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc View 1 2 3 4 13 chunks +26 lines, -26 lines 0 comments Download
M chrome/browser/sync_file_system/local/root_delete_helper.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/local/root_delete_helper.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/sync_file_system_backend.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/sync_file_system_backend.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc View 1 2 3 4 23 chunks +38 lines, -37 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_operation.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_operation.cc View 1 2 3 4 13 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc View 1 2 3 4 10 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_unittest.cc View 1 2 3 4 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/sync_status_code.h View 1 2 3 4 3 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/sync_status_code.cc View 1 2 3 4 2 chunks +41 lines, -41 lines 0 comments Download
M components/nacl/browser/nacl_browser.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/nacl_browser.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/blob_url_request_job_unittest.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/fileapi/copy_or_move_file_validator_unittest.cc View 1 2 3 4 14 chunks +34 lines, -34 lines 0 comments Download
M content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc View 1 2 3 4 22 chunks +55 lines, -55 lines 0 comments Download
M content/browser/fileapi/dragged_file_util_unittest.cc View 1 2 3 4 14 chunks +28 lines, -28 lines 0 comments Download
M content/browser/fileapi/file_system_dir_url_request_job_unittest.cc View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/fileapi/file_system_file_stream_reader_unittest.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/fileapi/file_system_operation_impl_unittest.cc View 1 2 3 4 66 chunks +86 lines, -86 lines 0 comments Download
M content/browser/fileapi/file_system_operation_impl_write_unittest.cc View 1 2 3 4 16 chunks +27 lines, -27 lines 0 comments Download
M content/browser/fileapi/file_system_operation_runner_unittest.cc View 1 2 3 4 7 chunks +18 lines, -18 lines 0 comments Download
M content/browser/fileapi/file_system_quota_client_unittest.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/fileapi/file_system_url_request_job_unittest.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/fileapi/file_writer_delegate_unittest.cc View 1 2 3 4 15 chunks +21 lines, -21 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.h View 1 2 3 4 1 chunk +10 lines, -10 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.cc View 1 2 3 4 23 chunks +33 lines, -33 lines 0 comments Download
M content/browser/fileapi/local_file_util_unittest.cc View 1 2 3 4 19 chunks +45 lines, -43 lines 0 comments Download
M content/browser/fileapi/obfuscated_file_util_unittest.cc View 1 2 3 4 103 chunks +373 lines, -402 lines 0 comments Download
M content/browser/fileapi/plugin_private_file_system_backend_unittest.cc View 1 2 3 4 4 chunks +13 lines, -13 lines 0 comments Download
M content/browser/fileapi/recursive_operation_delegate_unittest.cc View 1 2 3 4 11 chunks +17 lines, -17 lines 0 comments Download
M content/browser/fileapi/sandbox_file_system_backend_unittest.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/fileapi/transient_file_util_unittest.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/fileapi/upload_file_system_file_element_reader_unittest.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/loader/redirect_to_file_resource_handler.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/loader/redirect_to_file_resource_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/file_utilities_message_filter.h View 1 2 3 4 2 chunks +4 lines, -8 lines 0 comments Download
M content/browser/renderer_host/file_utilities_message_filter.cc View 1 2 3 4 2 chunks +6 lines, -7 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc View 1 2 3 4 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_io_host.h View 1 2 3 4 5 chunks +7 lines, -6 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_io_host.cc View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_system_browser_host.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_system_browser_host.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc View 1 2 3 4 8 chunks +34 lines, -35 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc View 1 2 3 4 3 chunks +10 lines, -10 lines 0 comments Download
M content/browser/renderer_host/pepper/quota_reservation.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/quota_reservation.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/quota_reservation_unittest.cc View 1 2 3 4 3 chunks +6 lines, -10 lines 0 comments Download
M content/child/fileapi/file_system_dispatcher.h View 1 2 3 4 3 chunks +6 lines, -7 lines 0 comments Download
M content/child/fileapi/file_system_dispatcher.cc View 1 2 3 4 5 chunks +8 lines, -8 lines 0 comments Download
M content/child/fileapi/webfilesystem_impl.cc View 1 2 3 4 7 chunks +10 lines, -10 lines 0 comments Download
M content/child/fileapi/webfilewriter_base.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/child/fileapi/webfilewriter_base.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M content/child/fileapi/webfilewriter_base_unittest.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M content/child/fileapi/webfilewriter_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/common/file_utilities_messages.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/fileapi/file_system_messages.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/test/test_file_system_backend.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/test/test_file_system_backend.cc View 1 2 3 4 5 chunks +9 lines, -9 lines 0 comments Download
M content/renderer/pepper/pepper_file_system_host.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_file_system_host.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M content/worker/worker_webkitplatformsupport_impl.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M ipc/ipc_message_utils.cc View 1 2 3 4 3 chunks +7 lines, -7 lines 0 comments Download
M ipc/ipc_platform_file.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/base/directory_lister_unittest.cc View 1 2 3 4 1 chunk +3 lines, -7 lines 0 comments Download
M net/base/net_errors.h View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M net/base/net_errors.cc View 1 2 3 4 1 chunk +5 lines, -6 lines 0 comments Download
M net/disk_cache/simple/simple_index_file_unittest.cc View 1 2 3 4 2 chunks +7 lines, -9 lines 0 comments Download
M net/disk_cache/simple/simple_synchronous_entry.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M ppapi/proxy/file_io_resource.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M ppapi/proxy/file_io_resource.cc View 1 2 3 4 3 chunks +17 lines, -10 lines 0 comments Download
M ppapi/proxy/flash_file_resource.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ppapi/shared_impl/file_type_conversion.h View 1 2 3 4 3 chunks +4 lines, -5 lines 0 comments Download
M ppapi/shared_impl/file_type_conversion.cc View 1 2 3 4 2 chunks +14 lines, -13 lines 0 comments Download
M webkit/browser/blob/blob_url_request_job.h View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M webkit/browser/blob/file_stream_reader.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/blob/file_stream_reader.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M webkit/browser/blob/local_file_stream_reader.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/browser/blob/local_file_stream_reader.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/async_file_test_helper.h View 1 2 3 4 1 chunk +27 lines, -27 lines 0 comments Download
M webkit/browser/fileapi/async_file_test_helper.cc View 1 2 3 4 14 chunks +44 lines, -44 lines 0 comments Download
M webkit/browser/fileapi/async_file_util.h View 1 2 3 4 2 chunks +9 lines, -9 lines 0 comments Download
M webkit/browser/fileapi/async_file_util_adapter.cc View 1 2 3 4 9 chunks +14 lines, -15 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_file_validator.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_operation_delegate.h View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_operation_delegate.cc View 1 2 3 4 31 chunks +82 lines, -82 lines 0 comments Download
M webkit/browser/fileapi/dragged_file_util.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/dragged_file_util.cc View 1 2 3 4 4 chunks +7 lines, -10 lines 0 comments Download
M webkit/browser/fileapi/file_system_backend.h View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.h View 1 2 3 4 5 chunks +7 lines, -7 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.cc View 1 2 3 4 8 chunks +19 lines, -19 lines 0 comments Download
M webkit/browser/fileapi/file_system_dir_url_request_job.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/file_system_dir_url_request_job.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/file_system_file_stream_reader.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/file_system_file_stream_reader.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/file_system_file_util.h View 1 2 3 4 9 chunks +16 lines, -15 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation.h View 1 2 3 4 6 chunks +10 lines, -9 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_impl.h View 1 2 3 4 2 chunks +11 lines, -11 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_impl.cc View 1 2 3 4 13 chunks +32 lines, -32 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.h View 1 2 3 4 2 chunks +10 lines, -10 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.cc View 1 2 3 4 29 chunks +36 lines, -36 lines 0 comments Download
M webkit/browser/fileapi/file_system_quota_client.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/file_system_quota_util.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/file_system_url_request_job.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/file_system_url_request_job.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/file_writer_delegate.h View 1 2 3 4 3 chunks +7 lines, -7 lines 0 comments Download
M webkit/browser/fileapi/file_writer_delegate.cc View 1 2 3 4 10 chunks +18 lines, -18 lines 0 comments Download
M webkit/browser/fileapi/isolated_file_system_backend.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/isolated_file_system_backend.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/local_file_util.h View 1 2 3 4 1 chunk +15 lines, -15 lines 0 comments Download
M webkit/browser/fileapi/local_file_util.cc View 1 2 3 4 8 chunks +49 lines, -49 lines 0 comments Download
M webkit/browser/fileapi/native_file_util.h View 1 2 3 4 2 chunks +17 lines, -16 lines 0 comments Download
M webkit/browser/fileapi/native_file_util.cc View 1 2 3 4 6 chunks +76 lines, -80 lines 0 comments Download
M webkit/browser/fileapi/native_file_util_unittest.cc View 1 2 3 4 15 chunks +57 lines, -57 lines 0 comments Download
M webkit/browser/fileapi/obfuscated_file_util.h View 1 2 3 4 7 chunks +24 lines, -23 lines 0 comments Download
M webkit/browser/fileapi/obfuscated_file_util.cc View 1 2 3 4 45 chunks +175 lines, -176 lines 0 comments Download
M webkit/browser/fileapi/plugin_private_file_system_backend.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/plugin_private_file_system_backend.cc View 1 2 3 4 5 chunks +12 lines, -12 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_backend_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/quota/quota_backend_impl.cc View 1 2 3 4 6 chunks +9 lines, -9 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_backend_impl_unittest.cc View 1 2 3 4 6 chunks +14 lines, -14 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation.h View 1 2 3 4 3 chunks +4 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_buffer.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_buffer.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_manager.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/quota/quota_reservation_manager_unittest.cc View 1 2 3 4 4 chunks +7 lines, -12 lines 0 comments Download
M webkit/browser/fileapi/recursive_operation_delegate.h View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/browser/fileapi/recursive_operation_delegate.cc View 1 2 3 4 9 chunks +15 lines, -15 lines 0 comments Download
M webkit/browser/fileapi/remove_operation_delegate.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/remove_operation_delegate.cc View 1 2 3 4 3 chunks +10 lines, -11 lines 0 comments Download
M webkit/browser/fileapi/sandbox_directory_database.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/sandbox_directory_database.cc View 1 2 3 4 3 chunks +9 lines, -9 lines 0 comments Download
M webkit/browser/fileapi/sandbox_directory_database_unittest.cc View 1 2 3 4 23 chunks +46 lines, -55 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_stream_writer.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_stream_writer.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend_delegate.h View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc View 1 2 3 4 12 chunks +25 lines, -25 lines 0 comments Download
M webkit/browser/fileapi/sandbox_quota_observer.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/transient_file_util.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/transient_file_util.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/common/fileapi/file_system_util.h View 1 2 3 4 3 chunks +5 lines, -4 lines 0 comments Download
M webkit/common/fileapi/file_system_util.cc View 1 2 3 4 2 chunks +27 lines, -27 lines 0 comments Download
M webkit/glue/webfileutilities_impl.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
rvargas (doing something else)
Forgive me for the large review :( Most changes outside of media galleries should be ...
6 years, 11 months ago (2014-01-22 23:05:58 UTC) #1
rvargas (doing something else)
Now with the reviewers.
6 years, 11 months ago (2014-01-22 23:10:03 UTC) #2
Lei Zhang
I looked through a bunch of the chrome/ changes and it all looks fairly straight ...
6 years, 11 months ago (2014-01-22 23:16:58 UTC) #3
Daniel Erat
yes, rietveld has outdone itself here. rubberstamp lgtm for c/b/chromeos, but someone who works on ...
6 years, 11 months ago (2014-01-22 23:19:17 UTC) #4
jamesr
kinuko's a better reviewer for the webkit/ changes, removing myself
6 years, 11 months ago (2014-01-22 23:32:44 UTC) #5
sky
content/browser/loader LGTM
6 years, 11 months ago (2014-01-23 01:09:18 UTC) #6
jvoung (off chromium)
components/nacl LGTM
6 years, 11 months ago (2014-01-23 01:33:28 UTC) #7
jam
lgtm
6 years, 11 months ago (2014-01-23 01:54:51 UTC) #8
kinuko
webkit/ lgtm
6 years, 11 months ago (2014-01-23 02:07:17 UTC) #9
satorux1
kinaba@ for c/b/chromeos/drive
6 years, 11 months ago (2014-01-23 03:47:12 UTC) #10
kinaba
lgtm with a nit https://codereview.chromium.org/145303002/diff/1/chrome/browser/chromeos/drive/fileapi_worker.cc File chrome/browser/chromeos/drive/fileapi_worker.cc (right): https://codereview.chromium.org/145303002/diff/1/chrome/browser/chromeos/drive/fileapi_worker.cc#newcode186 chrome/browser/chromeos/drive/fileapi_worker.cc:186: base::PlatformFileError* result = What about ...
6 years, 11 months ago (2014-01-23 06:10:03 UTC) #11
dmichael (off chromium)
Is there a way you can do this without reinterpret_cast? If you reinterpret_cast in order ...
6 years, 11 months ago (2014-01-23 16:33:43 UTC) #12
rvargas (doing something else)
thanks. > Is there a way you can do this without reinterpret_cast? It depends... I ...
6 years, 11 months ago (2014-01-23 20:45:09 UTC) #13
dmichael (off chromium)
https://codereview.chromium.org/145303002/diff/1790007/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc File content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc (right): https://codereview.chromium.org/145303002/diff/1790007/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc#newcode132 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc:132: return ppapi::FileErrorToPepperError(static_cast<base::File::Error>(error)); Thanks! Suggestion: I think you should add ...
6 years, 11 months ago (2014-01-23 21:22:08 UTC) #14
rvargas (doing something else)
Thanks -willchan +thakis for base +wtc for net https://codereview.chromium.org/145303002/diff/1790007/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc File content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc (right): https://codereview.chromium.org/145303002/diff/1790007/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc#newcode275 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc:275: NULL, ...
6 years, 11 months ago (2014-01-24 03:14:52 UTC) #15
Nico
The one file in base lgtm https://codereview.chromium.org/145303002/diff/2340001/base/files/file_util_proxy.h File base/files/file_util_proxy.h (right): https://codereview.chromium.org/145303002/diff/2340001/base/files/file_util_proxy.h#newcode30 base/files/file_util_proxy.h:30: typedef Callback<void(File::Error)> StatusCallback; ...
6 years, 11 months ago (2014-01-24 04:12:48 UTC) #16
dmichael (off chromium)
pepper and ppapi lgtm But there might be a simpler way to do it in ...
6 years, 11 months ago (2014-01-24 17:22:49 UTC) #17
rvargas (doing something else)
Thanks again. https://codereview.chromium.org/145303002/diff/2340001/base/files/file_util_proxy.h File base/files/file_util_proxy.h (right): https://codereview.chromium.org/145303002/diff/2340001/base/files/file_util_proxy.h#newcode30 base/files/file_util_proxy.h:30: typedef Callback<void(File::Error)> StatusCallback; On 2014/01/24 04:12:50, Nico ...
6 years, 11 months ago (2014-01-24 18:56:40 UTC) #18
dmichael (off chromium)
*pepper* and *ppapi* lgtm https://codereview.chromium.org/145303002/diff/2340001/ppapi/proxy/file_io_resource.cc File ppapi/proxy/file_io_resource.cc (right): https://codereview.chromium.org/145303002/diff/2340001/ppapi/proxy/file_io_resource.cc#newcode63 ppapi/proxy/file_io_resource.cc:63: file.TakePlatformFile(); On 2014/01/24 18:56:43, rvargas ...
6 years, 11 months ago (2014-01-24 19:33:30 UTC) #19
wtc
Patch set 3: net LGTM. You can ignore my whining about the nit. https://codereview.chromium.org/145303002/diff/2340001/net/base/directory_lister_unittest.cc File ...
6 years, 11 months ago (2014-01-24 20:41:52 UTC) #20
rvargas (doing something else)
Thanks. https://codereview.chromium.org/145303002/diff/2340001/net/base/directory_lister_unittest.cc File net/base/directory_lister_unittest.cc (right): https://codereview.chromium.org/145303002/diff/2340001/net/base/directory_lister_unittest.cc#newcode114 net/base/directory_lister_unittest.cc:114: ASSERT_TRUE(file.IsValid()); On 2014/01/24 20:41:56, wtc wrote: > > ...
6 years, 11 months ago (2014-01-24 20:55:51 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rvargas@chromium.org/145303002/2340001
6 years, 11 months ago (2014-01-24 20:58:34 UTC) #22
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=46384
6 years, 11 months ago (2014-01-24 21:29:50 UTC) #23
rvargas (doing something else)
+ justin Missing LGTM from an OWNER for these files: content/common/file_utilities_messages.h content/common/fileapi/file_system_messages.h ppapi/proxy/ppapi_messages.h
6 years, 11 months ago (2014-01-24 21:51:19 UTC) #24
jschuh
ipc security lgtm
6 years, 11 months ago (2014-01-24 23:23:26 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rvargas@chromium.org/145303002/2340001
6 years, 11 months ago (2014-01-24 23:28:26 UTC) #26
commit-bot: I haz the power
Failed to apply patch for chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-24 23:29:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rvargas@chromium.org/145303002/3140007
6 years, 11 months ago (2014-01-25 02:42:19 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rvargas@chromium.org/145303002/3410001
6 years, 10 months ago (2014-01-27 18:50:56 UTC) #29
commit-bot: I haz the power
6 years, 10 months ago (2014-01-27 21:36:19 UTC) #30
Message was sent while issue was closed.
Change committed as 247301

Powered by Google App Engine
This is Rietveld 408576698