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

Issue 8890026: Allow chromedriver to set local state preferences. (Closed)

Created:
9 years ago by kkania
Modified:
9 years ago
Reviewers:
Huyen
CC:
chromium-reviews, robertshield, kkania, Paweł Hajdan Jr.
Visibility:
Public.

Description

Change chromedriver to set geolocation/notification content setting defaults to allow. Also disable cert revocation checking. These changes can be overruled by setting the noWebsiteTestingDefaults capability. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114026

Patch Set 1 : ... #

Total comments: 12

Patch Set 2 : ok #

Patch Set 3 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -91 lines) Patch
M chrome/browser/automation/testing_automation_provider.h View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 chunks +25 lines, -12 lines 0 comments Download
M chrome/test/automation/automation_json_requests.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/test/automation/automation_json_requests.cc View 1 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/chrome_driver_factory.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/test/webdriver/commands/create_session.cc View 1 2 chunks +3 lines, -9 lines 0 comments Download
M chrome/test/webdriver/test/chromedriver_tests.py View 1 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/webdriver/test/content_setting_test.html View 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_automation.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_automation.cc View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_capabilities_parser.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_capabilities_parser.cc View 1 2 4 chunks +12 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_session.h View 1 3 chunks +19 lines, -0 lines 0 comments Download
M chrome/test/webdriver/webdriver_session.cc View 1 30 chunks +126 lines, -62 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kkania
9 years ago (2011-12-09 01:14:59 UTC) #1
kkania
ping?
9 years ago (2011-12-09 22:50:46 UTC) #2
Huyen
http://codereview.chromium.org/8890026/diff/3015/chrome/test/pyautolib/chrome_driver_factory.py File chrome/test/pyautolib/chrome_driver_factory.py (right): http://codereview.chromium.org/8890026/diff/3015/chrome/test/pyautolib/chrome_driver_factory.py#newcode45 chrome/test/pyautolib/chrome_driver_factory.py:45: 'chrome.useWebsiteTestingDefaults': False}) did you mean "chrome.noWebsiteTestingDefaults"? http://codereview.chromium.org/8890026/diff/3015/chrome/test/webdriver/webdriver_automation.cc File chrome/test/webdriver/webdriver_automation.cc ...
9 years ago (2011-12-09 23:56:55 UTC) #3
kkania
http://codereview.chromium.org/8890026/diff/3015/chrome/test/pyautolib/chrome_driver_factory.py File chrome/test/pyautolib/chrome_driver_factory.py (right): http://codereview.chromium.org/8890026/diff/3015/chrome/test/pyautolib/chrome_driver_factory.py#newcode45 chrome/test/pyautolib/chrome_driver_factory.py:45: 'chrome.useWebsiteTestingDefaults': False}) On 2011/12/09 23:56:55, Huyen wrote: > did ...
9 years ago (2011-12-10 00:37:44 UTC) #4
Huyen
9 years ago (2011-12-10 00:54:23 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698