servo/components/script/dom
bors-servo aab9d61025 Auto merge of #13665 - anholt:webgl-uniform-matrix-v, r=emilio
webgl: Implement uniformMatrix*fv.

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

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

These new functions are derived from the existing uniform*fv
functions.  They get used in a lot of demo code, so it should greatly
improve our compatibility.

This regresses uniformMatrixBadArgs.html, which gets at an existing
problem in our uniform matrix support (failure to validate
that the uniform is a matrix before calling down) but previously just
failed because it only called the 'fv' variants and never the existing
'f' variants.

<!-- 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/13665)
<!-- Reviewable:end -->
2016-10-10 03:15:10 -05:00
..
bindings Auto merge of #13649 - servo:rustup, r=larsbergstrom 2016-10-09 20:12:38 -05:00
webgl_validations webgl: Refactor texture validations to take advantage of rust type system 2016-06-25 00:03:15 +02:00
webidls webgl: Implement uniformMatrix*fv. 2016-10-09 15:49:59 -07: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 One last refactoring before fixing 2016-09-18 05:57:24 -05:00
attr.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
beforeunloadevent.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
blob.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
bluetooth.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02: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 Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
bluetoothremotegattcharacteristic.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
bluetoothremotegattdescriptor.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
bluetoothremotegattserver.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
bluetoothremotegattservice.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
bluetoothuuid.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
browsingcontext.rs Introduce GlobalScope::pipeline_id 2016-10-06 20:59:13 +02: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 Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
characterdata.rs Revert "Make DOMRefCell use style’s copy of RefCell" 2016-10-04 18:35:01 +02:00
client.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
closeevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
comment.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
console.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
create.rs add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element 2016-10-06 18:22:53 +03:00
crypto.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
css.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
cssstyledeclaration.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
customevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
dedicatedworkerglobalscope.rs Remove GlobalRoot and GlobalRef 2016-10-06 21:36:00 +02:00
document.rs Send touch events to root pipeline, and allow forwarding to iframes. 2016-10-08 06:00:00 +10:00
documentfragment.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02: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 Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02: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 Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02: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 Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
domtokenlist.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
element.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
errorevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
event.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
eventdispatcher.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
eventsource.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
eventtarget.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
extendableevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
extendablemessageevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02: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 Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
filereadersync.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
focusevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
forcetouchevent.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
formdata.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
globalscope.rs Remove GlobalRoot and GlobalRef 2016-10-06 21:36:00 +02:00
hashchangeevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02: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 Bring referrer policy delivery to <a> and <link> via rel attribute 2016-09-20 21:17:37 +08:00
htmlappletelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlareaelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlaudioelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlbaseelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlbodyelement.rs Introduce GlobalScope::constellation_chan 2016-10-06 20:59:12 +02:00
htmlbrelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlbuttonelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlcanvaselement.rs Make WebGLRenderingContext::new take a &GlobalScope 2016-10-06 21:35:41 +02:00
htmlcollection.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
htmldataelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmldatalistelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmldetailselement.rs Make TaskSource::queue take a &GlobalScope 2016-10-06 21:35:52 +02:00
htmldialogelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmldirectoryelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmldivelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmldlistelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlembedelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlfieldsetelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlfontelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlformcontrolscollection.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
htmlformelement.rs Make TaskSource::queue take a &GlobalScope 2016-10-06 21:35:52 +02:00
htmlframeelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlframesetelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlheadelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlheadingelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlhrelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlhtmlelement.rs Inline DOM element creation into box expressions in components/script/dom/ 2016-07-14 08:44:22 +02:00
htmliframeelement.rs IFrame elements now manage FrameIds rather than the constellation. 2016-10-07 14:11:32 -05:00
htmlimageelement.rs Make TaskSource::queue take a &GlobalScope 2016-10-06 21:35:52 +02:00
htmlinputelement.rs Introduce GlobalScope::resource_threads 2016-10-06 21:35:46 +02:00
htmllabelelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmllegendelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmllielement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmllinkelement.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
htmlmapelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlmediaelement.rs Make TaskSource::queue take a &GlobalScope 2016-10-06 21:35:52 +02:00
htmlmetaelement.rs Make script build without impl<T: HeapSizeOf> HeapSizeOf for Arc<T>. 2016-10-04 13:45:58 +02:00
htmlmeterelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlmodelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlobjectelement.rs Make script build without impl<T: HeapSizeOf> HeapSizeOf for Arc<T>. 2016-10-04 13:45:58 +02:00
htmlolistelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmloptgroupelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmloptionelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmloptionscollection.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
htmloutputelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlparagraphelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlparamelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlpreelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlprogresselement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlquoteelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlscriptelement.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
htmlselectelement.rs implement HTMLOptionsCollection and add related items to HTMLSelectElement 2016-09-26 21:49:10 +03:00
htmlsourceelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlspanelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlstyleelement.rs Make script build without impl<T: HeapSizeOf> HeapSizeOf for Arc<T>. 2016-10-04 13:45:58 +02:00
htmltablecaptionelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltablecellelement.rs Stop re-exporting AttrValue. 2016-06-07 13:15:23 +02:00
htmltablecolelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltabledatacellelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltableelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltableheadercellelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltablerowelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltablesectionelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltemplateelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltextareaelement.rs Introduce GlobalScope::constellation_chan 2016-10-06 20:59:12 +02:00
htmltimeelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltitleelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmltrackelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlulistelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlunknownelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
htmlvideoelement.rs Most of the code refactoring needed to be done is done with this commit. 2016-09-18 03:41:16 -05:00
imagedata.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
keyboardevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
location.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
macros.rs adding macro to return string or url, 2016-09-27 09:33:11 -07:00
mediaerror.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
messageevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02: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 Auto merge of #13589 - splav:SVGElement#12974, r=pcwalton,Ms2ger 2016-10-07 17:40:13 -05:00
mouseevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
namednodemap.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02: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 Auto merge of #13589 - splav:SVGElement#12974, r=pcwalton,Ms2ger 2016-10-07 17:40:13 -05:00
nodeiterator.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
nodelist.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
pagetransitionevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
performance.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
performancetiming.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +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 Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
processinginstruction.rs Move DOMString back to script 2016-05-24 10:54:57 +02:00
progressevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
promise.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
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 Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
request.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
response.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
screen.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
serviceworker.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
serviceworkercontainer.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
serviceworkerglobalscope.rs Remove GlobalRoot and GlobalRef 2016-10-06 21:36:00 +02:00
serviceworkerregistration.rs Make create_scope_things take a &GlobalScope 2016-10-06 21:35:48 +02:00
servohtmlparser.rs Introduce GlobalScope::time_profiler_chan 2016-10-06 20:59:12 +02:00
servoxmlparser.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
storage.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
storageevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
stylesheet.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
stylesheetlist.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
svgelement.rs add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element 2016-10-06 18:22:53 +03:00
svggraphicselement.rs add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element 2016-10-06 18:22:53 +03:00
svgsvgelement.rs add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element 2016-10-06 18:22:53 +03:00
testbinding.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02: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
text.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
textdecoder.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
textencoder.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02: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
treewalker.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
uievent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
url.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
urlhelper.rs Made fixes for PR. 2016-09-18 07:12:39 -05:00
urlsearchparams.rs Make URLSearchParams iterable. 2016-10-07 17:35:54 +02:00
userscripts.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
validation.rs Implement initial pieces of form validation. 2016-03-24 09:07:38 -04:00
validitystate.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
values.rs
virtualmethods.rs add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element 2016-10-06 18:22:53 +03:00
webglactiveinfo.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webglbuffer.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webglcontextevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
webglframebuffer.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webglobject.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webglprogram.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
webglrenderbuffer.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webglrenderingcontext.rs webgl: Implement uniformMatrix*fv. 2016-10-09 15:49:59 -07:00
webglshader.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webglshaderprecisionformat.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webgltexture.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
webgluniformlocation.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
websocket.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
window.rs Remove GlobalRoot and GlobalRef 2016-10-06 21:36:00 +02:00
worker.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02:00
workerglobalscope.rs Make the closure in flush_promise_jobs return a Root<GlobalScope> 2016-10-06 21:35:59 +02:00
workerlocation.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
workernavigator.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
xmldocument.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
xmlhttprequest.rs Rename Reflectable::global_scope to global 2016-10-06 21:36:41 +02: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