index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-10-15
LibWeb: Parse "none" value for box-shadow property
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSS-DISPLAY spec links
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSS-VALUES-3 spec links
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSS-CASCADE spec links
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSSOM spec links
Sam Atkins
2021-10-15
LibWeb: Implement CSSStyleRule::set_selector_text()
Sam Atkins
2021-10-15
LibWeb: Add serialization code for CSS{Media,Supports}Rule
Sam Atkins
2021-10-15
LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp}
Sam Atkins
2021-10-15
LibWeb: Accept a Block token as the body of a CSS At-Rule
Sam Atkins
2021-10-15
LibJS: Add comment clarifying the order of function properties
davidot
2021-10-15
LibJS: Fix that proxy always said that it had a [[Construct]] slot
davidot
2021-10-15
LibJS: Define length and name in function in correct order
davidot
2021-10-15
LibJS: Do not save state for peeking at the next token from the lexer
davidot
2021-10-15
LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessage
davidot
2021-10-15
LibJS: Fix null deref in ObjectProperty::dump()
davidot
2021-10-15
LibJS: Enable now working tests for duplicated variable declarations
davidot
2021-10-15
LibGUI: Make Ctrl-Right at the end of a span work
Ben Wiederhake
2021-10-15
LibGUI: Don't update selection twice after Ctrl-Right
Ben Wiederhake
2021-10-15
LibGUI: Make Ctrl-Shift-Home/-End work again
Ben Wiederhake
2021-10-15
LibGUI: Convert always-valid pointer to reference
Ben Wiederhake
2021-10-15
LibJS: Implement ShadowRealm.prototype.importValue()
Linus Groh
2021-10-15
LibJS: Don't return empty value from PromiseReactionJob::call(), for now
Linus Groh
2021-10-15
LibJS/Tests: Test ShadowRealm.prototype.evaluate() this value type check
Linus Groh
2021-10-15
LibJS: Fix typo in LHS Object and RHS BigInt loosely equals check
Luke Wilde
2021-10-15
LibWeb: Compute horizontal overflow for the initial containing block
Andreas Kling
2021-10-14
LibJS: Use GlobalObject::associated_realm() for function object realms
Linus Groh
2021-10-14
LibJS: Add a way to get from a GlobalObject to its associated Realm
Linus Groh
2021-10-14
LibWeb: Implement position:fixed painting at the stacking context level
Andreas Kling
2021-10-14
LibWeb: Cleanup + spec comments in replaced element height computation
Andreas Kling
2021-10-14
LibWeb: Cleanup + spec comments in replaced element width computation
Andreas Kling
2021-10-14
LibWeb: Introduce simple scrollable overflow, size ICB to viewport
Andreas Kling
2021-10-14
LibWeb: Make ReplacedBox intrinsic size setters take Optional<float>
Andreas Kling
2021-10-14
ConfigServer: Sync config files to disk automatically
Valtteri Koskivuori
2021-10-14
LibWeb: Use Box::has_intrinsic_aspect_ratio() check in FFC step 3
Andreas Kling
2021-10-14
LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio"
Andreas Kling
2021-10-14
LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it
Andreas Kling
2021-10-14
LibJS: Change normal_completion() parameter to Optional<Value>
Linus Groh
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-14
js: Implement pretty-printing of ShadowRealm
Linus Groh
2021-10-14
LibJS: Implement ShadowRealm.prototype.evaluate()
Linus Groh
2021-10-14
LibJS: Implement ShadowRealm.prototype[@@toStringTag]
Linus Groh
2021-10-14
LibJS: Start implementing ShadowRealm
Linus Groh
2021-10-14
LibJS: Implement Wrapped Function Exotic Objects
Linus Groh
2021-10-13
LibWeb: Add spec comments to FFC layout algorithm step 2
Andreas Kling
2021-10-13
LibWeb: Add spec comments to FFC layout algorithm step 5
Andreas Kling
2021-10-13
LibWeb: Tidy up and add spec comments to FFC layout algorithm step 3
Andreas Kling
2021-10-13
LibWeb: Add CSS::FlexBasisData::is_definite()
Andreas Kling
2021-10-13
LibWeb: Add FFC::flex_container() and use throughout
Andreas Kling
2021-10-13
LibWeb: Make FFC line and item vectors members instead of locals
Andreas Kling
2021-10-13
LibWeb: Make various function parameters const in FlexFormattingContext
Andreas Kling
[next]