mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally. |
||
---|---|---|
.. | ||
dom | ||
html | ||
Cargo.toml | ||
cors.rs | ||
layout_interface.rs | ||
lib.rs | ||
makefile.cargo | ||
page.rs | ||
script_task.rs |