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

Issue 1086663002: [Approach 2] Accumulate tasks in a proxy task runner until thread starts.

Created:
5 years, 8 months ago by kinuko
Modified:
5 years, 8 months ago
Reviewers:
CC:
chromium-reviews, tim+watch_chromium.org, zea+watch_chromium.org, feature-media-reviews_chromium.org, maxbogue+watch_chromium.org, jam, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, asvitkine+watch_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Approach 2] Accumulate tasks in a proxy task runner until thread starts. Approach 2 in the doc: https://docs.google.com/a/chromium.org/document/d/1o1vUUOjX3tC7pV5-nxchaGtElo4NwtzKOAb4Zm09ezw/edit (This does not compile) BUG=465458

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -138 lines) Patch
M base/threading/platform_thread.h View 1 chunk +4 lines, -0 lines 0 comments Download
M base/threading/platform_thread_win.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M base/threading/thread.h View 1 9 chunks +28 lines, -34 lines 0 comments Download
M base/threading/thread.cc View 1 7 chunks +172 lines, -74 lines 0 comments Download
M base/threading/thread_id_name_manager_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M base/threading/thread_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/io_thread.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/metrics/thread_watcher_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 1 1 chunk +1 line, -7 lines 0 comments Download
M content/public/browser/browser_thread_delegate.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/test/test_browser_thread.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/test/test_browser_thread.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M media/audio/audio_manager_base.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698