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

Issue 8790003: Allow the automation provider to accept an ID for performing render-view (Closed)

Created:
9 years ago by kkania
Modified:
9 years ago
Reviewers:
dennis_jeffrey
CC:
chromium-reviews, jstritar+watch_chromium.org, Nirnimesh, John Grabowski, Erik does not do reviews, kkania, mihaip+watch_chromium.org, Aaron Boodman, anantha, robertshield, dyu1, Paweł Hajdan Jr., dennis_jeffrey
Visibility:
Public.

Description

Allow AutomationProvider to work with other render view containers besides tabs, particularly extension bg pages, infobars, and popups. This is needed to enable WebDriver to work with these views. BUG=93571 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113023

Patch Set 1 : ... #

Total comments: 12

Patch Set 2 : minor fixes #

Patch Set 3 : minor fixes #

Patch Set 4 : address comments #

Total comments: 2

Patch Set 5 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+688 lines, -149 lines) Patch
M chrome/browser/automation/automation_provider_json.h View 1 2 chunks +21 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider_json.cc View 1 4 chunks +88 lines, -22 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 2 chunks +12 lines, -4 lines 0 comments Download
M chrome/browser/automation/automation_util.h View 1 2 3 3 chunks +34 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_util.cc View 1 2 3 chunks +173 lines, -0 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.h View 1 2 14 chunks +89 lines, -23 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 4 29 chunks +132 lines, -100 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/common/automation_id.h View 1 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/common/automation_id.cc View 1 1 chunk +75 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kkania
9 years ago (2011-12-02 23:00:57 UTC) #1
dennis_jeffrey
minor nits and a few questions http://codereview.chromium.org/8790003/diff/1013/chrome/browser/automation/automation_provider_json.h File chrome/browser/automation/automation_provider_json.h (right): http://codereview.chromium.org/8790003/diff/1013/chrome/browser/automation/automation_provider_json.h#newcode21 chrome/browser/automation/automation_provider_json.h:21: class TabContentsWrapper; Where ...
9 years ago (2011-12-03 00:19:37 UTC) #2
kkania
http://codereview.chromium.org/8790003/diff/1013/chrome/browser/automation/automation_provider_json.h File chrome/browser/automation/automation_provider_json.h (right): http://codereview.chromium.org/8790003/diff/1013/chrome/browser/automation/automation_provider_json.h#newcode21 chrome/browser/automation/automation_provider_json.h:21: class TabContentsWrapper; On 2011/12/03 00:19:37, dennis_jeffrey wrote: > Where ...
9 years ago (2011-12-03 00:34:31 UTC) #3
dennis_jeffrey
LGTM a few nits http://codereview.chromium.org/8790003/diff/4015/chrome/common/automation_id.h File chrome/common/automation_id.h (right): http://codereview.chromium.org/8790003/diff/4015/chrome/common/automation_id.h#newcode18 chrome/common/automation_id.h:18: // 1) supplying an ID ...
9 years ago (2011-12-03 00:58:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/8790003/3023
9 years ago (2011-12-04 00:54:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/8790003/9001
9 years ago (2011-12-05 16:30:35 UTC) #6
commit-bot: I haz the power
9 years ago (2011-12-05 21:05:49 UTC) #7
Change committed as 113023

Powered by Google App Engine
This is Rietveld 408576698