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

Issue 7601018: Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging cookies at UI thread. (Closed)

Created:
9 years, 4 months ago by ycxiao
Modified:
9 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, wtc, Randy Smith (Not in Mondays), darin-cc_chromium.org, rkn
Visibility:
Public.

Description

Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging cookies at UI thread. Moving from http://codereview.chromium.org/7355025/ BUG=XXXX TEST=BrowsingDataCookieHelperTest TBR=rdsmith Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96569

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+852 lines, -202 lines) Patch
A chrome/browser/browsing_data_cookie_helper.h View 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_cookie_helper.cc View 1 1 chunk +178 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_cookie_helper_unittest.cc View 1 2 3 4 5 1 chunk +204 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.h View 1 2 3 5 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 1 2 3 8 chunks +16 lines, -33 lines 0 comments Download
M chrome/browser/cookies_tree_model.h View 1 2 3 5 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/cookies_tree_model.cc View 1 2 3 9 chunks +49 lines, -41 lines 0 comments Download
M chrome/browser/cookies_tree_model_unittest.cc View 1 2 3 42 chunks +93 lines, -109 lines 0 comments Download
A chrome/browser/mock_browsing_data_cookie_helper.h View 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/mock_browsing_data_cookie_helper.cc View 1 chunk +69 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host_unittest.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/cookies_view_handler.cc View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M net/base/cookie_monster.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M net/base/cookie_monster.cc View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
ycxiao
Hello, PTAL. This CL move from http://codereview.chromium.org/7355025/ The previous commit reverted because of the failure ...
9 years, 4 months ago (2011-08-09 13:55:54 UTC) #1
jochen (gone - plz use gerrit)
browsing data helper LGTM http://codereview.chromium.org/7601018/diff/1/chrome/browser/browsing_data_cookie_helper.cc File chrome/browser/browsing_data_cookie_helper.cc (right): http://codereview.chromium.org/7601018/diff/1/chrome/browser/browsing_data_cookie_helper.cc#newcode139 chrome/browser/browsing_data_cookie_helper.cc:139: // cookie line and the ...
9 years, 4 months ago (2011-08-09 14:08:15 UTC) #2
ycxiao1
Sure. Thanks! On Tue, Aug 9, 2011 at 10:08 AM, <jochen@chromium.org> wrote: > browsing data ...
9 years, 4 months ago (2011-08-09 14:41:04 UTC) #3
Paweł Hajdan Jr.
Drive-by with a testing comment (chrome/test/OWNERS). No need to wait for me. http://codereview.chromium.org/7601018/diff/6007/chrome/browser/browsing_data_cookie_helper_unittest.cc File chrome/browser/browsing_data_cookie_helper_unittest.cc ...
9 years, 4 months ago (2011-08-09 16:43:00 UTC) #4
ycxiao1
On Tue, Aug 9, 2011 at 12:43 PM, <phajdan.jr@chromium.org> wrote: > Drive-by with a testing ...
9 years, 4 months ago (2011-08-09 16:58:14 UTC) #5
ycxiao
On Tue, Aug 9, 2011 at 12:43 PM, <phajdan.jr@chromium.org> wrote: > Drive-by with a testing ...
9 years, 4 months ago (2011-08-09 17:01:15 UTC) #6
erikwright (departed)
Yancheng, TestingBrowserProcessTest seems to be a subclass of testing::Test that ensures that certain browser process ...
9 years, 4 months ago (2011-08-10 15:42:45 UTC) #7
Paweł Hajdan Jr.
You're using TestingProfile, which depends on g_browser_process. Currently g_browser_process is initialized globally by ChromeTestingSuite, but ...
9 years, 4 months ago (2011-08-10 17:28:37 UTC) #8
ycxiao
On 2011/08/10 17:28:37, Paweł Hajdan Jr. wrote: > You're using TestingProfile, which depends on g_browser_process. ...
9 years, 4 months ago (2011-08-10 18:55:54 UTC) #9
ycxiao
Hi Erik, The try job pass for mac, and failed at linux and win for ...
9 years, 4 months ago (2011-08-11 19:07:58 UTC) #10
commit-bot: I haz the power
Try job failure for 7601018-10021 (retry) (retry) on mac for step "compile" (clobber build). It's ...
9 years, 4 months ago (2011-08-12 01:37:27 UTC) #11
commit-bot: I haz the power
9 years, 4 months ago (2011-08-12 17:09:20 UTC) #12
Change committed as 96569

Powered by Google App Engine
This is Rietveld 408576698