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

Issue 2909005: Clear Browsing Data hook added and some small tests. (Closed)

Created:
10 years, 5 months ago by Alyssa
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Clear Browsing Data hook added and some small tests. BUG=36176 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52402

Patch Set 1 : Initial #

Total comments: 13

Patch Set 2 : Revision #

Total comments: 10

Patch Set 3 : Revision #

Total comments: 2

Patch Set 4 : Removed extra newline #

Total comments: 7

Patch Set 5 : Revision #

Patch Set 6 : Revision #

Total comments: 1

Patch Set 7 : Revision #

Total comments: 1

Patch Set 8 : Remove unused function header #

Patch Set 9 : Deleting downloaded file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -0 lines) Patch
M chrome/browser/automation/automation_provider.h View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 2 3 4 5 6 2 chunks +74 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.h View 1 2 3 4 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/test/functional/PYAUTO_TESTS View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/functional/browsing_data.py View 1 2 3 4 5 6 7 8 1 chunk +83 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Alyssa
10 years, 5 months ago (2010-07-09 20:50:39 UTC) #1
Nirnimesh
LGTM, with nits. Please run through try servers. http://codereview.chromium.org/2909005/diff/5001/6002 File chrome/browser/automation/automation_provider.h (right): http://codereview.chromium.org/2909005/diff/5001/6002#newcode445 chrome/browser/automation/automation_provider.h:445: // ...
10 years, 5 months ago (2010-07-10 00:03:35 UTC) #2
Nirnimesh
Add BUG=36176 in the description before committing.
10 years, 5 months ago (2010-07-10 00:09:52 UTC) #3
Paweł Hajdan Jr.
Drive-by with an automation comment. Please let me take another look before you commit. I ...
10 years, 5 months ago (2010-07-10 18:46:14 UTC) #4
Nirnimesh
http://codereview.chromium.org/2909005/diff/5001/6002 File chrome/browser/automation/automation_provider.h (right): http://codereview.chromium.org/2909005/diff/5001/6002#newcode447 chrome/browser/automation/automation_provider.h:447: void ClearBrowsingData(Browser* browser, On 2010/07/10 18:46:14, Paweł Hajdan Jr. ...
10 years, 5 months ago (2010-07-12 01:53:49 UTC) #5
Paweł Hajdan Jr.
Okay, I'm fine with having our own version of this for testing purposes. Some real ...
10 years, 5 months ago (2010-07-13 03:13:39 UTC) #6
Alyssa
Having issues getting my CLs to patch to the trybots, so I'll reply again when ...
10 years, 5 months ago (2010-07-13 18:17:49 UTC) #7
Nirnimesh
http://codereview.chromium.org/2909005/diff/5002/21008 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2909005/diff/5002/21008#newcode2527 chrome/browser/automation/automation_provider.cc:2527: void AutomationProvider::ReturnError(const std::string& err, I have a CL in ...
10 years, 5 months ago (2010-07-13 19:08:03 UTC) #8
Alyssa
http://codereview.chromium.org/2909005/diff/5002/21008 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2909005/diff/5002/21008#newcode2527 chrome/browser/automation/automation_provider.cc:2527: void AutomationProvider::ReturnError(const std::string& err, On 2010/07/13 19:08:03, Nirnimesh wrote: ...
10 years, 5 months ago (2010-07-13 20:45:24 UTC) #9
Nirnimesh
LGTM. (I think you need to wait for Pawel's LGTM on this CL) http://codereview.chromium.org/2909005/diff/29001/30001 File ...
10 years, 5 months ago (2010-07-13 20:53:59 UTC) #10
Alyssa
Pawel - Any more comments on this CL? Thanks for the review!
10 years, 5 months ago (2010-07-14 17:53:57 UTC) #11
Paweł Hajdan Jr.
I think it's good to go (LGTM). Please just see my comment below. http://codereview.chromium.org/2909005/diff/31002/43002 File ...
10 years, 5 months ago (2010-07-14 18:00:08 UTC) #12
Alyssa
10 years, 5 months ago (2010-07-14 18:12:22 UTC) #13
Good catch. I already removed the code that would duplicate Nirnimesh's work
(and put a TODO) but forgot to remove the function header. Removed it now.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698