summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
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-27LibWeb: LayoutMode line_break_policy => LayoutMode layout_modeAndreas Kling
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-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-27LibWeb: Provide some properties to inspectors of ResourceLoaderAnotherTest
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-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-26LibWeb: The line-height should not be multiplied by the glyph heightAndreas Kling
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-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26LibWeb: Add Element.getAttribute() and Element.setAttribute() :^)Andreas Kling
2020-05-26LibWeb: Implement vendor specific CSS color style for System PaletteFalseHonesty
2020-05-26LibWeb: Add document.querySelector()Linus Groh
2020-05-25LibWeb: Start fleshing out the "in table" parser insertion modeAndreas Kling
2020-05-25LibWeb: Handle some more parser inputs in the "in head" insertion modeAndreas Kling
2020-05-25LibWeb: Add a PARSE_ERROR() macro to the new HTML parserAndreas Kling
2020-05-25LibWeb: Flesh out the remaining DOCTYPE related tokenizer statesAndreas Kling
2020-05-25LibWeb: Checking for "DOCTYPE" should be case insensitive in tokenizerAndreas Kling
2020-05-25LibWeb: Use String::is_one_of() a bunch in the HTML parserAndreas Kling
2020-05-25LibWeb: Add navigator.language and navigator.languagesLinus Groh
2020-05-25LibWeb: Add missing copyright headerAndreas Kling
2020-05-24LibWeb: Finally parse enough that we can actually handle welcome.html!Andreas Kling
2020-05-24LibWeb: Yet more work towards parsing www/welcome.html :^)Andreas Kling
2020-05-24LibWeb: A whole bunch of work towards spec-compliant <script> elementsAndreas Kling
2020-05-24LibWeb: Add HTMLScriptElement to the forwarding headerAndreas Kling
2020-05-24LibWeb: Add some helpers to the DOM Node classAndreas Kling
2020-05-24LibWeb: Add a way to opt out of TreeNode::append_child() notificationsAndreas Kling
2020-05-24LibWeb: Parse enough to handle a <style> inside a <head> :^)Andreas Kling