Historique des commits

Auteur SHA1 Message Date
  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
  Andreas Kling 9ed5a14af2 LibWeb: Remove unused ResourceLoader::load_sync() il y a 3 ans
  Andreas Kling f21eb90294 LibWeb: Remove debug spam about proxy configuration lookups il y a 3 ans
  Ali Mohammad Pur a42e03b01a Browser+LibWeb+WebContent: Implement per-URL-pattern proxies il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Simon Wanner 3d80d38954 LibWeb: Emit signposts for resource loads il y a 3 ans
  Timothy Flynn 20eb441cba LibWeb: Evict replaced Resource objects from cache il y a 3 ans
  Andreas Kling 252ed8ad18 LibWeb: Fail resource loads on HTTP 4xx or 5xx error il y a 3 ans
  Andreas Kling 378bca8b0c LibWeb: Make debug logging of resource load errors red instead of green il y a 3 ans
  Sam Atkins c388a879d7 AK+Userland: Make AK::decode_base64 return ErrorOr il y a 3 ans
  sin-ack 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer il y a 3 ans
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() il y a 3 ans
  Ben Wiederhake cb868cfa41 AK+Everywhere: Make Base64 decoding fallible il y a 3 ans
  Ali Mohammad Pur f0e2c517fc LibWeb: Implement the dns-prefetch and preconnect link relationships il y a 3 ans
  Andreas Kling fccf0a466b LibWeb: Log resource load success before invoking success callback il y a 3 ans
  Ali Mohammad Pur e780ee2832 LibWeb: Avoid introducing a reference cycle in ResourceLoader::load() il y a 3 ans