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

Issue 701833 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 24
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome
Pri: 2
Type: Bug


Sign in to add a comment

[tracking bug] Make UI DevTools work on Windows and Linux

Project Member Reported by thanhph@chromium.org, Mar 15 2017

Issue description

DevTools is currently in //ash//common/devtools which is not callable in Window and Linux. We need to move DevTools out of ash and make DevTools a component so Chrome in Window and Linux can directly call it.
 
Blockedon: 701840 701835
Cc: varkha@chromium.org sadrul@chromium.org

Comment 2 Deleted

Comment 3 Deleted

This is a meta-bug. More bug dependencies can be added here.
Blockedon: 711339
Blockedon: 711341
Blockedon: 711343
Cc: tdander...@chromium.org
Labels: -Pri-3 M-61 Pri-1
Status: Assigned (was: Available)
Summary: [tracking bug] Make DevTools work on Window and Linux (was: Make DevTools work on Window and Linux)
This has been verified on Linux. We should verify that it works on Windows, too.
Labels: Hotlist-UI-DevTools
Owner: tdander...@chromium.org
Components: -UI Platform>Apps>DevTools
Components: -Platform>Apps>DevTools
This is for UI DevTools (Windows/Widgets/Views) and not Chrome DevTools (web).
Cc: thanhph@chromium.org
Labels: OS-Linux OS-Windows
Blockedon: 749778
Blockedon: 750191
Blockedon: 750206
Labels: -M-61 M-62
Owner: thanhph@chromium.org
After investigating on Windows and Linux, I found and filed a few more blockers to this tracking bug. In summary, here is the current state:


*** Windows ***

* Inspecting within the same browser instance: Not possible ( issue 750191 ).

* Inspecting from a separate browser instance: Possible, but UI elements do not highlght when hovering over the corresponding node in the "DOM" tree panel ( issue 749778 ).


*** Linux ***

* Inspecting within the same browser instance: UIElement nodes in the "DOM" tree panel strangely disappear when you try to inspect one ( issue 750206 ).

* Inspecting from a separate browser instance: Everything seems to work fine.


*** Chrome OS (FTR only, not part of this tracking bug) ***

* Inspecting within the same browser instance: Element highlighting does not work (issue 750231).

* Inspecting from a separate browser instance: Everything seems to work fine.
Components: UI
Status: Started (was: Assigned)
Update: Once these 2 bugs below get fixed, Devtools work with ChromeOS (also in device) and Linux build. 

https://bugs.chromium.org/p/chromium/issues/detail?id=736855

https://bugs.chromium.org/p/chromium/issues/detail?id=746545


Blockedon: 746545 736855
Summary: [tracking bug] Make DevTools work on Windows and Linux (was: [tracking bug] Make DevTools work on Window and Linux)
Labels: -Pri-1 -M-62 M-72 Pri-2
Owner: weili@chromium.org
Summary: [tracking bug] Make UI DevTools work on Windows and Linux (was: [tracking bug] Make DevTools work on Windows and Linux)
Blockedon: 894623
Blockedon: 896470
Status: Fixed (was: Started)
Until now, UI DevTools should work on both Windows and Linux with basic functionalities such as showing the Window/Widget/View hierarchy tree, showing their basic properties such as bounds, origins, visibility and tooltip if applicable. Highlighting its UI component by hovering or clicking the node also works well.

I am going to make this bug as fixed, and track more feature related work at https://bugs.chromium.org/p/chromium/issues/detail?id=898583


Sign in to add a comment