Historique des commits

Auteur SHA1 Message Date
  MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() il y a 2 ans
  Timothy Flynn 69e8216f2c LibWeb: Do not use OS error codes in the error callback for file:// URLs il y a 2 ans
  Andreas Kling 652676fdc1 LibWeb: Make ResourceLoader insert a Content-Type header for file:// il y a 2 ans
  Andreas Kling 20132da88d LibWeb: Don't treat erroring subresource loads as success il y a 2 ans
  Andreas Kling 3435820e1f LibWeb: Render HTML content if present for HTTP error pages il y a 2 ans
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace il y a 2 ans
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` il y a 2 ans
  Timothy Flynn 4a916cd379 Everywhere: Remove needless copies of Error / ErrorOr instances il y a 2 ans
  Timothy Flynn 96f409ec1e LibWeb+WebContent: Do not reference-count file request objects il y a 2 ans
  Luke Wilde 6d188d72c0 LibWeb: Store cookies for every HTTP response il y a 2 ans
  Tim Schumacher ed4c2f2f8e LibCore: Rename `Stream::read_all` to `read_until_eof` il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas il y a 2 ans
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY il y a 2 ans
  Linus Groh 398e44b27b LibWeb: Pass status code to ResourceLoader error callback when available il y a 2 ans
  networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers il y a 2 ans
  Andreas Kling 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers il y a 2 ans
  Andreas Kling c964a6b548 LibWeb: Paper over a VERIFY() crash in ResourceLoader for now il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Kenneth Myhra 92a3803066 LibWeb: Add timeout_callback to ResourceLoader::load() il y a 3 ans
  Kenneth Myhra 07b6c7114b LibWeb: Use a single shot timer instead of an ordinary repetitive timer il y a 3 ans
  Lucas CHOLLET 662711fa26 Browser+LibWeb+WebContent: Allow Browser to load local files il y a 3 ans
  Andreas Kling c03a0e7260 LibWeb: Fix unsafe capture of ref-to-local when setting up load timeout il y a 3 ans
  Kenneth Myhra c805987329 LibWeb: Add timeout functionality to ResourceLoader il y a 3 ans
  Luke Wilde 210c3795f9 LibWeb: Apply content filter to DNS prefetch and pre-connect il y a 3 ans
  Michiel Visser 7278ad761e LibHTTP+LibWeb: Accept Brotli encoded responses il y a 3 ans
  DexesTTP c00ae53b66 LibWeb: Abstract the LibProtocol ResourceLoader connection il y a 3 ans
  Sam Atkins 1f82beded3 LibWeb: Make about:blank load correctly il y a 3 ans
  DexesTTP 6027ab9e12 LibWeb: Only generate ResourceLoader signposts while on Serenity il y a 3 ans