index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
WebContent
Age
Commit message (
Expand
)
Author
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-03
LibWeb: Send key events to the WebContent process
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-07
LibWeb: Make context menus work in WebContentView
Andreas Kling
2020-07-06
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
Andreas Kling
2020-07-06
WebContent: Plumb link clicks to the WebContentView :^)
Andreas Kling
2020-07-06
WebContent: Shut down WebContent process when last client disconnects
Andreas Kling
2020-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-07-05
WebContent: Plumb hovered links from WebContent process over to widget
Andreas Kling
2020-07-05
WebContent: Put some debug spam behind an #ifdef
Andreas Kling
2020-07-05
WebContent: Coalesce pending paint events to reduce overdraw
Andreas Kling
2020-07-05
WebContent: Plumb scroll-into-view requests from server to client
Andreas Kling
2020-07-04
WebContent: Plumb title changes over to the WebContentView
Andreas Kling
2020-07-04
WebContent: Illustrate multi- vs single-process diffs in documentation
Andreas Kling
2020-07-04
WebContent: Basic scrolling support! :^)
Andreas Kling
2020-07-04
WebContent: Put some debug spam behind an #ifdef
Andreas Kling
2020-07-04
WebContent: Add a little text file I drew of the server/client classes
Andreas Kling
2020-07-04
WebContent: Notify client when web content selection changes
Andreas Kling
2020-06-23
WebContent: Unveil access to the ImageDecoder service :^)
Andreas Kling
2020-06-21
WebContent: Turn it into a MultiInstance service :^)
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-17
LibWeb: Add PageClient::palette() for view-agnostic palette access
Andreas Kling
2020-06-17
WebContent: Allow the WebContent process to trigger repaints
Andreas Kling
2020-06-17
WebContent: Start work on browser process separation :^)
Andreas Kling