Andreas Kling
|
19de6bb1cc
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
|
3 年 前 |
Andreas Kling
|
84fcf879f9
LibWeb: Rename BrowsingContext::document() => active_document()
|
3 年 前 |
Andreas Kling
|
e91edcaa28
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
|
3 年 前 |
Andreas Kling
|
9d03ea6f74
LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView
|
3 年 前 |
Sam Atkins
|
e255b5dd31
LibWeb+WebContent: Remove old console-logging IPC calls
|
3 年 前 |
Sam Atkins
|
f6a927fa20
WebContent: Store messages in WebContentConsoleClient
|
3 年 前 |
Sam Atkins
|
c619a57cf8
LibWeb+WebContent: Add new console-message IPC calls
|
3 年 前 |
Sam Atkins
|
7838eab341
WebContent: Implement ConsoleGlobalObject which proxies to WindowObject
|
3 年 前 |
Sam Atkins
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 年 前 |
Sam Atkins
|
1ccf10789e
LibWeb+WebContent: Add query for hovered DOM node to OOPWV
|
3 年 前 |
Sam Atkins
|
f381f8d63e
LibWeb+WebContent: Add inspect_dom_node() IPC call
|
3 年 前 |
Andreas Kling
|
fd922cf92f
LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
|
3 年 前 |
Brian Gianforcaro
|
808aa31353
Services: Remove unused header includes
|
3 年 前 |
Timothy Flynn
|
ae910e4370
LibWeb: Add OOPWV IPC for selecting all text
|
4 年 前 |
Timothy Flynn
|
2fda6ce159
LibWeb: Add OOPWV IPC for retrieving selected text
|
4 年 前 |
Adam Hodgen
|
cd6b9613c5
LibWeb+WebContent: Add IPC flow for Inspect DOM Tree
|
4 年 前 |
Tom
|
4392da970a
WindowServer: Add initial support for rendering on multiple screens
|
4 年 前 |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
4 年 前 |
Andreas Kling
|
67b47d62f3
WebContent: Remove unnecessary greet() message
|
4 年 前 |
Andreas Kling
|
bb23e61fbf
LibGfx+WindowServer: Have WindowServer broadcast system font settings
|
4 年 前 |
Gunnar Beutner
|
9e22e9ce88
Userland: Use snake case names in .ipc files
|
4 年 前 |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 年 前 |
Gunnar Beutner
|
065040872f
Userland: Change IPC funcs to use plain arguments instead of a struct
|
4 年 前 |
Gunnar Beutner
|
889359b6f9
Userland: Make IPC handlers return void if they don't have any outputs
|
4 年 前 |
Gunnar Beutner
|
7cf2839a26
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Timothy Flynn
|
2381b19719
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
|
4 年 前 |
Idan Horowitz
|
bc9cd55da4
Browser+LibWeb: Add support for spoofing the browser user agent
|
4 年 前 |
Linus Groh
|
e8739ddab7
LibWeb+WebContent: Keep track of screen rect
|
4 年 前 |
Timothy Flynn
|
855920fe13
Browser+LibWeb+WebContent: Add action to clear resource cache
|
4 年 前 |