Andreas Kling
|
f72a37b9d4
LibWeb: Coalesce nested repaint requests instead of swallowing them
|
3 years ago |
Andreas Kling
|
0af0ee4293
LibWeb: Fire "keyup" events as well :^)
|
3 years ago |
Andreas Kling
|
a79bdd2bd5
LibWeb+Browser: Make ad blocking work in the multi-process world
|
3 years ago |
Andreas Kling
|
c2c007b356
LibWeb: Don't request WebContent repaint while we have repaints pending
|
3 years ago |
Andreas Kling
|
17a5c96b7c
LibWeb: Make a SharedBitmap struct for OOPWV bitmaps
|
3 years ago |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
3 years ago |
Sam Atkins
|
83414af9f3
LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call
|
3 years ago |
Sam Atkins
|
a09219159c
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
|
3 years ago |
Andreas Kling
|
9d03ea6f74
LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView
|
3 years ago |
Sam Atkins
|
e255b5dd31
LibWeb+WebContent: Remove old console-logging IPC calls
|
3 years ago |
Sam Atkins
|
c619a57cf8
LibWeb+WebContent: Add new console-message IPC calls
|
3 years ago |
Sam Atkins
|
1ccf10789e
LibWeb+WebContent: Add query for hovered DOM node to OOPWV
|
3 years ago |
Sam Atkins
|
3b07f49d48
LibWeb+WebContent: Implement asynchronous DOM Node properties call
|
3 years ago |
Sam Atkins
|
f381f8d63e
LibWeb+WebContent: Add inspect_dom_node() IPC call
|
3 years ago |
sin-ack
|
8ea22121ac
Userland: Migrate to argument-less deferred_invoke
|
3 years ago |
Andreas Kling
|
fd922cf92f
LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
|
3 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 years ago |
Timothy Flynn
|
ae910e4370
LibWeb: Add OOPWV IPC for selecting all text
|
4 years ago |
Timothy Flynn
|
2fda6ce159
LibWeb: Add OOPWV IPC for retrieving selected text
|
4 years ago |
Adam Hodgen
|
cd6b9613c5
LibWeb+WebContent: Add IPC flow for Inspect DOM Tree
|
4 years ago |
Tom
|
4392da970a
WindowServer: Add initial support for rendering on multiple screens
|
4 years ago |
Ali Mohammad Pur
|
51c2c69357
AK+Everywhere: Disallow constructing Functions from incompatible types
|
4 years ago |
Max Wipfli
|
33396494f6
AK+LibWeb: Remove URL::to_string_encoded()
|
4 years ago |
Max Wipfli
|
0d41a7d39a
AK: Remove URLParser
|
4 years ago |
Andreas Kling
|
bb23e61fbf
LibGfx+WindowServer: Have WindowServer broadcast system font settings
|
4 years ago |
Gunnar Beutner
|
9e22e9ce88
Userland: Use snake case names in .ipc files
|
4 years ago |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 years ago |
Andreas Kling
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Timothy Flynn
|
2381b19719
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
|
4 years ago |