summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/ConsoleWidget.cpp
AgeCommit message (Expand)Author
2023-04-26Browser+Ladybird: Render text in the JS console with a monospace fontTimothy Flynn
2022-12-07LibJS: Convert MarkupGenerator to the new StringLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-21Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()Sam Atkins
2022-09-21Browser: Ignore whitespace-only input in the JS consoleSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-21Browser: Load icons at start of programDylan Katz
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-06Browser: Convert JS ConsoleWidget to new APISam Atkins
2021-08-24Browser: Use OutOfProcessWebView for the Browser JavaScript consoleAndreas Kling
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-02-28Browser: Implemented out of process JS consoleBrandon Scott
2021-02-20Browser: Wrap DOMException values in regular JS::Error for console printingLinus Groh
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling