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

Issue 259083002: Move mock_special_storage_policy from webkit/ to content/public/test/ (Closed)

Created:
6 years, 7 months ago by pilgrim_google
Modified:
6 years, 7 months ago
CC:
chromium-reviews, vandebo (ex-Chrome), nkostylev+watch_chromium.org, tzik, alecflett, ericu+idb_chromium.org, dgrogan, kinuko+watch, stevenjb+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, cmumford, nhiroki, oshima+watch_chromium.org, jsbell+idb_chromium.org, Lei Zhang, tommycli, Greg Billock, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move mock_special_storage_policy from webkit/ to content/public/test/ BUG=338338 TBR=darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267345

Patch Set 1 #

Total comments: 4

Patch Set 2 : address feedback #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -1126 lines) Patch
M chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/mock_extension_special_storage_policy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/chrome_appcache_service_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/browser/database_tracker_unittest.cc View 1 8 chunks +18 lines, -14 lines 0 comments Download
M content/browser/dom_storage/dom_storage_context_impl_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/copy_or_move_file_validator_unittest.cc View 2 chunks +1 line, -1 line 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 +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/obfuscated_file_util_unittest.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/quota/mock_quota_manager_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/quota/quota_database_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/quota/quota_manager_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/quota/storage_monitor_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/quota/usage_tracker_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/storage_partition_impl_unittest.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M content/content_tests.gypi View 1 2 6 chunks +5 lines, -20 lines 0 comments Download
A + content/public/test/mock_special_storage_policy.h View 3 chunks +7 lines, -5 lines 0 comments Download
A + content/public/test/mock_special_storage_policy.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/test/sandbox_file_system_test_helper.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/public/test/test_file_system_context.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/database/database_tracker.h View 2 chunks +6 lines, -1 line 0 comments Download
D webkit/browser/database/database_tracker_unittest.cc View 1 chunk +0 lines, -871 lines 0 comments Download
D webkit/browser/quota/mock_special_storage_policy.h View 1 chunk +0 lines, -101 lines 0 comments Download
D webkit/browser/quota/mock_special_storage_policy.cc View 1 chunk +0 lines, -47 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
pilgrim_google
6 years, 7 months ago (2014-04-28 18:32:28 UTC) #1
jam
https://codereview.chromium.org/259083002/diff/1/content/browser/database_tracker_unittest.cc File content/browser/database_tracker_unittest.cc (right): https://codereview.chromium.org/259083002/diff/1/content/browser/database_tracker_unittest.cc#newcode191 content/browser/database_tracker_unittest.cc:191: // the F R I E N D_TEST() macro, ...
6 years, 7 months ago (2014-04-29 00:54:04 UTC) #2
pilgrim_google
On 2014/04/29 00:54:04, jam wrote: > https://codereview.chromium.org/259083002/diff/1/content/browser/database_tracker_unittest.cc > File content/browser/database_tracker_unittest.cc (right): > > https://codereview.chromium.org/259083002/diff/1/content/browser/database_tracker_unittest.cc#newcode191 > ...
6 years, 7 months ago (2014-04-29 01:23:16 UTC) #3
jam
On 2014/04/29 01:23:16, pilgrim_google wrote: > On 2014/04/29 00:54:04, jam wrote: > > > https://codereview.chromium.org/259083002/diff/1/content/browser/database_tracker_unittest.cc ...
6 years, 7 months ago (2014-04-29 04:27:49 UTC) #4
michaeln
Might work to just nix the ()'s at the end so its not a recurring ...
6 years, 7 months ago (2014-04-29 18:56:52 UTC) #5
pilgrim_google
The CQ bit was checked by pilgrim@chromium.org
6 years, 7 months ago (2014-04-29 19:08:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pilgrim@chromium.org/259083002/20001
6 years, 7 months ago (2014-04-29 19:10:21 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 23:22:46 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 23:22:47 UTC) #9
pilgrim_google
Please re-review.
6 years, 7 months ago (2014-04-30 13:09:41 UTC) #10
jam
lgtm
6 years, 7 months ago (2014-04-30 16:29:34 UTC) #11
pilgrim_google
The CQ bit was checked by pilgrim@chromium.org
6 years, 7 months ago (2014-04-30 17:41:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pilgrim@chromium.org/259083002/40001
6 years, 7 months ago (2014-04-30 17:42:58 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 18:23:29 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-30 18:23:30 UTC) #15
pilgrim_google
The CQ bit was checked by pilgrim@chromium.org
6 years, 7 months ago (2014-04-30 18:28:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pilgrim@chromium.org/259083002/40001
6 years, 7 months ago (2014-04-30 18:29:35 UTC) #17
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 21:46:27 UTC) #18
Message was sent while issue was closed.
Change committed as 267345

Powered by Google App Engine
This is Rietveld 408576698