1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 23:37:34 +00:00
serenity/Userland/Libraries/LibWeb
Luke Wilde 3275d659bf LibWeb: Convert FormData to String and Vector storage
This makes use of the new [UseNewAKString] extended attribute. Using
Vector storage will make it easier to make this interface into an IDL
iterable. It seems the reason it didn't use Vector originally was due
to awkward DeprecatedString -> String conversions.
2023-02-18 01:23:36 +01:00
..
ARIA LibWeb: Fix parsing/to_string for "switch" ARIA role 2023-01-29 00:57:41 +00:00
Bindings LibWeb: Make factory method of HTML::PromiseRejectionEvent fallible 2023-02-18 00:52:47 +01:00
Cookie LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Crypto LibWeb: Make factory method of Crypto::SubtleCrypto fallible 2023-02-18 00:52:47 +01:00
CSS LibWeb: Make factory method of CSS::ResolvedCSSStyleDeclaration fallible 2023-02-18 00:52:47 +01:00
DOM LibWeb: Make factory method of HTML::Window fallible 2023-02-18 00:52:47 +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: Make factory method of FileAPI::Blob fallible 2023-02-18 00:52:47 +01:00
FileAPI LibWeb: Make factory method of FileAPI::FileList fallible 2023-02-18 00:52:47 +01: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 LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
Infra LibWeb: Implement ASCII case-insensitive matching 2023-02-15 12:48:26 -05:00
IntersectionObserver LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
Layout LibWeb: Port CSS::Display to new Strings 2023-02-15 12:48:26 -05:00
Loader LibWeb: Make factory methods of DOM::Document fallible 2023-02-18 00:52:47 +01: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: Make factory methods of DOM::Event fallible 2023-02-18 00:52:47 +01:00
Painting LibWeb: Re-implement checkbox painting using the UA stylesheet 2023-02-12 00:15:52 +00: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 LibWeb: Make factory methods of DOM::Range fallible 2023-02-18 00:52:47 +01:00
Streams LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
SVG LibWeb: Make factory method of SVG::SVGLength fallible 2023-02-18 00:52:47 +01:00
Tests Everywhere: Rename WrapperGenerator to BindingsGenerator 2022-09-21 23:06:08 +01:00
UIEvents LibWeb: Make factory methods of DOM::Event fallible 2023-02-18 00:52:47 +01:00
URL LibWeb: Make factory method of URL::URLSearchParams fallible 2023-02-18 00:52:47 +01:00
WebAssembly LibJS+Everywhere: Convert JS::Error to String 2023-02-17 09:14:23 -05:00
WebDriver LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
WebGL LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
WebIDL LibWeb: Add a method to ExceptionOr to drop error handling 2023-02-18 00:52:47 +01:00
WebSockets LibWeb: Make factory method of HTML::CloseEvent fallible 2023-02-18 00:52:47 +01:00
XHR LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
XML LibWeb: Make factory methods of DOM::Event fallible 2023-02-18 00:52:47 +01:00
CMakeLists.txt LibWeb: Introduce the FormDataEvent interface 2023-02-12 00:18:09 +00:00
Dump.cpp LibWeb: Port CSS::UnicodeRange to new Strings 2023-02-15 12:48:26 -05: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: Introduce the FormDataEvent interface 2023-02-12 00:18:09 +00:00
idl_files.cmake LibWeb: Introduce the FormDataEvent interface 2023-02-12 00:18:09 +00: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