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

Issue 2827048: PyAuto: Automation hooks to get/set theme (Closed)

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

Description

PyAuto: Automation hooks to get/set theme Add automation hooks to: - install a given theme - fetch info about the current theme - reset to default theme Add a test exercising the above. BUG=36215 TEST=python chrome/test/functional/themes.py Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52024

Patch Set 1 #

Total comments: 7

Patch Set 2 : use existing ResetToDefaultTheme #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -1 line) Patch
M chrome/browser/automation/automation_provider.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/test/functional/PYAUTO_TESTS View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/functional/themes.py View 1 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 1 chunk +62 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.i View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Nirnimesh
10 years, 5 months ago (2010-07-07 21:00:02 UTC) #1
John Grabowski
LGTM http://codereview.chromium.org/2827048/diff/1/2 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2827048/diff/1/2#newcode2370 chrome/browser/automation/automation_provider.cc:2370: } Document lack of a theme returns an ...
10 years, 5 months ago (2010-07-07 21:39:57 UTC) #2
Paweł Hajdan Jr.
Drive-by with an automation comment. Please let me take another look before committing. http://codereview.chromium.org/2827048/diff/1/2 File ...
10 years, 5 months ago (2010-07-08 07:41:20 UTC) #3
Nirnimesh
Removed ClearTheme() and using existing ResetToDefaultTheme() http://codereview.chromium.org/2827048/diff/1/2 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/2827048/diff/1/2#newcode2352 chrome/browser/automation/automation_provider.cc:2352: browser->profile()->ClearTheme(); On 2010/07/08 ...
10 years, 5 months ago (2010-07-08 17:54:13 UTC) #4
Paweł Hajdan Jr.
10 years, 5 months ago (2010-07-08 18:16:30 UTC) #5
Code I commented in the drive-by LGTM.

Powered by Google App Engine
This is Rietveld 408576698