servo/components/script/dom
bors-servo b539ae7fe5
Auto merge of #21219 - paavininanda:Update_the_image_data, r=jdm
Complete remaining algo update_the_image_data

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #11416.

<!-- Either: -->
- [x] These changes do not require tests

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- 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/21219)
<!-- Reviewable:end -->
2018-07-23 14:54:50 -04:00
..
bindings Auto merge of #21181 - nupurbaghel:update_source_set, r=jdm 2018-07-19 08:18:12 -04:00
servoparser delegate resource reading to embedder 2018-04-27 15:34:52 +08:00
webgl_extensions Implement instanced WebGL drawing calls (part of #20791) 2018-07-08 10:44:45 +02:00
webgl_validations Properly check for cubic dimensions in gl.copyTexImage2D 2018-04-09 14:44:02 +02:00
webidls Implement gl.getUniform() 2018-07-18 21:37:41 +02:00
abstractworker.rs
abstractworkerglobalscope.rs
activation.rs
attr.rs MutationObserver api: Implement takeRecords() and characterData mutations 2018-05-02 09:58:37 -07:00
beforeunloadevent.rs
blob.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
bluetooth.rs Updates Bluetooth type to use BufferSource 2018-03-24 20:46:14 -04:00
bluetoothadvertisingevent.rs
bluetoothcharacteristicproperties.rs
bluetoothdevice.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
bluetoothpermissionresult.rs
bluetoothremotegattcharacteristic.rs Updates Bluetooth type to use BufferSource 2018-03-24 20:46:14 -04:00
bluetoothremotegattdescriptor.rs Updates Bluetooth type to use BufferSource 2018-03-24 20:46:14 -04:00
bluetoothremotegattserver.rs
bluetoothremotegattservice.rs
bluetoothuuid.rs
canvasgradient.rs
canvaspattern.rs
canvasrenderingcontext2d.rs Moved Canvas rendering to a single thread. 2018-04-23 20:50:05 -04:00
characterdata.rs script: Queue a mutation record from CharacterData::append_data. 2018-07-23 19:06:22 +02:00
client.rs
closeevent.rs
comment.rs
compositionevent.rs
console.rs
create.rs
crypto.rs getRandomValues uses ArrayBufferView now 2018-03-22 12:12:16 -05:00
css.rs layout: script: Fix build. 2018-06-23 20:34:10 +02:00
cssconditionrule.rs
cssfontfacerule.rs
cssgroupingrule.rs
cssimportrule.rs
csskeyframerule.rs
csskeyframesrule.rs
cssmediarule.rs layout: script: Fix build. 2018-06-23 20:34:10 +02:00
cssnamespacerule.rs
cssrule.rs
cssrulelist.rs
cssstyledeclaration.rs style: Fix build and unit tests. 2018-07-16 19:44:19 +02:00
cssstylerule.rs
cssstylesheet.rs
cssstylevalue.rs
csssupportsrule.rs layout: script: Fix build. 2018-06-23 20:34:10 +02:00
cssviewportrule.rs
customelementregistry.rs Updated to mozjs v0.7.1. 2018-05-30 14:44:47 -05:00
customevent.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
dedicatedworkerglobalscope.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
dissimilaroriginlocation.rs
dissimilaroriginwindow.rs Return window proxy properly for indexed window getter 2018-04-30 15:43:39 -07:00
document.rs layout: script: Fix build. 2018-06-23 20:34:10 +02:00
documentfragment.rs
documenttype.rs
domexception.rs Implement read methods on FileReaderSync 2018-06-04 15:53:08 -04:00
domimplementation.rs
dommatrix.rs Update mozjs. 2018-03-25 00:04:43 +01:00
dommatrixreadonly.rs Update mozjs. 2018-03-25 00:04:43 +01:00
domparser.rs
dompoint.rs
dompointreadonly.rs
domquad.rs
domrect.rs
domrectreadonly.rs
domstringmap.rs
domtokenlist.rs
element.rs Implement support for Element.toggleAttribute 2018-06-21 02:06:32 +01:00
errorevent.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
event.rs implement "has event listener", plug into (before)unload 2018-05-05 19:14:43 +08:00
eventsource.rs use remote-event task source in EventSource 2018-07-13 13:56:46 +08:00
eventtarget.rs implement "has event listener", plug into (before)unload 2018-05-05 19:14:43 +08:00
extendableevent.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
extendablemessageevent.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
file.rs Blobs support typed arrays now 2018-03-21 09:29:24 -05:00
filelist.rs
filereader.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
filereadersync.rs Assert that DOM structs have the correct first field 2018-07-03 09:39:29 -07:00
focusevent.rs
formdata.rs
gamepad.rs
gamepadbutton.rs
gamepadbuttonlist.rs Used the zip function to iterate over both vectors simultaneously instead of an 2018-03-23 20:13:13 +01:00
gamepadevent.rs
gamepadlist.rs
globalscope.rs use remote-event task source in EventSource 2018-07-13 13:56:46 +08:00
hashchangeevent.rs
headers.rs
history.rs Track hash changes in session history 2018-07-21 12:38:51 -06:00
htmlanchorelement.rs
htmlareaelement.rs
htmlaudioelement.rs
htmlbaseelement.rs
htmlbodyelement.rs move top_level_browsing_context_id out of embedder msg 2018-05-23 21:46:05 +08:00
htmlbrelement.rs
htmlbuttonelement.rs
htmlcanvaselement.rs Add unique canvas IDs to all canvas operations. 2018-04-02 22:02:22 -04:00
htmlcollection.rs
htmldataelement.rs
htmldatalistelement.rs
htmldetailselement.rs
htmldialogelement.rs
htmldirectoryelement.rs
htmldivelement.rs
htmldlistelement.rs
htmlelement.rs
htmlembedelement.rs
htmlfieldsetelement.rs
htmlfontelement.rs
htmlformcontrolscollection.rs
htmlformelement.rs
htmlframeelement.rs
htmlframesetelement.rs
htmlheadelement.rs
htmlheadingelement.rs
htmlhrelement.rs
htmlhtmlelement.rs
htmliframeelement.rs Replace initial about:blank loads 2018-04-11 09:51:22 -05:00
htmlimageelement.rs Auto merge of #21219 - paavininanda:Update_the_image_data, r=jdm 2018-07-23 14:54:50 -04:00
htmlinputelement.rs move msg to embedder_traits, use in script, handle send error in embedder 2018-05-23 21:45:57 +08:00
htmllabelelement.rs
htmllegendelement.rs
htmllielement.rs
htmllinkelement.rs layout: script: Fix build. 2018-06-23 20:34:10 +02:00
htmlmapelement.rs
htmlmediaelement.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
htmlmetaelement.rs
htmlmeterelement.rs
htmlmodelement.rs
htmlobjectelement.rs
htmlolistelement.rs
htmloptgroupelement.rs
htmloptionelement.rs
htmloptionscollection.rs
htmloutputelement.rs
htmlparagraphelement.rs
htmlparamelement.rs
htmlpictureelement.rs
htmlpreelement.rs
htmlprogresselement.rs
htmlquoteelement.rs
htmlscriptelement.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
htmlselectelement.rs
htmlsourceelement.rs Making getters and setters 2018-07-03 01:34:22 +05:30
htmlspanelement.rs
htmlstyleelement.rs layout: script: Fix build. 2018-06-23 20:34:10 +02:00
htmltablecaptionelement.rs
htmltablecellelement.rs
htmltablecolelement.rs
htmltabledatacellelement.rs
htmltableelement.rs
htmltableheadercellelement.rs
htmltablerowelement.rs
htmltablesectionelement.rs
htmltemplateelement.rs
htmltextareaelement.rs textarea minLength/maxLength 2018-06-18 02:01:59 -07:00
htmltimeelement.rs
htmltitleelement.rs
htmltrackelement.rs
htmlulistelement.rs
htmlunknownelement.rs
htmlvideoelement.rs
imagedata.rs
inputevent.rs
keyboardevent.rs
location.rs
macros.rs Move handle_potential_webgl_error to the dom macros module 2018-04-04 13:12:41 +02:00
mediaerror.rs
medialist.rs layout: script: Fix build. 2018-06-23 20:34:10 +02:00
mediaquerylist.rs
mediaquerylistevent.rs
messageevent.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
mimetype.rs
mimetypearray.rs
mod.rs Move WebGLVertexArrayObjectOES to script::dom 2018-05-24 12:12:23 +02:00
mouseevent.rs
mutationobserver.rs script: Fix the logic for mutation observer attributes. 2018-07-23 19:28:29 +02:00
mutationrecord.rs MutationObserver api: Implement takeRecords() and characterData mutations 2018-05-02 09:58:37 -07:00
namednodemap.rs
navigator.rs
navigatorinfo.rs
node.rs remove misleading url 2018-05-26 06:17:56 -07:00
nodeiterator.rs
nodelist.rs
pagetransitionevent.rs
paintrenderingcontext2d.rs Add unique canvas IDs to all canvas operations. 2018-04-02 22:02:22 -04:00
paintsize.rs
paintworkletglobalscope.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
performance.rs
performanceentry.rs
performancemark.rs
performancemeasure.rs
performanceobserver.rs
performanceobserverentrylist.rs
performancepainttiming.rs
performancetiming.rs
permissions.rs
permissionstatus.rs
plugin.rs
pluginarray.rs
popstateevent.rs Let the popstate and hashchange events not bubble 2018-06-17 11:13:36 -07:00
processinginstruction.rs
progressevent.rs
promise.rs Updated to mozjs v0.7.1. 2018-05-30 14:44:47 -05:00
promisenativehandler.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
radionodelist.rs
range.rs
request.rs Make fetch() API use same-origin credentials by default 2018-07-17 10:28:24 +08:00
response.rs feat(webidl): expose arraybuffer overload in body idl 2018-03-23 23:12:21 -07:00
screen.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
serviceworker.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
serviceworkercontainer.rs
serviceworkerglobalscope.rs
serviceworkerregistration.rs
storage.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
storageevent.rs
stylepropertymapreadonly.rs
stylesheet.rs
stylesheetlist.rs
svgelement.rs
svggraphicselement.rs
svgsvgelement.rs
test_mapping.json
testbinding.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
testbindingiterable.rs
testbindingpairiterable.rs
testbindingproxy.rs
testrunner.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
testworklet.rs
testworkletglobalscope.rs
text.rs
textcontrol.rs
textdecoder.rs TextDecoder: streaming decode, ignoreBOM 2018-03-26 11:15:44 -07:00
textencoder.rs
touch.rs
touchevent.rs
touchlist.rs
transitionevent.rs
treewalker.rs
uievent.rs
url.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
urlhelper.rs
urlsearchparams.rs
userscripts.rs delegate resource reading to embedder 2018-04-27 15:34:52 +08:00
validation.rs
validitystate.rs
values.rs
virtualmethods.rs
vr.rs Implements profiler for blocked recv 2018-03-22 11:48:27 -07:00
vrdisplay.rs Use ByteBuf for the canvas messages 2018-03-26 20:48:02 +02:00
vrdisplaycapabilities.rs
vrdisplayevent.rs
vreyeparameters.rs
vrfieldofview.rs
vrframedata.rs
vrpose.rs
vrstageparameters.rs
webgl2renderingcontext.rs Implement gl.getUniform() 2018-07-18 21:37:41 +02:00
webglactiveinfo.rs
webglbuffer.rs Issue #20556: Implement proper checks in WebGLRenderingContext's bindBuffer(). 2018-05-10 08:51:51 +02:00
webglcontextevent.rs
webglframebuffer.rs Implement WebGL getFramebufferAttachmentParameter API 2018-03-22 18:26:18 +02:00
webglobject.rs
webglprogram.rs Invalidate all WebGLUniformLocation values on program relink 2018-07-19 11:34:04 +02:00
webglrenderbuffer.rs Properly implement the checks for gl.renderbufferStorage (fixes #20563) 2018-07-09 15:27:51 +02:00
webglrenderingcontext.rs Invalidate all WebGLUniformLocation values on program relink 2018-07-19 11:34:04 +02:00
webglshader.rs Fix gl.getShaderSource and gl.getShaderInfoLog 2018-07-08 10:11:44 +02:00
webglshaderprecisionformat.rs
webgltexture.rs Implement EXT_texture_filter_anisotropic 2018-06-06 12:24:47 +02:00
webgluniformlocation.rs Invalidate all WebGLUniformLocation values on program relink 2018-07-19 11:34:04 +02:00
webglvertexarrayobjectoes.rs Rename BoundAttribBuffers to VertexAttribs and make it store a slice 2018-07-05 14:20:44 +02:00
websocket.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
window.rs Track hash changes in session history 2018-07-21 12:38:51 -06:00
windowproxy.rs Set the proper attributes for the WindowProxy property descriptor 2018-04-30 15:43:40 -07:00
worker.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
workerglobalscope.rs use remote-event task source in EventSource 2018-07-13 13:56:46 +08:00
workerlocation.rs
workernavigator.rs
worklet.rs Bump ipc-channel and bincode 2018-03-21 13:05:47 +01:00
workletglobalscope.rs
xmldocument.rs
xmlhttprequest.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
xmlhttprequesteventtarget.rs
xmlhttprequestupload.rs