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
/
Services
/
WebContent
/
PageHost.cpp
Age
Commit message (
Expand
)
Author
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-10-31
LibWeb+WebContent: Add set_preferred_color_scheme IPC call
Sam Atkins
2021-10-28
LibWeb: Null-check document before doing layout in PageHost::paint()
Andreas Kling
2021-10-28
LibWeb: Always update layout (if needed) before painting
Andreas Kling
2021-10-14
LibWeb: Introduce simple scrollable overflow, size ICB to viewport
Andreas Kling
2021-09-28
WebContent: Coalesce paint invalidations to avoid spamming client
Andreas Kling
2021-09-22
WebContent: Pass an empty bitmap object if the pointer is null
Karol Kosek
2021-09-11
LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call
Sam Atkins
2021-09-11
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
Sam Atkins
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-06
Browser+WebContent: Initialize WebContentConsoleClient earlier
Sam Atkins
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
2021-04-11
LibWeb+WebContent: Support image context menus in OOPWV
Andreas Kling
2021-03-30
LibWeb+WebContent: Support displaying tooltips in OOPWV
Timothy Flynn
2021-03-26
LibWeb+WebContent: Support displaying favicons in OOPWV
Timothy Flynn
2021-03-07
LibWeb: Make tiled backgrounds scroll with content
Andreas Kling
2021-03-06
WebContent: Set correct scroll offset for PageHost painting
speles
2021-03-02
LibWeb: Handle scrolling an OutOfProcessWebView
Angus Gibson
2021-02-28
LibWeb: Support setting the cursor in OutOfProcessWebView
Adam Hodgen
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibWeb: Implement Window.prompt()
Linus Groh
2021-02-10
LibWeb+WebContent: Support window.confirm() in OOPWV
Andreas Kling
2021-02-09
LibWeb+WebContent: Don't relayout page on every scroll event
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
Andreas Kling
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
LibWeb: Port the WebContent service to Core::AnonymousBuffer for themes
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling