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
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-10-08
LibWeb: Evaluate `@media` rules
Sam Atkins
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
2021-10-08
LibWeb: Make style-rule iteration aware of CSSMediaRule
Sam Atkins
2021-10-08
LibWeb: Move CSSRule iteration to CSSRuleList
Sam Atkins
2021-10-08
LibWeb: Implement `CSS.supports(string)` function :^)
Sam Atkins
2021-10-08
LibWeb: Parse CSS `Supports`
Sam Atkins
2021-10-08
LibWeb: Add CSS 'Supports' class
Sam Atkins
2021-10-08
LibWeb: Implement 2-argument version of CSS.supports()
Sam Atkins
2021-10-08
LibWeb: Add CSS.escape() JS function
Sam Atkins
2021-10-08
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
Andreas Kling
2021-10-08
LibWeb: Make sure that root of style updates is marked clean
Andreas Kling
2021-10-08
LibWeb: Update style (if needed) before updating layout
Andreas Kling
2021-10-06
LibWeb: Add missing headers
Ben Wiederhake
2021-10-06
LibWeb: Clean up static function in header
Ben Wiederhake
2021-10-06
LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValue
Ben Wiederhake
2021-10-06
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
Ben Wiederhake
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Mark Layout::ListItemMarkerBox as never having children
Andreas Kling
2021-10-06
LibWeb: Don't attempt to layout the inside of childless boxes
Andreas Kling
2021-10-06
LibWeb: Rename Layout::Node::is_block_box() => is_block_container()
Andreas Kling
2021-10-06
LibWeb: Remove unused local in FormattingContext::layout_inside()
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Add BlockFormattingContext::root()
Andreas Kling
2021-10-06
LibWeb: Add CSS/Display.h
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-10-06
LibWeb: Add a handful of missing CSS "display" value identifiers
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-05
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
Sam Atkins
2021-10-05
LibWeb: Implement MediaQuery matching :^)
Sam Atkins
2021-10-05
LibWeb: Split Length::absolute_length_to_px() out from to_px()
Sam Atkins
2021-10-05
LibWeb: Implement Window::query_media_feature()
Sam Atkins
2021-10-05
LibWeb: Add identifiers used by MEDIAQUERIES-4
Sam Atkins
2021-10-05
LibWeb: Predeclare MediaList and CSSRuleList
Sam Atkins
2021-10-05
LibWeb: Add resolved style lookup for border properties
Sam Atkins
2021-10-05
LibWeb: Add resolved style lookup for margin/padding shorthands
Sam Atkins
2021-10-05
LibWeb: Make things aware of box-sizing
Sam Atkins
2021-10-04
LibWeb: Improve resolved style for CSS {min,max}-{width,height}
Andreas Kling
2021-10-04
LibWeb: Implement window.location's stringifier
Idan Horowitz
2021-10-04
LibWeb: Flexbox: Don't outgrow parent in main axis when using wrap
Tobias Christiansen
2021-10-04
LibWeb: Handle inline-block children of a flex-container as block
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Collect empty inline-block flex children
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Care more about cross-axis margins
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Take parents' specified main size into account
Tobias Christiansen
2021-10-04
LibWeb: Make WindowObject::clear_interval() call correct function
Andreas Kling
2021-10-04
LibWeb: Add basic support for script string argument to setInterval()
Linus Groh
2021-10-04
LibWeb: Add basic support for script string argument to setTimeout()
Linus Groh
2021-10-04
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
Linus Groh
2021-10-04
LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD
Andreas Kling
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-10-03
LibWeb: Basic support for location.replace(url)
Andreas Kling
[next]