Chromium Code Reviews
Help | Chromium Project | Sign in
(79)

Issue 2923010: Adding a new PyAuto hook for importing settings. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 10 months ago by Alyssa
Modified:
4 years ago
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Adding a new PyAuto hook for importing settings. BUG=43231 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52508

Patch Set 1 : Initial #

Total comments: 24

Patch Set 2 : Revision #

Patch Set 3 : Revision: New Method Added #

Total comments: 3

Patch Set 4 : Removed the method, kept this way of doing things. #

Patch Set 5 : Revision #

Patch Set 6 : After merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -0 lines) Patch
M chrome/browser/automation/automation_provider.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 2 3 4 5 3 chunks +84 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.h View 1 2 3 4 5 2 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
Trybot results:
Commit: CQ not working?

Messages

Total messages: 8 (0 generated)
Alyssa
4 years, 10 months ago (2010-07-12 23:34:19 UTC) #1
Nirnimesh
http://codereview.chromium.org/2923010/diff/2001/3001 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2923010/diff/2001/3001#newcode2363 chrome/browser/automation/automation_provider.cc:2363: // Map from the json string passed over to ...
4 years, 10 months ago (2010-07-13 00:12:11 UTC) #2
Paweł Hajdan Jr.
Drive-by with some minor automation comments. http://codereview.chromium.org/2923010/diff/2001/3001 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2923010/diff/2001/3001#newcode2401 chrome/browser/automation/automation_provider.cc:2401: if (string_to_import_item.find(item) == ...
4 years, 10 months ago (2010-07-13 03:39:28 UTC) #3
Alyssa
http://codereview.chromium.org/2923010/diff/2001/3001 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2923010/diff/2001/3001#newcode2363 chrome/browser/automation/automation_provider.cc:2363: // Map from the json string passed over to ...
4 years, 10 months ago (2010-07-13 21:55:40 UTC) #4
Nirnimesh
http://codereview.chromium.org/2923010/diff/2001/3005 File chrome/test/pyautolib/pyauto.py (right): http://codereview.chromium.org/2923010/diff/2001/3005#newcode769 chrome/test/pyautolib/pyauto.py:769: MS_IE (only on Windows), FIREFOX2, FIREFOX3, On 2010/07/13 21:55:40, ...
4 years, 10 months ago (2010-07-13 22:05:40 UTC) #5
Alyssa
Per our discussion, I added another method to get the available browsers for import. http://codereview.chromium.org/2923010/diff/7002/18001 ...
4 years, 10 months ago (2010-07-14 00:44:18 UTC) #6
Paweł Hajdan Jr.
LGTM with a comment. http://codereview.chromium.org/2923010/diff/7002/18001 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2923010/diff/7002/18001#newcode2450 chrome/browser/automation/automation_provider.cc:2450: Profile* prof = profile(); nit: ...
4 years, 10 months ago (2010-07-14 00:53:14 UTC) #7
Alyssa
4 years, 10 months ago (2010-07-14 20:47:49 UTC) #8
http://codereview.chromium.org/2923010/diff/7002/18001
File chrome/browser/automation/automation_provider.cc (right):

http://codereview.chromium.org/2923010/diff/7002/18001#newcode2450
chrome/browser/automation/automation_provider.cc:2450: Profile* prof =
profile();
On 2010/07/14 00:53:14, Paweł Hajdan Jr. wrote:
> nit: Let's get rid of the abbreviation and change the name to |profile|.

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be