index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ladybird
/
BrowserWindow.cpp
Age
Commit message (
Expand
)
Author
2023-01-12
Ladybird: Add Ctrl+= as an alternate "zoom in" shortcut
Andreas Kling
2023-01-12
Ladybird: Use QKeySequence::StandardKey as much as possible
Andreas Kling
2023-01-12
Ladybird: Add "Copy" and "Select All" actions to the Edit menu
Andreas Kling
2023-01-12
Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorScheme
Linus Groh
2023-01-12
Ladybird: Implement zoom :^)
Linus Groh
2022-12-25
Ladybird/WebDriver: Move to using local socket files for WebDriver IPC
Timothy Flynn
2022-12-25
Ladybird: Implement SQLServer for Ladybird :^)
Timothy Flynn
2022-12-25
Ladybird: Do not domain match on cookie updates
Timothy Flynn
2022-12-25
Ladybird: Update for AK::{String => DeprecatedString} rename
Linus Groh
2022-12-25
Ladybird: Add block pop-ups checkbox to debug menu
Idan Horowitz
2022-12-25
Ladybird/WebDriver: Implement the cookie endpoints for Ladybird
Timothy Flynn
2022-12-25
Ladybird: Construct a WebDriverConnection when instructed to do so
Timothy Flynn
2022-12-25
Ladybird: Don't change window icons when background tabs change icons
Gunnar Beutner
2022-12-25
Ladybird: Don't update window titles when background tabs change titles
Gunnar Beutner
2022-12-25
Ladybird: Add Ctrl+Shift+G shortcut to force a garbage collection
Andreas Kling
2022-12-25
Ladybird: Hook up the CookieJar again after WebContent introduction
Andreas Kling
2022-12-25
Ladybird: Render web content in a separate process :^)
Andreas Kling
2022-12-25
Ladybird/BrowserWindow: Make "View Source" a separate window
Moustafa Raafat
2022-12-25
Ladybird/Everywhere: Ensure that Qt objects are created with parents
Andrew Kaster
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: Rename WebView to SimpleWebView
Andreas Kling
2022-12-25
Ladybird: Clean up tab bar autohide
Aaron Dewes
2022-12-25
Ladybird/BrowserWindow: Add UI for switching preferred CSS color scheme
Andreas Kling
2022-12-25
Ladybird: Update pointer to current tab when the selected tab changes
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: Tweak the QTabWidget look
Andreas Kling
2022-12-25
Ladybird: Use only the Qt event loop to speed everything up :^)
Andreas Kling
2022-12-25
Ladybird: Add SettingsDialog stub
Filiph Sandström
2022-12-25
Ladybird: Add Ctrl-W action to close current tab (#28)
Alec Murphy
2022-12-25
Ladybird: Add quick & dirty port of the JS console from Browser :^)
Andreas Kling
2022-12-25
Ladybird: Replace StatusBar with ToolTip
Filiph Sandström
2022-12-25
Ladybird: Fix title branding when switching tabs
Filiph Sandström
2022-12-25
Ladybird: Hide TabBar if count <= 1
Filiph Sandström
2022-12-25
Ladybird: Add "View Source" menu action (Ctrl+U)
Andreas Kling
2022-12-25
Ladybird: Port over part of the "Debug" menu from the SerenityOS browser
Andreas Kling
2022-12-25
Ladybird: Fix build with Qt 6.2.4
Andreas Kling
2022-12-25
Ladybird: Allow browser tabs to be closed
Matthew Costa
2022-12-25
Ladybird: Rudimentary tabbed browsing support
Matthew Costa
2022-12-25
Ladybird: Add a "Reload" action to reload the current URL
Andreas Kling
2022-12-25
Ladybird: Trigger browser to quit when the main window is closed
Matthew Costa
2022-12-25
Ladybird: Add Favicon to the window
Keir Davis
2022-12-25
Ladybird: Don't set a fixed height on the location edit
Andreas Kling
2022-12-25
Ladybird: Show the web page title in the window titlebar :^)
Andreas Kling
2022-12-25
Ladybird: Add a location bar and allow navigating to new pages :^)
Andreas Kling