summaryrefslogtreecommitdiff
path: root/Ladybird/CMakeLists.txt
AgeCommit message (Expand)Author
2023-04-25Ladybird: Run the Core::EventLoop with a Qt backendAndreas Kling
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-03-28Ladybird: Improve Xcode generator experience and copy helpers to bundleAndrew Kaster
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-13headless-browser: Re-implement headless-browser using an OOPWVTimothy Flynn
2023-03-10Ladybird+CI: Move layout_test.sh test runner from CI yml into CMakeAndrew Kaster
2023-02-02Ladybird: Abstract spawning helper processes into separate methodsAndrew Kaster
2023-01-27Meta: Support running ladybird with arguments from serenity.shTimothy Flynn
2023-01-22Ladybird: Make LocationEdit its own classCameron Youell
2022-12-25Ladybird: Reimplement the DOM inspector :^)MacDue
2022-12-25Ladybird: Support building Ladybird as a non-top-level projectAndrew Kaster
2022-12-25Ladybird: Implement SQLServer for Ladybird :^)Timothy Flynn
2022-12-25Ladybird: Implement WebDriver for Ladybird :^)Timothy Flynn
2022-12-25Ladybird: Clean up linked librariesLinus Groh
2022-12-25Ladybird: Use Browser's History.{cpp,h}Linus Groh
2022-12-25Ladybird: Use Browser's CookieJar.{cpp,h}Linus Groh
2022-12-25Ladybird/CMake: Launch gdb with follow fork mode to debug WebContentnetworkException
2022-12-25Ladybird/CMake: Add options for enabling {A,M,UB}SANnetworkException
2022-12-25Ladybird: Ensure that installed ladybird can launch WebContent processAndrew Kaster
2022-12-25Ladybird: Make ladybird depend on WebContentLuke Wilde
2022-12-25Ladybird: Port over ConsoleWidget from the SerenityOS BrowserAndreas Kling
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling
2022-12-25Ladybird/CMake: Enable compile_commands.json by defaultAndrew Kaster
2022-12-25Ladybird: Add a very simple DOM inspectorAndreas Kling
2022-12-25Ladybird: Rename WebView to SimpleWebViewAndreas Kling
2022-12-25Ladybird/WebView: Move WebSocket stuff to its own filesAndreas Kling
2022-12-25Ladybird/WebView: Move our PageClient to its own fileAndreas Kling
2022-12-25Ladybird/CMake: Install resources and Lagom libraries alongside ladybirdAndrew Kaster
2022-12-25Ladybird: Implement the Web::Platform::ImageCodecPlugin interfaceAndreas Kling
2022-12-25Ladybird/CMake: Link against LibSoftGPU to fix WebGL with serenity LibGLAndrew Kaster
2022-12-25Ladybird: Add a FontPlugin and try much harder to find suitable fontsAndreas Kling
2022-12-25Ladybird: Use only the Qt event loop to speed everything up :^)Andreas Kling
2022-12-25Ladybird: Add SettingsDialog stubFiliph Sandström
2022-12-25Ladybird: Add Settings classFiliph Sandström
2022-12-25Ladybird/Meta: Add Android buildAndrew Kaster
2022-12-25Ladybird: Add quick & dirty port of the JS console from Browser :^)Andreas Kling
2022-12-25Ladybird: Fix compilation on macOS/ClangDaniel Bertalan
2022-12-25Ladybird: Implement basic cookie supportAndreas Kling
2022-12-25Ladybird: Expanded toolbar with browser history and home buttonMatthew Costa
2022-12-25Ladybird: Rudimentary tabbed browsing supportMatthew Costa
2022-12-25Ladybird: Stop using deprecated Qt API and re-enable deprecated warningsAndreas Kling
2022-12-25Ladybird: Use QtNetwork for HTTP and HTTPS requestsAndreas Kling
2022-12-25Ladybird/Meta: Convert to CMake buildAndrew Kaster