summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-12-25Ladybird: Don't propagate unrecognized button clicks to the web engineDiego Iastrubni
2022-12-25Ladybird/WebView: Plumb visibility state changes from Qt to LibWebAndreas Kling
2022-12-25Ladybird: Add --needed option on pacman dependencies commandMatheus Vinicius
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/BrowserWindow: Add UI for switching preferred CSS color schemeAndreas Kling
2022-12-25Ladybird/Tab: Conditionally enable back/forward buttonsJulen Ruiz Aizpuru
2022-12-25Ladybird/Tab: Make back/forward keyboard shortcuts platform-specificJulen Ruiz Aizpuru
2022-12-25Ladybird/FontPluginQt: Initialize the default fixed-width fontAndreas Kling
2022-12-25Ladybird/FontPluginQt: Implement default font virtualsAndreas Kling
2022-12-25Ladybird/WebView: Ensure JS console is initialized before handling inputAndreas Kling
2022-12-25Ladybird/WebView: Implement page_did_request_scroll_into_view()Andreas Kling
2022-12-25Ladybird/WebView: Notify LibWeb whenever the viewport is scrolledAndreas Kling
2022-12-25Ladybird/CMake: Install resources and Lagom libraries alongside ladybirdAndrew Kaster
2022-12-25Ladybird/WebView: Search for resources using installed locationAndrew Kaster
2022-12-25Ladybird: Fix some crashes related to keyboard eventsDiego Iastrubni