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
2022-02-08
LibWeb: Implement the JS host hooks for promises, job callbacks and more
Luke Wilde
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Make FormAssociatedElement inherit from HTMLElement
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibWeb: Support passing more parameter types to HTML::report_exception()
Andreas Kling
2022-02-08
LibWeb: Fixed disabled checkbox input behaviour
Rafał Babiarz
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-02-08
LibWeb: Parse multiple box-shadows :^)
Sam Atkins
2022-02-08
LibWeb: Parse spread-distance and `inset` parts of box-shadow
Sam Atkins
2022-02-08
LibWeb: Reorganize box-shadow parsing code
Sam Atkins
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
davidot
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2022-02-07
LibWeb: Parse `display: inline-flex`
Sam Atkins
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-02-07
LibWeb: Allow percentages for border-radius :^)
Sam Atkins
2022-02-07
LibJS: Reduce header dependency graph in Realm.h
Andreas Kling
2022-02-07
LibWeb: Rename "result" => "evaluation_status" in ClassicScript::run()
Andreas Kling
2022-02-07
LibWeb: Remove outdated FIXME from ClassicScript::run()
Andreas Kling
2022-02-07
LibWeb: Implement ErrorEvent
Luke Wilde
2022-02-07
LibWeb: Dispatch a click event after mousedown+mouseup on same target
Andreas Kling
2022-02-07
LibWeb: Add MouseEvent.x and MouseEvent.y
Andreas Kling
2022-02-07
LibWeb: Fix broken step 4.3 implementation in run_focus_update_steps()
Andreas Kling
2022-02-07
LibWeb: Use NonnullRefPtrVector<DOM::Node> for focus chains
Andreas Kling
2022-02-07
LibWeb: Improve step 3 of "focus chain" from the HTML spec
Andreas Kling
2022-02-07
LibWeb: Fix inverted null check in run_focusing_steps()
Andreas Kling
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
2022-02-06
LibWeb: Update focus target when handling mousedown events
Andreas Kling
2022-02-06
LibWeb: Move is_focusable() virtual from Element to EventTarget
Andreas Kling
2022-02-06
LibWeb: Make HTMLInputElement move cursor into text node when focused
Andreas Kling
2022-02-06
LibWeb: Plumb OOPWV focus state across the IPC boundary
Andreas Kling
2022-02-06
LibWeb: Implement (most of) HTMLElement.focus()
Andreas Kling
2022-02-06
LibWeb: Implement BrowsingContext::currently_focused_area()
Andreas Kling
2022-02-06
LibWeb: Implement SVG `S` (SmoothCurve) commands
Sam Atkins
2022-02-06
LibWeb: Don't dump all stylesheets with CSS_PARSER_DEBUG enabled
Sam Atkins
2022-02-06
LibWeb: Rename "frame" to "browsing_context" in various places
Andreas Kling
2022-02-06
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Andreas Kling
2022-02-06
LibWeb: Remove unnecessary check for 0-sized fragments in InlineNode
Andreas Kling
2022-02-06
LibWeb: Only compute containing block rect once in InlineNode::paint()
Andreas Kling
2022-02-06
LibWeb: Make window.inner{Width,Height} return *viewport* size
Andreas Kling
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-02-05
LibWeb: Keep tree order of sibling stacking contexts with same z-index
Andreas Kling
2022-02-05
LibWeb: Add a partial implementation of Element.setAttributeNS()
Andreas Kling
2022-02-05
LibWeb: Put ClassicScript debug spam behind HTML_SCRIPT_DEBUG
Andreas Kling
2022-02-05
LibWeb: Put CSS parser debug spam behind CSS_PARSER_DEBUG
Andreas Kling
2022-02-05
LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update
Andreas Kling
2022-02-05
LibWeb: Implement CanvasGradient.addColorStop() according to spec
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2022-02-05
LibWeb: Mark SelectorEngine matches-related functions as inline
Idan Horowitz
[prev]
[next]