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-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
2021-05-21
Browser: Stop leaking popup windows
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
TextEditor+Browser: Enable HTML syntax highlighting on HTML documents
Ali Mohammad Pur
2021-05-19
Browser: Do not use AK::Format for search engine formatting
Maciej Zygmanowski
2021-05-19
Browser: Add support for custom search engines
Maciej Zygmanowski
2021-05-18
Browser: Don't add multiple page reloads to history
Marcus Nilsson
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
2021-05-14
Browser: Don't spawn RequestServer and WebSocket in multi-process mode
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Browser: Use URL for window title if tab title is empty
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-10
Browser: Apply some polish to menus and actions
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
[next]