Age | Commit message (Expand) | Author |
---|---|---|
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 |