Commit History

Author SHA1 Message Date
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser 3 years ago
  Mandar Kulkarni d787775806 LibWeb: Skip decoding favicon.ico if downloaded data is empty 3 years ago
  Idan Horowitz d6cfa34667 AK: Make URL::m_port an Optional<u16>, Expose raw port getter 3 years ago
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it 3 years ago
  Brian Gianforcaro bca8707e15 LibWeb: Start tracking elapsed time when a resource is loaded 3 years ago
  Andreas Kling 84fcf879f9 LibWeb: Rename BrowsingContext::document() => active_document() 3 years ago
  Andreas Kling d1100dd6bc LibWeb: Add BrowsingContext::container() to align with the spec 3 years ago
  Andreas Kling 52ed43d139 LibWeb: Scroll viewport to (0, 0) after loading a new document 3 years ago
  TheFightingCatfish 652fa54495 Browser+LibWeb: Silence some debug spams 3 years ago
  TheFightingCatfish e80b887059 Browser+LibWeb: Make sure the default favicon is loaded 3 years ago
  Brian Gianforcaro 217179a39f LibWeb: Remove unused header includes 3 years ago
  Andreas Kling 751cb094ff LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 4 years ago
  Andreas Kling d01b4327fa LibGfx: Improve ImageDecoder construction 4 years ago
  Max Wipfli fc6d051dfd AK+Everywhere: Add and use static APIs for LexicalPath 4 years ago
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> 4 years ago
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
  Gil Mendes 12f3aa9faa LibWeb: Fix redirects when a response has no data 4 years ago
  Max Wipfli 1c4854824b LibWeb: Remove usage of URL::set_path() in FrameLoader 4 years ago
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
  Linus Groh d947253c51 LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload 4 years ago
  Linus Groh 56e69c4f2e LibWeb: Call page_did_start_loading() before load_resource() 4 years ago
  Max Wipfli f808279769 LibWeb: Implement encoding sniffing algorithm 4 years ago
  Max Wipfli 67a9ebc817 LibWeb: Change Document's m_encoding to Optional<String> 4 years ago
  Max Wipfli a7681dbeea LibWeb: Change Resource's m_encoding to Optional<String> 4 years ago
  Idan Horowitz ce86026ac6 LibWeb: Add a maximum redirects limit to FrameLoader 4 years ago
  Tobias Christiansen 1b6824d296 LibWeb: Make frames nesting-aware and disallow deep nesting 4 years ago
  Idan Horowitz 37903db2b4 LibWeb: Remove double comma in FrameLoader debug logging 4 years ago
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago