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
/
Libraries
/
LibWebView
/
ViewImplementation.h
Age
Commit message (
Expand
)
Author
2023-05-27
LibWebView: Don't re-create WebContent proceses when repeatedly crashing
Andrew Kaster
2023-05-17
Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebView
Timothy Flynn
2023-05-17
Ladybird: Move ownership of the JS console/inspector to the tab object
Timothy Flynn
2023-05-17
Browser+Ladybird+LibWebView: Virtualize computing content/widget points
Timothy Flynn
2023-05-17
Browser+Ladybird+LibWebView: Move some common functions to LibWebView
Timothy Flynn
2023-05-16
LibWeb+WebContent: Add APIs to control video playback state
Timothy Flynn
2023-05-16
Browser+LibWeb+WebContent: Broadcast video element context menu requests
Timothy Flynn
2023-05-15
Ladybird+LibWebView: Move backing store management code to LibWebView
Andreas Kling
2023-05-15
Ladybird+LibWebView: Remember the size of the last paint
Andreas Kling
2023-05-08
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
martinfalisse
2023-04-15
Ladybird+LibWebView: Add -P/--enable-callgrind-profiling option
MacDue
2023-03-26
LibWebView: Expose getter for current zoom level
MacDue
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-16
LibWebView: Add window handle in `ClientState` in `ViewImplementation`
Aliaksandr Kalenik
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
Ladybird+LibWebView: Move WebContent process launcher to LibWebView
Timothy Flynn
2023-03-07
LibWebView+WebContent: Propagate close from WebContent to LibWebView
Aliaksandr Kalenik
2023-01-12
LibWebView+Ladybird: Move preferred color scheme to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move text selection to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move running JavaScript to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move debug request to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move page loading to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move get source request to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Move zoom logic to ViewImplementation
Linus Groh
2023-01-12
LibWebView+Ladybird: Begin de-duplicate WebView implementations
Linus Groh
2023-01-07
LibWebView+WebContent: Expose the Accessibility Tree to Other Processes
Jonah
2022-12-19
Browser+WebContent: Fixup some DOM inspector weirdness
MacDue
2022-12-08
Browser+LibWebView+WebContent: Do not domain match on cookie updates
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-11-26
LibWebView+WebContent: Propagate unconsumed input events out of OOPWV
Sam Atkins
2022-11-16
LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text
Timothy Flynn
2022-11-16
LibWebView+WebContent: Begin handling open user dialogs for WebDriver
Timothy Flynn
2022-11-16
LibWebView+WebContent: Wait for dialog responses without blocking IPC
Timothy Flynn
2022-11-12
WebDriver: Implement `POST /session/{id}/window/fullscreen` endpoint
Tobias Christiansen
2022-11-11
LibWebView+WebContent: Add IPCs to navigate the browser's history
Timothy Flynn
2022-11-11
LibWebView+WebContent: Add IPC to update a document's cookie
Timothy Flynn
2022-11-11
LibWebView+WebContent: Add IPC to get a document's named cookie
Timothy Flynn
2022-11-11
LibWebView+WebContent: Add IPC to get all cookies for a document's URL
Timothy Flynn
2022-11-09
Browser+LibWebView+WebContent: Add IPC to minimize and maximize window
Timothy Flynn
2022-11-09
Browser+LibWebView+WebContent: Add IPC to re[store,size,position] window
Timothy Flynn
2022-10-06
LibWebView: Add abstract virtual base for WebView implementations
Andreas Kling