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

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed)

Created:
6 years, 6 months ago by pilgrim_google
Modified:
6 years, 5 months ago
CC:
chromium-reviews, michaeln, extensions-reviews_chromium.org, tzik, serviceworker-reviews, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, jsbell+serviceworker_chromium.org, alecflett+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Move all remaining appcache-related code to content namespace This introduces NO FUNCTIONAL CHANGES. It is strictly a file move and namespace change. BUG=338338 R=michaeln@chromium.org TBR=cevans, darin Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279808

Patch Set 1 #

Total comments: 7

Patch Set 2 : new public/common/appcache_info.h to hold public stuff, everything else moved to content/common/ #

Patch Set 3 : rebase #

Patch Set 4 : rebase; rename Namespace, NamespaceVector, IsSupported functions; address all other feedback #

Patch Set 5 : build file fiddling #

Total comments: 4

Patch Set 6 : fix android build #

Patch Set 7 : fix browsertest and exceptions file #

Total comments: 1

Patch Set 8 : nits #

Patch Set 9 : rebase #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+951 lines, -14145 lines) Patch
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M base/debug/tsan_suppressions.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_appcache_helper.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_appcache_helper.cc View 5 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data/local_data_container.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/local_data_container.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/content_settings/local_shared_objects_container.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/offline_resource_throttle.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/offline_resource_throttle.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A + content/browser/appcache/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/browser/appcache/appcache.h View 1 2 3 8 chunks +18 lines, -18 lines 2 comments Download
A + content/browser/appcache/appcache.cc View 1 2 3 8 chunks +17 lines, -15 lines 0 comments Download
A + content/browser/appcache/appcache_backend_impl.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + content/browser/appcache/appcache_backend_impl.cc View 3 chunks +7 lines, -7 lines 0 comments Download
A + content/browser/appcache/appcache_database.h View 1 2 3 6 chunks +12 lines, -12 lines 0 comments Download
A + content/browser/appcache/appcache_database.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/appcache/appcache_database_unittest.cc View 2 chunks +2 lines, -8 lines 0 comments Download
A + content/browser/appcache/appcache_disk_cache.h View 2 chunks +8 lines, -8 lines 0 comments Download
A + content/browser/appcache/appcache_disk_cache.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/appcache/appcache_disk_cache_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.h View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.cc View 6 chunks +6 lines, -6 lines 0 comments Download
A + content/browser/appcache/appcache_entry.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + content/browser/appcache/appcache_executable_handler.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/appcache/appcache_frontend_proxy.h View 1 2 3 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/appcache/appcache_frontend_proxy.cc View 2 chunks +6 lines, -6 lines 0 comments Download
A + content/browser/appcache/appcache_group.h View 5 chunks +8 lines, -8 lines 0 comments Download
A + content/browser/appcache/appcache_group.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/appcache/appcache_group_unittest.cc View 1 2 3 5 chunks +17 lines, -24 lines 0 comments Download
A + content/browser/appcache/appcache_histograms.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + content/browser/appcache/appcache_histograms.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/browser/appcache/appcache_host.h View 1 2 3 4 chunks +12 lines, -12 lines 0 comments Download
A + content/browser/appcache/appcache_host.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/appcache/appcache_host_unittest.cc View 6 chunks +20 lines, -34 lines 0 comments Download
M content/browser/appcache/appcache_interceptor.h View 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/appcache/appcache_interceptor.cc View 1 2 3 1 chunk +6 lines, -13 lines 0 comments Download
A + content/browser/appcache/appcache_policy.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + content/browser/appcache/appcache_quota_client.h View 5 chunks +10 lines, -10 lines 0 comments Download
A + content/browser/appcache/appcache_quota_client.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/appcache/appcache_quota_client_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
A + content/browser/appcache/appcache_request_handler.h View 4 chunks +9 lines, -9 lines 0 comments Download
A + content/browser/appcache/appcache_request_handler.cc View 1 2 3 5 chunks +13 lines, -10 lines 0 comments Download
M content/browser/appcache/appcache_request_handler_unittest.cc View 4 chunks +9 lines, -20 lines 0 comments Download
A + content/browser/appcache/appcache_response.h View 1 2 3 9 chunks +13 lines, -13 lines 0 comments Download
A + content/browser/appcache/appcache_response.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/appcache/appcache_response_unittest.cc View 1 chunk +1 line, -6 lines 0 comments Download
A + content/browser/appcache/appcache_service_impl.h View 1 2 3 6 chunks +11 lines, -11 lines 0 comments Download
A + content/browser/appcache/appcache_service_impl.cc View 9 chunks +21 lines, -21 lines 0 comments Download
M content/browser/appcache/appcache_service_unittest.cc View 2 chunks +3 lines, -13 lines 0 comments Download
A + content/browser/appcache/appcache_storage.h View 5 chunks +9 lines, -9 lines 0 comments Download
A + content/browser/appcache/appcache_storage.cc View 2 chunks +5 lines, -5 lines 0 comments Download
A + content/browser/appcache/appcache_storage_impl.h View 4 chunks +10 lines, -10 lines 0 comments Download
A + content/browser/appcache/appcache_storage_impl.cc View 1 2 3 6 chunks +16 lines, -16 lines 0 comments Download
M content/browser/appcache/appcache_storage_impl_unittest.cc View 1 2 3 8 chunks +22 lines, -45 lines 0 comments Download
M content/browser/appcache/appcache_storage_unittest.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M content/browser/appcache/appcache_unittest.cc View 1 2 3 12 chunks +32 lines, -50 lines 0 comments Download
A + content/browser/appcache/appcache_update_job.h View 1 2 3 4 chunks +15 lines, -15 lines 0 comments Download
A + content/browser/appcache/appcache_update_job.cc View 1 2 3 13 chunks +18 lines, -18 lines 0 comments Download
M content/browser/appcache/appcache_update_job_unittest.cc View 1 2 3 10 chunks +13 lines, -37 lines 0 comments Download
A + content/browser/appcache/appcache_url_request_job.h View 3 chunks +11 lines, -11 lines 0 comments Download
A + content/browser/appcache/appcache_url_request_job.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M content/browser/appcache/appcache_url_request_job_unittest.cc View 2 chunks +3 lines, -11 lines 0 comments Download
A + content/browser/appcache/appcache_working_set.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + content/browser/appcache/appcache_working_set.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/chrome_appcache_service_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
A + content/browser/appcache/manifest_parser.h View 1 2 3 2 chunks +12 lines, -12 lines 0 comments Download
A + content/browser/appcache/manifest_parser.cc View 1 2 3 6 chunks +7 lines, -6 lines 0 comments Download
M content/browser/appcache/manifest_parser_unittest.cc View 1 2 3 7 chunks +7 lines, -15 lines 0 comments Download
M content/browser/appcache/mock_appcache_policy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/appcache/mock_appcache_service.h View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/appcache/mock_appcache_storage.h View 1 chunk +5 lines, -16 lines 0 comments Download
M content/browser/appcache/mock_appcache_storage.cc View 2 chunks +5 lines, -12 lines 0 comments Download
M content/browser/appcache/mock_appcache_storage_unittest.cc View 1 2 3 3 chunks +7 lines, -19 lines 0 comments Download
M content/browser/appcache/view_appcache_internals_job.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/appcache/view_appcache_internals_job.cc View 2 chunks +6 lines, -18 lines 0 comments Download
M content/browser/browser_context.cc View 2 chunks +2 lines, -2 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/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 1 2 3 4 chunks +3 lines, -3 lines 0 comments Download
M content/browser/quota/mock_quota_manager_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 1 comment Download
M content/browser/service_worker/service_worker_disk_cache.h View 4 chunks +4 lines, -14 lines 0 comments Download
M content/browser/service_worker/service_worker_disk_cache.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_request_handler.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/storage_partition_impl_map.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/transition_browsertest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 1 comment Download
M content/browser/webui/url_data_manager_backend.h View 2 chunks +2 lines, -2 lines 1 comment Download
M content/browser/webui/url_data_manager_backend.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/child/appcache/appcache_backend_proxy.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M content/child/appcache/appcache_backend_proxy.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/child/appcache/appcache_dispatcher.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M content/child/appcache/appcache_dispatcher.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M content/child/appcache/appcache_frontend_impl.h View 1 2 3 1 chunk +7 lines, -7 lines 0 comments Download
M content/child/appcache/appcache_frontend_impl.cc View 5 chunks +33 lines, -33 lines 0 comments Download
M content/child/appcache/web_application_cache_host_impl.h View 1 2 3 3 chunks +11 lines, -11 lines 0 comments Download
M content/child/appcache/web_application_cache_host_impl.cc View 1 2 3 10 chunks +41 lines, -43 lines 0 comments Download
M content/child/resource_dispatcher_unittest.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
A + content/common/appcache_interfaces.h View 1 2 3 4 5 6 7 8 chunks +30 lines, -64 lines 0 comments Download
A + content/common/appcache_interfaces.cc View 1 2 3 7 chunks +13 lines, -13 lines 0 comments Download
M content/common/appcache_messages.h View 1 2 3 7 chunks +16 lines, -16 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 3 chunks +44 lines, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
A + content/public/browser/appcache_service.h View 1 2 3 4 5 6 7 3 chunks +15 lines, -14 lines 0 comments Download
M content/public/browser/resource_context.h View 1 chunk +1 line, -1 line 1 comment Download
M content/public/browser/resource_dispatcher_host_delegate.h View 2 chunks +2 lines, -2 lines 1 comment Download
M content/public/browser/resource_dispatcher_host_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/storage_partition.h View 2 chunks +2 lines, -2 lines 1 comment Download
A content/public/common/appcache_info.h View 1 2 3 4 5 6 7 1 chunk +50 lines, -0 lines 1 comment Download
M content/public/common/resource_response_info.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/renderer_webapplicationcachehost_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/renderer_webapplicationcachehost_impl.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M content/test/appcache_test_helper.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/test/appcache_test_helper.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M webkit/browser/BUILD.gn View 1 2 3 4 2 chunks +0 lines, -45 lines 0 comments Download
D webkit/browser/appcache/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D webkit/browser/appcache/appcache.h View 1 chunk +0 lines, -214 lines 0 comments Download
D webkit/browser/appcache/appcache.cc View 1 chunk +0 lines, -324 lines 0 comments Download
D webkit/browser/appcache/appcache_backend_impl.h View 1 chunk +0 lines, -75 lines 0 comments Download
D webkit/browser/appcache/appcache_backend_impl.cc View 1 chunk +0 lines, -182 lines 0 comments Download
D webkit/browser/appcache/appcache_database.h View 1 chunk +0 lines, -254 lines 0 comments Download
D webkit/browser/appcache/appcache_database.cc View 1 chunk +0 lines, -1226 lines 0 comments Download
D webkit/browser/appcache/appcache_disk_cache.h View 1 chunk +0 lines, -104 lines 0 comments Download
D webkit/browser/appcache/appcache_disk_cache.cc View 1 chunk +0 lines, -351 lines 0 comments Download
D webkit/browser/appcache/appcache_entry.h View 1 chunk +0 lines, -67 lines 0 comments Download
D webkit/browser/appcache/appcache_executable_handler.h View 1 chunk +0 lines, -54 lines 0 comments Download
D webkit/browser/appcache/appcache_group.h View 1 chunk +0 lines, -177 lines 0 comments Download
D webkit/browser/appcache/appcache_group.cc View 1 chunk +0 lines, -264 lines 0 comments Download
D webkit/browser/appcache/appcache_histograms.h View 1 chunk +0 lines, -63 lines 0 comments Download
D webkit/browser/appcache/appcache_histograms.cc View 1 chunk +0 lines, -154 lines 0 comments Download
D webkit/browser/appcache/appcache_host.h View 1 chunk +0 lines, -338 lines 0 comments Download
D webkit/browser/appcache/appcache_host.cc View 1 chunk +0 lines, -546 lines 0 comments Download
D webkit/browser/appcache/appcache_policy.h View 1 chunk +0 lines, -32 lines 0 comments Download
D webkit/browser/appcache/appcache_quota_client.h View 1 chunk +0 lines, -99 lines 0 comments Download
D webkit/browser/appcache/appcache_quota_client.cc View 1 chunk +0 lines, -253 lines 0 comments Download
D webkit/browser/appcache/appcache_request_handler.h View 1 chunk +0 lines, -152 lines 0 comments Download
D webkit/browser/appcache/appcache_request_handler.cc View 1 chunk +0 lines, -399 lines 0 comments Download
D webkit/browser/appcache/appcache_response.h View 1 chunk +0 lines, -266 lines 0 comments Download
D webkit/browser/appcache/appcache_response.cc View 1 chunk +0 lines, -423 lines 0 comments Download
D webkit/browser/appcache/appcache_service.h View 1 chunk +0 lines, -64 lines 0 comments Download
D webkit/browser/appcache/appcache_service_impl.h View 1 chunk +0 lines, -227 lines 0 comments Download
D webkit/browser/appcache/appcache_service_impl.cc View 1 chunk +0 lines, -578 lines 0 comments Download
D webkit/browser/appcache/appcache_storage.h View 1 chunk +0 lines, -330 lines 0 comments Download
D webkit/browser/appcache/appcache_storage.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D webkit/browser/appcache/appcache_storage_impl.h View 1 chunk +0 lines, -181 lines 0 comments Download
D webkit/browser/appcache/appcache_storage_impl.cc View 1 chunk +0 lines, -1860 lines 0 comments Download
D webkit/browser/appcache/appcache_update_job.h View 1 chunk +0 lines, -352 lines 0 comments Download
D webkit/browser/appcache/appcache_update_job.cc View 1 chunk +0 lines, -1611 lines 0 comments Download
D webkit/browser/appcache/appcache_url_request_job.h View 1 chunk +0 lines, -182 lines 0 comments Download
D webkit/browser/appcache/appcache_url_request_job.cc View 1 chunk +0 lines, -449 lines 0 comments Download
D webkit/browser/appcache/appcache_working_set.h View 1 chunk +0 lines, -76 lines 0 comments Download
D webkit/browser/appcache/appcache_working_set.cc View 1 chunk +0 lines, -80 lines 0 comments Download
D webkit/browser/appcache/manifest_parser.h View 1 chunk +0 lines, -72 lines 0 comments Download
D webkit/browser/appcache/manifest_parser.cc View 1 chunk +0 lines, -381 lines 0 comments Download
M webkit/common/BUILD.gn View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
D webkit/common/appcache/appcache_interfaces.h View 1 chunk +0 lines, -222 lines 0 comments Download
D webkit/common/appcache/appcache_interfaces.cc View 1 chunk +0 lines, -139 lines 0 comments Download
M webkit/storage_browser.gyp View 1 2 3 4 2 chunks +0 lines, -44 lines 0 comments Download
M webkit/storage_common.gyp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
pilgrim_google
6 years, 6 months ago (2014-06-17 20:37:32 UTC) #1
michaeln
we should probably refactor the 'interfaces' file instead of hoisting the entire thing into /public. ...
6 years, 6 months ago (2014-06-17 23:34:29 UTC) #2
jam
On 2014/06/17 23:34:29, michaeln wrote: > we should probably refactor the 'interfaces' file instead of ...
6 years, 6 months ago (2014-06-18 00:50:09 UTC) #3
pilgrim_google
Please re-review.
6 years, 6 months ago (2014-06-20 14:40:27 UTC) #4
michaeln
modulo a couple of things, lgtm https://codereview.chromium.org/344493002/diff/70001/content/common/appcache_interfaces.h File content/common/appcache_interfaces.h (left): https://codereview.chromium.org/344493002/diff/70001/content/common/appcache_interfaces.h#oldcode24 content/common/appcache_interfaces.h:24: // process and ...
6 years, 6 months ago (2014-06-20 22:21:12 UTC) #5
pilgrim_google
+cevans because this touches appcache_messages.h (but no functional changes)
6 years, 6 months ago (2014-06-24 16:02:40 UTC) #6
michaeln
ditto the couple things mentioned before https://codereview.chromium.org/344493002/diff/110001/content/public/browser/appcache_service.h File content/public/browser/appcache_service.h (right): https://codereview.chromium.org/344493002/diff/110001/content/public/browser/appcache_service.h#newcode38 content/public/browser/appcache_service.h:38: virtual ~AppCacheService() { ...
6 years, 6 months ago (2014-06-24 19:09:43 UTC) #7
pilgrim_google
The CQ bit was checked by pilgrim@chromium.org
6 years, 6 months ago (2014-06-25 15:35:53 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/344493002/130001
6 years, 6 months ago (2014-06-25 15:36:30 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 6 months ago (2014-06-25 18:25:00 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-25 18:29:52 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/76317)
6 years, 6 months ago (2014-06-25 18:29:54 UTC) #12
pilgrim_google
Committed patchset #9 manually as r279808 (presubmit successful).
6 years, 6 months ago (2014-06-25 20:58:08 UTC) #13
jam
https://codereview.chromium.org/344493002/diff/150001/content/browser/appcache/appcache.h File content/browser/appcache/appcache.h (right): https://codereview.chromium.org/344493002/diff/150001/content/browser/appcache/appcache.h#newcode26 content/browser/appcache/appcache.h:26: FORWARD_DECLARE_TEST(AppCacheTest, InitializeWithManifest); i dont think you need these lines ...
6 years, 6 months ago (2014-06-25 21:51:14 UTC) #14
pilgrim_google
On 2014/06/25 21:51:14, jam wrote: > https://codereview.chromium.org/344493002/diff/150001/content/browser/appcache/appcache.h > File content/browser/appcache/appcache.h (right): > > https://codereview.chromium.org/344493002/diff/150001/content/browser/appcache/appcache.h#newcode26 > ...
6 years, 5 months ago (2014-06-27 19:26:23 UTC) #15
pilgrim_google
6 years, 5 months ago (2014-06-27 19:33:32 UTC) #16
Message was sent while issue was closed.
On 2014/06/27 19:26:23, pilgrim_google wrote:
> On 2014/06/25 21:51:14, jam wrote:
> >
> Working on the rest in a separate CL.

Other nits fixed in https://codereview.chromium.org/358993007/

Powered by Google App Engine
This is Rietveld 408576698