.. |
ARIA
|
LibWeb: Fix parsing/to_string for "switch" ARIA role
|
2023-01-29 00:57:41 +00:00 |
Bindings
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
Cookie
|
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2023-01-04 11:49:15 +01:00 |
Crypto
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
CSS
|
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2023-02-08 19:15:45 +00:00 |
DOM
|
LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)
|
2023-02-02 14:43:29 +01:00 |
DOMParsing
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
Encoding
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
Fetch
|
LibWeb: Add missing GCPtr.h includes to Fetch headers
|
2023-02-10 13:53:45 +00:00 |
FileAPI
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
Geometry
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
HighResolutionTime
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
HTML
|
LibJS+Userland: Port the JS Console object and direct callers to String
|
2023-02-10 17:26:20 +00:00 |
Infra
|
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2023-02-09 17:13:33 +00:00 |
IntersectionObserver
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
Layout
|
LibWeb: Null check nearest_sibling in generate_missing_parents
|
2023-02-07 17:04:38 +01:00 |
Loader
|
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2023-02-10 09:08:52 +00:00 |
MimeSniff
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
NavigationTiming
|
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2023-01-29 00:02:45 +00:00 |
Page
|
LibWeb+WebContent: Do not reference-count file request objects
|
2023-02-01 14:04:44 +00:00 |
Painting
|
LibWeb: Use device pixels for transform rect of stacking context
|
2023-02-10 15:38:54 +01:00 |
Platform
|
Userland: Replace remaining Core::Timer::construct()s with try_create()
|
2023-01-12 11:25:51 +01:00 |
ReferrerPolicy
|
LibWeb: Implement 'Determine request’s Referrer' AO
|
2022-10-30 20:10:29 +00:00 |
RequestIdleCallback
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
ResizeObserver
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
Scripts
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
SecureContexts
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
Selection
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
Streams
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
SVG
|
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2023-02-08 19:15:45 +00:00 |
Tests
|
Everywhere: Rename WrapperGenerator to BindingsGenerator
|
2022-09-21 23:06:08 +01:00 |
UIEvents
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
URL
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
WebAssembly
|
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2023-02-09 17:13:33 +00:00 |
WebDriver
|
AK+Everywhere: Do not implicitly copy variables in TRY macros
|
2023-02-10 09:08:52 +00:00 |
WebGL
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
WebIDL
|
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2023-01-29 00:02:45 +00:00 |
WebSockets
|
LibWeb+LibWebSocket: DOM WebSocket subprotocol support
|
2023-02-02 14:41:34 +01:00 |
XHR
|
LibJS+LibWeb: Convert empty PrimitiveString instances to String
|
2023-02-09 17:13:33 +00:00 |
XML
|
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2023-01-09 23:00:24 +00:00 |
CMakeLists.txt
|
LibWeb: Implement CanvasRenderingContext2D.createPattern()
|
2023-02-03 20:36:21 +01:00 |
Dump.cpp
|
LibWeb: Output display type inline-table in layout dump
|
2023-01-17 10:18:33 +01:00 |
Dump.h
|
LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()
|
2023-01-12 23:29:57 +00:00 |
FontCache.cpp
|
LibGfx: Move other font-related files to LibGfx/Font/
|
2022-04-09 23:48:18 +02:00 |
FontCache.h
|
LibGfx: Pass font width to FontDatabase::get()
|
2023-02-05 08:06:06 +00:00 |
Forward.h
|
LibWeb: Parse grid-area CSS property
|
2023-01-21 14:35:00 +01:00 |
idl_files.cmake
|
LibWeb: Implement CanvasRenderingContext2D.createPattern()
|
2023-02-03 20:36:21 +01:00 |
Namespace.cpp
|
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2023-01-09 23:00:24 +00:00 |
Namespace.h
|
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2023-01-09 23:00:24 +00:00 |
PixelUnits.h
|
LibWeb: Use type-correct hashing and formatting functions for pixels
|
2023-01-21 10:36:14 +01:00 |
TreeNode.h
|
LibJS+LibWeb: Move headers around to allow including Value from Cell
|
2023-01-29 00:02:45 +00:00 |