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

Issue 10827050: Added a timezone policy and pyauto tests for it. (Closed)

Created:
8 years, 5 months ago by pneubeck (no reviews)
Modified:
8 years, 4 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, Nirnimesh, kkania, dyu1, anantha, robertshield, oshima+watch_chromium.org, dennis_jeffrey, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Added a timezone policy and pyauto tests for it. BUG=chromium-os:27206 TEST=See included tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150536

Patch Set 1 #

Total comments: 27

Patch Set 2 : Addressed comments and rebased. #

Total comments: 6

Patch Set 3 : Addressed nits. #

Patch Set 4 : Rebased and fixed conflicts (policy_templates.json, browser_policy_connector.cc). #

Total comments: 4

Patch Set 5 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -40 lines) Patch
M chrome/app/policy/policy_templates.json View 1 2 3 2 chunks +17 lines, -1 line 0 comments Download
M chrome/browser/automation/testing_automation_provider_chromeos.cc View 1 4 chunks +10 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/settings/cros_settings_names.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/cros_settings_names.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_provider.cc View 1 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/policy/browser_policy_connector.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/policy/browser_policy_connector.cc View 1 2 3 4 5 chunks +40 lines, -22 lines 0 comments Download
M chrome/browser/policy/device_policy_cache.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/policy/proto/chrome_device_policy.proto View 1 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/functional/chromeos_device_policy.py View 1 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/test/functional/chromeos_time.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/test/functional/policy_test_cases.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
pneubeck (no reviews)
Please review, thanks.
8 years, 4 months ago (2012-07-27 05:27:08 UTC) #1
Joao da Silva
I'm mostly cool with this change except for the introduction of SetCrosSettings in automation, please ...
8 years, 4 months ago (2012-07-27 13:40:56 UTC) #2
pneubeck (no reviews)
Please see my comments. http://codereview.chromium.org/10827050/diff/1/chrome/app/policy/policy_templates.json File chrome/app/policy/policy_templates.json (right): http://codereview.chromium.org/10827050/diff/1/chrome/app/policy/policy_templates.json#newcode2787 chrome/app/policy/policy_templates.json:2787: If this policy is not ...
8 years, 4 months ago (2012-07-31 22:21:05 UTC) #3
Joao da Silva
Did you forget to upload the new patch set?
8 years, 4 months ago (2012-08-03 14:02:38 UTC) #4
pneubeck (no reviews)
Ben, could you please also review this CL. Thanks. http://codereview.chromium.org/10827050/diff/1/chrome/browser/automation/testing_automation_provider.h File chrome/browser/automation/testing_automation_provider.h (right): http://codereview.chromium.org/10827050/diff/1/chrome/browser/automation/testing_automation_provider.h#newcode1610 chrome/browser/automation/testing_automation_provider.h:1610: ...
8 years, 4 months ago (2012-08-06 14:50:48 UTC) #5
Joao da Silva
lgtm. Please fix the remaining nits :-) http://codereview.chromium.org/10827050/diff/8001/chrome/browser/chromeos/settings/cros_settings_names.cc File chrome/browser/chromeos/settings/cros_settings_names.cc (right): http://codereview.chromium.org/10827050/diff/8001/chrome/browser/chromeos/settings/cros_settings_names.cc#newcode29 chrome/browser/chromeos/settings/cros_settings_names.cc:29: // the ...
8 years, 4 months ago (2012-08-06 15:33:49 UTC) #6
Ben Goodger (Google)
+darin,jam
8 years, 4 months ago (2012-08-06 19:39:41 UTC) #7
darin (slow to review)
LGTM for automation changes.
8 years, 4 months ago (2012-08-06 20:53:08 UTC) #8
pneubeck (no reviews)
Addressed all comments. http://codereview.chromium.org/10827050/diff/8001/chrome/browser/chromeos/settings/cros_settings_names.cc File chrome/browser/chromeos/settings/cros_settings_names.cc (right): http://codereview.chromium.org/10827050/diff/8001/chrome/browser/chromeos/settings/cros_settings_names.cc#newcode29 chrome/browser/chromeos/settings/cros_settings_names.cc:29: // the description in policy_template.json). On ...
8 years, 4 months ago (2012-08-07 06:56:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/10827050/13003
8 years, 4 months ago (2012-08-08 08:48:18 UTC) #10
commit-bot: I haz the power
Failed to apply patch for chrome/app/policy/policy_templates.json: While running patch -p1 --forward --force; patching file chrome/app/policy/policy_templates.json ...
8 years, 4 months ago (2012-08-08 08:48:25 UTC) #11
pneubeck (no reviews)
Joao, please look at the resolve of the conflict.
8 years, 4 months ago (2012-08-08 09:24:09 UTC) #12
Joao da Silva
Please address the issues in the comments before landing. http://codereview.chromium.org/10827050/diff/1022/chrome/browser/policy/browser_policy_connector.cc File chrome/browser/policy/browser_policy_connector.cc (right): http://codereview.chromium.org/10827050/diff/1022/chrome/browser/policy/browser_policy_connector.cc#newcode156 chrome/browser/policy/browser_policy_connector.cc:156: ...
8 years, 4 months ago (2012-08-08 09:35:45 UTC) #13
pneubeck (no reviews)
Addressed comments. http://codereview.chromium.org/10827050/diff/1022/chrome/browser/policy/browser_policy_connector.cc File chrome/browser/policy/browser_policy_connector.cc (right): http://codereview.chromium.org/10827050/diff/1022/chrome/browser/policy/browser_policy_connector.cc#newcode156 chrome/browser/policy/browser_policy_connector.cc:156: if (!MessageLoop::current()) { On 2012/08/08 09:35:46, Joao ...
8 years, 4 months ago (2012-08-08 09:47:29 UTC) #14
Joao da Silva
lgtm
8 years, 4 months ago (2012-08-08 09:48:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/10827050/14007
8 years, 4 months ago (2012-08-08 09:49:27 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-08-08 11:13:04 UTC) #17
Change committed as 150536

Powered by Google App Engine
This is Rietveld 408576698