summaryrefslogtreecommitdiff
path: root/Ladybird
AgeCommit message (Expand)Author
2023-01-27Meta: Support running ladybird with arguments from serenity.shTimothy Flynn
2023-01-27Ladybird: Replace uses of JsonObject::get_deprecated()Sam Atkins
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-22Ladybird: Add LocationEdit HighlightingCameron Youell
2023-01-22Ladybird: Make LocationEdit its own classCameron Youell
2023-01-19Ladybird: Accept file dropsKarol Kosek
2023-01-19Ladybird: Add URL and 'open in background' parameters to new_tab()Karol Kosek
2023-01-19Ladybird: Move the initial blank page load to BrowserWindowKarol Kosek
2023-01-19Ladybird: Don't prepend 'about:' urls with an http:// schemeKarol Kosek
2023-01-19Ladybird: Set initial page when NOT connected to WebDriverKarol Kosek
2023-01-18LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytesLiav A
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
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 Ctrl+= as an alternate "zoom in" shortcutAndreas Kling
2023-01-12Ladybird: Use QKeySequence::StandardKey as much as possibleAndreas Kling
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-11Ladybird: Use standard font paths in FontPluginQtLinus Groh
2023-01-09Ladybird: Port to Core::Stream::FileKarol Kosek
2023-01-09Ladybird: Let Qt pick the reload shortcutAndreas Kling
2023-01-08Ladybird: Add Qt's standard refresh key (F5) to reload shortcutsKarol Kosek
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2023-01-03Ladybird: Install SQLServer binaryDavide Cavalca
2023-01-03Ladybird: Remove separate LICENSE filenetworkException
2022-12-30Ladybird: Tell Qt that we manually handle the Cookie headerLuke Wilde
2022-12-30Ladybird: Fix typosNico Weber
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: Allow replacing underlying model of ModelTranslatorMacDue
2022-12-25Documentation: Move Ladybird BuildInstructions to DocumentationAndrew Kaster
2022-12-25Ladybird: Support building Ladybird as a non-top-level projectAndrew Kaster
2022-12-25Ladybird/WebDriver: Retrieve process environment in an OS-dependent wayTimothy Flynn
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: Migrate SQLServer to be launched as a singleton processTimothy Flynn
2022-12-25Ladybird: Quit SQLServer when its connected client exitsTimothy Flynn
2022-12-25Ladybird: Fix build after ConsoleGlobalEnvironmentExtensions renameAndreas Kling