servo/components/script/dom
bors-servo 2e1c40ec36 Auto merge of #14441 - szeged:attribute-instance-map, r=jdm
Move the AttributeInstanceMaps from bluetooth to bluetoothDevice.

<!-- Please describe your changes on the following line: -->
The previous implementation differed from the spec, because there was three maps instead of one. With this, they will be merged into one.
Also this map has been moved from bluetooth to bluetoothDevice, because its make more sense to store it there. There is an issue about it [here](https://github.com/WebBluetoothCG/web-bluetooth/issues/330).

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

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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/14441)
<!-- Reviewable:end -->
2016-12-06 11:14:53 -08:00
..
bindings Make WebIDL static methods take a more specific global if possible 2016-11-30 23:23:42 +01:00
servoparser Make Element::prefix return an Option<&DOMString> 2016-12-01 11:55:12 +01:00
webgl_validations webgl: Fix up maximum size validation. 2016-10-23 17:46:10 -07:00
webidls Auto merge of #14454 - frewsxcv:named-browsing-context-tracking, r=Ms2ger 2016-12-04 13:11:04 -08:00
abstractworker.rs Remove dead error handling code. 2016-09-05 17:53:53 +02:00
abstractworkerglobalscope.rs implement related sw interface and register method 2016-06-02 04:09:39 +05:30
activation.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
attr.rs Make Attr::prefix return an Option<&Prefix> 2016-12-01 11:55:13 +01:00
beforeunloadevent.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
blob.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
bluetooth.rs Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice. 2016-12-02 12:50:53 +01:00
bluetoothadvertisingdata.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
bluetoothcharacteristicproperties.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
bluetoothdevice.rs Remove the unused get_context() function 2016-12-02 12:50:53 +01:00
bluetoothremotegattcharacteristic.rs Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice. 2016-12-02 12:50:53 +01:00
bluetoothremotegattdescriptor.rs Step annotations for WebBluetooth functions 2016-11-29 18:24:28 +01:00
bluetoothremotegattserver.rs Auto merge of #14441 - szeged:attribute-instance-map, r=jdm 2016-12-06 11:14:53 -08:00
bluetoothremotegattservice.rs Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice. 2016-12-02 12:50:53 +01:00
bluetoothuuid.rs Fix BluetoothUUID typo 2016-12-06 14:16:33 +01:00
browsingcontext.rs Update js, AGAIN 2016-11-27 12:19:19 +01:00
canvasgradient.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
canvaspattern.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
canvasrenderingcontext2d.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
characterdata.rs Revert "Make DOMRefCell use style’s copy of RefCell" 2016-10-04 18:35:01 +02:00
client.rs Initial work on job queues for service workers 2016-11-22 01:29:37 +05:30
closeevent.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
comment.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
console.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
create.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
crypto.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
css.rs Make WebIDL static methods take a more specific global if possible 2016-11-30 23:23:42 +01:00
cssfontfacerule.rs Make CSSRule always keep a pointer to its parent stylesheet 2016-11-28 16:50:38 +01:00
cssgroupingrule.rs Move Arc<RwLock<_>> out from CssRules tuple 2016-11-29 22:15:13 +11:00
csskeyframerule.rs Make CSSRule always keep a pointer to its parent stylesheet 2016-11-28 16:50:38 +01:00
csskeyframesrule.rs Silence a warning 2016-12-01 11:34:25 +01:00
cssmediarule.rs Implement MediaList interface 2016-12-02 23:46:40 +03:00
cssnamespacerule.rs Make CSSRule always keep a pointer to its parent stylesheet 2016-11-28 16:50:38 +01:00
cssrule.rs Make CSSRule always keep a pointer to its parent stylesheet 2016-11-28 16:50:38 +01:00
cssrulelist.rs Update to Rust 1.15.0-nightly (1c448574b 2016-11-28) 2016-11-29 21:19:25 +01:00
cssstyledeclaration.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
cssstylerule.rs Make CSSRule always keep a pointer to its parent stylesheet 2016-11-28 16:50:38 +01:00
cssstylesheet.rs Use stylesheet’s base URL and ns prefixes in CSSOM insert/appendRule. 2016-11-28 18:01:02 +01:00
cssviewportrule.rs Make CSSRule always keep a pointer to its parent stylesheet 2016-11-28 16:50:38 +01:00
customevent.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
dedicatedworkerglobalscope.rs Report errors using the top-level frame id rather than the pipeline id. 2016-11-17 18:08:24 -06:00
document.rs Properly mark application/xhtml+xml documents as XML 2016-12-01 11:55:16 +01:00
documentfragment.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
documenttype.rs Inline DOM element creation into box expressions in components/script/dom/ 2016-07-14 08:44:22 +02:00
domexception.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
domimplementation.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
dommatrix.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
dommatrixreadonly.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
domparser.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
dompoint.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
dompointreadonly.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
domquad.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
domrect.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
domrectlist.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
domrectreadonly.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
domstringmap.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
domtokenlist.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
element.rs Properly mark application/xhtml+xml documents as XML 2016-12-01 11:55:16 +01:00
errorevent.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
event.rs remove extra clones from dom event script 2016-11-05 13:43:27 -07:00
eventdispatcher.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
eventsource.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
eventtarget.rs Auto merge of #14246 - emilio:servo-url, r=SimonSapin 2016-11-17 15:34:47 -06:00
extendableevent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
extendablemessageevent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
file.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
filelist.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
filereader.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
filereadersync.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
focusevent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
forcetouchevent.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
formdata.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
globalscope.rs Update js, AGAIN 2016-11-27 12:19:19 +01:00
hashchangeevent.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
headers.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
history.rs Introduce GlobalScope::pipeline_id 2016-10-06 20:59:13 +02:00
htmlanchorelement.rs Remove redundant url clones 2016-11-18 12:39:22 +08:00
htmlappletelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlareaelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlaudioelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlbaseelement.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
htmlbodyelement.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
htmlbrelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlbuttonelement.rs Auto merge of #13969 - bbansalWolfPack:master, r=jdm 2016-11-25 06:49:44 -08:00
htmlcanvaselement.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
htmlcollection.rs Make Element::prefix return an Option<&DOMString> 2016-12-01 11:55:12 +01:00
htmldataelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmldatalistelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmldetailselement.rs Migrate EventTarget event firing functions to use Atoms. 2016-11-03 17:04:30 -04:00
htmldialogelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmldirectoryelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmldivelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmldlistelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlembedelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlfieldsetelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlfontelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlformcontrolscollection.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlformelement.rs Auto merge of #13969 - bbansalWolfPack:master, r=jdm 2016-11-25 06:49:44 -08:00
htmlframeelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlframesetelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlheadelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlheadingelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlhrelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlhtmlelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmliframeelement.rs Implement synchronous about:blank loading. 2016-11-30 11:26:35 +01:00
htmlimageelement.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
htmlinputelement.rs Auto merge of #13969 - bbansalWolfPack:master, r=jdm 2016-11-25 06:49:44 -08:00
htmllabelelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmllegendelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmllielement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmllinkelement.rs Implement StyleSheet.disabled. 2016-11-25 11:27:51 +08:00
htmlmapelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlmediaelement.rs Remove redundant url clones 2016-11-18 12:39:22 +08:00
htmlmetaelement.rs Move Arc<RwLock<_>> out from CssRules tuple 2016-11-29 22:15:13 +11:00
htmlmeterelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlmodelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlobjectelement.rs Auto merge of #13969 - bbansalWolfPack:master, r=jdm 2016-11-25 06:49:44 -08:00
htmlolistelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmloptgroupelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmloptionelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmloptionscollection.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmloutputelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlparagraphelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlparamelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlpreelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlprogresselement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlquoteelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlscriptelement.rs Implement document.write (fixes #3704) 2016-11-28 23:05:56 +01:00
htmlselectelement.rs Auto merge of #13969 - bbansalWolfPack:master, r=jdm 2016-11-25 06:49:44 -08:00
htmlsourceelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlspanelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlstyleelement.rs Implement StyleSheet.disabled. 2016-11-25 11:27:51 +08:00
htmltablecaptionelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltablecellelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltablecolelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltabledatacellelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltableelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltableheadercellelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltablerowelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltablesectionelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltemplateelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltextareaelement.rs Auto merge of #13969 - bbansalWolfPack:master, r=jdm 2016-11-25 06:49:44 -08:00
htmltimeelement.rs Add DateTime string attribute to Time 2016-11-27 14:09:54 -08:00
htmltitleelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmltrackelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlulistelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlunknownelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
htmlvideoelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
imagedata.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
keyboardevent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
location.rs Implement Location.replace 2016-11-18 12:38:12 +08:00
macros.rs Remove redundant url clones 2016-11-18 12:39:22 +08:00
mediaerror.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
medialist.rs Implement MediaList interface 2016-12-02 23:46:40 +03:00
mediaquerylist.rs Rename media_queries::MediaQueryList to MediaList 2016-11-08 13:09:31 +11:00
messageevent.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
mimetype.rs Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
mimetypearray.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
mod.rs Implement MediaList interface 2016-12-02 23:46:40 +03:00
mouseevent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
namednodemap.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
navigator.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
navigatorinfo.rs Move DOMString back to script 2016-05-24 10:54:57 +02:00
node.rs Refactor the locate a namespace algorithm 2016-12-01 11:55:14 +01:00
nodeiterator.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
nodelist.rs Replace script thread root browsing context by a collection of documents. 2016-11-08 10:48:58 -06:00
pagetransitionevent.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
performance.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
performancetiming.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
plugin.rs Use Option<T> to return from getters 2016-08-30 19:07:19 +02:00
pluginarray.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
popstateevent.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
processinginstruction.rs Move DOMString back to script 2016-05-24 10:54:57 +02:00
progressevent.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
promise.rs Initial work on job queues for service workers 2016-11-22 01:29:37 +05:30
promisenativehandler.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
radionodelist.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
range.rs Refactor fragment parsing 2016-12-01 11:55:06 +01:00
request.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
response.rs Implement range index with the Position enum on ServoUrl 2016-11-18 17:46:36 +08:00
screen.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
serviceworker.rs Initial work on job queues for service workers 2016-11-22 01:29:37 +05:30
serviceworkercontainer.rs Initial work on job queues for service workers 2016-11-22 01:29:37 +05:30
serviceworkerglobalscope.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
serviceworkerregistration.rs Initial work on job queues for service workers 2016-11-22 01:29:37 +05:30
storage.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
storageevent.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
stylesheet.rs Implement StyleSheet.disabled. 2016-11-25 11:27:51 +08:00
stylesheetlist.rs Support basic immutable CSSOM 2016-11-15 06:56:18 -08:00
svgelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
svggraphicselement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
svgsvgelement.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
testbinding.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
testbindingiterable.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
testbindingpairiterable.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
testbindingproxy.rs Use Option<T> to return from getters 2016-08-30 19:07:19 +02:00
testrunner.rs Webbluetooth Async behaviour 2016-11-08 13:27:56 +01:00
text.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
textdecoder.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
textencoder.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
touch.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
touchevent.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
touchlist.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
transitionevent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
treewalker.rs Remove extra spaces in function calls and declarations 2016-10-31 18:11:37 +01:00
uievent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
url.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
urlhelper.rs Initial work on job queues for service workers 2016-11-22 01:29:37 +05:30
urlsearchparams.rs Make URLSearchParams iterable. 2016-10-07 17:35:54 +02:00
userscripts.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
validation.rs html form validation initial steps with test html file, added stub methods, added code to handle validations 2016-11-23 22:46:57 -08:00
validitystate.rs Auto merge of #13969 - bbansalWolfPack:master, r=jdm 2016-11-25 06:49:44 -08:00
values.rs
virtualmethods.rs Update to string-cache 0.3 2016-11-03 16:23:05 +01:00
webglactiveinfo.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webglbuffer.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webglcontextevent.rs Make WebIDL constructors take a more specific global if possible (fixes #14071) 2016-11-30 23:23:41 +01:00
webglframebuffer.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webglobject.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webglprogram.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webglrenderbuffer.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webglrenderingcontext.rs Auto merge of #14075 - MortimerGoro:webgl-resize, r=MortimerGoro 2016-12-01 03:04:49 -08:00
webglshader.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webglshaderprecisionformat.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webgltexture.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
webgluniformlocation.rs Expose WebGL-related interfaces only in Window 2016-11-30 23:23:39 +01:00
websocket.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
window.rs Rename selector_impl.rs to selector_parser.rs 2016-11-20 15:30:37 +01:00
worker.rs script creates methods taking '*mut JSContext' unsafe 2016-11-14 11:06:17 +01:00
workerglobalscope.rs Update js. 2016-11-27 12:19:19 +01:00
workerlocation.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
workernavigator.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
xmldocument.rs Auto merge of #14246 - emilio:servo-url, r=SimonSapin 2016-11-17 15:34:47 -06:00
xmlhttprequest.rs Remove a pointless match block in XMLHttpRequest::initiate_async_xhr. 2016-12-05 13:58:52 -10:00
xmlhttprequesteventtarget.rs Introduce trait Castable 2015-10-21 11:37:16 +02:00
xmlhttprequestupload.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00