summaryrefslogtreecommitdiff
path: root/Ladybird
AgeCommit message (Expand)Author
2023-05-13Ladybird: Disable SQL database by default (until we can trust it)Andreas Kling
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-09Ladybird: Allow right clicking and inspecting elementsMacDue
2023-05-08Documentation: Homogenize Ladybird build instructionsmartinfalisse
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-08Ladybird: Move arguments parsing before FontPluginQt initmartinfalisse
2023-05-07Ladybird: Don't ask Qt to decode any images for usMacDue
2023-05-07Ladybird: Don't ask Qt to decode SVG images for usAndreas Kling
2023-05-06Ladybird: Stop telling Qt to use HTTP pipeliningAndreas Kling
2023-05-05Ladybird: Use vector icons in the browser toolbarAndreas Kling
2023-05-05Ladybird: Remove the "home" icon from the toolbar (and the concept)Andreas Kling
2023-04-30Ladybird: Let WebContent know if the current system theme is darkAndreas Kling
2023-04-27Ladybird: Prohibit GUI interaction of the WebContent process on macOSTimothy Flynn
2023-04-26LibCore: Remove unused EventLoopManager::wake()Andreas Kling
2023-04-26LibCore: Move post_event() back to EventLoopImplementationAndreas Kling
2023-04-26Browser+Ladybird: Render text in the JS console with a monospace fontTimothy Flynn
2023-04-26Ladybird: Explicitly set the font family for CSS generic fontsTimothy Flynn
2023-04-25LibCore+Ladybird: Add EventLoopManager interface for persistent stateAndreas Kling
2023-04-25Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loopAndreas Kling
2023-04-25Ladybird: Remove Web::Platform plugins for Qt in favor of LibCoreAndreas Kling
2023-04-25Ladybird: Run the Core::EventLoop with a Qt backendAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-23Ladybird: Implement the JavaScript console using a WebContentViewTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Port content filters to StringTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Prevent infinite growth of content filtersTimothy Flynn
2023-04-21LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacksSam Atkins
2023-04-21Ladybird: Add a command line flag to disable launching SQLServerTimothy Flynn
2023-04-18Ladybird: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-04-14Ladybird: Display Qt cursors corresponding to missing CSS cursorsSrikavin Ramkumar
2023-04-09Ladybird: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-03-31Ladybird: Add tooltip to reset zoom level buttonMacDue
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