servo/components/script/dom/bindings
bors-servo a087fee4b4 Auto merge of #17935 - cbrewster:ce_upgrades, r=jdm
Custom element upgrades

<!-- 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
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [X] 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/17935)
<!-- Reviewable:end -->
2017-08-09 17:22:28 -05:00
..
codegen Fix compartment mismatch issue 2017-08-09 14:36:14 -06:00
callback.rs Add way to get c_void ptr or c_char from caller 2017-04-04 16:46:52 -04:00
cell.rs Introduce PendingScript 2017-01-11 17:37:19 +01:00
constant.rs Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
conversions.rs Implemented paint worklets invoking worklet scripts. 2017-06-29 17:32:21 -05:00
error.rs Don't return early from report_pending_exception() if the value is an unexpected object. 2016-11-27 10:27:11 +01:00
guard.rs Removed util. 2016-12-14 18:04:37 -06:00
inheritance.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
interface.rs Track custom element state 2017-08-09 14:36:22 -06:00
iterable.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
js.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
mod.rs Implement the entry global. 2017-01-06 12:56:35 +01:00
mozmap.rs Untry script 2017-06-18 13:21:49 +02:00
namespace.rs Implement WebIDL namespaces 2016-09-08 11:01:34 +02:00
num.rs Use heapsize_derive instead of heapsize_plugin 2016-11-03 01:10:32 +01:00
proxyhandler.rs Make {get,ensure}_expando_object unsafe. 2017-02-07 11:44:38 +01:00
refcounted.rs Update Trusted<T> documentation 2017-08-09 16:57:32 +02:00
reflector.rs Replace inheritance_integrity by trait shenanigans 2017-02-15 22:11:20 +01:00
settings_stack.rs Perform a microtask checkpoint after executing classic scripts and callbacks. 2017-02-01 12:54:33 -05:00
str.rs Update cssparser to 0.18 2017-07-24 11:39:12 +02:00
structuredclone.rs Untry script 2017-06-18 13:21:49 +02:00
trace.rs Speculatively evaluate paint functions during style. 2017-07-31 13:02:28 -05:00
utils.rs Renamed BrowsingContext to WindowProxy in script. 2017-05-12 15:02:35 -05:00
weakref.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
xmlname.rs Untry script 2017-06-18 13:21:49 +02:00