提交历史

作者 SHA1 备注 提交日期
  MacDue 20e9213cc4 LibWeb: Add initial implementation of CRC2D.clip() 2 年之前
  Luke Wilde cb62ffbb8a LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule) 2 年之前
  Andreas Kling e77552519e LibWeb: Implement CRC2D.imageSmoothingEnabled 2 年之前
  Timothy Flynn 3d7b13ac03 LibWeb: Make canvas text preparation handle multi-code point glyphs 2 年之前
  Kenneth Myhra c5de2c3348 LibWeb: Make factory method of HTML::TextMetrics fallible 2 年之前
  Kenneth Myhra b7c488e51e LibWeb: Make factory method of HTML::CanvasRenderingContext2D fallible 2 年之前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 年之前
  MacDue 24cb57ac88 LibWeb: Update CRC2D .fillStyle and .strokeStyle to accept gradients 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  VayuDev fab8ef3dfc LibWeb: Pass FloatRect to Painter::draw_text in fill_text 2 年之前
  Andreas Kling 3407ab0fd1 LibGfx: Make Font::width() return a float 2 年之前
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove 2 年之前
  Nico Weber 7bb4cd74b8 LibWeb: Fix a (charming) comment typo 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  MacDue 6daef6303a LibWeb: Use AntiAliasingPainter for canvas painting 2 年之前
  MacDue 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators 2 年之前
  Luke Wilde fd6bb41519 LibWeb: Apply the current transform in CRC2D.stroke() 2 年之前
  Linus Groh fb21271334 LibWeb: Replace incorrect uses of AK::is_ascii_space() 2 年之前
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Andreas Kling b52165c5d7 LibWeb+LibGfx: Move the blit image through 2D transfrom to Gfx::Painter 2 年之前
  Andreas Kling e72896e35e LibWeb: Get default fonts via Platform::FontPlugin 2 年之前
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
  Andreas Kling 6b7a1d13e9 LibWeb: Make TextMetrics GC-allocated 2 年之前
  Andreas Kling 369dd42d67 LibWeb: Make ImageData GC-allocated 2 年之前