index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Browser
/
ConsoleWidget.cpp
Age
Commit message (
Expand
)
Author
2023-04-26
Browser+Ladybird: Render text in the JS console with a monospace font
Timothy Flynn
2022-12-07
LibJS: Convert MarkupGenerator to the new String
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-21
Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()
Sam Atkins
2022-09-21
Browser: Ignore whitespace-only input in the JS console
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-21
Browser: Load icons at start of program
Dylan Katz
2021-12-27
LibJS+WebContent+Browser+js: Implement console.group() methods
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-06
Browser: Convert JS ConsoleWidget to new API
Sam Atkins
2021-08-24
Browser: Use OutOfProcessWebView for the Browser JavaScript console
Andreas Kling
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-02-28
Browser: Implemented out of process JS console
Brandon Scott
2021-02-20
Browser: Wrap DOMException values in regular JS::Error for console printing
Linus Groh
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling