summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
2021-08-26Browser: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-24Browser: Use OutOfProcessWebView for the Browser JavaScript consoleAndreas Kling
2021-08-24Browser: Remove single-process mode :^)Andreas Kling
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-08-23Browser: Add "Inspect Element" to context menu :^)Sam Atkins
2021-08-23Browser: Hide inspected-element outline when DOM Inspector is closedSam Atkins
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18Browser: Add Ctrl-D keyboard shortcut for bookmarking the current pageRob Ryan
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-08-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-08-06Browser: Add more tab optionsTheFightingCatfish
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-02Browser: Tweak vertical spacing in per-tab UI layoutAndreas Kling
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-31Browser: Change "Custom" => "Custom..." in menus where appropriateAndreas Kling
2021-07-30Browser: Show a message when attempting to search with no search engineSam Atkins
2021-07-25LibGUI+Browser: Do not paste bitmapsTheFightingCatfish
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-14Browser: Escape an ampersand in the menu to avoid making a shortcutKarol Kosek
2021-07-14Browser: Add context menu item for selecting all textTimothy Flynn
2021-07-14Browser: Add context menu item for copying selected textTimothy Flynn
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-07Browser: Show an example url placeholder in the search engine InputBoxnetworkException
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-25Browser: Add alternate shortcut F6 for focusing the location boxAatos Majava
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-20Browser: Enable close button on tabsMarcus Nilsson
2021-06-18Browser: Add setting to change homepage URLMarco Cutecchia
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-15LibGUI: Allow tweaking each edge of TabWidget's content marginsAndreas Kling
2021-06-13Browser: Fix build breakage from 29cce65Andreas Kling
2021-06-13Browser: Add download finished graphics to download widgetMarcus Nilsson
2021-06-13Browser: Add close on finished checkbox to download widgetMarcus Nilsson
2021-06-09Browser: Fix crash on downloadTimothy
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-29Browser: Add title to go back/forward context menuMarcus Nilsson
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-29Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookieLinus Groh
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-23Browser: Add context menu with history for back/forward buttonMarcus Nilsson
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli