Commit History

作者 SHA1 備註 提交日期
  Andreas Kling b97004ea4a LibWeb: Fire "load" and "error" events for rel=preload link loads 2 年之前
  Timothy Flynn 8ff8309202 LibWeb: Update workarounds for fetching CORS cross-origin responses 2 年之前
  Sam Atkins 9c2d496dbe LibWeb: Make `processBodyError` take an optional exception 2 年之前
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 年之前
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 年之前
  Luke Wilde 95da08e035 LibWeb: Add workaround to restore cross-origin stylesheet functionality 2 年之前
  Srikavin Ramkumar 633983d354 LibWeb: Update stylesheet loading to use fetch infrastructure 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Baitinq d6bb110d89 LibWeb: Handle disabling of StyleSheet HTMLLinkElements 2 年之前
  Linus Groh b86c264975 LibWeb: Replace incorrect uses of split_view() for whitespace splitting 2 年之前
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
  Andreas Kling cd7262ee56 LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin 2 年之前
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 年之前
  DexesTTP 2198091bbc LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder 3 年之前
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 3 年之前
  Anthony Van de Gejuchte 06d9853a8b LibWeb: Update displayed favicon when a favicon is loaded 3 年之前
  Anthony Van de Gejuchte 13847aa7e8 LibWeb: Add icon as possible resource type on the link tag 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Sam Atkins 05bd0ca3ee LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()` 3 年之前
  Andreas Kling 02497888a6 LibWeb: Ignore linked stylesheets with MIME types other than text/css 3 年之前
  Andreas Kling ceb055a75e LibWeb: Don't delay document "load" event for non-loading link elements 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Simon Wanner 1ed5e79478 LibWeb: Fix resolving relative URLs in style sheets 3 年之前
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 年之前
  Andreas Kling 32b8023ad1 LibWeb: Don't delay document load event forever with cached style sheets 3 年之前