servo/components/script/dom
bors-servo eab848df3e
Auto merge of #22433 - ferjm:player.eos.size, r=ceyusa
Improve implementation of media resource fetch algorithm

I have been observing inconsistent behaviors with my local tests depending of the media asset being played. I figured that we had these issues:

- We were setting the player EOS as soon as we got the first [process_response_eof](1046ae58a1/components/script/dom/htmlmediaelement.rs (L1596)). This is fine only if there is a single request. But that's not the case for multiple range requests or for seeks. Setting the player EOS makes the player appsrc reject any new buffers, and that breaks playback. Figuring out when is the right time to set the player EOS won't be a straight forward task, so my suggested fix for now is to simply not set it for now. It is a cleanup step that it would be nice to have but it is not mandatory.

- We were setting the input size more than once for multiple range requests and with the incorrect value. The fix uses the `content-length` or the `content-range` headers for single and range requests respectively.

- We were moving to the HaveEnoughData state if a fetch request succeded but no data was fetched from the network.

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- 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/22433)
<!-- Reviewable:end -->
2018-12-12 18:38:25 -05:00
..
bindings Make the parser decode input from document's encoding 2018-12-12 13:50:27 +01:00
servoparser Make the parser decode input from document's encoding 2018-12-12 13:50:27 +01:00
webgl_extensions Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webgl_validations Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webidls Implementing volume attribute into HTMLMediaElement 2018-12-12 11:50:35 -02:00
abstractworker.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
abstractworkerglobalscope.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
activation.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
analysernode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
attr.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audiobuffer.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audiobuffersourcenode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audiocontext.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audiodestinationnode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audiolistener.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audionode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audioparam.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
audioscheduledsourcenode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
baseaudiocontext.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
beforeunloadevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
biquadfilternode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
blob.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetooth.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothadvertisingevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothcharacteristicproperties.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothdevice.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothpermissionresult.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothremotegattcharacteristic.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothremotegattdescriptor.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothremotegattserver.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothremotegattservice.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
bluetoothuuid.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
canvasgradient.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
canvaspattern.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
canvasrenderingcontext2d.rs Make HTMLCanvasElement::fetch_all_data return a shared memory blob 2018-11-21 12:53:50 +01:00
channelmergernode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
characterdata.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
client.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
closeevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
comment.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
compositionevent.rs Auto merge of #22224 - pyfisch:composition-webdriver, r=nox 2018-11-20 03:32:25 -05:00
console.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
create.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
crypto.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
css.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssconditionrule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssfontfacerule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssgroupingrule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssimportrule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
csskeyframerule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
csskeyframesrule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssmediarule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssnamespacerule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssrule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssrulelist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssstyledeclaration.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssstylerule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssstylesheet.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssstylevalue.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
csssupportsrule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
cssviewportrule.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
customelementregistry.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
customevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
dedicatedworkerglobalscope.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
dissimilaroriginlocation.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
dissimilaroriginwindow.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
document.rs Make the parser decode input from document's encoding 2018-12-12 13:50:27 +01:00
documentfragment.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
documenttype.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domexception.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domimplementation.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
dommatrix.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
dommatrixreadonly.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domparser.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
dompoint.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
dompointreadonly.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domquad.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domrect.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domrectreadonly.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domstringmap.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
domtokenlist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
element.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
errorevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
event.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
eventsource.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
eventtarget.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
extendableevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
extendablemessageevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
file.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
filelist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
filereader.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
filereadersync.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
focusevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
formdata.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
gainnode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
gamepad.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
gamepadbutton.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
gamepadbuttonlist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
gamepadevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
gamepadlist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
globalscope.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
hashchangeevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
headers.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
history.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlanchorelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlareaelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlaudioelement.rs Implement Audio constructor 2018-11-20 13:30:45 +05:30
htmlbaseelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlbodyelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlbrelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlbuttonelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlcanvaselement.rs Make HTMLCanvasElement::fetch_all_data return a shared memory blob 2018-11-21 12:53:50 +01:00
htmlcollection.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmldataelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmldatalistelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmldetailselement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmldialogelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmldirectoryelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmldivelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmldlistelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlembedelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlfieldsetelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlfontelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlformcontrolscollection.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlformelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlframeelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlframesetelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlheadelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlheadingelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlhrelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlhtmlelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmliframeelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlimageelement.rs Ensure that any image tasks queued before a cached image is available are ignored. 2018-11-30 14:49:37 -05:00
htmlinputelement.rs Auto merge of #22224 - pyfisch:composition-webdriver, r=nox 2018-11-20 03:32:25 -05:00
htmllabelelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmllegendelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmllielement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmllinkelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlmapelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlmediaelement.rs Auto merge of #22433 - ferjm:player.eos.size, r=ceyusa 2018-12-12 18:38:25 -05:00
htmlmetaelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlmeterelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlmodelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlobjectelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlolistelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmloptgroupelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmloptionelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmloptionscollection.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmloutputelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlparagraphelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlparamelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlpictureelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlpreelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlprogresselement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlquoteelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlscriptelement.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
htmlselectelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlsourceelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlspanelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlstyleelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltablecaptionelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltablecellelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltablecolelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltableelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltablerowelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltablesectionelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltemplateelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltextareaelement.rs Auto merge of #22224 - pyfisch:composition-webdriver, r=nox 2018-11-20 03:32:25 -05:00
htmltimeelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltitleelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmltrackelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlulistelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlunknownelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
htmlvideoelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
imagedata.rs Send an IpcSharedMemory in tex_image_2d and tex_sub_image_2d 2018-11-20 10:14:52 +01:00
inputevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
keyboardevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
location.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
macros.rs Auto merge of #22081 - KiChjang:onmessageerror, r=jdm 2018-12-12 02:49:04 -05:00
mediaerror.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
medialist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
mediaquerylist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
mediaquerylistevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
messageevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
mimetype.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
mimetypearray.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
mod.rs script: Create structures for TextTrack API 2018-12-11 20:14:00 +00:00
mouseevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
mutationobserver.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
mutationrecord.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
namednodemap.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
navigationpreloadmanager.rs Introduce NavigationPreloadManager for ServiceWorkerRegistration 2018-12-08 16:50:18 +08:00
navigator.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
navigatorinfo.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
node.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
nodeiterator.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
nodelist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
offlineaudiocompletionevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
offlineaudiocontext.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
oscillatornode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
pagetransitionevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
paintrenderingcontext2d.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
paintsize.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
paintworkletglobalscope.rs Move PixelFormat to the pixels crate 2018-11-20 10:14:52 +01:00
pannernode.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
performance.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
performanceentry.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
performancemark.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
performancemeasure.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
performancenavigationtiming.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00
performanceobserver.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
performanceobserverentrylist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
performancepainttiming.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
performanceresourcetiming.rs Update MPL license to https (part 5) 2018-11-27 19:09:17 +01:00
performancetiming.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
permissions.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
permissionstatus.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
plugin.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
pluginarray.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
popstateevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
processinginstruction.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
progressevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
promise.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
promisenativehandler.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
promiserejectionevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
radionodelist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
range.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
request.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
response.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
screen.rs Update webrender 2018-11-27 17:33:13 -08:00
serviceworker.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
serviceworkercontainer.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
serviceworkerglobalscope.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
serviceworkerregistration.rs Introduce NavigationPreloadManager for ServiceWorkerRegistration 2018-12-08 16:50:18 +08:00
storage.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
storageevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
stylepropertymapreadonly.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
stylesheet.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
stylesheetlist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
svgelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
svggraphicselement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
svgsvgelement.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
test_mapping.json Added randomness to the mutation strategy 2017-11-06 13:00:14 -05:00
testbinding.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
testbindingiterable.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
testbindingpairiterable.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
testbindingproxy.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
testrunner.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
testworklet.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
testworkletglobalscope.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
text.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
textcontrol.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
textdecoder.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
textencoder.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
texttrack.rs script: Create structures for TextTrack API 2018-12-11 20:14:00 +00:00
texttrackcue.rs script: Create structures for TextTrack API 2018-12-11 20:14:00 +00:00
texttrackcuelist.rs script: Create structures for TextTrack API 2018-12-11 20:14:00 +00:00
texttracklist.rs script: Create structures for TextTrack API 2018-12-11 20:14:00 +00:00
timeranges.rs HTMLMediaElement playing attribute 2018-11-21 09:42:53 +01:00
touch.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
touchevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
touchlist.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
transitionevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
treewalker.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
uievent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
url.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
urlhelper.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
urlsearchparams.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
userscripts.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
validation.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
validitystate.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
values.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
virtualmethods.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vr.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vrdisplay.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vrdisplaycapabilities.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vrdisplayevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vreyeparameters.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vrfieldofview.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vrframedata.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vrpose.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
vrstageparameters.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webgl2renderingcontext.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglactiveinfo.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglbuffer.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglcontextevent.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglframebuffer.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglobject.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglprogram.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglrenderbuffer.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglrenderingcontext.rs Make HTMLCanvasElement::fetch_all_data return a shared memory blob 2018-11-21 12:53:50 +01:00
webglshader.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglshaderprecisionformat.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webgltexture.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webgluniformlocation.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
webglvertexarrayobjectoes.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
websocket.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
window.rs Cancel animations that affect nodes that do not participate in layout. 2018-12-10 08:59:17 -05:00
windowproxy.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
worker.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
workerglobalscope.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
workerlocation.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
workernavigator.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
worklet.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
workletglobalscope.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
xmldocument.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
xmlhttprequest.rs refactored performance timing to align with updated spec 2018-11-20 16:21:32 +00:00
xmlhttprequesteventtarget.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
xmlhttprequestupload.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00