Josh Matthews
|
e956f3124c
|
Generate a trait abstracting over all known DOM interfaces (#34357)
* script: Generate trait for all DOM interfaces and parameterize generated Methods traits over it.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* script: Update trait implementations with new generic type.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Formatting.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
---------
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
2024-11-24 07:35:14 +00:00 |
|
chickenleaf
|
a2f81d69c1
|
CanGc fixes (#33852)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
|
2024-10-16 02:50:28 +00:00 |
|
Josh Matthews
|
7d931e673a
|
script: Include constructors and static methods in generated DOM traits (#33665)
* Add all constructors, special operations, and static methods to generated DOM interface traits.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Move all constructors and static methods defined in bare impl blocks inside FooMethods trait impls.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Add missing doc links.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
---------
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
2024-10-08 01:51:58 +00:00 |
|
Josh Matthews
|
60ef6bc461
|
Start marking functions that can transitively trigger a GC (#33144)
* 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>
|
2024-08-22 11:42:36 +00:00 |
|
Oluwatobi Sofela
|
15bf32a4e6
|
clippy: Fix unneeded return statement warnings (#31776)
|
2024-03-20 14:11:40 +00:00 |
|
Oluwatobi Sofela
|
02a0cdd6fa
|
clippy: Fix dereferenced warnings (#31770)
|
2024-03-20 08:07:22 +00:00 |
|
Martin Robinson
|
5c1723c983
|
rustdoc: Fix many rustdoc errors (#31147)
This fixes many rustdoc errors that occur due to raw URLs in rustdoc
comments as well as unescaped Rust code that should be in backticks.
|
2024-01-22 13:13:48 +00:00 |
|
Samson
|
aad2dccc9c
|
Strict import formatting (grouping and granularity) (#30325)
* strict imports formatting
* Reformat all imports
|
2023-09-11 19:16:54 +00:00 |
|
Josh Matthews
|
cc07e27864
|
Rename reflect_dom_object2.
|
2023-05-31 23:03:32 -04:00 |
|
Josh Matthews
|
0e8ac3fdac
|
Formatting.
|
2023-05-28 23:54:02 -04:00 |
|
Josh Matthews
|
dbff26bce0
|
Support arbitrary protos when wrapping DOM objects with constructors.
|
2023-05-28 23:23:12 -04:00 |
|
YUAN LYU
|
3ea6d87bcc
|
Add trait DomObjectWrap to provide WRAP function
|
2020-03-20 22:16:56 -04:00 |
|
Kunal Mohan
|
f7db4b7f80
|
Modify script to prevent further violations of snake_case
|
2020-01-18 14:22:15 +05:30 |
|
Fernando Jiménez Moreno
|
35c4c35416
|
Fix metadata update
|
2019-11-20 13:34:31 +01:00 |
|
Fernando Jiménez Moreno
|
1ab65005ae
|
Set MediaMetadata MediaSession owner
|
2019-11-20 13:32:10 +01:00 |
|
Fernando Jiménez Moreno
|
4b5b4d19bf
|
MediaSession API DOM bindings
|
2019-11-20 13:32:10 +01:00 |
|