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
Age
Commit message (
Expand
)
Author
2021-08-26
Browser: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-24
Browser: Use OutOfProcessWebView for the Browser JavaScript console
Andreas Kling
2021-08-24
Browser: Remove single-process mode :^)
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
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-18
Browser: Add Ctrl-D keyboard shortcut for bookmarking the current page
Rob Ryan
2021-08-18
LibGUI+Browser: Add UrlBox class
Rob Ryan
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
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-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-02
Browser: Tweak vertical spacing in per-tab UI layout
Andreas Kling
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-30
Browser: Show a message when attempting to search with no search engine
Sam Atkins
2021-07-25
LibGUI+Browser: Do not paste bitmaps
TheFightingCatfish
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-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-14
Browser: Escape an ampersand in the menu to avoid making a shortcut
Karol Kosek
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-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-25
Browser: Add alternate shortcut F6 for focusing the location box
Aatos Majava
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-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-15
LibGUI: Allow tweaking each edge of TabWidget's content margins
Andreas Kling
2021-06-13
Browser: Fix build breakage from 29cce65
Andreas Kling
2021-06-13
Browser: Add download finished graphics to download widget
Marcus Nilsson
2021-06-13
Browser: Add close on finished checkbox to download widget
Marcus Nilsson
2021-06-09
Browser: Fix crash on download
Timothy
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-29
Browser: Add title to go back/forward context menu
Marcus Nilsson
2021-05-29
Browser: Pass Tab::on_title_change title argument as const reference
Linus Groh
2021-05-29
Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookie
Linus Groh
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-23
Browser: Add context menu with history for back/forward button
Marcus Nilsson
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
[next]