index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-12-25
Ladybird: Start applying the default content filter
Luke Wilde
2022-12-25
Ladybird/Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-12-25
Ladybird/BrowserWindow: Port user agent spoofing from Browser
Idan Horowitz
2022-12-25
Ladybird/BrowserWindow: Give color scheme action group a detailed name
Idan Horowitz
2022-12-25
Ladybird: Add a very simple DOM inspector
Andreas Kling
2022-12-25
Ladybird: Add a ModelTranslator to translate a GUI::Model to a Qt model
Andreas Kling
2022-12-25
Ladybird: Rename WebView to SimpleWebView
Andreas Kling
2022-12-25
Ladybird: Clean up tab bar autohide
Aaron Dewes
2022-12-25
Ladybird: Make Tab.cpp directly take a BrowserWindows as m_window
Aaron Dewes
2022-12-25
Ladybird: Remove redundant use of impl()
Linus Groh
2022-12-25
Ladybird/PageClient: Initialize the js console earlier during page setup
davidot
2022-12-25
Ladybird/WebView: Ensure a console widget exists before storing messages
davidot
2022-12-25
Ladybird/WebView: Close top-level BC when the WebView is destroyed
Andreas Kling
2022-12-25
Ladybird: Add macOS build instructions
Niek van der Maas
2022-12-25
Ladybird: Add link to Serenity's LibWeb
ylluminate
2022-12-25
Ladybird: Add instructions for building on Fedora
Diego Iastrubni
2022-12-25
Ladybird: Don't propagate unrecognized button clicks to the web engine
Diego Iastrubni
2022-12-25
Ladybird/WebView: Plumb visibility state changes from Qt to LibWeb
Andreas Kling
2022-12-25
Ladybird: Add --needed option on pacman dependencies command
Matheus Vinicius
2022-12-25
Ladybird/WebView: Move WebSocket stuff to its own files
Andreas Kling
2022-12-25
Ladybird/WebView: Move our PageClient to its own file
Andreas Kling
2022-12-25
Ladybird/BrowserWindow: Add UI for switching preferred CSS color scheme
Andreas Kling
2022-12-25
Ladybird/Tab: Conditionally enable back/forward buttons
Julen Ruiz Aizpuru
2022-12-25
Ladybird/Tab: Make back/forward keyboard shortcuts platform-specific
Julen Ruiz Aizpuru
2022-12-25
Ladybird/FontPluginQt: Initialize the default fixed-width font
Andreas Kling
2022-12-25
Ladybird/FontPluginQt: Implement default font virtuals
Andreas Kling
2022-12-25
Ladybird/WebView: Ensure JS console is initialized before handling input
Andreas Kling
2022-12-25
Ladybird/WebView: Implement page_did_request_scroll_into_view()
Andreas Kling
2022-12-25
Ladybird/WebView: Notify LibWeb whenever the viewport is scrolled
Andreas Kling
2022-12-25
Ladybird/CMake: Install resources and Lagom libraries alongside ladybird
Andrew Kaster
2022-12-25
Ladybird/WebView: Search for resources using installed location
Andrew Kaster
2022-12-25
Ladybird: Fix some crashes related to keyboard events
Diego Iastrubni
2022-12-25
Ladybird: Implement the Web::Platform::ImageCodecPlugin interface
Andreas Kling
2022-12-25
Ladybird/CMake: Link against LibSoftGPU to fix WebGL with serenity LibGL
Andrew Kaster
2022-12-25
Ladybird: Update pointer to current tab when the selected tab changes
Timothy Flynn
2022-12-25
Ladybird: Hook up the dump-cookies debug request to the cookie jar
Timothy Flynn
2022-12-25
Ladybird: Switch to next/previous tab with Ctrl+PageDown/PageUp
Andreas Kling
2022-12-25
Ladybird: Focus the location editor when creating a new tab
Andreas Kling
2022-12-25
Ladybird: Remove some awkward camelCase signal names
Andreas Kling
2022-12-25
Ladybird: Hide the hovered URL label on startup
Andreas Kling
2022-12-25
Ladybird: Show tooltips for <a title> text
Andreas Kling
2022-12-25
Ladybird: Allow scrolling with arrow keys and PageUp/PageDown
Andreas Kling
2022-12-25
Ladybird: Remove spacing between toolbar and web view
Andreas Kling
2022-12-25
Ladybird: Show hovered link URLs in a conditional UI label
Andreas Kling
2022-12-25
Ladybird: Tweak the QTabWidget look
Andreas Kling
2022-12-25
Ladybird: Add a FontPlugin and try much harder to find suitable fonts
Andreas Kling
2022-12-25
Ladybird: Use only the Qt event loop to speed everything up :^)
Andreas Kling
2022-12-25
Ladybird: Fix build after LibWeb+LibJS GC changes
Andreas Kling
2022-12-25
Ladybird: Turn initialize_global_object() into a regular initialize()
Luke Wilde
2022-12-25
Ladybird: Retrieve console object from the realm's intrinsic
Luke Wilde
[next]