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-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-11-26
LibWeb: Return correct value from EventHandler::fire_keyboard_event()
Sam Atkins
2022-11-24
LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClient
Timothy Flynn
2022-11-24
LibWeb+WebContent: Virtualize PageClient methods needed for all clients
Timothy Flynn
2022-11-24
LibWeb+WebContent: Move pending dialog handling from PageHost to Page
Timothy Flynn
2022-11-15
LibWeb: Add 'should block pop ups' user config to Page
Idan Horowitz
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-08
LibWeb: Pick the correct DOM node for mouse-move events
Gunnar Beutner
2022-11-07
LibWeb: Fire a keypress event after firing a keydown event
Luke Wilde
2022-11-07
LibWeb: Make keyboard events properly fire into a focused iframe
Luke Wilde
2022-11-07
LibWeb: Use the focus steps instead of set_focused_element on user click
Luke Wilde
2022-11-07
LibWeb: Skip anonymous layout nodes while finding the event target
Gunnar Beutner
2022-11-07
LibWeb: Move code for finding the parent element into a helper function
Gunnar Beutner
2022-11-01
LibWeb+LibWebView+WebContent: Add IPC to receive window position/size
Timothy Flynn
2022-10-23
LibWeb: Try harder to find a suitable DOM node for mouse event dispatch
Andreas Kling
2022-10-23
LibWeb: Add button property in MouseEvent
Aliaksandr Kalenik
2022-10-23
LibWeb: Dispatch "wheel" event
Aliaksandr Kalenik
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-19
LibWeb: Ignore "pointer-events: none" elements in hit_test
Aliaksandr Kalenik
2022-10-13
LibWeb+WebContent: Add plumbing for 'webdriver-active flag'
Linus Groh
2022-10-04
LibWeb: Implement <input type=file> behavior
Andrew Kaster
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
[next]