index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Loader
Age
Commit message (
Expand
)
Author
2021-01-09
LibWeb: Convert a bunch of dbg() to dbgln()
Andreas Kling
2021-01-05
LibWeb: Add a basic content filter (ad blocking!) :^)
Andreas Kling
2021-01-03
LibWeb: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2020-12-31
LibWeb: Clear circular download reference when download finished
Tom
2020-12-31
LibWeb: Don't hold on to the Download instance after it's finished
AnotherTest
2020-12-30
LibWeb: Re-enable favicons after forgotten if-0
AnotherTest
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-19
LibWeb: Don't use ByteBuffer::wrap() when loading about: URLs
Andreas Kling
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-12-13
LibWeb: Set the encoding of HTML documents
Andreas Kling
2020-12-13
LibWeb: Attach DOM::Document to its frame before parsing
Andreas Kling
2020-12-13
LibWeb: Make HTMLDocumentParser take an existing document
Andreas Kling
2020-12-08
LibWeb+WebContent: Add on_load_finish hook to web views
Andreas Kling
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-13
LibWeb: Add contentType attribute to Document
Luke
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-11
LibWeb: Advertise to servers that we support gzip encoding
Luke
2020-11-07
LibWeb: Load favicon.ico only for http/https URLs
Brendan Coles
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-21
LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView
Andreas Kling
2020-10-08
LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document()
Linus Groh
2020-10-08
LibWeb: Add FrameLoader::load_html()
Linus Groh
2020-10-06
LibWeb: Fix build after GEMINI_DEBUG oopsie
Andreas Kling
2020-10-06
LibWeb: Add debug toggle for dumping gemini documents
Nico Weber
2020-10-06
LibWeb: Fix variable name for gemini documents
Nico Weber
2020-09-28
LibWeb: LoadRequest::operator==() should compare header values
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-28
LibWeb: Expand LoadRequest class to include method, headers and body
Andreas Kling
2020-09-22
LibWeb: Dispatch DOM "load" event on <iframe> elements
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-12
LibWeb: cache in-process decoded images in ImageResource
Peter Nelson
2020-09-08
LibWeb: make it possible to directly load .svg files
Simon Danner
2020-08-12
LibWeb: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibWeb: Until an image has loaded or failed, don't occupy layout size
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-07-30
LibWeb: Complete the redirect URL before loading it
AnotherTest
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-27
LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCore
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-08
LibWeb: Add type for FrameLoader::load
Kevin Meyer
2020-06-27
LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extension
Hüseyin ASLITÜRK
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
2020-06-26
LibWeb: Tolerate quoted HTTP Content-Type encodings
Andreas Kling
2020-06-26
LibWeb: Let's not pass "%u" to String() and expect something to happen
Andreas Kling
2020-06-25
LibWeb: Treat all HTTP 4xx codes as errors
Andreas Kling
[next]