servo/components/script/dom
Simon Sapin aa15dc269f Remove use of unstable box syntax.
http://www.robohornet.org gives a score of 101.36 on master,
and 102.68 with this PR. The latter is slightly better,
but probably within noise level.
So it looks like this PR does not affect DOM performance.

This is expected since `Box::new` is defined as:

```rust
impl<T> Box<T> {
    #[inline(always)]
    pub fn new(x: T) -> Box<T> {
        box x
    }
}
```

With inlining, it should compile to the same as box syntax.
2017-10-16 17:16:20 +02:00
..
bindings Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
servoparser Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webgl_extensions Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webgl_validations Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
webidls Remove cssText from CSSStyleValue 2017-10-11 16:21:29 -04:00
abstractworker.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
abstractworkerglobalscope.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
activation.rs Combine ReflowGoal and ReflowQueryType 2017-09-30 16:06:48 +02:00
attr.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
beforeunloadevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
blob.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetooth.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothadvertisingevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothcharacteristicproperties.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothdevice.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothpermissionresult.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothremotegattcharacteristic.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothremotegattdescriptor.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothremotegattserver.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothremotegattservice.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
bluetoothuuid.rs
canvasgradient.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
canvaspattern.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
canvasrenderingcontext2d.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
characterdata.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
client.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
closeevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
comment.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
compositionevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
console.rs
create.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
crypto.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
css.rs Devirtualize CSS error reporting. 2017-08-24 10:41:06 -07:00
cssconditionrule.rs
cssfontfacerule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssgroupingrule.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
cssimportrule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
csskeyframerule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
csskeyframesrule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssmediarule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssnamespacerule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssrule.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
cssrulelist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssstyledeclaration.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssstylerule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssstylesheet.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssstylevalue.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
csssupportsrule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
cssviewportrule.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
customelementregistry.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
customevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
dedicatedworkerglobalscope.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
dissimilaroriginlocation.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
dissimilaroriginwindow.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
document.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
documentfragment.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
documenttype.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domexception.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domimplementation.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
dommatrix.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
dommatrixreadonly.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domparser.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
dompoint.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
dompointreadonly.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domquad.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domrect.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domrectreadonly.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domstringmap.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
domtokenlist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
element.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
errorevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
event.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
eventsource.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
eventtarget.rs Implement EventListenerOptions for EventTarget 2017-09-30 02:12:35 +02:00
extendableevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
extendablemessageevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
file.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
filelist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
filereader.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
filereadersync.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
focusevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
forcetouchevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
formdata.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
gamepad.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
gamepadbutton.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
gamepadbuttonlist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
gamepadevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
gamepadlist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
globalscope.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
hashchangeevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
headers.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
history.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlanchorelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlappletelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlareaelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlaudioelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlbaseelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlbodyelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlbrelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlbuttonelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlcanvaselement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlcollection.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmldataelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmldatalistelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmldetailselement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmldialogelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmldirectoryelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmldivelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmldlistelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlembedelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlfieldsetelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlfontelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlformcontrolscollection.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlformelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlframeelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlframesetelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlheadelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlheadingelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlhrelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlhtmlelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmliframeelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlimageelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlinputelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmllabelelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmllegendelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmllielement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmllinkelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlmapelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlmediaelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlmetaelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlmeterelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlmodelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlobjectelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlolistelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmloptgroupelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmloptionelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmloptionscollection.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmloutputelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlparagraphelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlparamelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlpreelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlprogresselement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlquoteelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlscriptelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlselectelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlsourceelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlspanelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlstyleelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltablecaptionelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltablecellelement.rs Rename LayoutJS<T> to LayoutDom<T> 2017-09-26 09:49:04 +02:00
htmltablecolelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltabledatacellelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltableelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltableheadercellelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltablerowelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltablesectionelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltemplateelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltextareaelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltimeelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltitleelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmltrackelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlulistelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlunknownelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
htmlvideoelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
imagedata.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
inputevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
keyboardevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
location.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
macros.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
mediaerror.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
medialist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
mediaquerylist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
mediaquerylistevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
messageevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
mimetype.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
mimetypearray.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
mod.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
mouseevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
mutationobserver.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
mutationrecord.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
namednodemap.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
navigator.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
navigatorinfo.rs First step toward iOS Support 2017-08-23 17:16:30 +02:00
node.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
nodeiterator.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
nodelist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
pagetransitionevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
paintrenderingcontext2d.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
paintsize.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
paintworkletglobalscope.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
performance.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
performanceentry.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
performancemark.rs User Timing API 2017-09-06 13:33:30 +02:00
performancemeasure.rs User Timing API 2017-09-06 13:33:30 +02:00
performanceobserver.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
performanceobserverentrylist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
performancepainttiming.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
performancetiming.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
permissions.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
permissionstatus.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
plugin.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
pluginarray.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
popstateevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
processinginstruction.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
progressevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
promise.rs Make Promise::new_resolved unsafe 2017-09-22 14:18:32 +02:00
promisenativehandler.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
radionodelist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
range.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
request.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
response.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
screen.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
serviceworker.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
serviceworkercontainer.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
serviceworkerglobalscope.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
serviceworkerregistration.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
storage.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
storageevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
stylepropertymapreadonly.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
stylesheet.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
stylesheetlist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
svgelement.rs
svggraphicselement.rs
svgsvgelement.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
testbinding.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
testbindingiterable.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
testbindingpairiterable.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
testbindingproxy.rs
testrunner.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
testworklet.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
testworkletglobalscope.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
text.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
textdecoder.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
textencoder.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
touch.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
touchevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
touchlist.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
transitionevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
treewalker.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
uievent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
url.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
urlhelper.rs
urlsearchparams.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
userscripts.rs
validation.rs
validitystate.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
values.rs
virtualmethods.rs Implement the error path for source children of media elements 2017-09-25 00:35:35 +02:00
vr.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vrdisplay.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vrdisplaycapabilities.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vrdisplayevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vreyeparameters.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vrfieldofview.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vrframedata.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vrpose.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
vrstageparameters.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglactiveinfo.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglbuffer.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglcontextevent.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglframebuffer.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglobject.rs
webglprogram.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglrenderbuffer.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglrenderingcontext.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglshader.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webglshaderprecisionformat.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webgltexture.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
webgluniformlocation.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
websocket.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
window.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
windowproxy.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
worker.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
workerglobalscope.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
workerlocation.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
workernavigator.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
worklet.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
workletglobalscope.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
xmldocument.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
xmlhttprequest.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00
xmlhttprequesteventtarget.rs Use absolute paths in the event handlers macros 2017-09-01 11:54:09 +02:00
xmlhttprequestupload.rs Remove use of unstable box syntax. 2017-10-16 17:16:20 +02:00