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-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
2021-04-30
Browser: Add FrogFind search engine
Maciej Zygmanowski
2021-04-29
Browser: Display search engine format in statusbar
Maciej Zygmanowski
2021-04-29
Browser: Save search engine setting to preferences
Maciej Zygmanowski
2021-04-29
Browser: Add GitHub and Yandex to search engines
Panagiotis Vasilopoulos
2021-04-26
Browser: Add basic support for search engines
sppmacd
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-18
Browser+WebContent: Fix HTML injection in console functions output
Linus Groh
2021-04-18
Browser: Add status tips to most of the actions
Andreas Kling
2021-04-18
Browser: Show status tips for any entered action
Andreas Kling
2021-04-18
LibGUI: Rename Action::long_text to Action::status_tip
Andreas Kling
2021-04-17
Browser: Display full UserAgent string in status bar on menu hover
Idan Horowitz
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
[next]