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
Age
Commit message (
Expand
)
Author
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-26
LibWeb: Determine the origin when navigating across documents
MacDue
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
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-29
LibWeb: Allow configuring the default error page path
DexesTTP
2022-05-29
LibWeb: Allow configuring the default favicon path
DexesTTP
2022-05-21
LibHTTP+LibWeb: Accept Brotli encoded responses
Michiel Visser
2022-05-15
LibWeb: Abstract the LibProtocol ResourceLoader connection
DexesTTP
2022-05-15
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
DexesTTP
2022-05-13
LibWeb: Don't treat any empty resources as errors
Sam Atkins
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: Show correct favicon when default favicon is loaded
Anthony Van de Gejuchte
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-06
LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
Andreas Kling
2022-04-06
LibWeb: Use FrameLoader::load_html() when loading error pages
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
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-23
LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource
Timothy Flynn
2022-03-21
LibWeb: Ignore invalid encodings in Content-Type headers
Simon Wanner
2022-03-20
LibWeb: Tweak our User-Agent string
Andreas Kling
2022-03-20
LibWeb: Always defer callbacks in ResourceClient::set_resource()
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-09
LibWeb: Fail resource loads on HTTP 4xx or 5xx error
Andreas Kling
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-18
LibWeb: Send appropriate Accept header for FrameLoader requests
Luke Wilde
2022-02-16
LibWeb: Follow HTTP 3xx redirections when loading images
Andreas Kling
2022-02-12
LibWeb: Set response header cookies on redirects
Idan Horowitz
2022-02-12
LibWeb: Ignore Location headers unless the response status code is 3xx
Idan Horowitz
2022-02-04
LibWeb: Make debug logging of resource load errors red instead of green
Andreas Kling
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
[next]