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

Issue 6268014: Release all DataSources before the main thread goes away. (Closed)

Created:
9 years, 11 months ago by ahendrickson
Modified:
9 years, 7 months ago
Reviewers:
eroman, Nico
CC:
chromium-reviews, Randy Smith (Not in Mondays)
Visibility:
Public.

Description

Release all DataSources before the main thread goes away. BUG=70782 TEST=Valgrind no longer needs suppressions for AddDataSource Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72638

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M chrome/browser/browser_shutdown.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/chrome_url_data_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/chrome_url_data_manager.cc View 1 chunk +9 lines, -0 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
ahendrickson
9 years, 11 months ago (2011-01-25 22:09:51 UTC) #1
eroman
lgtm http://codereview.chromium.org/6268014/diff/1/chrome/browser/dom_ui/chrome_url_data_manager.cc File chrome/browser/dom_ui/chrome_url_data_manager.cc (right): http://codereview.chromium.org/6268014/diff/1/chrome/browser/dom_ui/chrome_url_data_manager.cc#newcode211 chrome/browser/dom_ui/chrome_url_data_manager.cc:211: for (DataSourceMap::iterator i = data_sources_.begin(); why not simply ...
9 years, 11 months ago (2011-01-25 23:47:35 UTC) #2
ahendrickson
http://codereview.chromium.org/6268014/diff/1/chrome/browser/dom_ui/chrome_url_data_manager.cc File chrome/browser/dom_ui/chrome_url_data_manager.cc (right): http://codereview.chromium.org/6268014/diff/1/chrome/browser/dom_ui/chrome_url_data_manager.cc#newcode211 chrome/browser/dom_ui/chrome_url_data_manager.cc:211: for (DataSourceMap::iterator i = data_sources_.begin(); On 2011/01/25 23:47:35, eroman ...
9 years, 11 months ago (2011-01-26 04:34:38 UTC) #3
Nico
When you fix a valgrind issue, please remove the corresponding suppressions from tools/valgrind/memcheck/suppressions.txt in the ...
9 years, 11 months ago (2011-01-26 15:20:09 UTC) #4
ahendrickson
9 years, 11 months ago (2011-01-26 15:25:50 UTC) #5
On 2011/01/26 15:20:09, Nico wrote:
> When you fix a valgrind issue, please remove the corresponding suppressions
from
> tools/valgrind/memcheck/suppressions.txt in the same CL.

My apologies.  I'll take care of it now.

Powered by Google App Engine
This is Rietveld 408576698