Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 108de5dea0 LibWeb: Stop sending "load" event twice to iframes hace 3 años
  Andreas Kling 5bd3d0cf25 LibWeb: Use the sandboxed image ImageDecoder when loading favicons hace 3 años
  Andreas Kling 25a8bd3a8a LibWeb: Use the sandboxed ImageDecoder when creating image documents hace 3 años
  TheFightingCatfish 57541f433b LibWeb+LibHTTP: Support multiple Set-Cookie response headers hace 4 años
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ hace 3 años
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() hace 3 años
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser hace 3 años
  Mandar Kulkarni d787775806 LibWeb: Skip decoding favicon.ico if downloaded data is empty hace 3 años
  Idan Horowitz d6cfa34667 AK: Make URL::m_port an Optional<u16>, Expose raw port getter hace 3 años
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it hace 3 años
  Brian Gianforcaro bca8707e15 LibWeb: Start tracking elapsed time when a resource is loaded hace 3 años
  Andreas Kling 84fcf879f9 LibWeb: Rename BrowsingContext::document() => active_document() hace 3 años
  Andreas Kling d1100dd6bc LibWeb: Add BrowsingContext::container() to align with the spec hace 3 años
  Andreas Kling 52ed43d139 LibWeb: Scroll viewport to (0, 0) after loading a new document hace 3 años
  TheFightingCatfish 652fa54495 Browser+LibWeb: Silence some debug spams hace 4 años
  TheFightingCatfish e80b887059 Browser+LibWeb: Make sure the default favicon is loaded hace 4 años
  Brian Gianforcaro 217179a39f LibWeb: Remove unused header includes hace 4 años
  Andreas Kling 751cb094ff LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) hace 4 años
  Andreas Kling d01b4327fa LibGfx: Improve ImageDecoder construction hace 4 años
  Max Wipfli fc6d051dfd AK+Everywhere: Add and use static APIs for LexicalPath hace 4 años
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> hace 4 años
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> hace 4 años
  Gil Mendes 12f3aa9faa LibWeb: Fix redirects when a response has no data hace 4 años
  Max Wipfli 1c4854824b LibWeb: Remove usage of URL::set_path() in FrameLoader hace 4 años
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext hace 4 años
  Linus Groh d947253c51 LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload hace 4 años
  Linus Groh 56e69c4f2e LibWeb: Call page_did_start_loading() before load_resource() hace 4 años
  Max Wipfli f808279769 LibWeb: Implement encoding sniffing algorithm hace 4 años
  Max Wipfli 67a9ebc817 LibWeb: Change Document's m_encoding to Optional<String> hace 4 años