summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page
AgeCommit message (Expand)Author
2022-08-05LibWeb: Bring browsing context creation closer to specAndreas Kling
2022-08-05LibWeb: Remove page_did_set_document_in_top_level_browsing_context()Andreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-04LibWeb: Simplify some WeakPtr assignmentsAndreas Kling
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-20LibWeb: Make doubleclicking select the nearest wordKarol Kosek
2022-06-20LibWeb: Dispatch `dblclick` UI Events on double clickKarol Kosek
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-06-20LibWeb: Add stub implementation for handling doubleclicksKarol Kosek
2022-06-05LibWeb: Dispatch mouse events to topmost element instead of hit targetkleines Filmröllchen
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