ladybird/Applications/Browser
FalseHonesty 2c2ce5be64 Browser: Add output styles to values printed in the console
This patch adds spans around most of the console's output, allowing
for a global document stylesheet to customize the highlighting of
the console's output. It also adds some basic styling for values
like strings, numbers, and arrays using the system Palette.

Note: This patch simply adds support for highlighting output values,
the lines of JS code printed to console are still unformatted.
2020-05-25 11:33:52 +02:00
..
BookmarksBarWidget.cpp Browser: Pop up a context menu when requested on a bookmark button 2020-05-22 18:23:02 +02:00
BookmarksBarWidget.h Browser: Pop up a context menu when requested on a bookmark button 2020-05-22 18:23:02 +02:00
BrowserConsoleClient.cpp Browser: Add JS Console 2020-05-24 02:20:08 +02:00
BrowserConsoleClient.h Browser: Add JS Console 2020-05-24 02:20:08 +02:00
CMakeLists.txt Browser: Add JS Console 2020-05-24 02:20:08 +02:00
ConsoleWidget.cpp Browser: Add output styles to values printed in the console 2020-05-25 11:33:52 +02:00
ConsoleWidget.h Browser: Add output styles to values printed in the console 2020-05-25 11:33:52 +02:00
DownloadWidget.cpp LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
InspectorWidget.cpp LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
InspectorWidget.h Browser: Move InspectorWidget into the Browser namespace 2020-05-08 21:38:30 +02:00
main.cpp Browser: Pop up a context menu when one is requested on a tab 2020-05-21 21:53:17 +02:00
Tab.cpp Browser: Add new icons for the add/remove bookmark toolbar button 2020-05-24 18:46:48 +02:00
Tab.h Browser: Add JS Console 2020-05-24 02:20:08 +02:00
WindowActions.cpp Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00