summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: Add Ctrl+Shift+G shortcut to force a garbage collectionAndreas Kling
2022-12-25Ladybird: Add Userland/ subdirs of Lagom binary dir to include pathAndrew Kaster
2022-12-25Ladybird/RequestManagerQt: Unwrap multiple cookies masquerading as oneAndreas Kling
2022-12-25Ladybird/WebContentView: Make Tab and Shift+Tab workAndreas Kling
2022-12-25Ladybird/WebContentView: Accept focus and notify WebContent on changeAndreas Kling
2022-12-25Ladybird: Hook up the CookieJar again after WebContent introductionAndreas Kling
2022-12-25Ladybird: Accept file paths, domains, and URLs as an argumentIdan Horowitz
2022-12-25Ladybird: Close the other side's file descriptors after forkingAndreas Kling
2022-12-25Ladybird: Implement EventLoopPluginQt::quit()Andreas Kling
2022-12-25Ladybird: Ensure that installed ladybird can launch WebContent processAndrew Kaster
2022-12-25Ladybird: Remove some unnecessary includes in main.cppAndreas Kling
2022-12-25Ladybird: Load about:blank in new tabsAndreas Kling
2022-12-25Ladybird: Make ladybird depend on WebContentLuke Wilde
2022-12-25Ladybird: Let Lagom build the IPC endpoints for WebContentAndreas Kling
2022-12-25Ladybird: Remove PageClientLadybird as it's no longer usedAndreas Kling
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/Meta: Split out build instructions to a separate documentAndreas Kling
2022-12-25Ladybird/ConsoleClient: Implement console message styling with `%c`Sam Atkins
2022-12-25Ladybird/CMake: Enable compile_commands.json by defaultAndrew Kaster
2022-12-25Ladybird/SimpleWebView: Install and check for content filters in res/Andrew Kaster
2022-12-25Ladybird/WebView: Fix size calculation in update_viewport_rect()Itamar
2022-12-25Ladybird/Tab: Handle "Dump History" actionMoustafa Raafat
2022-12-25Ladybird/SimpleWebView: Add debug logging for unhandled debug requestsMoustafa Raafat
2022-12-25Ladybird/Tab: Update history title when tab title changesMoustafa Raafat
2022-12-25Ladybird/History: Ignore title updates when history has no current itemMoustafa Raafat
2022-12-25Ladybird/BrowserWindow: Make "View Source" a separate windowMoustafa Raafat
2022-12-25Ladybird: The JS console widget should be a standalone windowAndreas Kling
2022-12-25Ladybird/ConsoleClient: Get the current ESO from new HostDefined helperAndrew Kaster
2022-12-25Ladybird/Everywhere: Ensure that Qt objects are created with parentsAndrew Kaster
2022-12-25Ladybird: Fix typo in README.mdJonas Kvinge
2022-12-25Ladybird: Start applying the default content filterLuke Wilde
2022-12-25Ladybird/Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-12-25Ladybird/BrowserWindow: Port user agent spoofing from BrowserIdan Horowitz
2022-12-25Ladybird/BrowserWindow: Give color scheme action group a detailed nameIdan Horowitz
2022-12-25Ladybird: Add a very simple DOM inspectorAndreas Kling
2022-12-25Ladybird: Add a ModelTranslator to translate a GUI::Model to a Qt modelAndreas Kling
2022-12-25Ladybird: Rename WebView to SimpleWebViewAndreas Kling
2022-12-25Ladybird: Clean up tab bar autohideAaron Dewes
2022-12-25Ladybird: Make Tab.cpp directly take a BrowserWindows as m_windowAaron Dewes
2022-12-25Ladybird: Remove redundant use of impl()Linus Groh
2022-12-25Ladybird/PageClient: Initialize the js console earlier during page setupdavidot
2022-12-25Ladybird/WebView: Ensure a console widget exists before storing messagesdavidot
2022-12-25Ladybird/WebView: Close top-level BC when the WebView is destroyedAndreas Kling
2022-12-25Ladybird: Add macOS build instructionsNiek van der Maas
2022-12-25Ladybird: Add link to Serenity's LibWeb ylluminate
2022-12-25Ladybird: Add instructions for building on FedoraDiego Iastrubni