servo/components/script/dom
bors-servo 3e12af5815 Auto merge of #13755 - fhartwig:early-return, r=KiChjang
Invert conditional and return early from report_pending_exception

<!-- Please describe your changes on the following line: -->
Previously, almost the entire body of `report_pending_exception` was in a conditional branch. We now return early if the function body does not need to be executed.

---
<!-- 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
- [X] These changes fix #13746 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because they don't add any new functionality.

<!-- 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/13755)
<!-- Reviewable:end -->
2016-10-13 16:40:16 -05:00
..
bindings Auto merge of #13755 - fhartwig:early-return, r=KiChjang 2016-10-13 16:40:16 -05:00
servoparser Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
webgl_validations webgl: Refactor texture validations to take advantage of rust type system 2016-06-25 00:03:15 +02:00
webidls Auto merge of #13493 - scotttrinh:webgl-idl, r=jdm 2016-10-12 06:53:17 -05: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Move CSSStyleDeclaration.SetPropertyPriority logic to style 2016-10-10 16:48:23 +02:00
customevent.rs Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
dedicatedworkerglobalscope.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
document.rs Remove Document::load_async. 2016-10-13 11:10:32 +02:00
documentfragment.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
domtokenlist.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
element.rs Auto merge of #13640 - servo:CSSStyleDeclaration_in_style, r=mbrubeck 2016-10-12 14:21:34 -05: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 Make make_enumerated_getter prettier again. 2016-10-12 23:00:07 -04:00
htmlcanvaselement.rs Make WebGLRenderingContext::new take a &GlobalScope 2016-10-06 21:35:41 +02:00
htmlcollection.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
htmldetailselement.rs Make TaskSource::queue take a &GlobalScope 2016-10-06 21:35:52 +02:00
htmldialogelement.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 make_enumerated_getter prettier again. 2016-10-12 23:00:07 -04: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
htmlimageelement.rs Make make_enumerated_getter prettier again. 2016-10-12 23:00:07 -04:00
htmlinputelement.rs Make make_enumerated_getter prettier again. 2016-10-12 23:00:07 -04: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 make_enumerated_getter prettier again. 2016-10-12 23:00:07 -04: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
htmloutputelement.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
htmlselectelement.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
htmltablesectionelement.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Make make_enumerated_getter prettier again. 2016-10-12 23:00:07 -04: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
mimetypearray.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00
mod.rs Implement TransitionEvent 2016-10-11 12:47:17 -07: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
node.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
nodeiterator.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
nodelist.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 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 Pass a &GlobalScope to WebIDL static methods and constructors 2016-10-06 21:35:49 +02:00
processinginstruction.rs
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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
request.rs Fix Request's Headers to be cloned correctly 2016-10-12 12:49:02 -07: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
storage.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +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
transitionevent.rs Implement TransitionEvent 2016-10-11 12:47:17 -07:00
treewalker.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
validation.rs
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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02: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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
window.rs Setting a devtools timeline marker may fail, due to pipeline lookup failure. 2016-10-12 12:56:23 -05:00
worker.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +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 Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
xmlhttprequest.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
xmlhttprequesteventtarget.rs
xmlhttprequestupload.rs Make reflect_dom_object take a &GlobalScope 2016-10-06 20:59:09 +02:00