summaryrefslogtreecommitdiff
path: root/Ladybird
AgeCommit message (Expand)Author
2023-02-03Ladybird: Set fixed height for SettingsFederico Guerinoni
2023-02-03Ladybird: Add setting for page to open on new tabFederico Guerinoni
2023-02-03Ladybird: Design settings layout in horizontalFederico Guerinoni
2023-02-02LibWeb+LibWebSocket: DOM WebSocket subprotocol supportGuilherme Gonçalves
2023-02-02Ladybird: Spawn ladybird and headless-browser using helpers in WebDriverAndrew Kaster
2023-02-02Ladybird: Clean up install rules for executablesAndrew Kaster
2023-02-02LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in LagomAndrew Kaster
2023-02-02Ladybird: Abstract spawning helper processes into separate methodsAndrew Kaster
2023-02-02Ladybird: Left-align long url in address barmartinfalisse
2023-02-01Ladybird: Go to homepage on initmartinfalisse
2023-02-01Ladybird: Refactor navigating to url on startupmartinfalisse
2023-02-01Ladybird: Add `ak_string_from_qstring` functionmartinfalisse
2023-02-01Ladybird: Exit Ladybird normally during dump-layout-tree modeTimothy Flynn
2023-02-01Ladybird: Store the WebContent QSocketNotifier on the stackTimothy Flynn
2023-02-01Ladybird: Initialize boolean command line argumentTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29Ladybird: Do not connect SQL server in layout dump output modeAliaksandr Kalenik
2023-01-29Ladybird: Flush stdout before exit in layout dump output modeAliaksandr Kalenik
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
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