index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ladybird
/
WebContentView.cpp
Age
Commit message (
Expand
)
Author
2023-01-07
LibWebView+WebContent: Expose the Accessibility Tree to Other Processes
Jonah
2022-12-25
Ladybird: Close inspector and JS console when tab closes
MacDue
2022-12-25
Ladybird: Add the node properties tabs to the inspector
MacDue
2022-12-25
Ladybird: Reimplement the DOM inspector :^)
MacDue
2022-12-25
Ladybird/WebDriver: Move to using local socket files for WebDriver IPC
Timothy Flynn
2022-12-25
Ladybird: Fix build after Gfx::load_system_theme() return type change
Andreas Kling
2022-12-25
Ladybird: Do not domain match on cookie updates
Timothy Flynn
2022-12-25
Ladybird: Pass Gfx::IntPoint by value
MacDue
2022-12-25
Ladybird: Pass Gfx::IntSize by value
MacDue
2022-12-25
Ladybird: Update for AK::{String => DeprecatedString} rename
Linus Groh
2022-12-25
Ladybird: Replace history entry if loading URL because of a redirect
Baitinq
2022-12-25
Ladybird: Add stub for notify_server_did_finish_handling_input_event
Sam Atkins
2022-12-25
Ladybird: Update stored URL when a page starts/finishes loading
Timothy Flynn
2022-12-25
Ladybird: Implement updated alert/confirm/prompt IPC methods
Timothy Flynn
2022-12-25
Ladybird/WebDriver: Implement the cookie endpoints for Ladybird
Timothy Flynn
2022-12-25
Ladybird: Implement WebDriver for Ladybird :^)
Timothy Flynn
2022-12-25
Ladybird: Implement WebDriver's navigation and window control endpoints
Timothy Flynn
2022-12-25
Ladybird: Construct a WebDriverConnection when instructed to do so
Timothy Flynn
2022-12-25
Ladybird: Foward the WebContent passing socket FD by command line
Timothy Flynn
2022-12-25
Ladybird: Give the WebContent socket a descriptive name
Timothy Flynn
2022-12-25
Ladybird: Stub out notify_server_did_request_fullscreen_window
Marco Cutecchia
2022-12-25
Ladybird: Stub out history navigation WebView::ViewImplementation APIs
Timothy Flynn
2022-12-25
Ladybird: Stub out new cookie WebView::ViewImplementation APIs
Timothy Flynn
2022-12-25
Ladybird: Fix reloading functionality
Baitinq
2022-12-25
Ladybird: Stub out new WebView::ViewImplementation APIs
Timothy Flynn
2022-12-25
Ladybird: Handle forward and backward mouse buttons
Baitinq
2022-12-25
Ladybird: Use Browser's CookieJar.{cpp,h}
Linus Groh
2022-12-25
Ladybird/WebContentView: Make Tab and Shift+Tab work
Andreas Kling
2022-12-25
Ladybird/WebContentView: Accept focus and notify WebContent on change
Andreas Kling
2022-12-25
Ladybird: Close the other side's file descriptors after forking
Andreas Kling
2022-12-25
Ladybird: Ensure that installed ladybird can launch WebContent process
Andrew Kaster
2022-12-25
Ladybird: Port over ConsoleWidget from the SerenityOS Browser
Andreas Kling
2022-12-25
Ladybird: Render web content in a separate process :^)
Andreas Kling