Jonne Ransijn
|
69f96122b6
LibJS+LibWeb: Prevent double invocation of `[[GetOwnProperty]]`
|
8 月之前 |
Shannon Booth
|
84dc83e0e0
LibWeb: Rename current_global_object to current_principal_global_object
|
8 月之前 |
Shannon Booth
|
b2f3ed8b5a
LibWeb: Rename current settings object to 'current principal'
|
8 月之前 |
Andreas Kling
|
493a04d5fe
LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls
|
1 年之前 |
Timothy Flynn
|
683c08744a
Userland: Avoid some conversions from rvalue strings to StringView
|
1 年之前 |
Andreas Kling
|
ad843b6e4a
LibWeb: Don't crash when accessing property in detached Window object
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 年之前 |
iliadsh
|
89da731aa6
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
|
1 年之前 |
Andreas Kling
|
b1b2ca1485
LibJS: Add basic monomorphic caching for PutById property access
|
1 年之前 |
Andrew Kaster
|
64899dba44
LibWeb: Implement document-tree child navigable target name property set
|
1 年之前 |
Aliaksandr Kalenik
|
605d24ef7d
LibWeb: Update WindowProxy::internal_own_property_keys() for navigables
|
1 年之前 |
Aliaksandr Kalenik
|
dd9eca254e
LibWeb: Update `WindowProxy::internal_get_own_property` for navigables
|
1 年之前 |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
a653b60e49
LibWeb: Implement basic support for window[number]
|
1 年之前 |
Andreas Kling
|
06d9451551
LibWeb: Don't cache property accesses on WindowProxy
|
2 年之前 |
Andreas Kling
|
52cd671163
LibJS: Make Object::internal_get() reveal the used property offset
|
2 年之前 |
Aliaksandr Kalenik
|
3225c39191
LibWeb: Implement Document::make_active()
|
2 年之前 |
Linus Groh
|
e6be5c37c0
LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()
|
2 年之前 |
Linus Groh
|
baaf891c64
LibWeb/HTML: Port Window.length to IDL
|
2 年之前 |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Andreas Kling
|
3c548adf9c
LibWeb: Create and hook up a WindowProxy for each BrowsingContext
|
2 年之前 |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 年之前 |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
56d8c4ff26
LibWeb: Move WindowProxy from Bindings/ to HTML/
|
2 年之前 |