summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-10-08LibWeb: Evaluate `@media` rulesSam Atkins
2021-10-08LibWeb: Implement `@supports` rule :^)Sam Atkins
2021-10-08LibWeb: Make style-rule iteration aware of CSSMediaRuleSam Atkins
2021-10-08LibWeb: Move CSSRule iteration to CSSRuleListSam Atkins
2021-10-08LibWeb: Implement `CSS.supports(string)` function :^)Sam Atkins
2021-10-08LibWeb: Parse CSS `Supports`Sam Atkins
2021-10-08LibWeb: Add CSS 'Supports' classSam Atkins
2021-10-08LibWeb: Implement 2-argument version of CSS.supports()Sam Atkins
2021-10-08LibWeb: Add CSS.escape() JS functionSam Atkins
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-08LibWeb: Make sure that root of style updates is marked cleanAndreas Kling
2021-10-08LibWeb: Update style (if needed) before updating layoutAndreas Kling
2021-10-06LibWeb: Add missing headersBen Wiederhake
2021-10-06LibWeb: Clean up static function in headerBen Wiederhake
2021-10-06LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValueBen Wiederhake
2021-10-06LibWeb: Resolve cyclic dependency between StyleSheet and ImportRuleBen Wiederhake
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-10-06LibWeb: Mark Layout::ListItemMarkerBox as never having childrenAndreas Kling
2021-10-06LibWeb: Don't attempt to layout the inside of childless boxesAndreas Kling
2021-10-06LibWeb: Rename Layout::Node::is_block_box() => is_block_container()Andreas Kling
2021-10-06LibWeb: Remove unused local in FormattingContext::layout_inside()Andreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Add BlockFormattingContext::root()Andreas Kling
2021-10-06LibWeb: Add CSS/Display.hAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-06LibWeb: Add a handful of missing CSS "display" value identifiersAndreas Kling
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
2021-10-05LibWeb: Fire MediaQueryListEvents when an MQL's match-state changesSam Atkins
2021-10-05LibWeb: Implement MediaQuery matching :^)Sam Atkins
2021-10-05LibWeb: Split Length::absolute_length_to_px() out from to_px()Sam Atkins
2021-10-05LibWeb: Implement Window::query_media_feature()Sam Atkins
2021-10-05LibWeb: Add identifiers used by MEDIAQUERIES-4Sam Atkins
2021-10-05LibWeb: Predeclare MediaList and CSSRuleListSam Atkins
2021-10-05LibWeb: Add resolved style lookup for border propertiesSam Atkins
2021-10-05LibWeb: Add resolved style lookup for margin/padding shorthandsSam Atkins
2021-10-05LibWeb: Make things aware of box-sizingSam Atkins
2021-10-04LibWeb: Improve resolved style for CSS {min,max}-{width,height}Andreas Kling
2021-10-04LibWeb: Implement window.location's stringifierIdan Horowitz
2021-10-04LibWeb: Flexbox: Don't outgrow parent in main axis when using wrapTobias Christiansen
2021-10-04LibWeb: Handle inline-block children of a flex-container as blockTobias Christiansen
2021-10-04LibWeb: Flexbox: Collect empty inline-block flex childrenTobias Christiansen
2021-10-04LibWeb: Flexbox: Care more about cross-axis marginsTobias Christiansen
2021-10-04LibWeb: Flexbox: Take parents' specified main size into accountTobias Christiansen
2021-10-04LibWeb: Make WindowObject::clear_interval() call correct functionAndreas Kling
2021-10-04LibWeb: Add basic support for script string argument to setInterval()Linus Groh
2021-10-04LibWeb: Add basic support for script string argument to setTimeout()Linus Groh
2021-10-04LibJS: Convert set_immutable_prototype() to ThrowCompletionOrLinus Groh
2021-10-04LibWeb: Don't send a request body in XMLHttpRequest GET or HEADAndreas Kling
2021-10-03LibWeb+Browser: Disable Same-Origin Policy by default for nowAndreas Kling
2021-10-03LibWeb: Basic support for location.replace(url)Andreas Kling