summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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-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-27LibWeb: Implement partial support for numeric character referencesAndreas Kling
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-05-27LibCrypto+LibTLS: Use AK/Random.hAndreas Kling
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
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-27LibWeb: Provide some properties to inspectors of ResourceLoaderAnotherTest
2020-05-27LibLine: Send over some properties when being inspectedAnotherTest
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
2020-05-26LibWeb: Add cached global attribute name FlyStringsAndreas Kling
2020-05-26LibWeb: Let Element cache its list of classesAndreas Kling
2020-05-26LibWeb: Make the CSS parser a little more tolerant to invalid CSSAndreas Kling
2020-05-26LibWeb: Add more HTML entitiesLinus Groh
2020-05-26LibWeb: Basic support for display:inline-block with width:autoAndreas Kling
2020-05-26LibWeb: Add HTML copyright escapeFalseHonesty
2020-05-26LibWeb: Fix step within reconstruct the active elementsKevin Meyer
2020-05-26LibLine: Use LibC's getline() when the terminal claims no support for escape ...AnotherTest
2020-05-26LibWeb: The line-height should not be multiplied by the glyph heightAndreas Kling
2020-05-26LibJS: Add Array.prototype.fillAngel
2020-05-26LibJS: Fix style inconsistencies in AST.h (#2403)Emanuele Torre
2020-05-26LibJS: Fix incorrect token column values (#2401)Paul Redmond
2020-05-26LibWeb: Implement immediate execution in HTMLScriptElement preparationAndreas Kling
2020-05-26LibWeb: Allow HTML tokenizer to emit more than one tokenAndreas Kling
2020-05-26LibJS: Add Error::source_location_hint()Linus Groh
2020-05-26LibJS: Only log exception throw information on SerenityLinus Groh
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26LibC: Ensure abort() doesn't returnSergey Bugaev
2020-05-26LibC: Mark _exit() as noreturnSergey Bugaev
2020-05-26LibC: Remove endless loop after abort() callSergey Bugaev
2020-05-26LibJS: Add Array.prototype.spliceLuke