summaryrefslogtreecommitdiff
path: root/Applications/Browser/ConsoleWidget.cpp
AgeCommit message (Expand)Author
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-23Browser: Escape JS source operators for HTML display in consoleNico Weber
2020-07-23Browser: Focus input text field in JS console by defaultNico Weber
2020-06-08LibJS: Make more Interpreter functions take a GlobalObject&Andreas Kling
2020-05-29Browser: Add clear output button to the consoleFalseHonesty
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-27Browser: Add console history to re-send old commandsFalseHonesty
2020-05-26Browser: Show a "source location hint" for syntax errors :^)Linus Groh
2020-05-26Browser: Add output styles to JS source printed in the consoleFalseHonesty
2020-05-26LibJS: Create JS to HTML markup generatorFalseHonesty
2020-05-25Browser: Add output styles to values printed in the consoleFalseHonesty
2020-05-24Browser: Add JS ConsoleFalseHonesty