summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/DownloadWidget.cpp
AgeCommit message (Expand)Author
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-24Browser: Convert file-downloading code to Core::Stream :^)Sam Atkins
2021-08-26Browser: Use LibConfig instead of Core::ConfigFileAndreas Kling
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-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
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-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling