summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-05-26LibWeb: Add Element.getAttribute() and Element.setAttribute() :^)Andreas Kling
2020-05-26Browser: Add output styles to JS source printed in the consoleFalseHonesty
2020-05-26LibJS: Create JS to HTML markup generatorFalseHonesty
2020-05-26LibWeb: Implement vendor specific CSS color style for System PaletteFalseHonesty
2020-05-26LibLine: Don't add empty lines to historyLinus Groh
2020-05-26LibWeb: Add document.querySelector()Linus Groh
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
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-25LibJS: Implement basic for..in and for..of loopsLinus Groh
2020-05-25LibWeb: Add navigator.language and navigator.languagesLinus Groh
2020-05-25LibGUI: Add flag to TextDocument's word break locator methodsFalseHonesty
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
2020-05-24LibWeb: Support comments in the "in head" insertion modeAndreas Kling
2020-05-24LibWeb: More work on the HTML parser and tokenizerAndreas Kling
2020-05-24LibWeb: Start implementing character token parsingAndreas Kling
2020-05-24LibWeb: Factor out the "stack of open elements" into its own classAndreas Kling
2020-05-24LibWeb: Remove tokenizer's premature character buffering optimizationAndreas Kling
2020-05-24LibJS: Make Array.prototype.includes() genericLinus Groh
2020-05-24LibJS: Make Array.prototype.lastIndexOf() genericLinus Groh
2020-05-24LibJS: Make Array.prototype.indexOf() genericLinus Groh
2020-05-24LibGfx: Add Painter::fill_ellipse()Sergey Bugaev
2020-05-24LibJS: Use the new math constantsSergey Bugaev