ladybird/Userland/Libraries/LibWeb/WebGL
Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible
Stop worrying about tiny OOMs. Work towards #20449.

While going through these, I also changed the function signature in many
places where returning ThrowCompletionOr<T> is no longer necessary.
2023-08-13 15:38:42 +02:00
..
EventNames.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
EventNames.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
Types.h
Types.idl
WebGLContextAttributes.cpp LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2023-01-15 01:00:20 +00:00
WebGLContextAttributes.h
WebGLContextEvent.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WebGLContextEvent.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WebGLContextEvent.idl LibWeb: Port WebGLContextEvent to new String 2023-03-05 18:25:59 +00:00
WebGLRenderingContext.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WebGLRenderingContext.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
WebGLRenderingContext.idl
WebGLRenderingContextBase.cpp LibWeb: Don't include Layout/Node.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
WebGLRenderingContextBase.h
WebGLRenderingContextBase.idl