ladybird/Userland/Applications/Browser
MacDue 3de5dcf383 Browser+WebContent: Fixup some DOM inspector weirdness
This fixes a few things I noticed whilst working on the inspector
for Ladybird.

1.
The computed and resolved values were being passed swapped around
from the inspect_dom_node() IPC call. I.e. computed values were
passed as resolved values and vice versa. This was then fixed by
swapping them again in the InspectorWidget (two errors canceled out).

2.
Resolved values were called "specified values" seemingly only in the
inspect_dom_node() IPC calls. This was a little confusing so I've
renamed them to back to "resolved values" for consistency.

3.
The inspector took and stored the DOM JSON strings unnecessarily,
all the models immediately parse the JSON and don't need the strings
to hang around.
2022-12-19 11:37:56 -05:00
..
BookmarksBarWidget.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
BookmarksBarWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Browser.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BrowserWindow.cpp LibCore: Propagate errors from Stream::*_entire_buffer 2022-12-12 14:16:42 +01:00
BrowserWindow.gml Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +02:00
BrowserWindow.h Meta+Userland: Pass Gfx::IntSize by value 2022-12-07 11:48:27 +01:00
CMakeLists.txt Browser: Store cookies in a LibSQL database :^) 2022-12-08 17:14:48 +01:00
ConsoleWidget.cpp LibJS: Convert MarkupGenerator to the new String 2022-12-07 09:58:38 +00:00
ConsoleWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CookieJar.cpp Browser: Inject cookies timestamps as integers rather than doubles 2022-12-14 09:21:30 -05:00
CookieJar.h Browser: Store cookies in a LibSQL database :^) 2022-12-08 17:14:48 +01:00
CookiesModel.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
CookiesModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Database.cpp Browser: Store cookies in a LibSQL database :^) 2022-12-08 17:14:48 +01:00
Database.h Browser: Store cookies in a LibSQL database :^) 2022-12-08 17:14:48 +01:00
DownloadWidget.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
DownloadWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
EditBookmark.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
ElementSizePreviewWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ElementSizePreviewWidget.h Browser+LibWeb: Add an Element size preview widget to inspector 2022-03-08 22:09:52 +01:00
History.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
History.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
IconBag.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
IconBag.h Browser: Add a custom icon for the "New Window" action 2022-10-06 20:51:04 +02:00
InspectorWidget.cpp Browser+WebContent: Fixup some DOM inspector weirdness 2022-12-19 11:37:56 -05:00
InspectorWidget.h Browser+WebContent: Fixup some DOM inspector weirdness 2022-12-19 11:37:56 -05:00
main.cpp Browser: Store cookies in a LibSQL database :^) 2022-12-08 17:14:48 +01:00
StorageModel.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
StorageModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
StorageWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
StorageWidget.gml Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Tab.cpp Browser: Close inspectors and JS console when tab closes 2022-12-19 11:37:56 -05:00
Tab.gml Browser: Add a banner to tabs controlled by WebDriver 2022-11-04 23:38:38 -04:00
Tab.h Browser: Close inspectors and JS console when tab closes 2022-12-19 11:37:56 -05:00
WindowActions.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowActions.h Browser: Provide ability to create new browser windows 2022-10-06 16:52:57 +01:00