servo/components/script/dom/bindings
bors-servo bbfe38e35f Auto merge of #13134 - servo:archery, r=emilio
Add lots of Arc’s in style, and prepare for using DOMRefCell

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

`DOMRefCell` usage is not there year because of thread-safety questions, but I have this much already that I’d like to land before it bitrots.

r? @emilio

---
<!-- 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: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require new tests because refactor

<!-- 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/13134)
<!-- Reviewable:end -->
2016-08-31 16:30:56 -05:00
..
codegen Use Option<T> to return from getters 2016-08-30 19:07:19 +02:00
callback.rs Remove the JSAutoCompartment from report_pending_exception. 2016-08-26 17:59:31 +02:00
conversions.rs Remove the throw_type_error call from FromJSValConvertible::from_jsval. 2016-08-24 15:15:40 +02:00
error.rs Remove the JSAutoCompartment from report_pending_exception. 2016-08-26 17:59:31 +02:00
global.rs Add cancellability to file manager load and related refactoring 2016-08-02 23:51:51 +02:00
guard.rs Refactor util::prefs operations to be methods on static struct. 2016-07-02 16:43:39 -04:00
inheritance.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
interface.rs Define interface members on the global object directly (fixes #4593) 2016-08-25 14:29:16 +02:00
iterable.rs Compile WebIDL return type "object" to NonZero<*mut JSObject> 2016-08-30 19:07:13 +02:00
js.rs Move thread_state to style. 2016-08-22 16:08:56 +02:00
mod.rs Move DOMRefCell to style. 2016-08-31 02:34:05 +02:00
num.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
proxyhandler.rs Check for shadowing properties on DOM proxies. Fixes #12357. 2016-08-25 00:11:39 -04:00
refcounted.rs Remove mutex from Trusted 2016-08-29 11:56:28 +02:00
reflector.rs Add global default method for Reflectable trait 2016-01-11 20:23:47 -05:00
str.rs Auto merge of #12467 - jeenalee:jeena-headersAPI, r=jdm 2016-07-20 16:24:48 -05:00
structuredclone.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
trace.rs Move DOMRefCell to style. 2016-08-31 02:34:05 +02:00
utils.rs Make DOMJSClass use JSClass instead of Class (fixes #13031) 2016-08-26 22:31:09 +02:00
weakref.rs Removed unused imports 2016-05-15 22:24:26 +03:00
xmlname.rs Move DOMString back to script 2016-05-24 10:54:57 +02:00