summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-16LibWeb: Use the serialize_a_{identifier,string} algorithms for selectorsSam Atkins
2021-10-16LibWeb: Insert commas between serialized CSS selectorsSam Atkins
2021-10-16LibWeb: Fix pseudo-element selector serializationSam Atkins
2021-10-16LibWeb: Fix CSS selector combinator serializationSam Atkins
2021-10-16LibWeb: Move CSS selector-serialization code to Selector.{h,cpp}Sam Atkins
2021-10-16LibWeb: Implement more CSS serializers and make them more ergonomicSam Atkins
2021-10-16LibWeb: Remove old ANPlusB parsing codeSam Atkins
2021-10-16LibWeb: Implement Node.getRootNodeLuke Wilde
2021-10-15SystemMonitor: Use a TableView to display the thread stackRodrigo Tobar
2021-10-15SystemMonitor: Remove unnecessary header inclusionRodrigo Tobar
2021-10-15LibSymbolication: Make Symbol comparableRodrigo Tobar
2021-10-15LibC: Implement mbsrtowcsTim Schumacher
2021-10-15LibC: Implement wcsrtombsTim Schumacher
2021-10-15LibC: Implement wcrtombDaniel Bertalan
2021-10-15LibC: Partially implement wcwidthTim Schumacher
2021-10-15LibC: Stub out tdeleteTim Schumacher
2021-10-15LibC: Implement twalkTim Schumacher
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-10-15LibC: Mark termcap symbols as weakTim Schumacher
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