summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-11LibWeb: Remove broken CSS:Parser::is_combinator()Sam Atkins
2021-07-11LibWeb: Fix greedy CSS Tokenizer whitespace parsingSam Atkins
2021-07-11LibWeb: Fix Off-by-one error in CSS::Parser::next_token()Sam Atkins
2021-07-11LibWeb: Convert QualifiedStyleRule to a RefPtr type in new ParserSam Atkins
2021-07-11LibWeb: Add new CSS attribute match types to new parserSam Atkins
2021-07-11LibWeb: Add remaining CSS AttributeMatchTypesSam Atkins
2021-07-11LibWeb: Use StyleComponentValueRules for StyleBlockRule's valuesSam Atkins
2021-07-11LibWeb: Convert some CSS parser *Rule classes to using pointersSam Atkins
2021-07-11LibWeb: Make CSS selector parsing use StyleComponentValueRulesSam Atkins
2021-07-11LibWeb: Add convenience methods to CSS::Parser::TokenSam Atkins
2021-07-11LibWeb: Make CSS::QualifiedStyleRule's prelude StyleComponentValueRuleSam Atkins
2021-07-11LibJS: Uncomment Number.isInteger() tests that now pass :^)Linus Groh
2021-07-11LibJS: Uncomment Object.{freeze,seal}() tests that now pass :^)Linus Groh
2021-07-11LibJS: Use expected() instead of syntax_error("Expected ...")Ali Mohammad Pur
2021-07-11LibJS: Rework Identifier parsing to match the spec more closelyAli Mohammad Pur
2021-07-11LibJS: Add support for binding patterns in catch clausesAli Mohammad Pur
2021-07-11LibJS: Implement parsing and evaluation for AssignmentPatternsAli Mohammad Pur
2021-07-11LibJS: Allow 'name = value' in object literals as the spec doesAli Mohammad Pur
2021-07-11LibJS: Fix computed property ending token in binding pattern parsingAli Mohammad Pur
2021-07-11LibJS: Treat default parameter values as being in function contextAli Mohammad Pur
2021-07-11TableView: Do not select input on keydownJelle Raaijmakers
2021-07-11SoundPlayer: Show the context menu right under the cursorKarol Kosek
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster
2021-07-11DynamicLoader+LibC: Make _start a naked functionHendiadyoin1
2021-07-11LibWeb: Fix syntax for Table testAdam Hodgen
2021-07-11LibWeb: Fix HTMLTable Element attributesAdam Hodgen
2021-07-11LibTTF: Port width calculation changes from BitmapFontLuK1337
2021-07-11LibGfx: Try to get TTF font when query is not in name->font mapLuK1337
2021-07-11TextEditor: Show an error message when opening a file failedTimothy
2021-07-11TextEditor: Open files with ReadOnly when we're just reading themGunnar Beutner
2021-07-11TextEditor: Avoid calling realpath()Gunnar Beutner
2021-07-11Pong: Only paint areas that needs to be updatedKarol Kosek
2021-07-11TextEditor: Show an error dialog when failing to open/save a fileAdam Hodgen
2021-07-11FileSystemAccessServer: Return user_picked_value even on errorAdam Hodgen
2021-07-10FlappyBug: Only paint areas which need to be paintedTimothy Flynn
2021-07-10LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style castsItamar
2021-07-10LibCpp: Make the fields of AST node types privateItamar
2021-07-10LibVideo/VP9: Implement MV reading & rectify MV storage issuesFalseHonesty
2021-07-10LibVideo/VP9: Finish implementing block decoding (6.4.4)FalseHonesty
2021-07-10LibVideo/VP9: Implement parsing Token and MoreCoefs treesFalseHonesty
2021-07-10LibVideo/VP9: Implement token parsing (6.4.24-6.4.26)FalseHonesty
2021-07-10LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4FalseHonesty
2021-07-10LibVideo/VP9: Begin reference frame update process (8.10)FalseHonesty
2021-07-10LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder classFalseHonesty
2021-07-10LibVideo/VP9: Start parsing residuals (6.4.21-6.4.23)FalseHonesty
2021-07-10LibVideo/VP9: Refactor how above & left contexts are stored & clearedFalseHonesty
2021-07-10LibVideo/VP9: Specify which spec section defines certain behaviorsFalseHonesty
2021-07-10LibVideo/VP9: Clean up formatting & use range-based for loopsFalseHonesty
2021-07-10LibVideo/VP9: Implement simple FIXMEs that use now supported dataFalseHonesty