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

Issue 514363002: Remove attributes and methods which should not be part of the public API (Closed)

Created:
6 years, 3 months ago by aboxhall
Modified:
6 years, 3 months ago
Reviewers:
dmazzoni, David Tseng
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Project:
chromium
Visibility:
Public.

Description

Remove attributes and methods which should not be part of the public API BUG=309681 Committed: https://crrev.com/8b79607ff08e34877b2a8e46c4d72a21b4841951 Cr-Commit-Position: refs/heads/master@{#292835}

Patch Set 1 #

Patch Set 2 : Ensure we're using the internal id rather than expecting the public getter to exist (it doesn't) #

Total comments: 6

Patch Set 3 : Review comments #

Patch Set 4 : Rewrite unit test in terms of HTML IDs rather than automation IDs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -39 lines) Patch
M chrome/renderer/resources/extensions/automation/automation_node.js View 1 2 10 chunks +21 lines, -20 lines 0 comments Download
M chrome/test/data/extensions/api_test/automation/tests/unit/test.js View 1 2 3 2 chunks +27 lines, -19 lines 0 comments Download

Messages

Total messages: 29 (7 generated)
aboxhall
aboxhall@chromium.org changed reviewers: + dmazzoni@chromium.org, dtseng@chromium.org
6 years, 3 months ago (2014-08-28 21:03:52 UTC) #1
aboxhall
6 years, 3 months ago (2014-08-28 21:03:52 UTC) #2
David Tseng
Did we want to keep toString as an undocumented API? On Thu, Aug 28, 2014 ...
6 years, 3 months ago (2014-08-28 23:30:26 UTC) #3
aboxhall
On 2014/08/28 23:30:26, David Tseng wrote: > Did we want to keep toString as an ...
6 years, 3 months ago (2014-08-29 02:49:05 UTC) #4
David Tseng
lgtm I don't have a strong opinion; it may be useful for debugging, but is ...
6 years, 3 months ago (2014-08-29 16:48:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/514363002/1
6 years, 3 months ago (2014-08-29 17:25:35 UTC) #7
aboxhall
On 2014/08/29 16:48:25, David Tseng wrote: > lgtm > > I don't have a strong ...
6 years, 3 months ago (2014-08-29 17:37:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/514363002/1
6 years, 3 months ago (2014-08-29 18:06:38 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-29 18:43:29 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/9476) linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/11512)
6 years, 3 months ago (2014-08-29 19:20:00 UTC) #14
aboxhall
@dtseng PTAL: I had to make many more changes as a lot of things relied ...
6 years, 3 months ago (2014-08-29 20:51:53 UTC) #15
David Tseng
https://codereview.chromium.org/514363002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (left): https://codereview.chromium.org/514363002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#oldcode466 chrome/renderer/resources/extensions/automation/automation_node.js:466: var parentId = 0; nit: We use 0 elsewhere ...
6 years, 3 months ago (2014-08-29 22:02:23 UTC) #16
David Tseng
lgtm With comments resolved.
6 years, 3 months ago (2014-08-29 22:12:02 UTC) #17
aboxhall
https://codereview.chromium.org/514363002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js File chrome/renderer/resources/extensions/automation/automation_node.js (left): https://codereview.chromium.org/514363002/diff/20001/chrome/renderer/resources/extensions/automation/automation_node.js#oldcode466 chrome/renderer/resources/extensions/automation/automation_node.js:466: var parentId = 0; On 2014/08/29 22:02:23, David Tseng ...
6 years, 3 months ago (2014-08-30 17:46:42 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/514363002/40001
6 years, 3 months ago (2014-08-30 17:47:35 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-08-30 18:47:19 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/9696)
6 years, 3 months ago (2014-08-30 19:21:39 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/514363002/60001
6 years, 3 months ago (2014-09-01 04:29:29 UTC) #25
aboxhall
@dtseng: Heads-up that I needed to rewrite the "Unit" test in terms of HTML IDs ...
6 years, 3 months ago (2014-09-01 04:30:50 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 5cd1acab180becdc0d837d59190972ebd38957fa
6 years, 3 months ago (2014-09-01 05:31:37 UTC) #27
David Tseng
Yeah, seems fine. Since it was a unit test context, you could have used privates ...
6 years, 3 months ago (2014-09-02 15:45:41 UTC) #28
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:15:38 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8b79607ff08e34877b2a8e46c4d72a21b4841951
Cr-Commit-Position: refs/heads/master@{#292835}

Powered by Google App Engine
This is Rietveld 408576698