summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-09-08Browser: Add context menu iconselectrikmilk
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-08-25Applications: Use modeless windows in some appsthankyouverycool
2022-08-14Browser: Rename menu item from "Settings" to "Browser Settings"Andreas Kling
2022-08-14Base: Launch ImageDecoder at session start-upLucas CHOLLET
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14Base: Launch WebContent at session start-upLucas CHOLLET
2022-08-14Base: Launch Request at session start-upLucas CHOLLET
2022-08-13Browser+Base: Allow opening multiple URLs at once from command lineSam Atkins
2022-08-07Browser: Make Refresh action in tab context menu refresh the chosen tabKarol Kosek
2022-08-07Browser: Make the bookmark button use an actionKarol Kosek
2022-08-07Browser: Show bookmark and history page lists under the their buttonsKarol Kosek
2022-08-07Browser: Set margins for BookmarkBarWidgetKarol Kosek
2022-08-07Browser: Use overflow-menu icon for hidden bookmarks the buttonKarol Kosek
2022-08-01Browser: Set preferred color scheme when constructing a tabnetworkException
2022-07-27Browser: Give BookmarksBarWidget a minimum sizeSam Atkins
2022-07-14Browser: Make "Go Home" open a new tab on middle mouse clicknetworkException
2022-07-14Browser: Allow opening bookmarks in new tab on middle mouse clicknetworkException
2022-07-14Browser: Use OpenInNewTab parameter in on_bookmark_click handlernetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-05Browser+WebContent: Fix inspecting non-visible nodesMacDue
2022-07-03Browser: Fix crash if clicking on non-visible nodes in the inspectorMacDue
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-26Base+Browser+BrowserSettings: Add default page for new tabXexxa
2022-06-26Browser+BrowserSettings: Add preference for new tabXexxa
2022-06-05LibGUI+Browser: Fix crash when activating a "Tab n" actionnetworkException
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-05-30Browser: Always show menu for additional bookmarks when one is hiddennetworkException
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-05-26Browser: Depend on BrowserSettingsKarol Kosek
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-05-21Browser: Allow usage of vertical tabsCameron Youell
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-15LibWebView: Move StylePropertiesModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move DOMTreeModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-05-07Browser: Add option to filter entries in Storage InspectorRafał Babiarz
2022-05-06Browser: Remove STL utility include from CookiesModelMacDue
2022-05-05Browser: Consolidate StorageWidget tabs into a single gml filenetworkException
2022-05-05Browser: Set all cookies at once instead adding them separatelyRafał Babiarz
2022-05-05Browser: Rename "on_want_cookies" to match local storage equivalentRafał Babiarz
2022-05-04Browser: Set an icon for the 'Edit Bookmark' DialogKarol Kosek
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream read_line() return StringViewSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner