servo/components/script/dom
bors-servo e6099b4364 Auto merge of #18617 - TheDan64:master, r=KiChjang
Removed integrity check and test for no-cors requests

Removed Step 30.2 which raised a JS TypeError if the integrity metadata was not empty. I manually ran `new Request("", {"mode" : "no-cors", "integrity" : "not an empty string"});` in servo to validate that the exception no longer arose.

---
<!-- 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 #18345
- [x] These changes do not require tests because according to the ticket "Unfortunately, there's no automated test available for this yet because we are having trouble updating our copy of the upstream tests. "

<!-- 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/18617)
<!-- Reviewable:end -->
2017-09-25 19:15:26 -05:00
..
bindings Use more named string interpolation. 2017-09-25 16:11:49 -04:00
servoparser Implement size_hint for more iterators. 2017-09-13 20:29:27 -04:00
webgl_extensions Fix texture_float and texture_half_float detection on some GPUs 2017-09-05 18:24:59 +02:00
webgl_validations order derivable traits lists 2017-08-23 21:38:44 +02:00
webidls Return a promise from HTMLMediaElement::Play 2017-09-23 12:01:43 +02:00
abstractworker.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
abstractworkerglobalscope.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
activation.rs Remove intrinsic Root::r() 2016-10-11 19:44:32 +02:00
attr.rs Handle exceptions during upgrades 2017-08-09 14:36:20 -06:00
beforeunloadevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
blob.rs Audit usages of unicode case-changing methods. 2017-07-26 23:44:01 +00:00
bluetooth.rs Remove JSContext argument from AsyncBluetoothListener::handle_response 2017-09-22 13:56:31 +02:00
bluetoothadvertisingevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
bluetoothcharacteristicproperties.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
bluetoothdevice.rs Remove JSContext argument from AsyncBluetoothListener::handle_response 2017-09-22 13:56:31 +02:00
bluetoothpermissionresult.rs Remove JSContext argument from AsyncBluetoothListener::handle_response 2017-09-22 13:56:31 +02:00
bluetoothremotegattcharacteristic.rs Remove JSContext argument from AsyncBluetoothListener::handle_response 2017-09-22 13:56:31 +02:00
bluetoothremotegattdescriptor.rs Remove JSContext argument from AsyncBluetoothListener::handle_response 2017-09-22 13:56:31 +02:00
bluetoothremotegattserver.rs Remove JSContext argument from AsyncBluetoothListener::handle_response 2017-09-22 13:56:31 +02:00
bluetoothremotegattservice.rs Remove JSContext argument from AsyncBluetoothListener::handle_response 2017-09-22 13:56:31 +02:00
bluetoothuuid.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
canvasgradient.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
canvaspattern.rs Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" 2017-08-16 23:23:18 +02:00
canvasrenderingcontext2d.rs Implement Ellipse Canvas 2D API 2017-09-01 16:04:06 -07:00
characterdata.rs Replace downcast with is 2017-08-02 21:51:17 +02:00
client.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
closeevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
comment.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
compositionevent.rs Add CompositionEvent bindings 2017-08-22 12:03:29 +02:00
console.rs Hold stderr lock when using stdout through Console APIs. 2017-06-16 17:55:25 -04:00
create.rs Track custom element state 2017-08-09 14:36:22 -06:00
crypto.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
css.rs Devirtualize CSS error reporting. 2017-08-24 10:41:06 -07:00
cssconditionrule.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
cssfontfacerule.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
cssgroupingrule.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
cssimportrule.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
csskeyframerule.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
csskeyframesrule.rs Update cssparser to 0.18 2017-07-24 11:39:12 +02:00
cssmediarule.rs stylo: Error reporting for unknown media features 2017-09-08 12:48:50 +02:00
cssnamespacerule.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
cssrule.rs style: Implement parsing/serialization for @font-feature-values rule 2017-07-27 13:37:57 -07:00
cssrulelist.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
cssstyledeclaration.rs Use SmallBitVec for important flags in PDB 2017-09-11 06:53:05 -07:00
cssstylerule.rs Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) 2017-08-15 14:10:44 +02:00
cssstylesheet.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
cssstylevalue.rs Implement drawing an image from a CSS style value into a canvas. 2017-07-21 16:39:11 -05:00
csssupportsrule.rs Devirtualize CSS error reporting. 2017-08-24 10:41:06 -07:00
cssviewportrule.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
customelementregistry.rs Make Promise::reject_native sound 2017-09-21 16:19:29 +02:00
customevent.rs removing mutHeapJs references 2017-03-07 17:37:44 +08:00
dedicatedworkerglobalscope.rs Use task! to forward unhandled errors to worker objects 2017-09-18 09:59:18 +02:00
dissimilaroriginlocation.rs Fix various build warnings 2017-04-24 22:54:06 -07:00
dissimilaroriginwindow.rs Store microtask queues in their global (fixes #18467) 2017-09-13 15:02:45 +02:00
document.rs Rename Document::mut_loader to loader_mut 2017-09-25 12:32:34 +02:00
documentfragment.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
documenttype.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domexception.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
domimplementation.rs Support is option when creating elements 2017-06-23 21:09:55 -06:00
dommatrix.rs Bump euclid to 0.14. 2017-06-14 16:00:59 +02:00
dommatrixreadonly.rs Bump euclid to 0.14. 2017-06-14 16:00:59 +02:00
domparser.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
dompoint.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
dompointreadonly.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domquad.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domrect.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domrectreadonly.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domstringmap.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
domtokenlist.rs Only run update steps if token was found 2017-08-15 14:44:16 -05:00
element.rs Auto merge of #18600 - servo:promises, r=<try> 2017-09-22 07:36:38 -05:00
errorevent.rs removing mutHeapJs references 2017-03-07 17:37:44 +08:00
event.rs Derive the Default trait for dictionaries containing GC values. 2017-09-25 16:10:58 -04:00
eventsource.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
eventtarget.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
extendableevent.rs Derive the Default trait for dictionaries containing GC values. 2017-09-25 16:10:58 -04:00
extendablemessageevent.rs Fix unsafe Heap constructor usage in DOM objects 2017-05-04 01:07:23 +02:00
file.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
filelist.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
filereader.rs Remove almost all uses of Heap::new. 2017-09-25 16:11:49 -04:00
filereadersync.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
focusevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
forcetouchevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
formdata.rs Upgrade to html5ever 0.16 2017-05-02 19:24:28 +02:00
gamepad.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
gamepadbutton.rs Implement Gamepad API 2017-04-12 15:43:14 +02:00
gamepadbuttonlist.rs Implement Gamepad API 2017-04-12 15:43:14 +02:00
gamepadevent.rs Implement Gamepad API 2017-04-12 15:43:14 +02:00
gamepadlist.rs Implement Gamepad API 2017-04-12 15:43:14 +02:00
globalscope.rs Clean up GlobalScope::report_an_error 2017-09-18 09:44:52 +02:00
hashchangeevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
headers.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
history.rs make use of ScriptToConstellationChan 2017-08-15 08:22:09 +02:00
htmlanchorelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlappletelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlareaelement.rs Utilize match_ignore_ascii_case! in more places. 2017-07-29 09:58:09 +00:00
htmlaudioelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlbaseelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlbodyelement.rs Use absolute paths in the event handlers macros 2017-09-01 11:54:09 +02:00
htmlbrelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlbuttonelement.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmlcanvaselement.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmlcollection.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmldataelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmldatalistelement.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmldetailselement.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
htmldialogelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmldirectoryelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmldivelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmldlistelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlelement.rs Use absolute paths in the event handlers macros 2017-09-01 11:54:09 +02:00
htmlembedelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlfieldsetelement.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmlfontelement.rs Rename VirtualMethods::attribute_is_mapped 2017-09-07 18:46:53 +02:00
htmlformcontrolscollection.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
htmlformelement.rs Auto merge of #18059 - sendilkumarn:mito, r=nox 2017-09-21 13:20:29 -05:00
htmlframeelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlframesetelement.rs Use absolute paths in the event handlers macros 2017-09-01 11:54:09 +02:00
htmlheadelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlheadingelement.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmlhrelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlhtmlelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmliframeelement.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
htmlimageelement.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
htmlinputelement.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmllabelelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmllegendelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmllielement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmllinkelement.rs script: Fix stylesheet adoption. 2017-09-13 17:11:24 +02:00
htmlmapelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlmediaelement.rs Decouple media load blockers from their resource URL 2017-09-25 13:04:52 +02:00
htmlmetaelement.rs Preserve sourceURL comment on style sheets 2017-09-14 12:39:18 -06:00
htmlmeterelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlmodelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlobjectelement.rs Replace all uses of the style::stylearc alias with servo_arc. 2017-07-19 09:29:05 +02:00
htmlolistelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmloptgroupelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmloptionelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmloptionscollection.rs Untry script 2017-06-18 13:21:49 +02:00
htmloutputelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlparagraphelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlparamelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlpreelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlprogresselement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlquoteelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlscriptelement.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
htmlselectelement.rs Implement size_hint for more iterators. 2017-09-13 20:29:27 -04:00
htmlsourceelement.rs Implement the error path for source children of media elements 2017-09-25 00:35:35 +02:00
htmlspanelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlstyleelement.rs script: Fix stylesheet adoption. 2017-09-13 17:11:24 +02:00
htmltablecaptionelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltablecellelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltablecolelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltabledatacellelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltableelement.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
htmltableheadercellelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltablerowelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltablesectionelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltemplateelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltextareaelement.rs make use of ScriptToConstellationChan 2017-08-15 08:22:09 +02:00
htmltimeelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltitleelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmltrackelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlulistelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlunknownelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
htmlvideoelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
imagedata.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
inputevent.rs Implement the InputEvent 2017-07-06 19:37:55 +02:00
keyboardevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
location.rs Untry script 2017-06-18 13:21:49 +02:00
macros.rs User Timing API 2017-09-06 13:33:30 +02:00
mediaerror.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
medialist.rs stylo: Error reporting for unknown media features 2017-09-08 12:48:50 +02:00
mediaquerylist.rs Use absolute paths in the event handlers macros 2017-09-01 11:54:09 +02:00
mediaquerylistevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
messageevent.rs Fix unsafe Heap constructor usage in DOM objects 2017-05-04 01:07:23 +02:00
mimetype.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
mimetypearray.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
mod.rs User Timing API 2017-09-06 13:33:30 +02:00
mouseevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
mutationobserver.rs Implement MutationObserver childList mutations. 2017-05-19 13:22:06 +02:00
mutationrecord.rs Implement MutationObserver childList mutations. 2017-05-19 13:22:06 +02:00
namednodemap.rs Upgrade to html5ever 0.16 2017-05-02 19:24:28 +02:00
navigator.rs WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
navigatorinfo.rs First step toward iOS Support 2017-08-23 17:16:30 +02:00
node.rs Auto merge of #18514 - asajeffrey:layout-dont-panic-if-no-iframe-bc, r=emilio 2017-09-22 09:34:12 -05:00
nodeiterator.rs Untry script 2017-06-18 13:21:49 +02:00
nodelist.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
pagetransitionevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
paintrenderingcontext2d.rs Implement Ellipse Canvas 2D API 2017-09-01 16:04:06 -07:00
paintsize.rs Fixed scaling artefacts in paint worklets caused by zoom and hidpi. 2017-07-20 17:25:50 -05:00
paintworkletglobalscope.rs Introduce MainThreadScriptMsg::RegisterPaintWorklet 2017-09-17 10:19:59 +02:00
performance.rs Auto merge of #18372 - tigercosmos:userTimingApi, r=ferjm 2017-09-11 05:26:46 -05:00
performanceentry.rs Auto merge of #18176 - rtbo:perf_observer_buffered, r=ferjm 2017-08-28 02:20:29 -05: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 User Timing API 2017-09-06 13:33:30 +02:00
performanceobserverentrylist.rs Use Filter buffer by name and type algorithm implementation (fixes #18186) 2017-08-28 11:36:55 +02:00
performancepainttiming.rs Add paint metrics to Performance Timeline API 2017-08-23 17:30:13 +02:00
performancetiming.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
permissions.rs Make Promise::reject_error sound 2017-09-22 02:15:22 +02:00
permissionstatus.rs Use absolute paths in the event handlers macros 2017-09-01 11:54:09 +02:00
plugin.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
pluginarray.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
popstateevent.rs removing mutHeapJs references 2017-03-07 17:37:44 +08:00
processinginstruction.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
progressevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
promise.rs Make Promise::new_resolved unsafe 2017-09-22 14:18:32 +02:00
promisenativehandler.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
radionodelist.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
range.rs Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) 2017-08-15 14:10:44 +02:00
request.rs Removed integrity check and test for no-cors requests 2017-09-25 19:11:30 -04:00
response.rs Untry script 2017-06-18 13:21:49 +02:00
screen.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
serviceworker.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
serviceworkercontainer.rs Make Promise::reject_error sound 2017-09-22 02:15:22 +02:00
serviceworkerglobalscope.rs Simplify WorkerGlobalScope::process_event 2017-09-14 13:37:33 +02:00
serviceworkerregistration.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
storage.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
storageevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
stylepropertymapreadonly.rs Used custom_properties::parse_name 2017-07-28 14:46:16 -05:00
stylesheet.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
stylesheetlist.rs style: Replicate the list of stylesheets on the layout thread. 2017-08-18 14:31:35 +02:00
svgelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
svggraphicselement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
svgsvgelement.rs Solving merge conficts related to the html5ever_atoms -> html5ever change 2017-05-03 12:57:49 -05:00
testbinding.rs Remove almost all uses of Heap::new. 2017-09-25 16:11:49 -04:00
testbindingiterable.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
testbindingpairiterable.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
testbindingproxy.rs removed instances of -> () in existing code 2017-03-13 17:38:33 +01:00
testrunner.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
testworklet.rs Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
testworkletglobalscope.rs Implemented paint worklet properties. 2017-07-11 17:28:56 -05:00
text.rs Remove obsolete step from Text::SplitText 2017-03-07 13:31:22 +01:00
textdecoder.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
textencoder.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
touch.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
touchevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
touchlist.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
transitionevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
treewalker.rs Untry script 2017-06-18 13:21:49 +02:00
uievent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
url.rs Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) 2017-08-15 14:10:44 +02:00
urlhelper.rs Remove some useless Option<T> wrappers from ServoUrl methods 2017-03-26 16:15:06 +02:00
urlsearchparams.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
userscripts.rs apply user scripts correctly 2017-03-13 21:57:50 +08: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 order derivable traits lists 2017-08-23 21:38:44 +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 Make Promise::reject_error sound 2017-09-22 02:15:22 +02:00
vrdisplay.rs Make Promise::reject_native sound 2017-09-21 16:19:29 +02:00
vrdisplaycapabilities.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
vrdisplayevent.rs WebVR 1.1 spec compatibility 2017-07-05 22:38:29 +02:00
vreyeparameters.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
vrfieldofview.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
vrframedata.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
vrpose.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
vrstageparameters.rs Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) 2017-07-27 02:21:01 +02:00
webglactiveinfo.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
webglbuffer.rs Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" 2017-08-16 23:23:18 +02:00
webglcontextevent.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
webglframebuffer.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
webglobject.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
webglprogram.rs Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" 2017-08-16 23:23:18 +02:00
webglrenderbuffer.rs Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" 2017-08-16 23:23:18 +02:00
webglrenderingcontext.rs Reuse WebGL ImageKeys after a resize. 2017-08-31 22:54:33 +02:00
webglshader.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
webglshaderprecisionformat.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
webgltexture.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
webgluniformlocation.rs Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" 2017-08-16 23:23:18 +02:00
websocket.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
window.rs Window should own Location, Document shouldn't 2017-09-20 14:20:04 -05:00
windowproxy.rs Added a TopLevelBrowsingContextId type. 2017-05-22 09:27:07 -05:00
worker.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
workerglobalscope.rs Rename Task to TaskBox 2017-09-20 10:07:29 +02:00
workerlocation.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
workernavigator.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
worklet.rs Make Promise::reject_error sound 2017-09-22 02:15:22 +02:00
workletglobalscope.rs Introduce MainThreadScriptMsg::RegisterPaintWorklet 2017-09-17 10:19:59 +02:00
xmldocument.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00
xmlhttprequest.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
xmlhttprequesteventtarget.rs Use absolute paths in the event handlers macros 2017-09-01 11:54:09 +02:00
xmlhttprequestupload.rs Make #[dom_struct] a proc_macro attribute 2017-02-24 01:50:51 +01:00