summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-28Meta: build-image-grub.sh looks for grub configs in the right placeetaIneLp
2020-05-28Build: Add grub-image target to CMakeetaIneLp
2020-05-28LibWeb: Implement more table support in the new HTML parserAndreas Kling
2020-05-28LibWeb: Flesh out "reset the insertion mode appropriately" algorithmAndreas Kling
2020-05-28LibWeb: Handle various self-closing tags during "in body" insertionAndreas Kling
2020-05-28LibWeb: Handle inline stylesheets a bit better in the new parserAndreas Kling
2020-05-28LibWeb: Parse documents without DOCTYPE gracefullyAndreas Kling
2020-05-28LibWeb: Add a "quirks mode" flag to DocumentAndreas Kling
2020-05-27LibWeb: Fire a DOMContentLoaded event when the new parser is finishedAndreas Kling
2020-05-27LibWeb: Implement the first half of the Adoption Agency AlgorithmAndreas Kling
2020-05-27LibWeb: Bring up basic external script execution in the new parserAndreas Kling
2020-05-27LibWeb+Browser: Add ability to run Browser with the new HTML parserAndreas Kling
2020-05-27Browser: Add console history to re-send old commandsFalseHonesty
2020-05-27LibGUI: Add up & down arrow hooks and input history to TextBoxFalseHonesty
2020-05-27LibTextCodec: Improve Latin-1 decoder so it decodes everythingAndreas Kling
2020-05-27LibWeb: LayoutMode line_break_policy => LayoutMode layout_modeAndreas Kling
2020-05-27LibGUI: Defer line reflow during text insertionAndreas Kling
2020-05-27LibGUI: Make TextEditor::select_all() move the cursor to document headAndreas Kling
2020-05-27LibJS: Reformat ArrayPrototype.cppLinus Groh
2020-05-27LibWeb: Implement the "after attribute name" tokenizer stateAndreas Kling
2020-05-27LibWeb: Handle more benign parse errors in the "in body" insertion modeAndreas Kling
2020-05-27LibWeb: Implement the "self closing start tag" tokenizer stateAndreas Kling
2020-05-27ProtocolServer: Forget downloads after they are stoppedAndreas Kling
2020-05-27LibWeb: Implement partial support for numeric character referencesAndreas Kling
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-05-27test-crypto: Tweaks to make this build properly in LagomAndreas Kling
2020-05-27Lagom: Build LibCrypto, LibTLS and test-crypto :^)Andreas Kling
2020-05-27LibCrypto+LibTLS: Use AK/Random.hAndreas Kling
2020-05-27AK: Add a simple randomness APIAndreas Kling
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
2020-05-27Meta: Update C++ standard to C++20 in CONTRIBUTING.mdEmanuele Torre
2020-05-27Base: Replace TTYServer with text mode ShellSergey Bugaev
2020-05-27SystemServer: Add BootModes and Environment service optionsSergey Bugaev
2020-05-27Kernel: Introduce "boot_mode" and "init" cmdline optionsSergey Bugaev
2020-05-27Kernel: Port VirtualConsole to LibVT :^)Sergey Bugaev
2020-05-27LibVT: Move most of key press handling logic into VT::TerminalSergey Bugaev
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-27Shell: Save the history when quitting via the exit builtinAnotherTest
2020-05-27Shell: Never assign equal job ids to two different jobsAnotherTest
2020-05-27LibWeb: Provide some properties to inspectors of ResourceLoaderAnotherTest
2020-05-27Shell: Provide some information to inspectorsAnotherTest
2020-05-27LibLine: Send over some properties when being inspectedAnotherTest
2020-05-27Shell: Avoid messing with sigaction while waiting for a childAnotherTest
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-27LibTLS: Add more TLS 1.2 error descriptionsLuke
2020-05-27LibWeb: Handle additional parser inputs in "initial" and "before html".TheDumpap
2020-05-27LibWeb: s_initialized should be static in the AttributeNames initialiserEmanuele Torre
2020-05-26LibTLS: Put lots of debug spam behind TLS_DEBUGAndreas Kling
2020-05-26LibCrypto: Put some debug spam behind CRYPTO_DEBUGAndreas Kling
2020-05-26LibWeb: Use FlyString in FontCache keysAndreas Kling