diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-02-28 11:43:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 11:43:55 -0500 |
commit | 134d1f9f317ab5e1aa655c651cc2c88418f55379 (patch) | |
tree | ad24bdefe16c26c5d767b3591dc0225f5f36d1ab /components/script/dom/bindings/codegen/parser/tests | |
parent | 756cf66cd2f134edf4b3a14226a3028650af9379 (diff) | |
parent | 007a6cd05083c16abb0d0b129fe0dc7544530cda (diff) | |
download | servo-134d1f9f317ab5e1aa655c651cc2c88418f55379.tar.gz servo-134d1f9f317ab5e1aa655c651cc2c88418f55379.zip |
Auto merge of #25428 - pshaughn:livebyname, r=jdm
make Document.getElementsByName a live collection
Another new case for NodeList; this and the labels live collection in #25424 are in the pipeline simultaneously, so one of them will need a merge resolution when the other one lands.
Iterating over many same-named elements is potentially slower than it has to be, since getting the nth element from the live view always starts from the start of the tree.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #25147
<!-- Either: -->
- [X] There are tests for these changes
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/tests')
0 files changed, 0 insertions, 0 deletions