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

Issue 346703002: Small cleanups in automation_node.js. (Closed)

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

Description

Small cleanups in automation_node.js. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281892

Patch Set 1 #

Patch Set 2 : Nuke todo #

Total comments: 7

Patch Set 3 : TODO #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : setTimeout. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M chrome/common/extensions/api/automation.idl View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/renderer/resources/extensions/automation/automation_node.js View 1 2 3 4 5 2 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
David Tseng
6 years, 6 months ago (2014-06-18 23:57:07 UTC) #1
David Tseng
6 years, 5 months ago (2014-06-30 20:10:59 UTC) #2
not at google - send to devlin
lgtm
6 years, 5 months ago (2014-06-30 21:54:38 UTC) #3
aboxhall
https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (right): https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#newcode257 chrome/renderer/resources/extensions/automation/automation_node.js:257: throw new Error('Load is currently not supported.'); I don't ...
6 years, 5 months ago (2014-06-30 21:57:54 UTC) #4
David Tseng
https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (right): https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#newcode257 chrome/renderer/resources/extensions/automation/automation_node.js:257: throw new Error('Load is currently not supported.'); On 2014/06/30 ...
6 years, 5 months ago (2014-06-30 23:02:25 UTC) #5
aboxhall
https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (right): https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#newcode257 chrome/renderer/resources/extensions/automation/automation_node.js:257: throw new Error('Load is currently not supported.'); On 2014/06/30 ...
6 years, 5 months ago (2014-06-30 23:03:36 UTC) #6
aboxhall
https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (right): https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#newcode257 chrome/renderer/resources/extensions/automation/automation_node.js:257: throw new Error('Load is currently not supported.'); On 2014/06/30 ...
6 years, 5 months ago (2014-06-30 23:04:25 UTC) #7
not at google - send to devlin
https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (right): https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#newcode257 chrome/renderer/resources/extensions/automation/automation_node.js:257: throw new Error('Load is currently not supported.'); On 2014/06/30 ...
6 years, 5 months ago (2014-06-30 23:05:02 UTC) #8
aboxhall
On 2014/06/30 23:05:02, kalman wrote: > https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js > File chrome/renderer/resources/extensions/automation/automation_node.js (right): > > https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#newcode257 > ...
6 years, 5 months ago (2014-06-30 23:19:46 UTC) #9
not at google - send to devlin
On 2014/06/30 23:19:46, aboxhall wrote: > On 2014/06/30 23:05:02, kalman wrote: > > > https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js ...
6 years, 5 months ago (2014-06-30 23:22:59 UTC) #10
David Tseng
https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (right): https://codereview.chromium.org/346703002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#newcode257 chrome/renderer/resources/extensions/automation/automation_node.js:257: throw new Error('Load is currently not supported.'); On 2014/06/30 ...
6 years, 5 months ago (2014-07-01 18:48:48 UTC) #11
aboxhall
Sorry for the bikeshed here; I should have just chatted to you in person yesterday. ...
6 years, 5 months ago (2014-07-01 19:55:11 UTC) #12
dtseng
On 2014/07/01 19:55:11, aboxhall wrote: > Sorry for the bikeshed here; I should have just ...
6 years, 5 months ago (2014-07-07 17:05:21 UTC) #13
aboxhall
lgtm Mostly good, just need to fix the call to the callback. https://codereview.chromium.org/346703002/diff/60001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js ...
6 years, 5 months ago (2014-07-07 17:24:25 UTC) #14
dtseng
On 2014/07/07 17:24:25, aboxhall wrote: > lgtm > > Mostly good, just need to fix ...
6 years, 5 months ago (2014-07-07 17:59:26 UTC) #15
aboxhall
On 2014/07/07 17:59:26, dtseng wrote: > On 2014/07/07 17:24:25, aboxhall wrote: > > lgtm > ...
6 years, 5 months ago (2014-07-07 18:23:01 UTC) #16
aboxhall
(still lgtm btw)
6 years, 5 months ago (2014-07-07 18:27:24 UTC) #17
dtseng
On 2014/07/07 18:23:01, aboxhall wrote: > On 2014/07/07 17:59:26, dtseng wrote: > > On 2014/07/07 ...
6 years, 5 months ago (2014-07-07 18:52:56 UTC) #18
dtseng
The CQ bit was checked by dtseng@google.com
6 years, 5 months ago (2014-07-07 18:53:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/346703002/80001
6 years, 5 months ago (2014-07-07 18:54:30 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-07 19:11:39 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-07 19:13:43 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device_ninja/builds/26664) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/25490)
6 years, 5 months ago (2014-07-07 19:13:44 UTC) #23
David Tseng
The CQ bit was checked by dtseng@chromium.org
6 years, 5 months ago (2014-07-08 18:41:21 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/346703002/80001
6 years, 5 months ago (2014-07-08 18:43:00 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-08 18:57:26 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 19:04:48 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/90805) android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/20517) android_clang_dbg ...
6 years, 5 months ago (2014-07-08 19:04:49 UTC) #28
David Tseng
The CQ bit was checked by dtseng@chromium.org
6 years, 5 months ago (2014-07-08 21:14:45 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/346703002/100001
6 years, 5 months ago (2014-07-08 21:19:24 UTC) #30
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 00:02:31 UTC) #31
Message was sent while issue was closed.
Change committed as 281892

Powered by Google App Engine
This is Rietveld 408576698