summaryrefslogtreecommitdiff
path: root/Ladybird
AgeCommit message (Expand)Author
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
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