summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
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
2022-01-23Userland: Add promises to programs that will read /etc/timezoneTimothy Flynn
2022-01-21Browser: Load icons at start of programDylan Katz
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26Browser: Allow custom search engine URLs that don't start http[s]://Sam Atkins
2021-11-26Browser+Base: Delete provided Browser.ini fileSam Atkins
2021-11-26Browser: Move search engine definitions to a json fileSam Atkins
2021-11-26Browser+BrowserSettings: Persist the "show bookmarks bar" settingSam Atkins
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22Browser: Scope bookmark actions so that they don't block the delete keySam Atkins
2021-11-22Browser: Port to LibMain :^)Andreas Kling
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21Browser: Make paste access to Clipboard atomicBen Wiederhake
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling