servo/components/script/dom/bindings
Michael Rees 09041e77a0
Fix check in get_array_index_from_id to return early on ASCII char (#36136)
* fix: wrong ascii check in get_array_index_from_id

Signed-off-by: Michael Rees <mrees@noeontheend.com>

* Update WPT expectations

Signed-off-by: Michael Rees <mrees@noeontheend.com>

---------

Signed-off-by: Michael Rees <mrees@noeontheend.com>
2025-03-25 19:27:38 +00:00
..
buffer_source.rs Use explicit reborrows with mozjs::MutableHandle (#35892) 2025-03-23 01:23:52 +00:00
callback.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
cell.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
constructor.rs Set is value when constructing custom elements with the new operator (#35930) 2025-03-12 17:53:27 +00:00
conversions.rs Move CustomTraceable to script_bindings. (#35988) 2025-03-16 14:08:22 +00:00
error.rs feat: add CanGc argument to Error::to_jsval (#36014) 2025-03-17 22:29:41 +00:00
finalize.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
frozenarray.rs Use explicit reborrows with mozjs::MutableHandle (#35892) 2025-03-23 01:23:52 +00:00
function.rs Cleanups for future script crate split (#35987) 2025-03-16 13:46:14 +00:00
guard.rs api: Flatten and simplify Servo preferences (#34966) 2025-01-14 13:54:06 +00:00
import.rs Move CustomTraceable to script_bindings. (#35988) 2025-03-16 14:08:22 +00:00
inheritance.rs Move more foundational types to script_bindings (#35280) 2025-02-04 10:36:30 +00:00
interface.rs Use explicit reborrows with mozjs::MutableHandle (#35892) 2025-03-23 01:23:52 +00:00
iterable.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
like.rs Move more bindings types to script_bindings (#35620) 2025-02-23 14:25:46 +00:00
mod.rs Move CustomTraceable to script_bindings. (#35988) 2025-03-16 14:08:22 +00:00
namespace.rs Use explicit reborrows with mozjs::MutableHandle (#35892) 2025-03-23 01:23:52 +00:00
num.rs script: Limit public exports. (#34915) 2025-01-10 08:19:19 +00:00
principals.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
proxyhandler.rs Use explicit reborrows with mozjs::MutableHandle (#35892) 2025-03-23 01:23:52 +00:00
refcounted.rs refactor: add CanGc as argument to Promise::reject_error (#35646) 2025-02-25 10:12:58 +00:00
reflector.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
root.rs Move more bindings code to script_bindings (#35578) 2025-02-22 04:46:56 +00:00
serializable.rs Refactor common boilerplate out of serialize/transfer implementations (#35831) 2025-03-15 13:58:56 +00:00
settings_stack.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
str.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
structuredclone.rs Refactor common boilerplate out of serialize/transfer implementations (#35831) 2025-03-15 13:58:56 +00:00
trace.rs Move CustomTraceable to script_bindings. (#35988) 2025-03-16 14:08:22 +00:00
transferable.rs Refactor common boilerplate out of serialize/transfer implementations (#35831) 2025-03-15 13:58:56 +00:00
utils.rs Fix check in get_array_index_from_id to return early on ASCII char (#36136) 2025-03-25 19:27:38 +00:00
weakref.rs Move more bindings types to script_bindings (#35620) 2025-02-23 14:25:46 +00:00
xmlname.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00