Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
vor 1 Jahr |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
vor 1 Jahr |
Andrew Kaster
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
vor 1 Jahr |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
vor 1 Jahr |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
vor 1 Jahr |
Shannon Booth
|
673e3ec57d
LibWeb: Port Element::set_attribute_value from DeprecatedString
|
vor 1 Jahr |
Shannon Booth
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
vor 1 Jahr |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
vor 1 Jahr |
Shannon Booth
|
b0eea51335
LibWeb: Port DOMTokenList from DeprecatedString to String
|
vor 1 Jahr |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
vor 1 Jahr |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
vor 1 Jahr |
Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
vor 2 Jahren |
Linus Groh
|
11b40dbcf5
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
|
vor 2 Jahren |
Luke Wilde
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
vor 2 Jahren |
Kenneth Myhra
|
251c063897
LibWeb: Make factory method of DOM::DOMTokenList fallible
|
vor 2 Jahren |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
vor 2 Jahren |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
vor 2 Jahren |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
vor 2 Jahren |
Timothy Flynn
|
af75493883
LibWeb: Move passing of Web object prototypes out of constructors
|
vor 2 Jahren |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
vor 2 Jahren |
Andreas Kling
|
7d863174b3
LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_element
|
vor 2 Jahren |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
vor 2 Jahren |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
vor 2 Jahren |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
vor 2 Jahren |
MacDue
|
7c8ce42593
LibWeb: Fix string whitespace splitting mistake
|
vor 2 Jahren |
Linus Groh
|
b86c264975
LibWeb: Replace incorrect uses of split_view() for whitespace splitting
|
vor 2 Jahren |
Linus Groh
|
fb21271334
LibWeb: Replace incorrect uses of AK::is_ascii_space()
|
vor 2 Jahren |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
vor 2 Jahren |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
vor 2 Jahren |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
vor 2 Jahren |