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.h
Age
Commit message (
Expand
)
Author
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
Ladybird: Add "Copy" and "Select All" actions to the Edit menu
Andreas Kling
2023-01-12
Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorScheme
Linus Groh
2023-01-12
Ladybird: Implement zoom :^)
Linus Groh
2023-01-12
Ladybird: Set 'device pixels per CSS pixel' to device pixel ratio :^)
Linus Groh
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: 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: 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'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: 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/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: Port over ConsoleWidget from the SerenityOS Browser
Andreas Kling
2022-12-25
Ladybird: Render web content in a separate process :^)
Andreas Kling