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-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
2022-09-28
LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursors
Sam Atkins
2022-09-21
LibWeb+WebContent: Setup the js console client earlier
davidot
2022-09-21
LibWeb: Implement the "close" algorithm for browsing contexts
Andreas Kling
2022-09-20
LibWeb: Implement "browsing context group" concept from the HTML spec
Andreas Kling
2022-09-16
LibWeb: Repaint the page immediately when using the mouse to select
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make AbstractRange and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-08-05
LibWeb: Bring browsing context creation closer to spec
Andreas Kling
2022-08-05
LibWeb: Remove page_did_set_document_in_top_level_browsing_context()
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-04
LibWeb: Simplify some WeakPtr assignments
Andreas Kling
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-06-20
LibWeb: Make doubleclicking select the nearest word
Karol Kosek
2022-06-20
LibWeb: Dispatch `dblclick` UI Events on double click
Karol Kosek
2022-06-20
LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUI
Karol Kosek
2022-06-20
LibWeb: Add stub implementation for handling doubleclicks
Karol Kosek
2022-06-05
LibWeb: Dispatch mouse events to topmost element instead of hit target
kleines Filmröllchen
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
[next]