index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Browser
/
BrowserWindow.cpp
Age
Commit message (
Expand
)
Author
2022-02-05
Browser: Add Debug menu action for dumping the stacking context tree
Andreas Kling
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
Browser: Convert search-engines file loading to Core::Stream :^)
Sam Atkins
2022-01-21
Browser: Load icons at start of program
Dylan Katz
2022-01-12
Base+Userland: Add various icons
electrikmilk
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
2021-11-26
Browser: Move search engine definitions to a json file
Sam Atkins
2021-11-26
Browser+BrowserSettings: Persist the "show bookmarks bar" setting
Sam Atkins
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-31
Browser: Add "Color scheme" setting
Sam Atkins
2021-10-07
Browser: Use reorderable tabs
Peter Elliott
2021-10-05
Everywhere: Change from http to https where feasible
Ben Wiederhake
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-09-29
Browser: Use CommonActions where possible and various fixes
Marcus Nilsson
2021-09-13
Browser: Rename "DOM Inspector" to just "Inspector"
Andreas Kling
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-11
Browser: Use String::count instead of String::replace(X, X, true)
Idan Horowitz
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-06
Browser: Move `show_console_window()` to Tab
Sam Atkins
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-26
Browser: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-24
Browser: Remove single-process mode :^)
Andreas Kling
2021-08-23
Browser: Add "Inspect Element" to context menu :^)
Sam Atkins
2021-08-23
Browser: Hide inspected-element outline when DOM Inspector is closed
Sam Atkins
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-08
Browser+LibWeb: Silence some debug spams
TheFightingCatfish
2021-08-08
Browser+LibWeb: Make sure the default favicon is loaded
TheFightingCatfish
2021-08-06
Browser: Add more tab options
TheFightingCatfish
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-31
Browser: Change "Custom" => "Custom..." in menus where appropriate
Andreas Kling
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-14
Browser: Add context menu item for selecting all text
Timothy Flynn
2021-07-14
Browser: Add context menu item for copying selected text
Timothy Flynn
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-07
Browser: Show an example url placeholder in the search engine InputBox
networkException
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-20
Browser: Enable close button on tabs
Marcus Nilsson
2021-06-18
Browser: Add setting to change homepage URL
Marco Cutecchia
2021-05-29
Browser: Pass Tab::on_title_change title argument as const reference
Linus Groh
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-19
Browser: Add support for custom search engines
Maciej Zygmanowski
2021-05-18
Browser: Move actions from Tab to BrowserWindow
Andreas Kling
2021-05-18
Browser: Move menu management from Tab to BrowserWindow
Andreas Kling
2021-05-17
Browser: Move main browser window logic into a BrowserWindow class
Andreas Kling