Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Karol Kosek f27b9b9563 LibWeb: Set Content-Type for data: URLs instead of checking MIME on load il y a 2 ans
  Andreas Kling 2ebb3639aa LibWeb: Remove ImageLoader and ImageResource il y a 2 ans
  Aliaksandr Kalenik 31b9729333 LibWeb: Add `Page::has_ongoing_navigation()` il y a 2 ans
  Ben Wiederhake 12d1ddbde5 LibWeb: Explicitly mark HashMap copy il y a 2 ans
  Andreas Kling c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader il y a 2 ans
  MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() il y a 2 ans
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case il y a 2 ans
  Sam Atkins f2a9426885 LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()` il y a 2 ans
  Sam Atkins d6075ef5b5 LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView 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
  networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers il y a 2 ans
  Andreas Kling b02402e116 LibWeb: Fix null dereference in ResourceClient::set_resource() il y a 2 ans
  Andreas Kling 3df9861814 LibWeb: Capture self as a WeakPtr in ResourceClient::set_resource() il y a 2 ans
  Andreas Kling 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Timothy Flynn 20eb441cba LibWeb: Evict replaced Resource objects from cache il y a 3 ans
  Timothy Flynn 90829fe880 LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource il y a 3 ans
  Simon Wanner 1d55437a76 LibWeb: Ignore invalid encodings in Content-Type headers il y a 3 ans
  Andreas Kling d03680a9e7 LibWeb: Always defer callbacks in ResourceClient::set_resource() il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr il y a 3 ans
  Linus Groh 67788641d3 LibWeb: Add a workaround to assign a proper mime type to QOI images il y a 3 ans
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe il y a 3 ans
  Andreas Kling de395a3df2 AK+Everywhere: Consolidate String::index_of() and String::find() il y a 4 ans
  Brendan Coles 076cd58817 LibWeb: Support X-Content-Type-Options to opt out of MIME type sniffing il y a 4 ans
  Max Wipfli a7681dbeea LibWeb: Change Resource's m_encoding to Optional<String> il y a 4 ans
  Max Wipfli ce6d6706a6 LibWeb: Use Optional<String> for encoding_from_content_type il y a 4 ans