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
2023-04-09
LibWeb: Port fire_keyboard_event() to new FlyString
Kenneth Myhra
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-04-06
LibWeb: Port KeyboardEvent to new String
Kenneth Myhra
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-18
LibWeb: Traverse shadow boundaries when looking for focus candidates
Andreas Kling
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-01
LibWeb: Delete entire grapheme clusters on backspace/delete key presses
Timothy Flynn
2023-02-28
LibWeb: Move pdfViewerSupported's answer to Page
Luke Wilde
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-22
LibWeb: Make factory methods of UIEvents::WheelEvent fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2023-01-12
LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)
Andreas Kling
2023-01-12
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
Andreas Kling
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2022-12-31
LibWeb: Support MouseEvent.{pageX,pageY}
Itamar
2022-12-31
LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event()
Itamar
2022-12-31
LibWeb: Fix calculation of MouseEvent::client_{x,y}
Itamar
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
[next]