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

Issue 1005683003: favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]* (Closed)

Created:
5 years, 9 months ago by Mostyn Bramley-Moore
Modified:
5 years, 9 months ago
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, nasko+codewatch_chromium.org, creis+watch_chromium.org, tzik, posciak+watch_chromium.org, wfh+watch_chromium.org, serviceworker-reviews, jam, mcasas+watch_chromium.org, nhiroki, feature-media-reviews_chromium.org, darin-cc_chromium.org, horo+watch_chromium.org, tracing+reviews_chromium.org, kinuko+serviceworker, kinuko+watch, zork+watch_chromium.org, wjia+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]* BUG=466848 Committed: https://crrev.com/042582e3d43600e5aa88feffd72ccf48fc2c047f Cr-Commit-Position: refs/heads/master@{#320804}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -161 lines) Patch
M content/browser/renderer_data_memoizing_store.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/media_stream_ui_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/peer_connection_tracker_host.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/resource_context_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/embedded_worker_instance.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/service_worker/service_worker_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_internals_ui.cc View 19 chunks +20 lines, -20 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_version.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/shared_worker/shared_worker_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/shared_worker/shared_worker_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.cc View 22 chunks +22 lines, -22 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/speech/speech_recognizer_impl_android.cc View 12 chunks +14 lines, -14 lines 0 comments Download
M content/browser/ssl/ssl_error_handler.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M content/browser/storage_partition_impl.cc View 14 chunks +15 lines, -15 lines 0 comments Download
M content/browser/streams/stream_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tcmalloc_internals_request_job.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/theme_helper_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/time_zone_monitor.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/time_zone_monitor_linux.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M content/browser/tracing/trace_message_filter.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl.cc View 16 chunks +16 lines, -16 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/url_data_manager.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/webui/url_data_manager_backend.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/webui/url_data_source_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
Mostyn Bramley-Moore
@sievers: PTAL. (I'm trying to spread the load around content/OWNERS a bit, so there are ...
5 years, 9 months ago (2015-03-13 09:57:08 UTC) #2
no sievers
DCHECK_IS_CURRENTLY_ON() is a bit vague, and confusing with the existing DCHECK_IS_ON(). Maybe DCHECK_CURRENT_THREAD_IS() or something ...
5 years, 9 months ago (2015-03-13 20:17:17 UTC) #3
Mostyn Bramley-Moore
On 2015/03/13 20:17:17, sievers wrote: > DCHECK_IS_CURRENTLY_ON() is a bit vague, and confusing with the ...
5 years, 9 months ago (2015-03-13 21:47:49 UTC) #6
Jeffrey Yasskin
On 2015/03/13 20:17:17, sievers wrote: > DCHECK_IS_CURRENTLY_ON() is a bit vague, and confusing with the ...
5 years, 9 months ago (2015-03-15 11:58:22 UTC) #7
no sievers
LGTM given that it's already in use, and given that's an improvement in the error ...
5 years, 9 months ago (2015-03-16 19:52:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1005683003/1
5 years, 9 months ago (2015-03-16 21:03:27 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 9 months ago (2015-03-16 22:14:10 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-16 22:15:16 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/042582e3d43600e5aa88feffd72ccf48fc2c047f
Cr-Commit-Position: refs/heads/master@{#320804}

Powered by Google App Engine
This is Rietveld 408576698