summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page
AgeCommit message (Expand)Author
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-09-28LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursorsSam Atkins
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-09-21LibWeb: Implement the "close" algorithm for browsing contextsAndreas Kling
2022-09-20LibWeb: Implement "browsing context group" concept from the HTML specAndreas Kling
2022-09-16LibWeb: Repaint the page immediately when using the mouse to selectAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make AbstractRange and subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
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