summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page
AgeCommit message (Expand)Author
2022-04-09LibWeb: Bring MouseEvent a bit closer to specIgor Pissolati
2022-04-09LibWeb: Skip anchor activation behavior if the click event was cancelledIgor Pissolati
2022-04-08LibWeb: Select correct context menu when right clicking imageOliver Wales
2022-04-03LibWeb: Not dispatching page_did_click_link event breaks page refreshRob Ryan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObjectLinus Groh
2022-03-30LibWeb: Consolidate mouse handling + only trigger event on left clicksin-ack
2022-03-26LibWeb: Bring handling of anchor elements closer to specsin-ack
2022-03-21LibWeb: Add Paintable::dom_node() convenience accessorAndreas Kling
2022-03-21LibWeb: Add Painting::HitTestResult::dom_node()Andreas Kling
2022-03-21LibWeb: Make hit testing functions return Optional<HitTestResult>Andreas Kling
2022-03-18LibWeb: Update hit_test for CSS TransformsSimon Wanner
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Flush any pending layout updates before processing mouse eventsAndreas Kling
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Make hit testing return a { paintable, offset }Andreas Kling
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-20LibWeb: Add key code 'Esc' to ignored Keydown Events in EventHandlerKenneth Myhra
2022-02-20LibWeb: Add support for navigating text <input> with End keyKenneth Myhra
2022-02-20LibWeb: Add support for navigating text <input> with Home keyKenneth Myhra
2022-02-19LibWeb: Refresh text-<input> contents when pressing backspace or deleteKenneth Myhra
2022-02-16LibWeb: Set cursor on mousemove for non-text elementsAdam Plumb
2022-02-15LibWeb: Don't trigger page load for fragment navigation within same URLAndreas Kling
2022-02-08LibWeb: Implement EventHandler::focus_previous_element()Kenneth Myhra
2022-02-07LibWeb: Add `pointer-events: all`Sam Atkins
2022-02-07LibWeb: Dispatch a click event after mousedown+mouseup on same targetAndreas Kling
2022-02-06LibWeb: Update focus target when handling mousedown eventsAndreas Kling
2022-02-06LibWeb: Rename "frame" to "browsing_context" in various placesAndreas Kling
2022-01-29WebContent: Switch scroll direction on shift modifierDmitry Petrov
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-31LibWeb+WebContent: Add set_preferred_color_scheme IPC callSam Atkins
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-19LibWeb: Don't assume we hit a layout node when handling mousedown eventsAndreas Kling
2021-10-18LibWeb: Only update layout if actually needed when scrolling to anchorAndreas Kling
2021-10-12LibWeb: Remove a bunch of pointless "else" in EventHandlerAndreas Kling
2021-10-12LibWeb: Use strong pointers and null checks in handle_keydown()Andreas Kling
2021-10-12LibWeb: Use strong pointers and null checks in handle_keyup()Andreas Kling
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
2021-10-03LibWeb+Browser: Disable Same-Origin Policy by default for nowAndreas Kling
2021-10-03LibWeb: Don't update rendering in BrowsingContexts without opportunityAndreas Kling
2021-10-03LibWeb: Let HTML::EventLoop drive the firing of `resize` eventsAndreas Kling
2021-10-01LibWeb: Dispatch keydown/keyup events on the appropriate targetIdan Horowitz