New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 914044 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Dec 11
Cc:
Components:
EstimatedDays: ----
NextAction: 2018-12-11
OS: ----
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Remove cast copies of automation code

Project Member Reported by dtseng@chromium.org, Dec 11

Issue description

This bug is to track the work to remove all automation extension api from chromecast.

Motivation
We currently have duplicate copies of almost all of the automation extension api within chromecast/. For example, chromecast/renderer/extensions/automation_internal_custom_bindings.cc.

Tasks
At a minimum, we need to:
- move all automation extension api classes to extension/
- chromecast can then include the extension/ files

 
Status: WontFix (was: Started)
Looks like this won't be feseable at least in the short term because moving any piece of automation to extensions/ means moving automation_internal_api.cc to extensions. This file has lots of dependencies on chrome/ and those deps are correct.

Sign in to add a comment