Commit History

Author SHA1 Message Date
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 years ago
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 years ago
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 years ago
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 years ago
  Andreas Kling 369dd42d67 LibWeb: Make ImageData GC-allocated 2 years ago
  Linus Groh 7b990c27a1 LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4] 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
  Linus Groh 6521c04bf3 LibWeb: Remove dbgln() from ImageData::create_with_size() 3 years ago
  davidot de90d54be0 LibJS: Convert ArrayBuffer construction to ThrowCompletionOr 3 years ago
  Andreas Kling 83d1460ee8 LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper() 3 years ago
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 years ago
  Ali Mohammad Pur 6af596d9e8 LibJS+LibWeb: Make Uint8ClampedArray use TypedArray 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
  Andreas Kling c684af1f83 LibWeb: Use Gfx::Bitmap::RGBA8888 for ImageData bitmaps 4 years ago
  Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 4 years ago
  Nico Weber 5f9c42c404 LibGfx: Give Bitmap a scale factor 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago