summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
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
2022-03-02Browser: Add storage inspectorRafał Babiarz
2022-03-02Browser: Add method to get cookies listRafał Babiarz
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-18Browser: Add option to open BrowserSettings from Browser :^)Maciej
2022-02-18Browser: Add support for disabling content filteringMaciej
2022-02-18Browser: Implement listener for most config optionsMaciej
2022-02-18Browser: Call url_from_user_input for home URLMaciej
2022-02-18Browser: Update content filters if the config file changesMaciej
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-09Base+Browser: Add browser iconselectrikmilk
2022-02-09Browser: Make underlined shortcuts in "Debug" menu uniqueDaste
2022-02-09Base+Browser: Add browser icons folderelectrikmilk
2022-02-08Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menuAndreas Kling
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-07Base+Browser: Add Browser Iconselectrikmilk
2022-02-07Browser: Better handle ports in user input to url conversionnetworkException
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-02-05Browser: Add Debug menu action for dumping the stacking context treeAndreas Kling
2022-02-05Browser: Don't log every content filter string when loadedAndreas Kling
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24Browser: Convert file-downloading code to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert ad-filter loading to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert search-engines file loading to Core::Stream :^)Sam Atkins