| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
Previously, we had 'value' and 'this' locals, both storing a pointer to the
DOM object, for no good reason.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Add a stringifier to URLUtils (Location). (fixes #4605)
wpt metadata updates for #4605
|
| | |
|
| | |
|
| |
| |
| |
| | |
It is used as an index into an array.
|
| |
| |
| |
| | |
This is what the JSAPI expects.
|
| |
| |
| |
| | |
This is no longer required.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes #4800
|
| |
| |
| |
| | |
This should allow us to remove most type annotations in the DOM.
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
They are unused.
|
|\
| |
| |
| | |
#4571
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Note that the codegen uses the names of the Python fields to initialize the
Rust struct.
|
| |
|
|
|
|
| |
enumerate.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This used to conflict with the util crate from the standard library, which
has long since been removed.
The import in layout has not been changed because of a conflict with the
util mod there.
|
| |
|
|
|
|
| |
into_string has been removed from Rust.
|
|
|
|
| |
It is obsolete on Rust master.
|