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

Issue 2316043002: //content: Change ScopedTempDir::path() to GetPath() (Closed)

Created:
4 years, 3 months ago by vabr (Chromium)
Modified:
4 years, 3 months ago
CC:
asanka, awdf+watch_chromium.org, blink-worker-reviews_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, cmumford, darin-cc_chromium.org, dcheng, einbinder+watch-test-runner_chromium.org, horo+watch_chromium.org, jam, jkarlin+watch_chromium.org, jochen+watch_chromium.org, jsbell+serviceworker_chromium.org, jsbell+idb_chromium.org, kinuko+serviceworker, kinuko+watch, kinuko+fileapi, michaeln, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-notifications_chromium.org, mlamouri+watch-content_chromium.org, nhiroki, Peter Beverloo, piman+watch_chromium.org, rginda+watch_chromium.org, serviceworker-reviews, shimazu+serviceworker_chromium.org, tzik
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

//content: Change ScopedTempDir::path() to GetPath() path() is being deprecated, GetPath() has better checking against wrong use. For more context, see https://codereview.chromium.org/2275553005/. R=jochen@chromium.org,nhiroki@chromium.org BUG=640599 Committed: https://crrev.com/39acefd3124a956040226eea5e4c5084e64b8f01 Cr-Commit-Position: refs/heads/master@{#418229}

Patch Set 1 #

Patch Set 2 : Just rebased #

Patch Set 3 : Just rebased #

Patch Set 4 : Fix cache_storage_cache_unittest.cc #

Patch Set 5 : Just rebased #

Patch Set 6 : More tests fixed #

Patch Set 7 : Fix service worker tests #

Total comments: 6

Patch Set 8 : Inline a single-used method #

Patch Set 9 : Add missed devtools_http_handler_unittest.cc #

Patch Set 10 : Just rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -355 lines) Patch
M content/browser/appcache/appcache_database_unittest.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M content/browser/appcache/appcache_disk_cache_unittest.cc View 5 chunks +18 lines, -18 lines 0 comments Download
M content/browser/appcache/appcache_storage_impl_unittest.cc View 6 chunks +7 lines, -9 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/blob_storage/blob_url_request_job_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/cache_storage/cache_storage_cache_unittest.cc View 1 2 3 4 2 chunks +7 lines, -4 lines 0 comments Download
M content/browser/cache_storage/cache_storage_manager_unittest.cc View 1 2 3 4 5 2 chunks +7 lines, -4 lines 0 comments Download
M content/browser/cross_site_transfer_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/database_tracker_unittest.cc View 9 chunks +14 lines, -25 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/dom_storage/dom_storage_area_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M content/browser/dom_storage/dom_storage_context_impl_unittest.cc View 7 chunks +17 lines, -20 lines 0 comments Download
M content/browser/dom_storage/dom_storage_database_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M content/browser/dom_storage/session_storage_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/base_file_unittest.cc View 19 chunks +21 lines, -20 lines 0 comments Download
M content/browser/download/download_browsertest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/download/drag_download_file_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/file_metadata_unittest_linux.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/download/mhtml_generation_browsertest.cc View 11 chunks +11 lines, -11 lines 0 comments Download
M content/browser/download/save_package_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/download/save_package_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/fileapi/copy_or_move_file_validator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M content/browser/fileapi/dragged_file_util_unittest.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M content/browser/fileapi/file_system_context_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_dir_url_request_job_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/fileapi/file_system_file_stream_reader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_operation_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/file_system_operation_impl_write_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_operation_runner_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_quota_client_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/file_system_url_request_job_unittest.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M content/browser/fileapi/file_system_usage_cache_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/file_writer_delegate_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/local_file_stream_reader_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/fileapi/local_file_stream_writer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/local_file_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/native_file_util_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/fileapi/obfuscated_file_util_unittest.cc View 5 chunks +5 lines, -10 lines 0 comments Download
M content/browser/fileapi/plugin_private_file_system_backend_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/fileapi/recursive_operation_delegate_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/sandbox_directory_database_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/sandbox_file_system_backend_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/sandbox_isolated_origin_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/sandbox_origin_database_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M content/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M content/browser/fileapi/transient_file_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/upload_file_system_file_element_reader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/gpu/shader_disk_cache_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory_unittest.cc View 12 chunks +17 lines, -14 lines 0 comments Download
M content/browser/indexed_db/indexed_db_quota_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_unittest.cc View 6 chunks +14 lines, -20 lines 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_unittest.cc View 7 chunks +12 lines, -10 lines 0 comments Download
M content/browser/net/quota_policy_cookie_store_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/notifications/notification_database_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M content/browser/notifications/platform_notification_context_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/quota/mock_quota_manager_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/quota/quota_backend_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/quota/quota_database_unittest.cc View 11 chunks +12 lines, -12 lines 0 comments Download
M content/browser/quota/quota_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/quota/quota_reservation_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/quota/storage_monitor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/quota_reservation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_context_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_database_unittest.cc View 9 chunks +11 lines, -11 lines 0 comments Download
M content/browser/service_worker/service_worker_storage_unittest.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -4 lines 0 comments Download
M content/browser/shareable_file_reference_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/async_file_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_browser_context.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/test/test_launcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_browser_main.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/test/test_blink_web_unit_test_support.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_content_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 34 (28 generated)
vabr (Chromium)
Hi nhiroki@, Please review my changes to content/browser/cache_storage and content/browser/service_workers, in particular the pieces I ...
4 years, 3 months ago (2016-09-09 15:41:46 UTC) #20
nhiroki
lgtm https://codereview.chromium.org/2316043002/diff/120001/content/browser/cache_storage/cache_storage_cache_unittest.cc File content/browser/cache_storage/cache_storage_cache_unittest.cc (right): https://codereview.chromium.org/2316043002/diff/120001/content/browser/cache_storage/cache_storage_cache_unittest.cc#newcode334 content/browser/cache_storage/cache_storage_cache_unittest.cc:334: const bool is_incognito = MemoryOnly(); On 2016/09/09 15:41:46, ...
4 years, 3 months ago (2016-09-12 01:50:08 UTC) #26
jochen (gone - plz use gerrit)
lgtm
4 years, 3 months ago (2016-09-12 09:58:30 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2316043002/180001
4 years, 3 months ago (2016-09-13 12:16:59 UTC) #30
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 3 months ago (2016-09-13 13:39:15 UTC) #32
commit-bot: I haz the power
4 years, 3 months ago (2016-09-13 13:40:25 UTC) #34
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/39acefd3124a956040226eea5e4c5084e64b8f01
Cr-Commit-Position: refs/heads/master@{#418229}

Powered by Google App Engine
This is Rietveld 408576698