Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
il y a 1 an |
Matthew Olsson
|
31341b280a
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
il y a 1 an |
Shannon Booth
|
80658743d3
LibWeb: Generate Optional<NonnullGCPtr<T>> as GCPtr<T>
|
il y a 1 an |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
il y a 1 an |
Andreas Kling
|
b98a2be96b
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
il y a 1 an |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
il y a 1 an |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
il y a 1 an |
Andreas Kling
|
c1fd55ce94
LibWeb: Only allocate EventTarget listener/handler storage on demand
|
il y a 1 an |
Andreas Kling
|
a71eaefdf6
LibWeb: Make EventTarget::activation_behavior a virtual function
|
il y a 1 an |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
il y a 1 an |
Andrew Kaster
|
5586340cf3
LibWeb: Don't set EventTarget prototype on any WindowOrWorkerGlobalScope
|
il y a 1 an |
iliadsh
|
89da731aa6
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
|
il y a 1 an |
Aliaksandr Kalenik
|
3bcd368703
LibWeb: Do not pass JS::Handle into NativeFunction callback captures
|
il y a 1 an |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
il y a 1 an |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
il y a 1 an |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
il y a 1 an |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
il y a 1 an |
Aliaksandr Kalenik
|
7765ebb5f2
LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject
|
il y a 2 ans |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
il y a 2 ans |
stelar7
|
29029de839
LibWeb: Set `last activation timestamp` on the window
|
il y a 2 ans |
Luke Wilde
|
344785ae3a
LibWeb: Implement the EventTarget constructor
|
il y a 2 ans |
Kenneth Myhra
|
fdd33d818c
LibWeb: Port DOMEventListener to new FlyString
|
il y a 2 ans |
Kenneth Myhra
|
2091a11488
LibWeb: Port EventTarget to new {Fly}String
|
il y a 2 ans |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
il y a 2 ans |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
il y a 2 ans |
Andreas Kling
|
7f632ee6f8
LibWeb: Fix bogus callback comparisons in EventTarget
|
il y a 2 ans |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
il y a 2 ans |
Luke Wilde
|
80fad65e5b
LibWeb: Add function to EventTarget that says if it has any listeners
|
il y a 2 ans |
Kenneth Myhra
|
1f48081ee4
LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible
|
il y a 2 ans |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
il y a 2 ans |