index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Kernel: Add UBSanitizer.cpp to the Aarch64 kernel build
James Mintram
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-14
LibWeb: Allow creating "any" types in IDL with integral default values
Timothy Flynn
2021-10-14
Base: Add a test for the early return steps of "prepare a script"
Luke Wilde
2021-10-14
Kernel: Fix all linker errors for Aarch64 build
James Mintram
2021-10-14
Kernel: Add the AK sources to the Aarch64 kernel build
James Mintram
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-10-14
Kernel: Add -fsigned-char to ensure consistency across platforms
James Mintram
2021-10-14
Kernel: Move asserts inside platform #if clauses
James Mintram
2021-10-14
Kernel: Replace includes with a forward declaration
James Mintram
2021-10-14
Kernel: Remove unused includes
James Mintram
2021-10-14
Kernel: Add header includes closer to their use
James Mintram
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
Kernel: Add post build step to generate kernel8.img
James Mintram
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
2021-10-13
LibWeb: Move FFC layout algorithm step 16 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 15 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 14 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 12 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 11 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 8 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 7 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 6 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 5 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 4 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 3 to a separate function
Andreas Kling
2021-10-13
LibWeb: Move FFC layout algorithm step 2 into a separate function
Andreas Kling
2021-10-13
LibWeb: Turn FlexFormattingContext helper lambdas into member functions
Andreas Kling
2021-10-13
LibWeb: Call the FlexFormattingContext context box "flow_container"
Andreas Kling
2021-10-13
LibWeb: Split out FFC's "generate anonymous flex items" to a function
Andreas Kling
[prev]
[next]