servo/components/script/dom/bindings
bors-servo fa82a6bbce Auto merge of #19397 - cbrewster:create_element_for_token, r=jdm,nox
Implement the create an element for token algorithm

<!-- Please describe your changes on the following line: -->

---
<!-- 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 #19392 and fix #19393 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19397)
<!-- Reviewable:end -->
2018-01-17 10:57:06 -06:00
..
codegen Fix tyvar_behind_raw_pointer warnings 2018-01-10 20:54:35 +01:00
callback.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
cell.rs Bump bitflags to 1.0 in every servo crate 2017-10-30 23:36:06 +01:00
constant.rs Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
conversions.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
error.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
guard.rs Removed util. 2016-12-14 18:04:37 -06:00
htmlconstructor.rs Fix tyvar_behind_raw_pointer warnings 2018-01-10 20:54:35 +01:00
inheritance.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
interface.rs Fix tyvar_behind_raw_pointer warnings 2018-01-10 20:54:35 +01:00
iterable.rs Fix tyvar_behind_raw_pointer warnings 2018-01-10 20:54:35 +01:00
mod.rs Moved function html_constructor() from interface.rs to new file htmlconstructor.rs 2017-11-16 13:06:50 +01:00
mozmap.rs Untry script 2017-06-18 13:21:49 +02:00
namespace.rs Remove usage of unstable features const_ptr_null and const_ptr_null_mut 2017-10-16 20:20:01 +02:00
nonnull.rs Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls. 2017-10-16 20:19:56 +02:00
num.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
proxyhandler.rs Fix tyvar_behind_raw_pointer warnings 2018-01-10 20:54:35 +01:00
refcounted.rs Do not trace Rust values when thread is shutting down. 2017-10-20 13:50:40 -04:00
reflector.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
root.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
settings_stack.rs Add a check for when the js execution stack is empty 2018-01-11 11:14:10 -05:00
str.rs implement range input sanitization 2018-01-17 16:27:21 +08:00
structuredclone.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
trace.rs Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender 2017-12-08 14:32:28 +01:00
utils.rs Fix tyvar_behind_raw_pointer warnings 2018-01-10 20:54:35 +01:00
weakref.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
xmlname.rs Untry script 2017-06-18 13:21:49 +02:00