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
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
LibWebView: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
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-12
Browser: Implement zoom :^)
Linus Groh
2023-01-09
LibWebView: Port to Core::Stream
Karol Kosek
2023-01-09
LibWebView: Add OOPWV "content scales to viewport" hint
Andreas Kling
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-07
Browser: Add Accessibility Tab to Inspector Widget
Jonah
2023-01-07
LibWebView+WebContent: Expose the Accessibility Tree to Other Processes
Jonah
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-19
Browser+WebContent: Fixup some DOM inspector weirdness
MacDue
2022-12-12
Browser: Go back/forward when pressing back/forward mouse buttons
Baitinq
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
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Browser: Replace history entry if loading URL because of a redirect
Baitinq
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-26
LibWebView: Define the OOPWV's superclass in one place
Sam Atkins
2022-11-19
LibWebView: Update OOPWV's URL when a page starts/finishes loading
Timothy Flynn
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-15
Userland: Remove workarounds for LibIPC include order sensitivity
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-11
Browser+WebContent+WebDriver: Move Execute Async Script to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Get Page Source to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Take Element Screenshot to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Is Element Enabled to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Rect to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Tag Name to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Text to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element CSS Value to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Property to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Attribute to WebContent
Timothy Flynn
[next]