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
/
FrameLoader.cpp
Age
Commit message (
Expand
)
Author
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-20
LibWeb: Fix redirects when a response has no data
Gil Mendes
2021-06-01
LibWeb: Remove usage of URL::set_path() in FrameLoader
Max Wipfli
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-29
LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload
Linus Groh
2021-05-29
LibWeb: Call page_did_start_loading() before load_resource()
Linus Groh
2021-05-18
LibWeb: Implement encoding sniffing algorithm
Max Wipfli
2021-05-18
LibWeb: Change Document's m_encoding to Optional<String>
Max Wipfli
2021-05-18
LibWeb: Change Resource's m_encoding to Optional<String>
Max Wipfli
2021-05-11
LibWeb: Add a maximum redirects limit to FrameLoader
Idan Horowitz
2021-05-07
LibWeb: Make frames nesting-aware and disallow deep nesting
Tobias Christiansen
2021-05-05
LibWeb: Remove double comma in FrameLoader debug logging
Idan Horowitz
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-22
LibWeb: Fix HTML injection on FrameLoader error page
Linus Groh
2021-04-22
LibWeb+Base: Use AK::SourceGenerator for error pages
Andreas Kling
2021-04-21
LibWeb+Base: Convert String::format() to String::formatted()
Andreas Kling
2021-04-15
LibWeb: Set Cookie header on remaining resource requests
Timothy Flynn
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-11
LibWeb: Store cookies sent via the Set-Cookie HTTP header
Timothy Flynn
2021-04-03
LibWeb: Pass optional status code to ResourceLoader callbacks
Linus Groh
2021-03-21
LibWeb: Add support to view JSON.
aabajyan
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling