summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-04-13LibGUI: Disable editing cell when ctrl key is pressedmartinfalisse
2022-04-13LibCrypto: Add ChaCha20stelar7
2022-04-12LibJS: Update spec comments to use ToZeroPaddedDecimalString AOLinus Groh
2022-04-12LibWeb: Rename StyleRule -> RuleSam Atkins
2022-04-12LibWeb: Break friendship between CSS StyleRule and ParserSam Atkins
2022-04-12LibWeb: Make StyleRule.m_at_rule_name a FlyStringSam Atkins
2022-04-12LibWeb: Break friendship between CSS Function and ParserSam Atkins
2022-04-12LibWeb: Make Function.m_name a FlyStringSam Atkins
2022-04-12LibWeb: Empend instead of Appending DeclarationOrAtRulesSam Atkins
2022-04-12LibWeb: Break friendship between CSS DeclarationOrAtRule and ParserSam Atkins
2022-04-12LibWeb: Break friendship between CSS Declaration and ParserSam Atkins
2022-04-12LibWeb: Make Declaration.m_name a FlyStringSam Atkins
2022-04-12LibWeb: Break friendship between CSS Block and ParserSam Atkins
2022-04-12LibWeb: Break friendship between CSS Number and TokenizerSam Atkins
2022-04-12LibWeb: Move Token and Tokenizer into Parser namespaceSam Atkins
2022-04-12LibWeb: Move StyleRule to Parser namespaceSam Atkins
2022-04-12LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespaceSam Atkins
2022-04-12LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy upSam Atkins
2022-04-12LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cppSam Atkins
2022-04-12LibWeb: Add missing include to ComponentValue.hSam Atkins
2022-04-12LibWeb: Move Declaration code into Declaration.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleBlockRule to Parser::BlockSam Atkins
2022-04-12LibWeb: Move StyleBlockRule code into StyleBlockRule.cppSam Atkins
2022-04-12LibWeb: Move/rename StyleFunctionRule to Parser::FunctionSam Atkins
2022-04-12LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cppSam Atkins
2022-04-12LibWeb: Add Formatter for ComponentValuesSam Atkins
2022-04-12LibWeb: Move ComponentValue to CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Stop manually forward-declaring types in CSS Parser.hSam Atkins
2022-04-12LibWeb: Move ComponentValue code into ComponentValue.cppSam Atkins
2022-04-12LibWeb: Bring HTMLOptionElement closer to specIgor Pissolati
2022-04-12LibWeb: Improve HTMLImageElement::{width,height}()Igor Pissolati
2022-04-12LibWeb: Bring HTMLImageElement closer to specIgor Pissolati
2022-04-12LibWeb: Bring Node closer to specIgor Pissolati
2022-04-12LibWeb: Bring Document closer to specIgor Pissolati
2022-04-11LibSoftGPU: Optimize clipping codeJelle Raaijmakers
2022-04-11LibSoftGPU: Remove superfluous braces in `Clipper`Jelle Raaijmakers
2022-04-12LibJS: Pass this value to fallback func in Array.prototype.toString()Linus Groh
2022-04-11LibJS: Update ZonedDateTime AO spec comments for structured headersLuke Wilde
2022-04-12LibWeb: Make Layout::Box::set_needs_display() work for all boxesAndreas Kling
2022-04-11LibJS: Remove unused include from AbstractOperations.cppLinus Groh
2022-04-11LibJS: Move additional notes to spec comments onto their own lineLinus Groh
2022-04-11LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunctionLuke Wilde
2022-04-11LibJS: Add tests for the new steps added to PerformEvalLuke Wilde
2022-04-11LibJS: Add missing steps and spec comments to PerformEvalLuke Wilde
2022-04-11LibWeb: Support CSSRule.typeAndreas Kling
2022-04-11LibWeb: Support CSSStyleDeclaration.getPropertyPriority()Andreas Kling
2022-04-11LibWeb: Implement CSS declaration block's "updating flag"Andreas Kling
2022-04-11LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to specAndreas Kling
2022-04-11LibGfx: Draw complex emojis correctlySimon Danner