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.h
Age
Commit message (
Expand
)
Author
2023-04-15
Ladybird+LibWebView: Add -P/--enable-callgrind-profiling option
MacDue
2023-03-29
Ladybird: Add reset zoom level button to toolbar
MacDue
2023-03-26
Ladybird: Show current zoom level in view menu
MacDue
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-16
Ladybird: Implement `notify_request_open_new_tab`
Aliaksandr Kalenik
2023-03-08
Ladybird: Send window size and position to WebContent process
Aliaksandr Kalenik
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-16
Ladybird: Close tab clicking wheel of the mouse
Federico Guerinoni
2023-01-19
Ladybird: Add URL and 'open in background' parameters to new_tab()
Karol Kosek
2023-01-12
Ladybird: Add "Copy" and "Select All" actions to the Edit menu
Andreas Kling
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: Update for AK::{String => DeprecatedString} rename
Linus Groh
2022-12-25
Ladybird: Construct a WebDriverConnection when instructed to do so
Timothy Flynn
2022-12-25
Ladybird: Use Browser's CookieJar.{cpp,h}
Linus Groh
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: 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: Switch to next/previous tab with Ctrl+PageDown/PageUp
Andreas Kling
2022-12-25
Ladybird: Use only the Qt event loop to speed everything up :^)
Andreas Kling
2022-12-25
Ladybird: Add Ctrl-W action to close current tab (#28)
Alec Murphy
2022-12-25
Ladybird: Hide TabBar if count <= 1
Filiph Sandström
2022-12-25
Ladybird: Port over part of the "Debug" menu from the SerenityOS browser
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: 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