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-03-16
Ladybird: Implement `notify_request_open_new_tab`
Aliaksandr Kalenik
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-16
Ladybird: Generate window handle during client creation
Aliaksandr Kalenik
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-03-15
Ladybird: Get the system's current color theme settings from Qt
Andreas Kling
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-08
Ladybird: Send window size and position to WebContent process
Aliaksandr Kalenik
2023-03-07
Ladybird: Handle close event in WebContentView
Aliaksandr Kalenik
2023-03-07
LibWebView+WebContent: Propagate close from WebContent to LibWebView
Aliaksandr Kalenik
2023-02-22
Ladybird: Support inspecting the accessibility tree
MacDue
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-08
Ladybird: Don't overwrite argv[0] in spawn_helper_process()
MacDue
2023-02-06
Ladybird: Specify window size in layout dump mode
Aliaksandr Kalenik
2023-02-02
Ladybird: Abstract spawning helper processes into separate methods
Andrew Kaster
2023-02-01
Ladybird: Store the WebContent QSocketNotifier on the stack
Timothy Flynn
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-27
Ladybird: Add --dump-layout-tree mode that dumps layout tree and exits
Andreas Kling
2023-01-27
Ladybird: Fire the WebContentView::on_load_finish hook if set
Andreas Kling
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-19
Ladybird: Accept file drops
Karol Kosek
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-09
Ladybird: Port to Core::Stream::File
Karol Kosek
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
[next]