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

Issue 361030: Fix threading issues in BlacklistManager, using new ChromeThread. (Closed)

Created:
11 years, 1 month ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix threading issues in BlacklistManager, using new ChromeThread. TEST=Covered by unit_tests and browser_tests. BUG=21541 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31386

Patch Set 1 #

Total comments: 2

Patch Set 2 : use NewRunnableMethod #

Patch Set 3 : simplify the code #

Patch Set 4 : sync with trunk #

Patch Set 5 : fix compile after the dtor has been made private #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -200 lines) Patch
M chrome/browser/extensions/extensions_service.cc View 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager.h View 1 2 3 4 3 chunks +18 lines, -27 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager.cc View 1 5 chunks +74 lines, -140 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager_browsertest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager_unittest.cc View 1 2 8 chunks +14 lines, -30 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Paweł Hajdan Jr.
11 years, 1 month ago (2009-11-05 18:22:44 UTC) #1
jam
http://codereview.chromium.org/361030/diff/1/2 File chrome/browser/privacy_blacklist/blacklist_manager.cc (left): http://codereview.chromium.org/361030/diff/1/2#oldcode22 Line 22: // a custom Task instead of just NewRunnableMethod. ...
11 years, 1 month ago (2009-11-05 19:21:44 UTC) #2
Paweł Hajdan Jr.
On 2009/11/05 19:21:44, John Abd-El-Malek wrote: > http://codereview.chromium.org/361030/diff/1/2#oldcode22 > Line 22: // a custom Task ...
11 years, 1 month ago (2009-11-06 13:21:40 UTC) #3
jam
On 2009/11/06 13:21:40, Paweł Hajdan Jr. wrote: > I was thinking about it, but I'm ...
11 years, 1 month ago (2009-11-06 18:29:01 UTC) #4
Paweł Hajdan Jr.
Good idea, done.
11 years, 1 month ago (2009-11-06 20:38:28 UTC) #5
jam
11 years, 1 month ago (2009-11-06 22:22:09 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698