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

Issue 508433002: Remove implicit conversions from scoped_refptr to T* in content/browser/service_worker (Closed)

Created:
6 years, 4 months ago by dcheng
Modified:
6 years, 3 months ago
Reviewers:
falken
CC:
chromium-reviews, darin-cc_chromium.org, horo+watch_chromium.org, jam, jsbell+serviceworker_chromium.org, kinuko+serviceworker, michaeln, nhiroki, serviceworker-reviews, tzik
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove implicit conversions from scoped_refptr to T* in content/browser/service_worker This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Committed: https://crrev.com/7278641c9ab4740ba1476a75b2d4caa30e29d05b Cr-Commit-Position: refs/heads/master@{#291850}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -276 lines) Patch
M content/browser/service_worker/embedded_worker_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_browsertest.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_storage.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_storage_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 8 chunks +9 lines, -8 lines 0 comments Download
M content/browser/service_worker/service_worker_context_request_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_context_request_handler_unittest.cc View 3 chunks +3 lines, -4 lines 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_context_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_handle.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_handle_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_internals_ui.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_job_unittest.cc View 11 chunks +13 lines, -13 lines 0 comments Download
M content/browser/service_worker/service_worker_process_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_provider_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_provider_host.cc View 8 chunks +17 lines, -17 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host_unittest.cc View 7 chunks +50 lines, -47 lines 0 comments Download
M content/browser/service_worker/service_worker_read_from_cache_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_register_job.cc View 6 chunks +12 lines, -11 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.cc View 7 chunks +14 lines, -14 lines 0 comments Download
M content/browser/service_worker/service_worker_registration_handle.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_registration_unittest.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M content/browser/service_worker/service_worker_storage.cc View 18 chunks +46 lines, -46 lines 0 comments Download
M content/browser/service_worker/service_worker_storage_unittest.cc View 24 chunks +56 lines, -60 lines 0 comments Download
M content/browser/service_worker/service_worker_unregister_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_url_request_job_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_version_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_write_to_cache_job.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dcheng
dcheng@chromium.org changed reviewers: + falken@chromium.org
6 years, 4 months ago (2014-08-25 21:52:19 UTC) #1
dcheng
(Sorry for the large patch. I tried to split the patches into manageable sizes, but ...
6 years, 4 months ago (2014-08-25 21:52:20 UTC) #2
falken
lgtm.get()
6 years, 4 months ago (2014-08-26 04:54:23 UTC) #3
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 4 months ago (2014-08-26 05:06:15 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/508433002/1
6 years, 4 months ago (2014-08-26 05:07:27 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (1) as 79a3148aed77414f8ea0a0afae82fdfa2b03e271
6 years, 4 months ago (2014-08-26 05:51:20 UTC) #6
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:40:50 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7278641c9ab4740ba1476a75b2d4caa30e29d05b
Cr-Commit-Position: refs/heads/master@{#291850}

Powered by Google App Engine
This is Rietveld 408576698