summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
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
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-04-06LibWeb+Browser: Remove Web::WebViewHooks classAndreas Kling
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-02Browser: Add Ctrl-<number> actions to changes tabsOlivier De Cannière
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31Browser+WebContent: Add a Debug menu action to disable scripting :^)Linus Groh
2022-03-29Browser: Make storage inspector columns sortableJelle Raaijmakers
2022-03-29Browser: Reorder storage inspector columnsJelle Raaijmakers
2022-03-26Browser: Make the main browser window a little bit bigger by defaultAndreas Kling
2022-03-22Browser: Append .com when pressing CTRL+Enter in the URL text editorRok Povsic
2022-03-20Browser: Size the content box in "Box Model" based on its textSimon Wanner
2022-03-20Browser: Turn on content filtering by default :^)Andreas Kling
2022-03-18Applications+Games: Drop ellipsis from settings actionLinus Groh
2022-03-15Browser: Rename Inspector table view member names to match contentsAndreas Kling
2022-03-15Browser: Allow jumping to stylenames by typing in the inspectorVrins
2022-03-15Browser: Rename "Element" Inspector tab to "Box Model"Andreas Kling
2022-03-15Browser: Use accurate labels for the Inspector's style property tabsAndreas Kling
2022-03-11Browser: Don't crash when selecting nothing in the Inspector DOM treeSam Atkins
2022-03-10Browser+LibWeb+WebContent: Show style for pseudo-elements :^)Sam Atkins
2022-03-10Browser: Replace inspector's dom_node_id with a Selection structSam Atkins
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-08Browser+LibWeb: Add an Element size preview widget to inspectorVrins
2022-03-06Browser: Fix crash in Storage Inspector when the cookie list is emtpysa
2022-03-02Browser: Add storage inspector to context menuRafał Babiarz