summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-26LibWeb: Add document.querySelector()Linus Groh
2020-05-26Base: Add more characters to Katica and CsillaHüseyin ASLITÜRK
2020-05-25Shell: Refuse to be suspended with ^ZAnotherTest
2020-05-25Terminal: Handle fork error by whining about itAnotherTest
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-25AK: Add String::is_one_of(...)Andreas Kling
2020-05-25Eyes: Resize the window based on the number of eyesAnotherTest
2020-05-25Eyes: Correctly calculate the eye bounds for arbitrary number of eyesAnotherTest
2020-05-25LibJS: Implement basic for..in and for..of loopsLinus Groh
2020-05-25HexEditor: Fix "Selected Bytes" count for backwards selectionLinus Groh
2020-05-25LibWeb: Add navigator.language and navigator.languagesLinus Groh
2020-05-25WindowServer: Don't crash when minimizing EyesSergey Bugaev
2020-05-25Kernel: Fix returning random children from waitid(WNOHANG)Sergey Bugaev
2020-05-25Browser: Add output styles to values printed in the consoleFalseHonesty
2020-05-25LibGUI: Add flag to TextDocument's word break locator methodsFalseHonesty
2020-05-25LibWeb: Add missing copyright headerAndreas Kling
2020-05-25Shell: Warn the user about active jobs on exitAnotherTest
2020-05-25Shell: Parse and correctly evaluate 'command &' and 'command &&'AnotherTest
2020-05-25Shell: Kill existing jobs when exitingAnotherTest
2020-05-25Shell: Add the `disown' shell builtinAnotherTest
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-24Demos: Add Eyes demoSergey Bugaev
2020-05-24LibGfx: Add Painter::fill_ellipse()Sergey Bugaev
2020-05-24LibJS: Use the new math constantsSergey Bugaev
2020-05-24LibM: Add M_SQRT2 and M_SQRT1_2Sergey Bugaev
2020-05-24LibJS: add Array.prototype.reduceRight()Marcin Gasperowicz
2020-05-24LibJS: Refactor AccessorLinus Groh
2020-05-24Browser: Add new icons for the add/remove bookmark toolbar buttonAndreas Kling
2020-05-24LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358)Daniel Gustafsson
2020-05-24functrace: use Core::ArgsParserItamar