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

Issue 299903002: Convert WebRtcLoggingHandlerHost to use the blocking thread pool. (Closed)

Created:
6 years, 7 months ago by Lei Zhang
Modified:
6 years, 6 months ago
Reviewers:
Henrik Grunell
CC:
chromium-reviews, fischman+watch_chromium.org, feature-media-reviews_chromium.org, wjia+watch_chromium.org, mcasas+watch_chromium.org
Visibility:
Public.

Description

Convert WebRtcLoggingHandlerHost to use the blocking thread pool. Also call base::GetLinuxDistro() on the blocking pool and not on the IO thread because it may block. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274615

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : convert webrtc_log_uploader as well #

Total comments: 4

Patch Set 4 : #

Total comments: 2

Patch Set 5 : rebase #

Patch Set 6 : fix after r273980 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -72 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/media/webrtc_log_uploader.h View 1 2 3 4 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/media/webrtc_log_uploader.cc View 1 2 3 4 6 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/media/webrtc_log_util.h View 1 2 3 4 1 chunk +7 lines, -4 lines 0 comments Download
M chrome/browser/media/webrtc_log_util.cc View 1 2 3 4 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/media/webrtc_logging_handler_host.h View 1 2 3 4 3 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/media/webrtc_logging_handler_host.cc View 1 2 3 4 5 15 chunks +51 lines, -44 lines 0 comments Download

Messages

Total messages: 36 (0 generated)
Lei Zhang
6 years, 7 months ago (2014-05-23 07:48:00 UTC) #1
Henrik Grunell
lgtm
6 years, 6 months ago (2014-05-28 07:12:57 UTC) #2
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 6 months ago (2014-05-28 07:28:36 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/299903002/1
6 years, 6 months ago (2014-05-28 07:29:05 UTC) #4
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-05-28 09:19:47 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-28 10:22:58 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/35674)
6 years, 6 months ago (2014-05-28 10:22:59 UTC) #7
Lei Zhang
I failed a DCHECK and had to fix a few more spots, mostly with similar ...
6 years, 6 months ago (2014-05-28 22:01:11 UTC) #8
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 6 months ago (2014-05-28 22:01:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/299903002/40001
6 years, 6 months ago (2014-05-28 22:05:09 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-05-29 02:47:58 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-29 06:08:35 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/20919)
6 years, 6 months ago (2014-05-29 06:08:35 UTC) #13
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 6 months ago (2014-05-29 07:17:32 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/299903002/40001
6 years, 6 months ago (2014-05-29 07:18:08 UTC) #15
Henrik Grunell
https://codereview.chromium.org/299903002/diff/40001/chrome/browser/media/webrtc_logging_handler_host.cc File chrome/browser/media/webrtc_logging_handler_host.cc (right): https://codereview.chromium.org/299903002/diff/40001/chrome/browser/media/webrtc_logging_handler_host.cc#newcode476 chrome/browser/media/webrtc_logging_handler_host.cc:476: base::Bind(&WebRtcLogUploader::LoggingStoppedDoUpload, WebRtcLogUploader needs to be called on the file ...
6 years, 6 months ago (2014-05-29 17:46:28 UTC) #16
Henrik Grunell
The CQ bit was unchecked by grunell@chromium.org
6 years, 6 months ago (2014-05-29 17:51:23 UTC) #17
Lei Zhang
On 2014/05/29 17:46:28, Henrik Grunell wrote: > https://codereview.chromium.org/299903002/diff/40001/chrome/browser/media/webrtc_logging_handler_host.cc > File chrome/browser/media/webrtc_logging_handler_host.cc (right): > > https://codereview.chromium.org/299903002/diff/40001/chrome/browser/media/webrtc_logging_handler_host.cc#newcode476 ...
6 years, 6 months ago (2014-05-29 23:45:45 UTC) #18
Henrik Grunell
https://codereview.chromium.org/299903002/diff/40001/chrome/browser/media/webrtc_logging_handler_host.cc File chrome/browser/media/webrtc_logging_handler_host.cc (right): https://codereview.chromium.org/299903002/diff/40001/chrome/browser/media/webrtc_logging_handler_host.cc#newcode476 chrome/browser/media/webrtc_logging_handler_host.cc:476: base::Bind(&WebRtcLogUploader::LoggingStoppedDoUpload, On 2014/05/29 17:46:29, Henrik Grunell wrote: > WebRtcLogUploader ...
6 years, 6 months ago (2014-05-30 06:57:40 UTC) #19
Lei Zhang
https://codereview.chromium.org/299903002/diff/60001/chrome/browser/media/webrtc_log_uploader.cc File chrome/browser/media/webrtc_log_uploader.cc (right): https://codereview.chromium.org/299903002/diff/60001/chrome/browser/media/webrtc_log_uploader.cc#newcode74 chrome/browser/media/webrtc_log_uploader.cc:74: content::BrowserThread::PostBlockingPoolTask( On 2014/05/30 06:57:40, Henrik Grunell wrote: > Doesn't ...
6 years, 6 months ago (2014-05-31 00:55:52 UTC) #20
Lei Zhang
https://codereview.chromium.org/299903002/diff/60001/chrome/browser/media/webrtc_log_uploader.h File chrome/browser/media/webrtc_log_uploader.h (right): https://codereview.chromium.org/299903002/diff/60001/chrome/browser/media/webrtc_log_uploader.h#newcode165 chrome/browser/media/webrtc_log_uploader.h:165: // on the FILE thread. On 2014/05/30 06:57:40, Henrik ...
6 years, 6 months ago (2014-05-31 00:56:51 UTC) #21
Henrik Grunell
LGTM if you verify the final comment. Thanks for doing the changes in this CL! ...
6 years, 6 months ago (2014-06-02 06:49:17 UTC) #22
Lei Zhang
https://codereview.chromium.org/299903002/diff/80001/chrome/browser/media/webrtc_log_uploader.h File chrome/browser/media/webrtc_log_uploader.h (right): https://codereview.chromium.org/299903002/diff/80001/chrome/browser/media/webrtc_log_uploader.h#newcode88 chrome/browser/media/webrtc_log_uploader.h:88: void OverrideUploadWithBufferForTesting(std::string* post_data) { On 2014/06/02 06:49:18, Henrik Grunell ...
6 years, 6 months ago (2014-06-03 00:16:17 UTC) #23
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 6 months ago (2014-06-03 00:16:21 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/299903002/100001
6 years, 6 months ago (2014-06-03 00:16:56 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 04:13:17 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-03 04:56:40 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/37675)
6 years, 6 months ago (2014-06-03 04:56:40 UTC) #28
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 6 months ago (2014-06-03 08:45:54 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/299903002/120001
6 years, 6 months ago (2014-06-03 08:47:23 UTC) #30
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 12:31:32 UTC) #31
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-03 13:16:48 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/159241)
6 years, 6 months ago (2014-06-03 13:16:48 UTC) #33
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 6 months ago (2014-06-03 19:26:21 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/299903002/120001
6 years, 6 months ago (2014-06-03 19:27:52 UTC) #35
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 20:52:41 UTC) #36
Message was sent while issue was closed.
Change committed as 274615

Powered by Google App Engine
This is Rietveld 408576698