summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/MimeSniff
AgeCommit message (Expand)Author
2023-03-04LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}Linus Groh
2023-03-03LibWeb/MimeSniff: Port MimeType to new StringLinus Groh
2023-03-03LibWeb/MimeSniff: Rename MimeType::from_string() to MimeType::parse()Linus Groh
2023-03-03LibWeb/Fetch: Port infrastructure to new StringLinus Groh
2023-02-28AK+Everywhere: Make GenericLexer::ignore_until() stop before the valueSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-11LibWeb: Merge latest mimesniff spec updateNico Weber
2022-10-06LibWeb: Implement more close to spec javascript mime type checkingnetworkException
2022-09-27LibWeb: In MimeType serialization, put just one \ in front of each "Nico Weber
2022-09-27LibWeb: Implement MimeType serializationLinus Groh
2022-07-19LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespaceLinus Groh
2022-07-14LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}Linus Groh
2022-07-14LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-21LibWeb: Move passed string in MimeType constructorHendiadyoin1
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-02-12LibWeb: Fix comparing current position to quote in Mime Type quote parseLuke Wilde
2022-02-12LibWeb: Implement spec-compliant MIME type struct and parserLuke Wilde