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

Issue 7491049: Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging cook... (Closed)

Created:
9 years, 4 months ago by yzshen1
Modified:
9 years, 4 months ago
Reviewers:
wtc, ycxiao1, ycxiao
CC:
chromium-reviews, cbentzel+watch_chromium.org, erikwright (departed), Paweł Hajdan Jr., Randy Smith (Not in Mondays), darin-cc_chromium.org, rkn
Visibility:
Public.

Description

Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging cookies at UI thread. BUG=XXX TEST=XXX Review URL: http://codereview.chromium.org/7355025 TBR=ycxiao@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95575

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -826 lines) Patch
D chrome/browser/browsing_data_cookie_helper.h View 1 chunk +0 lines, -134 lines 0 comments Download
D chrome/browser/browsing_data_cookie_helper.cc View 1 chunk +0 lines, -178 lines 0 comments Download
D chrome/browser/browsing_data_cookie_helper_unittest.cc View 1 chunk +0 lines, -181 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.h View 5 chunks +5 lines, -10 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 8 chunks +33 lines, -16 lines 0 comments Download
M chrome/browser/cookies_tree_model.h View 6 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/cookies_tree_model.cc View 9 chunks +41 lines, -49 lines 0 comments Download
M chrome/browser/cookies_tree_model_unittest.cc View 39 chunks +105 lines, -91 lines 0 comments Download
D chrome/browser/mock_browsing_data_cookie_helper.h View 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/browser/mock_browsing_data_cookie_helper.cc View 1 chunk +0 lines, -69 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/cookies_view_handler.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M net/base/cookie_monster.h View 1 chunk +0 lines, -6 lines 0 comments Download
M net/base/cookie_monster.cc View 1 chunk +0 lines, -22 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
yzshen1
9 years, 4 months ago (2011-08-05 04:18:35 UTC) #1
ycxiao1
Hello yzshen, Thanks for noticing this leak and informing me! It is my first time ...
9 years, 4 months ago (2011-08-05 18:26:11 UTC) #2
wtc
9 years, 4 months ago (2011-08-08 20:57:41 UTC) #3
ycxiao: you should create a new CL.  Do not reuse the old CL.

Ideally, the new CL should start with the reverted changes.  Upload
it as Patch Set 1.  Then you make the change to fix the memory leak,
and upload a new patch set.  Doing it this way allows the code reviewer
to easily see what the memory leak fix is, by diff'ing between
patch sets.

Powered by Google App Engine
This is Rietveld 408576698