Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start marking functions that can transitively trigger a GC (#33144) | Josh Matthews | 2024-08-22 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | * Mark JS reflector wrappers as CanGc. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Propagate CanGc from reflect_dom_object_with_proto. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Mark DOM constructors as GC operations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -5/+6 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Rename reflect_dom_object2. | Josh Matthews | 2023-05-31 | 1 | -2/+2 |
| | |||||
* | Formatting. | Josh Matthews | 2023-05-28 | 1 | -1/+6 |
| | |||||
* | Support arbitrary protos when wrapping DOM objects with constructors. | Josh Matthews | 2023-05-28 | 1 | -3/+10 |
| | |||||
* | Trigger RTCErrorEvent on data channel error | Fernando Jiménez Moreno | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | Introduce RTCError and RTCErrorEvent | Fernando Jiménez Moreno | 2020-06-29 | 1 | -0/+90 |