gecko-dev/servo/components/script
Cameron McCormack 7b5d5ddcea servo: Merge #14340 - implement StyleSheet.disabled (from heycam:sheet-disabled); r=Manishearth
<!-- Please describe your changes on the following line: -->

This implements the [CSSOM StyleSheet.disabled](https://drafts.csswg.org/cssom/#dom-stylesheet-disabled) IDL attribute.

---
<!-- 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
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: c1c3974fb2d8ca60f2837ccd7d2d3b345e440af8
2016-11-24 20:40:24 -08:00
..
docs servo: Merge #5745 - Move the DOM memory management blog post into the tree (from servo:gc); r=Manishearth 2015-10-29 21:29:22 +05:01
dom servo: Merge #14340 - implement StyleSheet.disabled (from heycam:sheet-disabled); r=Manishearth 2016-11-24 20:40:24 -08:00
task_source servo: Merge #13774 - Finish up the implementation of EventSource (from KiChjang:event-source-constructor); r=jdm 2016-11-12 08:08:38 -06:00
body.rs servo: Merge #13596 - Get rid of dom::bindings::global (from nox:inline); r=Ms2ger 2016-10-07 07:52:09 -05:00
build.rs servo: Merge #11756 - MSVC support for Servo, and CMake builds for native code (from vvuk:servo-msvc); r=larsbergstrom 2016-08-17 13:22:52 -05:00
Cargo.toml servo: Merge #14286 - Update to webrender 0.10.0 (from gterzian:update_canvas_with_offscreen_context); r=jdm 2016-11-24 12:29:52 -08:00
clipboard_provider.rs servo: Merge #11270 - Remove ConstellationChan (from servo:ConstellationChan); r=asajeffrey 2016-05-19 12:38:26 -07:00
CMakeLists.txt servo: Merge #13410 - Fix doc build by resurrecting generation of supported DOM APIs.h (from jdm:doc_fix); r=Ms2ger 2016-09-26 23:33:53 -05:00
devtools.rs servo: Merge #14013 - Script thread with no root document (from asajeffrey:script-thread-no-root-document); r=jdm 2016-11-08 11:31:33 -06:00
document_loader.rs servo: Merge #14246 - Urlmageddon (from emilio:servo-url); r=SimonSapin 2016-11-17 15:34:47 -06:00
fetch.rs servo: Merge #14246 - Urlmageddon (from emilio:servo-url); r=SimonSapin 2016-11-17 15:34:47 -06:00
layout_wrapper.rs servo: Merge #14320 - Update to selectors 0.15 (from servo:selectorsup); r=nox 2016-11-22 10:44:03 -06:00
lib.rs servo: Merge #13574 - Implement job queue for ServiceWorkerRegistration (from creativcoder:job-iface); r=jdm 2016-11-21 14:52:02 -06:00
mem.rs servo: Merge #9622 - Bump heapsize to 0.3 (from nox:heapsize); r=ecoal95 2016-02-13 18:21:41 +05:01
network_listener.rs servo: Merge #13774 - Finish up the implementation of EventSource (from KiChjang:event-source-constructor); r=jdm 2016-11-12 08:08:38 -06:00
origin.rs servo: Merge #14246 - Urlmageddon (from emilio:servo-url); r=SimonSapin 2016-11-17 15:34:47 -06:00
script_runtime.rs servo: Merge #13596 - Get rid of dom::bindings::global (from nox:inline); r=Ms2ger 2016-10-07 07:52:09 -05:00
script_thread.rs servo: Merge #14344 - Script thread creating layout thread should use the incomplete loads (from asajeffrey:script-thread-new-layout-use-incomplete-loads); r=jdm 2016-11-24 04:57:50 -08:00
serviceworker_manager.rs servo: Merge #14246 - Urlmageddon (from emilio:servo-url); r=SimonSapin 2016-11-17 15:34:47 -06:00
serviceworkerjob.rs servo: Merge #13574 - Implement job queue for ServiceWorkerRegistration (from creativcoder:job-iface); r=jdm 2016-11-21 14:52:02 -06:00
textinput.rs servo: Merge #14184 - Return KeyReaction::Nothing for a Tab event (from jmcomets:tab-no-default-action); r=metajack 2016-11-12 09:58:29 -06:00
timers.rs servo: Merge #13774 - Finish up the implementation of EventSource (from KiChjang:event-source-constructor); r=jdm 2016-11-12 08:08:38 -06:00
unpremultiplytable.rs servo: Merge #8086 - add (un)premultiply tables for canvas {Get,Put}ImageData operations (from froydnj:premultiply-tables); r=jdm 2015-10-21 17:48:49 -06:00
webdriver_handlers.rs servo: Merge #13418 - Make document url mutable and implement location.replace() (from stshine:location-replace); r=KiChjang 2016-11-20 02:27:54 -06:00