1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 06:51:00 +00:00
serenity/Libraries
Andreas Kling 7cdfb9c6b4 Browser+LibHTML: Add resolved element style to the DOM inspector
When selecting an element in the browser's DOM inspector, we now also
show the resolved CSS properties (and their values) for that element.

Since the inspector was growing a bit more complex, I moved it out of
the "show inspector" action callback and into its own class.

In the future, we will probably want to migrate the inspector down to
LibHTML to make it accessible to other clients of the library, but for
now we can keep working on it inside Browser. :^)
2020-01-02 14:55:19 +01:00
..
LibAudio AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
LibC LibC+Userland: Add a proper syscall wrapper for purge() 2020-01-02 13:37:02 +01:00
LibCore LibCore: CSocketAddress: pull in netinet/in.h 2020-01-02 04:09:56 +01:00
LibDraw AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
LibELF LibELF: Simplify R_386_32 relocations to ignore symbol bind value 2020-01-02 12:28:29 +01:00
LibGUI WindowServer+LibGUI: Taskbar should show all windows from each process 2020-01-02 03:29:21 +01:00
LibHTML Browser+LibHTML: Add resolved element style to the DOM inspector 2020-01-02 14:55:19 +01:00
LibIPC LibIPC: Let's start building custom message codecs for LibIPC 2019-12-30 02:41:45 +01:00
LibM Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibMarkdown Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibPCIDB Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibProtocol AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
LibPthread Kernel: Refactor scheduler to use dynamic thread priorities 2019-12-30 18:46:17 +01:00
LibThread Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibVT LibVT: fix pixel size calculations in terminal_did_resize 2020-01-01 19:33:19 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00