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
/
Page
Age
Commit message (
Expand
)
Author
2022-04-09
LibWeb: Bring MouseEvent a bit closer to spec
Igor Pissolati
2022-04-09
LibWeb: Skip anchor activation behavior if the click event was cancelled
Igor Pissolati
2022-04-08
LibWeb: Select correct context menu when right clicking image
Oliver Wales
2022-04-03
LibWeb: Not dispatching page_did_click_link event breaks page refresh
Rob Ryan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-30
LibWeb: Consolidate mouse handling + only trigger event on left click
sin-ack
2022-03-26
LibWeb: Bring handling of anchor elements closer to spec
sin-ack
2022-03-21
LibWeb: Add Paintable::dom_node() convenience accessor
Andreas Kling
2022-03-21
LibWeb: Add Painting::HitTestResult::dom_node()
Andreas Kling
2022-03-21
LibWeb: Make hit testing functions return Optional<HitTestResult>
Andreas Kling
2022-03-18
LibWeb: Update hit_test for CSS Transforms
Simon Wanner
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Flush any pending layout updates before processing mouse events
Andreas Kling
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Make hit testing return a { paintable, offset }
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-10
Browser: Show currently loading host and remaining resource count
Ben Abraham
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-20
LibWeb: Add key code 'Esc' to ignored Keydown Events in EventHandler
Kenneth Myhra
2022-02-20
LibWeb: Add support for navigating text <input> with End key
Kenneth Myhra
2022-02-20
LibWeb: Add support for navigating text <input> with Home key
Kenneth Myhra
2022-02-19
LibWeb: Refresh text-<input> contents when pressing backspace or delete
Kenneth Myhra
2022-02-16
LibWeb: Set cursor on mousemove for non-text elements
Adam Plumb
2022-02-15
LibWeb: Don't trigger page load for fragment navigation within same URL
Andreas Kling
2022-02-08
LibWeb: Implement EventHandler::focus_previous_element()
Kenneth Myhra
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-02-07
LibWeb: Dispatch a click event after mousedown+mouseup on same target
Andreas Kling
2022-02-06
LibWeb: Update focus target when handling mousedown events
Andreas Kling
2022-02-06
LibWeb: Rename "frame" to "browsing_context" in various places
Andreas Kling
2022-01-29
WebContent: Switch scroll direction on shift modifier
Dmitry Petrov
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-31
LibWeb+WebContent: Add set_preferred_color_scheme IPC call
Sam Atkins
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-19
LibWeb: Don't assume we hit a layout node when handling mousedown events
Andreas Kling
2021-10-18
LibWeb: Only update layout if actually needed when scrolling to anchor
Andreas Kling
2021-10-12
LibWeb: Remove a bunch of pointless "else" in EventHandler
Andreas Kling
2021-10-12
LibWeb: Use strong pointers and null checks in handle_keydown()
Andreas Kling
2021-10-12
LibWeb: Use strong pointers and null checks in handle_keyup()
Andreas Kling
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-10-03
LibWeb: Don't update rendering in BrowsingContexts without opportunity
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
Andreas Kling
2021-10-01
LibWeb: Dispatch keydown/keyup events on the appropriate target
Idan Horowitz
[next]