mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:17:45 +00:00
Ladybird: Reimplement the DOM inspector :^)
This has been broken since the switch to the multiprocess architecture (and even before then was very limited). This restores the previous functionally and also implements the ability to inspect individual elements (by selecting them in the tree view). The inspector also now correctly updates when navigating between pages.
This commit is contained in:
parent
0313814d3b
commit
aa85a88158
5 changed files with 176 additions and 24 deletions
|
@ -82,6 +82,7 @@ set(SOURCES
|
|||
${BROWSER_SOURCE_DIR}/History.cpp
|
||||
BrowserWindow.cpp
|
||||
ConsoleWidget.cpp
|
||||
InspectorWidget.cpp
|
||||
ModelTranslator.cpp
|
||||
Settings.cpp
|
||||
SettingsDialog.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue