index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
OutOfProcessWebView.cpp
Age
Commit message (
Expand
)
Author
2020-12-08
LibWeb: Remove an empty line from OOPWV
Andreas Kling
2020-12-08
LibWeb+WebContent: Add on_load_finish hook to web views
Andreas Kling
2020-11-08
LibWeb: Don't attempt to create new bitmap for zero-size OOPWV
Linus Groh
2020-11-08
LibWeb: Don't assume backing store allocation succeeds on OOPWV resize
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-24
LibWeb: Don't send OOPWV repaint requests for views without backing
Andreas Kling
2020-10-08
LibWeb: Handle theme change event in OutOfProcessWebView
Linus Groh
2020-10-08
LibWeb: Add OutOfProcessWebView::load_empty_document()
Linus Groh
2020-10-08
LibWeb: Register the OutOfProcessWebView widget
Linus Groh
2020-10-08
LibWeb: Add OutOfProcessWebView::load_html()
Linus Groh
2020-09-12
LibWeb: Support window.alert() in multi-process context
Andreas Kling
2020-09-11
LibWeb: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-24
LibWeb: Move OutOfProcessWebView into the Web namespace
AnotherTest
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling