index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Loader
/
ResourceLoader.cpp
Age
Commit message (
Expand
)
Author
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-09-28
LibWeb: Implement the dns-prefetch and preconnect link relationships
Ali Mohammad Pur
2021-09-22
LibWeb: Log resource load success before invoking success callback
Andreas Kling
2021-09-19
LibWeb: Avoid introducing a reference cycle in ResourceLoader::load()
Ali Mohammad Pur
2021-09-16
LibWeb: Don't dump full data URLs in ResourceLoader logging
Andreas Kling
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Log resource loading success, failure, and duration
Brian Gianforcaro
2021-09-12
LibWeb: Start tracking elapsed time when a resource is loaded
Brian Gianforcaro
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-08
Browser+LibWeb: Silence some debug spams
TheFightingCatfish
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-01
AK+LibWeb: Remove URL::to_string_encoded()
Max Wipfli
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-22
LibWeb: Encode URL in ResourceLoader::load()
Simon Danner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibWeb: Don't call ResourceLoader error callback on 4xx status code
Linus Groh
2021-04-15
LibWeb: Set Cookie header on <script> resource requests
Timothy Flynn
2021-04-14
Browser+LibWeb: Add support for spoofing the browser user agent
Idan Horowitz
2021-04-03
LibWeb: Pass optional status code to ResourceLoader callbacks
Linus Groh
2021-03-30
Browser+LibWeb+WebContent: Add action to clear resource cache
Timothy Flynn
2021-03-22
LibWeb: Advertise that we support the deflate content encoding
Luke
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-24
LibWeb: Disable resource cache for file:// URLs
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling