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
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-04
LibWeb: Do not use OS error codes in the error callback for file:// URLs
Timothy Flynn
2023-03-22
LibWeb: Make ResourceLoader insert a Content-Type header for file://
Andreas Kling
2023-03-15
LibWeb: Don't treat erroring subresource loads as success
Andreas Kling
2023-02-24
LibWeb: Render HTML content if present for HTTP error pages
Andreas Kling
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2022-12-30
LibWeb: Store cookies for every HTTP response
Luke Wilde
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-05
LibWeb: Pass status code to ResourceLoader error callback when available
Linus Groh
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-07-17
LibWeb: Paper over a VERIFY() crash in ResourceLoader for now
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-03
LibWeb: Add timeout_callback to ResourceLoader::load()
Kenneth Myhra
2022-07-03
LibWeb: Use a single shot timer instead of an ordinary repetitive timer
Kenneth Myhra
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-06-23
LibWeb: Fix unsafe capture of ref-to-local when setting up load timeout
Andreas Kling
2022-06-21
LibWeb: Add timeout functionality to ResourceLoader
Kenneth Myhra
2022-06-10
LibWeb: Apply content filter to DNS prefetch and pre-connect
Luke Wilde
2022-05-21
LibHTTP+LibWeb: Accept Brotli encoded responses
Michiel Visser
2022-05-15
LibWeb: Abstract the LibProtocol ResourceLoader connection
DexesTTP
2022-05-13
LibWeb: Make about:blank load correctly
Sam Atkins
2022-05-06
LibWeb: Only generate ResourceLoader signposts while on Serenity
DexesTTP
2022-04-10
LibWeb: Remove unused ResourceLoader::load_sync()
Andreas Kling
2022-04-09
LibWeb: Remove debug spam about proxy configuration lookups
Andreas Kling
2022-04-09
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
LibWeb: Emit signposts for resource loads
Simon Wanner
2022-03-23
LibWeb: Evict replaced Resource objects from cache
Timothy Flynn
2022-03-09
LibWeb: Fail resource loads on HTTP 4xx or 5xx error
Andreas Kling
2022-02-04
LibWeb: Make debug logging of resource load errors red instead of green
Andreas Kling
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
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
[next]