Revert "Remove Properties subpane from Elements panel"
This reverts commit 5f6928b9570ed35c4a0b4c1de9b0d1f62370c636.
Reason for revert: User feedback has largely been that they want to reinstate the panel. Even though we don't think the current UX is ideal, given the strong messaging from users we are adding the panel back. In a future version of DevTools, we are going to improve the workflow for inspecting properties of elements
Original change's description:
> Remove Properties subpane from Elements panel
>
> The subpane is replaced by a deprecation message guiding users to
> the `console.dir($0)` feature that already exists in DevTools.
>
> At a later point in time we should remove the deprecation
> message as a whole.
>
> Design doc: https://docs.google.com/document/d/16-PSJSb6BE9Wx2Nn9rYtQOCiDa9-cLwr3R7gk0MirvM/edit?usp=sharing
> Screenshot: https://imgur.com/a/v4wYE3R
>
> R=[email protected]
>
> Change-Id: I137d3f338e4b99ef4de15ced618007991da172ef
> Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2157037
> Commit-Queue: Tim van der Lippe <[email protected]>
> Auto-Submit: Tim van der Lippe <[email protected]>
> Reviewed-by: Paul Lewis <[email protected]>
Change-Id: I03e2bc62feab1b5399e055d6f8d01eef51927c88
Fixed: 1105205, 1116085
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2366782
Commit-Queue: Tim van der Lippe <[email protected]>
Reviewed-by: Yang Guo <[email protected]>
diff --git a/all_devtools_files.gni b/all_devtools_files.gni
index 8de2aea..e93e960 100644
--- a/all_devtools_files.gni
+++ b/all_devtools_files.gni
@@ -114,6 +114,7 @@
"front_end/elements/module.json",
"front_end/elements/nodeStackTraceWidget.css",
"front_end/elements/platformFontsWidget.css",
+ "front_end/elements/propertiesWidget.css",
"front_end/elements/stylesSectionTree.css",
"front_end/elements/stylesSidebarPane.css",
"front_end/emulated_devices/module.json",