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

Issue 308003003: Allow requesting Automation tree by tabId (Closed)

Created:
6 years, 6 months ago by aboxhall
Modified:
6 years, 6 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : add new test files #

Patch Set 3 : Test working #

Total comments: 11

Patch Set 4 : Remove unnecessary content script from tests #

Total comments: 12

Patch Set 5 : rebase #

Patch Set 6 : refactor test and update histograms.xml #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -47 lines) Patch
M chrome/browser/extensions/api/automation/automation_apitest.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/automation_internal/automation_internal_api.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/automation_internal/automation_internal_api.cc View 1 2 3 4 3 chunks +26 lines, -13 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/automation.idl View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/common/extensions/api/automation_internal.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/renderer/resources/extensions/automation_custom_bindings.js View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/test/data/extensions/api_test/automation/tests/tabs/common.js View 1 2 3 4 1 chunk +20 lines, -10 lines 0 comments Download
M chrome/test/data/extensions/api_test/automation/tests/tabs/sanity_check.js View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
A + chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.html View 1 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
aboxhall
6 years, 6 months ago (2014-05-29 21:58:42 UTC) #1
David Tseng
https://codereview.chromium.org/308003003/diff/40001/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc File chrome/browser/extensions/api/automation_internal/automation_internal_api.cc (right): https://codereview.chromium.org/308003003/diff/40001/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc#newcode115 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc:115: NULL, What is this (in-line comments would help out)? ...
6 years, 6 months ago (2014-05-29 22:41:31 UTC) #2
not at google - send to devlin
I didn't really look at the tests in depth apart from that vague comment at ...
6 years, 6 months ago (2014-05-29 22:41:37 UTC) #3
aboxhall
https://codereview.chromium.org/308003003/diff/40001/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc File chrome/browser/extensions/api/automation_internal/automation_internal_api.cc (right): https://codereview.chromium.org/308003003/diff/40001/chrome/browser/extensions/api/automation_internal/automation_internal_api.cc#newcode115 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc:115: NULL, On 2014/05/29 22:41:31, David Tseng wrote: > What ...
6 years, 6 months ago (2014-05-30 15:37:10 UTC) #4
aboxhall
6 years, 6 months ago (2014-05-30 15:38:01 UTC) #5
aboxhall
+asvitkine@ for extension_function_histogram_value.h
6 years, 6 months ago (2014-05-30 15:38:21 UTC) #6
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 6 months ago (2014-05-30 15:38:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/308003003/70001
6 years, 6 months ago (2014-05-30 15:38:55 UTC) #8
aboxhall
The CQ bit was unchecked by aboxhall@chromium.org
6 years, 6 months ago (2014-05-30 15:39:01 UTC) #9
Alexei Svitkine (slow)
not lgtm Please update histograms.xml too.
6 years, 6 months ago (2014-05-30 15:53:30 UTC) #10
not at google - send to devlin
On 2014/05/30 15:53:30, Alexei Svitkine wrote: > not lgtm > > Please update histograms.xml too. ...
6 years, 6 months ago (2014-05-30 15:54:13 UTC) #11
aboxhall
On 2014/05/30 15:54:13, kalman wrote: > On 2014/05/30 15:53:30, Alexei Svitkine wrote: > > not ...
6 years, 6 months ago (2014-05-30 15:56:01 UTC) #12
aboxhall
On 2014/05/30 15:56:01, aboxhall wrote: > On 2014/05/30 15:54:13, kalman wrote: > > On 2014/05/30 ...
6 years, 6 months ago (2014-05-30 15:57:33 UTC) #13
aboxhall
On 2014/05/30 15:53:30, Alexei Svitkine wrote: > not lgtm > > Please update histograms.xml too. ...
6 years, 6 months ago (2014-05-30 16:08:25 UTC) #14
aboxhall
https://codereview.chromium.org/308003003/diff/60001/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js File chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js (right): https://codereview.chromium.org/308003003/diff/60001/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js#newcode20 chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js:20: }); On 2014/05/30 15:37:11, aboxhall wrote: > On 2014/05/29 ...
6 years, 6 months ago (2014-05-30 16:09:16 UTC) #15
Alexei Svitkine (slow)
lgtm
6 years, 6 months ago (2014-05-30 16:26:42 UTC) #16
aboxhall
dtseng@: does this LGTY?
6 years, 6 months ago (2014-05-30 16:45:53 UTC) #17
David Tseng
lgtm
6 years, 6 months ago (2014-05-30 18:31:57 UTC) #18
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 6 months ago (2014-05-30 18:35:21 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/308003003/90001
6 years, 6 months ago (2014-05-30 18:38:30 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 00:09:17 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-31 00:18:01 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/70816)
6 years, 6 months ago (2014-05-31 00:18:02 UTC) #23
aboxhall
6 years, 6 months ago (2014-05-31 00:37:15 UTC) #24
Message was sent while issue was closed.
Committed patchset #7 manually as r273958 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698