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
/
MimeSniff
Age
Commit message (
Expand
)
Author
2023-03-04
LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}
Linus Groh
2023-03-03
LibWeb/MimeSniff: Port MimeType to new String
Linus Groh
2023-03-03
LibWeb/MimeSniff: Rename MimeType::from_string() to MimeType::parse()
Linus Groh
2023-03-03
LibWeb/Fetch: Port infrastructure to new String
Linus Groh
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
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-11
LibWeb: Merge latest mimesniff spec update
Nico Weber
2022-10-06
LibWeb: Implement more close to spec javascript mime type checking
networkException
2022-09-27
LibWeb: In MimeType serialization, put just one \ in front of each "
Nico Weber
2022-09-27
LibWeb: Implement MimeType serialization
Linus Groh
2022-07-19
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
Linus Groh
2022-07-14
LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-21
LibWeb: Move passed string in MimeType constructor
Hendiadyoin1
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-02-12
LibWeb: Fix comparing current position to quote in Mime Type quote parse
Luke Wilde
2022-02-12
LibWeb: Implement spec-compliant MIME type struct and parser
Luke Wilde