summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-15LibWeb: Parse "none" value for box-shadow propertySam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-DISPLAY spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-VALUES-3 spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-CASCADE spec linksSam Atkins
2021-10-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-10-15LibWeb: Implement CSSStyleRule::set_selector_text()Sam Atkins
2021-10-15LibWeb: Add serialization code for CSS{Media,Supports}RuleSam Atkins
2021-10-15LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp}Sam Atkins
2021-10-15LibWeb: Accept a Block token as the body of a CSS At-RuleSam Atkins
2021-10-15LibJS: Add comment clarifying the order of function propertiesdavidot
2021-10-15LibJS: Fix that proxy always said that it had a [[Construct]] slotdavidot
2021-10-15LibJS: Define length and name in function in correct orderdavidot
2021-10-15LibJS: Do not save state for peeking at the next token from the lexerdavidot
2021-10-15LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessagedavidot
2021-10-15LibJS: Fix null deref in ObjectProperty::dump()davidot
2021-10-15LibJS: Enable now working tests for duplicated variable declarationsdavidot
2021-10-15LibGUI: Make Ctrl-Right at the end of a span workBen Wiederhake
2021-10-15LibGUI: Don't update selection twice after Ctrl-RightBen Wiederhake
2021-10-15LibGUI: Make Ctrl-Shift-Home/-End work againBen Wiederhake
2021-10-15LibGUI: Convert always-valid pointer to referenceBen Wiederhake
2021-10-15LibJS: Implement ShadowRealm.prototype.importValue()Linus Groh
2021-10-15LibJS: Don't return empty value from PromiseReactionJob::call(), for nowLinus Groh
2021-10-15LibJS/Tests: Test ShadowRealm.prototype.evaluate() this value type checkLinus Groh
2021-10-15LibJS: Fix typo in LHS Object and RHS BigInt loosely equals checkLuke Wilde
2021-10-15LibWeb: Compute horizontal overflow for the initial containing blockAndreas Kling
2021-10-14LibJS: Use GlobalObject::associated_realm() for function object realmsLinus Groh
2021-10-14LibJS: Add a way to get from a GlobalObject to its associated RealmLinus Groh
2021-10-14LibWeb: Implement position:fixed painting at the stacking context levelAndreas Kling
2021-10-14LibWeb: Cleanup + spec comments in replaced element height computationAndreas Kling
2021-10-14LibWeb: Cleanup + spec comments in replaced element width computationAndreas Kling
2021-10-14LibWeb: Introduce simple scrollable overflow, size ICB to viewportAndreas Kling
2021-10-14LibWeb: Make ReplacedBox intrinsic size setters take Optional<float>Andreas Kling
2021-10-14ConfigServer: Sync config files to disk automaticallyValtteri Koskivuori
2021-10-14LibWeb: Use Box::has_intrinsic_aspect_ratio() check in FFC step 3Andreas Kling
2021-10-14LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"Andreas Kling
2021-10-14LibWeb: Make intrinsic width/height/ratio a Box concept and simplify itAndreas Kling
2021-10-14LibJS: Change normal_completion() parameter to Optional<Value>Linus Groh
2021-10-14LibWeb: Stub out a basic IntersectionObserver interfaceTimothy Flynn
2021-10-14js: Implement pretty-printing of ShadowRealmLinus Groh
2021-10-14LibJS: Implement ShadowRealm.prototype.evaluate()Linus Groh
2021-10-14LibJS: Implement ShadowRealm.prototype[@@toStringTag]Linus Groh
2021-10-14LibJS: Start implementing ShadowRealmLinus Groh
2021-10-14LibJS: Implement Wrapped Function Exotic ObjectsLinus Groh
2021-10-13LibWeb: Add spec comments to FFC layout algorithm step 2Andreas Kling
2021-10-13LibWeb: Add spec comments to FFC layout algorithm step 5Andreas Kling
2021-10-13LibWeb: Tidy up and add spec comments to FFC layout algorithm step 3Andreas Kling
2021-10-13LibWeb: Add CSS::FlexBasisData::is_definite()Andreas Kling
2021-10-13LibWeb: Add FFC::flex_container() and use throughoutAndreas Kling
2021-10-13LibWeb: Make FFC line and item vectors members instead of localsAndreas Kling
2021-10-13LibWeb: Make various function parameters const in FlexFormattingContextAndreas Kling