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-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb: Rename some variables to avoid shadowing
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-08
Browser+LibWebView+WebContent: Do not domain match on cookie updates
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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
[next]