summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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: Update pointer to current tab when the selected tab changesTimothy Flynn
2022-12-25Ladybird: Hook up the dump-cookies debug request to the cookie jarTimothy Flynn
2022-12-25Ladybird: Switch to next/previous tab with Ctrl+PageDown/PageUpAndreas Kling
2022-12-25Ladybird: Focus the location editor when creating a new tabAndreas Kling
2022-12-25Ladybird: Remove some awkward camelCase signal namesAndreas Kling
2022-12-25Ladybird: Hide the hovered URL label on startupAndreas Kling
2022-12-25Ladybird: Show tooltips for <a title> textAndreas Kling
2022-12-25Ladybird: Allow scrolling with arrow keys and PageUp/PageDownAndreas Kling
2022-12-25Ladybird: Remove spacing between toolbar and web viewAndreas Kling
2022-12-25Ladybird: Show hovered link URLs in a conditional UI labelAndreas Kling
2022-12-25Ladybird: Tweak the QTabWidget lookAndreas Kling
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: Fix build after LibWeb+LibJS GC changesAndreas Kling
2022-12-25Ladybird: Turn initialize_global_object() into a regular initialize()Luke Wilde
2022-12-25Ladybird: Retrieve console object from the realm's intrinsicLuke Wilde