Gregory Terzian
|
99add66f8e
|
dom: implement signal method on abort controller (#37217)
Part of https://github.com/servo/servo/issues/34866
The "Finish current stub for AbortController" item.
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
|
2025-06-02 13:20:57 +00:00 |
|
Gregory Terzian
|
8a808f89fd
|
dom: implement signal abort on controller and signal (#37192)
Part of https://github.com/servo/servo/issues/34866
Implement signal abort, and part of running abort steps.
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
|
2025-05-31 06:32:46 +00:00 |
|
Simon Wülker
|
3d320fa96a
|
Update rustfmt to the 2024 style edition (#35764)
* Use 2024 style edition
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* Reformat all code
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
---------
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
|
2025-03-03 11:26:53 +00:00 |
|
Josh Matthews
|
c94d909a86
|
script: Limit public exports. (#34915)
* script: Restrict reexport visibility of DOM types.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* script: Mass pub->pub(crate) conversion.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* script: Hide existing dead code warnings.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Formatting.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Fix clippy warnings.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Formatting.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Fix unit tests.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Fix clippy.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* More formatting.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
---------
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
|
2025-01-10 08:19:19 +00:00 |
|
Josh Matthews
|
bc2def0582
|
script: Add stub interface for AbortController. (#34519)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: syvb <me@iter.ca>
|
2024-12-10 07:31:04 +00:00 |
|
Samson
|
8bc49299c8
|
Revert "script: implement AbortController (#31361)" (#32243)
This reverts commit 7fce850cff.
|
2024-05-07 06:23:14 +00:00 |
|
Smitty
|
7fce850cff
|
script: implement AbortController (#31361)
* Implement AbortController
Signed-off-by: syvb <me@iter.ca>
* Update WPT tests
Signed-off-by: syvb <me@iter.ca>
* Address review comments
* Fix duplicate import generation
* Update WPT test expectations
* Change expectation to FAIL for flaky test
---------
Signed-off-by: syvb <me@iter.ca>
|
2024-05-04 15:00:01 +00:00 |
|