summaryrefslogtreecommitdiff
path: root/Ladybird
AgeCommit message (Expand)Author
2023-03-29Ladybird: Add reset zoom level button to toolbarMacDue
2023-03-28Ladybird: Improve Xcode generator experience and copy helpers to bundleAndrew Kaster
2023-03-27Ladybird: Don't update the zoom menu text for null tabsMacDue
2023-03-26Ladybird: Show current zoom level in view menuMacDue
2023-03-26Ladybird: Open target _blank links in new tabCoderdreams
2023-03-24LibCore: Use Core::Process::spawn to start WebDriver processesMacDue
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-19Ladybird: Fix build failure caused by missing WebDriver headerAliaksandr Kalenik
2023-03-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-17LibWeb: Move initialization of the MainThreadVM to WebContent's main()Timothy Flynn
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-14Ladybird: Rely on transparent text color for location highlightingnetworkException
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13Ladybird: Add a utility to create a QString from an AK::StringTimothy Flynn
2023-03-13Ladybird: Remove the mode to dump the layout treeTimothy Flynn
2023-03-13headless-browser: Re-implement headless-browser using an OOPWVTimothy Flynn
2023-03-13Ladybird+LibWebView: Move WebContent process launcher to LibWebViewTimothy Flynn
2023-03-11Ladybird: Delete unused ConsoleClient and ConsoleGlobalObjectAliaksandr Kalenik
2023-03-10Ladybird+CI: Move layout_test.sh test runner from CI yml into CMakeAndrew Kaster
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-08Ladybird: Send window size and position to WebContent processAliaksandr Kalenik
2023-03-08Ladybird: Add ccache to nativeBuildInputs in nix-shell scriptLinus Groh
2023-03-07Ladybird: Handle close event in WebContentViewAliaksandr Kalenik
2023-03-07LibWebView+WebContent: Propagate close from WebContent to LibWebViewAliaksandr Kalenik
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-01Ladybird: Specify the emoji image path in Ladybird's font pluginTimothy Flynn
2023-02-24Ladybird: Consider HTTP response a success if it has a status codeAndreas Kling
2023-02-22Ladybird: Support inspecting the accessibility treeMacDue
2023-02-21LibWeb+LibJS: Format Console arguments with JS::PrintAndrew Kaster
2023-02-19Ladybird: Add qtwayland to QT_PLUGIN_PATH in nix-shell scriptLinus Groh
2023-02-19Ladybird: Add libxcrypt to nativeBuildInputs in nix-shell scriptLinus Groh
2023-02-16Ladybird: Close tab clicking wheel of the mouseFederico Guerinoni
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
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-10Ladybird: Teach RequestManagerQt how to handle every valid HTTP methodLuke Wilde
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
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-05LibCore: Add const qualifier to exec() argument spansMacDue