summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-29Kernel+LibC: Move O_* and MS_* flags to UnixTypes.hSergey Bugaev
2020-05-29LibJS: Throw in strict mode when assigning property to primitive valueLinus Groh
2020-05-28LibWeb: Add a way to stop the new HTML parserAndreas Kling
2020-05-28LibWeb: Implement more of the "after body" insertion modeAndreas Kling
2020-05-28LibWeb: Parse comments in the "in body" insertion modeAndreas Kling
2020-05-28LibWeb: Implement a bunch more script-related tokenization statesAndreas Kling
2020-05-28LibWeb: Add HTMLToken::make_character()Andreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28LibWeb: Fix HTMLDocumentParser buildAndreas Kling
2020-05-28LibWeb: Remove a misplaced call to close_a_p_element() in "in body"Andreas Kling
2020-05-28LibWeb: Add a StackOfOpenElements helper for "popping until a tag name"Andreas Kling
2020-05-28LibJS: Implement standard semantics for relational operators (#2417)Marcin Gasperowicz
2020-05-28LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax errorMatthew Olsson
2020-05-28LibJS: Add strict modeMatthew Olsson
2020-05-28LibJS: Object index properties have descriptors; Handle sparse indicesMatthew Olsson
2020-05-28LibJS: Fix out-of-range error in Parser::Error::source_location_hintMatthew Olsson
2020-05-28LibC: run clang-format on getopt.h to remove tab charactersEmanuele Torre
2020-05-28LibWeb: replace some tab characters with spacesEmanuele Torre
2020-05-28LibWeb: Fall back to block layout for unimplemented CSS display valuesAndreas Kling
2020-05-28LibWeb: Add default UA style for some table-related elementsAndreas Kling
2020-05-28LibWeb: Plumb content encoding into the new HTML parserAndreas Kling
2020-05-28LibWeb: Parse "input" tags during the "in body" insertion modeAndreas Kling
2020-05-28LibWeb: Parse "td" start tags during "in cell" insertion modeAndreas Kling
2020-05-28LibGUI: Don't show big Buggie in app about dialogsAndreas Kling
2020-05-28LibWeb: Support named character references (e.g "&")Andreas Kling
2020-05-28LibC: Add a O_CLOEXEC mode element to fopen()AnotherTest
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-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