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

Issue 7891008: Third try at committing this. (Closed)

Created:
9 years, 3 months ago by erikwright (departed)
Modified:
9 years, 3 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, cbentzel+watch_chromium.org, kkania, erikwright (departed), dpranke+watch-content_chromium.org, jam, Randy Smith (Not in Mondays), joi+watch-content_chromium.org, wtc, Paweł Hajdan Jr., darin-cc_chromium.org, rkn, pam+watch_chromium.org, estade+watch_chromium.org
Visibility:
Public.

Description

Third try at committing this. Patchset 1 is the original patch ( http://codereview.chromium.org/7833042/ ). Patchset 2 is the original patch plus a fix to a memory leak from the initial commit ( http://codereview.chromium.org/7831056/ ) On the first try there was a memory leak in a test. I fixed that, but made a mistake in the commit (the committed code did not correspond to the reviewed code). Both commits were reverted. I then landed a new CL ( http://codereview.chromium.org/7860039/ ) that contained the correct changes combining the first two CLs. This caused an error in heapchecker for which a suppression has subsequently been defined ( http://codereview.chromium.org/7780010 ). In summary, all of this is reviewed, minus some lint fixes. BUG=68657 TEST=net_unittests / DeferredCookieTaskTest.* and CookieMonsterTest.* TBR=estade Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100932

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1795 lines, -692 lines) Patch
M chrome/browser/automation/automation_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data_remover.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/fast_shutdown_uitest.cc View 7 chunks +25 lines, -14 lines 0 comments Download
M chrome/browser/net/cookie_policy_browsertest.cc View 2 chunks +14 lines, -4 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.h View 1 chunk +10 lines, -6 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.cc View 8 chunks +69 lines, -19 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store_unittest.cc View 5 chunks +28 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M net/base/cookie_monster.h View 1 2 14 chunks +110 lines, -53 lines 0 comments Download
M net/base/cookie_monster.cc View 26 chunks +585 lines, -121 lines 0 comments Download
M net/base/cookie_monster_perftest.cc View 9 chunks +140 lines, -61 lines 0 comments Download
M net/base/cookie_monster_store_test.h View 1 2 5 chunks +23 lines, -9 lines 0 comments Download
M net/base/cookie_monster_store_test.cc View 1 4 chunks +27 lines, -15 lines 0 comments Download
M net/base/cookie_monster_unittest.cc View 1 67 chunks +711 lines, -242 lines 0 comments Download
M net/base/cookie_store.h View 1 2 4 chunks +9 lines, -43 lines 0 comments Download
M net/base/cookie_store.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M net/base/cookie_store_test_helpers.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/cookie_store_test_helpers.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M net/url_request/url_request_http_job.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 3 chunks +13 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 4 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
erikwright (departed)
9 years, 3 months ago (2011-09-13 16:37:46 UTC) #1
Hi Evan,

Since you had some questions about my previous attempt to re-land this, I
thought I would get your LGTM before my third attempt.

Other than the lint issues you pointed out, this patch does not differ from the
sum of the first two committed CLs (as reviewed). Unfortunately, when I landed
the second one manually (the commit queue was taking too long and a bot was red)
I forgot I had further modified the local files and the actual committed change
did not correspond to the reviewed change.

I reverted the second attempt to land this because of a seemingly related
heapchecker report, but it turns out to have already been occurring sporadically
before my commit and a suppression has since been committed.

Thanks,

Erik

Powered by Google App Engine
This is Rietveld 408576698