summaryrefslogtreecommitdiff
path: root/Ladybird/WebContentView.cpp
AgeCommit message (Expand)Author
2023-03-16Ladybird: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-16LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tabAliaksandr Kalenik
2023-03-16Ladybird: Generate window handle during client creationAliaksandr Kalenik
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-03-15Ladybird: Get the system's current color theme settings from QtAndreas Kling
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13Ladybird+LibWebView: Move WebContent process launcher to LibWebViewTimothy Flynn
2023-03-08Ladybird: Send window size and position to WebContent processAliaksandr Kalenik
2023-03-07Ladybird: Handle close event in WebContentViewAliaksandr Kalenik
2023-03-07LibWebView+WebContent: Propagate close from WebContent to LibWebViewAliaksandr Kalenik
2023-02-22Ladybird: Support inspecting the accessibility treeMacDue
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-08Ladybird: Don't overwrite argv[0] in spawn_helper_process()MacDue
2023-02-06Ladybird: Specify window size in layout dump modeAliaksandr Kalenik
2023-02-02Ladybird: Abstract spawning helper processes into separate methodsAndrew Kaster
2023-02-01Ladybird: Store the WebContent QSocketNotifier on the stackTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-27Ladybird: Add --dump-layout-tree mode that dumps layout tree and exitsAndreas Kling
2023-01-27Ladybird: Fire the WebContentView::on_load_finish hook if setAndreas Kling
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-19Ladybird: Accept file dropsKarol Kosek
2023-01-12LibWebView+Ladybird: Move preferred color scheme to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move text selection to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move running JavaScript to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move debug request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move page loading to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move get source request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move zoom logic to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Begin de-duplicate WebView implementationsLinus Groh
2023-01-12Ladybird: Add "Copy" and "Select All" actions to the Edit menuAndreas Kling
2023-01-12Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorSchemeLinus Groh
2023-01-12Ladybird: Implement zoom :^)Linus Groh
2023-01-12Ladybird: Set 'device pixels per CSS pixel' to device pixel ratio :^)Linus Groh
2023-01-09Ladybird: Port to Core::Stream::FileKarol Kosek
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2022-12-25Ladybird: Close inspector and JS console when tab closesMacDue
2022-12-25Ladybird: Add the node properties tabs to the inspectorMacDue
2022-12-25Ladybird: Reimplement the DOM inspector :^)MacDue
2022-12-25Ladybird/WebDriver: Move to using local socket files for WebDriver IPCTimothy Flynn
2022-12-25Ladybird: Fix build after Gfx::load_system_theme() return type changeAndreas Kling
2022-12-25Ladybird: Do not domain match on cookie updatesTimothy Flynn
2022-12-25Ladybird: Pass Gfx::IntPoint by valueMacDue
2022-12-25Ladybird: Pass Gfx::IntSize by valueMacDue
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Replace history entry if loading URL because of a redirectBaitinq
2022-12-25Ladybird: Add stub for notify_server_did_finish_handling_input_eventSam Atkins