..
Bindings
LibJS: Convert Object::construct() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Cookie
AK+Everywhere: Rename String to DeprecatedString
2022-12-06 08:54:33 +01:00
Crypto
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
CSS
LibWeb: Fix passing size/position to paint_radial_gradient()
2022-12-20 11:03:18 +01:00
DOM
LibWeb: Fix crash when serializing nodes for DOM inspector
2022-12-19 11:37:56 -05:00
DOMParsing
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Encoding
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Fetch
AK: Stop using DeprecatedString
in Base64 encoding
2022-12-20 10:34:19 +01:00
FileAPI
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Geometry
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
HighResolutionTime
HTML
AK: Stop using DeprecatedString
in Base64 encoding
2022-12-20 10:34:19 +01:00
Infra
LibJS: Replace standalone js_string() with PrimitiveString::create()
2022-12-07 16:43:06 +00:00
IntersectionObserver
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Layout
LibWeb: Fix bug in BFC that independent FC assigned to wrong variable
2022-12-16 09:57:37 +01:00
Loader
LibCore: Rename Stream::read_all
to read_until_eof
2022-12-12 14:16:42 +01:00
MimeSniff
Everywhere: Rename to_{string => deprecated_string}() where applicable
2022-12-06 08:54:33 +01:00
NavigationTiming
Page
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
2022-12-10 12:03:19 +00:00
Painting
LibWeb: Fix passing size/position to paint_radial_gradient()
2022-12-20 11:03:18 +01:00
Platform
AK+Everywhere: Rename String to DeprecatedString
2022-12-06 08:54:33 +01:00
ReferrerPolicy
RequestIdleCallback
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
ResizeObserver
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Scripts
SecureContexts
Everywhere: Rename to_{string => deprecated_string}() where applicable
2022-12-06 08:54:33 +01:00
Selection
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Streams
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
SVG
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
Tests
UIEvents
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
2022-12-10 12:03:19 +00:00
URL
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
WebAssembly
LibJS: Convert Object::construct() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
WebDriver
LibJS: Convert Promise::create() to NonnullGCPtr
2022-12-14 09:59:45 +00:00
WebGL
AK+Everywhere: Rename String to DeprecatedString
2022-12-06 08:54:33 +01:00
WebIDL
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
WebSockets
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
XHR
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
2022-12-15 06:56:37 -05:00
XML
Everywhere: Rename to_{string => deprecated_string}() where applicable
2022-12-06 08:54:33 +01:00
CMakeLists.txt
LibWeb: Add initial implementation of structured clone
2022-11-26 00:47:23 +01:00
Dump.cpp
LibWeb: Convert Paintable coordinates to new pixel units
2022-12-14 16:47:57 +00:00
Dump.h
FontCache.cpp
FontCache.h
AK+Everywhere: Rename String to DeprecatedString
2022-12-06 08:54:33 +01:00
Forward.h
LibWeb: Implement RadialGradientStyleValue
2022-11-30 14:24:04 +00:00
idl_files.cmake
Namespace.cpp
Namespace.h
PixelUnits.h
LibWeb: Only allow DevicePixels operators to work with integers
2022-12-14 16:47:57 +00:00
TreeNode.h