1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 06:11:00 +00:00
serenity/Userland/Applications/Browser
Sam Atkins d702678d16 LibJS+WebContent+Browser+js: Implement console.group() methods
This implements:
- console.group()
- console.groupCollapsed()
- console.groupEnd()

In the Browser, we use `<details>` for the groups, which is not actually
implemented yet, so groups are always open.

In the REPL, groups are non-interactive, but still indent any output.
This looks weird since the console prompt and return values remain on
the far left, but this matches what Node does so it's probably fine. :^)
I expect `console.group()` is not used much outside of browsers.
2021-12-27 21:44:07 +01:00
..
BookmarksBarWidget.cpp Browser: Scope bookmark actions so that they don't block the delete key 2021-11-22 23:48:10 +01:00
BookmarksBarWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Browser.h LibWeb+Browser: Make ad blocking work in the multi-process world 2021-09-27 11:40:56 +02:00
BrowserWindow.cpp Browser: Move search engine definitions to a json file 2021-11-26 22:14:56 +01:00
BrowserWindow.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
BrowserWindow.h Browser: Add "Color scheme" setting 2021-10-31 18:39:13 +01:00
CMakeLists.txt Browser: Port to LibMain :^) 2021-11-22 19:47:14 +01:00
ConsoleWidget.cpp LibJS+WebContent+Browser+js: Implement console.group() methods 2021-12-27 21:44:07 +01:00
ConsoleWidget.h LibJS+WebContent+Browser+js: Implement console.group() methods 2021-12-27 21:44:07 +01:00
CookieJar.cpp AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods 2021-07-02 21:54:21 +02:00
CookieJar.h Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
DownloadWidget.cpp Browser: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
DownloadWidget.h Browser: Add download finished graphics to download widget 2021-06-13 20:55:58 +02:00
EditBookmark.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
History.cpp Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
History.h Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
InspectorWidget.cpp Browser+LibWeb+WebContent: Add variables display to Inspector 2021-12-10 06:52:17 +01:00
InspectorWidget.h Browser+LibWeb+WebContent: Add variables display to Inspector 2021-12-10 06:52:17 +01:00
main.cpp Userland: Add unveil/pledge requisites for dynamic Unicode data loading 2021-12-21 13:09:49 -08:00
Tab.cpp Browser+LibWeb+WebContent: Add variables display to Inspector 2021-12-10 06:52:17 +01:00
Tab.gml Browser: Tweak vertical spacing in per-tab UI layout 2021-08-02 10:13:35 +02:00
Tab.h Browser: Move show_console_window() to Tab 2021-09-06 18:20:26 +02:00
WindowActions.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
WindowActions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00