Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Issue 6588039: Added back thread watcher changes. (Closed)

Created:
9 years, 10 months ago by ramant (doing other things)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, jam, Paweł Hajdan Jr.
Visibility:
Public.

Description

Added back thread watcher changes. BUG=71378, 73915, 73844, 73975 TEST=performance tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76468

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 2

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -140 lines) Patch
M chrome/browser/browser_main.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/browser_process.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/metrics/thread_watcher.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +60 lines, -15 lines 0 comments Download
M chrome/browser/metrics/thread_watcher.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +146 lines, -60 lines 0 comments Download
M chrome/browser/metrics/thread_watcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 21 chunks +38 lines, -44 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/testing_browser_process.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/testing_browser_process.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M tools/valgrind/tsan/suppressions.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -21 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
ramant (doing other things)
Hi Jim, This patch is same as the first cut thread watcher changes we had ...
9 years, 10 months ago (2011-02-26 09:57:51 UTC) #1
jar (doing other things)
LGTM
9 years, 10 months ago (2011-02-26 15:33:57 UTC) #2
jam
Since this has been reverted, I prefer we don't check it back in until the ...
9 years, 10 months ago (2011-02-26 19:16:26 UTC) #3
ramant (doing other things)
Hi Jim, Added 48k as thread's stack size (for experiment) to see if that is ...
9 years, 10 months ago (2011-02-28 06:59:48 UTC) #4
ramant (doing other things)
Hi Jim, As we had discussed, implemented PostTask methods on WatchDog threads so that Task ...
9 years, 9 months ago (2011-03-01 00:39:30 UTC) #5
ramant (doing other things)
Hi Jim and John, Made the changes to remove WATCHDOG thread from browser_thread.cc. Would appreciate ...
9 years, 9 months ago (2011-03-01 01:54:24 UTC) #6
jar (doing other things)
changes LGTM. Please be sure jam@ is satisfied before landing. Thanks!
9 years, 9 months ago (2011-03-01 02:02:39 UTC) #7
ramant (doing other things)
Hi Jim and John, ThreadWatcher tests were suppressed in tsan. Removed the suppressed lines. While ...
9 years, 9 months ago (2011-03-01 06:41:14 UTC) #8
jar (doing other things)
Changes to remove races LGTM. Small question below. Thanks. http://codereview.chromium.org/6588039/diff/6037/chrome/browser/metrics/thread_watcher_unittest.cc File chrome/browser/metrics/thread_watcher_unittest.cc (right): http://codereview.chromium.org/6588039/diff/6037/chrome/browser/metrics/thread_watcher_unittest.cc#newcode278 chrome/browser/metrics/thread_watcher_unittest.cc:278: ...
9 years, 9 months ago (2011-03-01 17:59:53 UTC) #9
jam
lgtm
9 years, 9 months ago (2011-03-01 18:54:05 UTC) #10
ramant (doing other things)
9 years, 9 months ago (2011-03-01 19:17:12 UTC) #11
Thanks very much Jim and John. Made the changes Jim suggested. Will land the
changes asap.

-raman

http://codereview.chromium.org/6588039/diff/6037/chrome/browser/metrics/threa...
File chrome/browser/metrics/thread_watcher_unittest.cc (right):

http://codereview.chromium.org/6588039/diff/6037/chrome/browser/metrics/threa...
chrome/browser/metrics/thread_watcher_unittest.cc:278: // io_thread_->Stop();
On 2011/03/01 17:59:54, jar wrote:
> Why do we have this commented out code?

Done.

Powered by Google App Engine
This is Rietveld 408576698