Andreas Kling
|
a58d84407f
WebContent: Coalesce multiple sequential MouseMove events
|
2 years ago |
Andreas Kling
|
479e269c8b
WebContent: Give paint requests a chance to happen between input events
|
2 years ago |
Timothy Flynn
|
97536e4684
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
|
2 years ago |
Linus Groh
|
324dacbc5d
LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()
|
2 years ago |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 years ago |
Andreas Kling
|
38b6eedd54
WebContent: Fix const-correctness issues
|
2 years ago |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Timothy Flynn
|
7c1fe32af3
WebContent: Remove pending file requests before invoking their callbacks
|
2 years ago |
Timothy Flynn
|
96f409ec1e
LibWeb+WebContent: Do not reference-count file request objects
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
MacDue
|
e2db717bf5
LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()
|
2 years ago |
Linus Groh
|
f3b6b50ee0
WebContent: Add IPC for setting 'device pixels per CSS pixel'
|
2 years ago |
martinfalisse
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 years ago |
Jonah
|
367b1634fd
LibWebView+WebContent: Expose the Accessibility Tree to Other Processes
|
2 years ago |
Sam Atkins
|
02cd853eee
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
|
2 years ago |
Sam Atkins
|
affc8a22ca
LibWeb+WebContent: Convert BrowsingContext to new pixel units
|
2 years ago |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 years ago |
Thomas Queiroz
|
eacfcac932
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
|
2 years ago |
Sam Atkins
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
2 years ago |
Sam Atkins
|
8dfeb67f8c
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
|
2 years ago |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 years ago |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Sam Atkins
|
d94d60219c
LibWebView+WebContent: Propagate unconsumed input events out of OOPWV
|
2 years ago |
Andreas Kling
|
15c324a70b
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
|
2 years ago |
Timothy Flynn
|
364f44d7d8
LibWebView+WebContent: Wait for dialog responses without blocking IPC
|
2 years ago |
Idan Horowitz
|
798d7c6fae
LibWeb: Add 'should block pop ups' user config to Page
|
2 years ago |
Timothy Flynn
|
4fd9e3ab08
Userland: Remove workarounds for LibIPC include order sensitivity
|
2 years ago |
Timothy Flynn
|
31469ee45a
Browser+WebContent+WebDriver: Move Execute Async Script to WebContent
|
2 years ago |