提交歷史

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