servo/components/script/dom
Josh Matthews b1202cfa9f
Don't panic when tearing down a WebGL context and the thead is unreachable.
This avoids some cascading double-panics when there are errors in the WebGL rendering thread.
2018-05-29 15:26:39 -04:00
..
bindings Implement history state 2018-04-16 10:21:15 -05:00
servoparser delegate resource reading to embedder 2018-04-27 15:34:52 +08:00
webgl_extensions Move WebGLVertexArrayObjectOES to script::dom 2018-05-24 12:12:23 +02:00
webgl_validations Properly check for cubic dimensions in gl.copyTexImage2D 2018-04-09 14:44:02 +02:00
webidls Auto merge of #20740 - fabricedesre:mutation-observer-disconnect, r=jdm 2018-05-18 18:27:50 -04: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 MutationObserver api: Implement takeRecords() and characterData mutations 2018-05-02 09:58:37 -07:00
client.rs
closeevent.rs
comment.rs
compositionevent.rs
console.rs
create.rs Implement HTMLPictureElement interface. 2018-01-29 20:27:54 -05:00
crypto.rs getRandomValues uses ArrayBufferView now 2018-03-22 12:12:16 -05:00
css.rs Move paintWorklet from "Window" to "CSS" according to new specification 2018-02-22 13:21:41 +03:00
cssconditionrule.rs
cssfontfacerule.rs
cssgroupingrule.rs
cssimportrule.rs
csskeyframerule.rs
csskeyframesrule.rs
cssmediarule.rs
cssnamespacerule.rs
cssrule.rs
cssrulelist.rs Fix some "unnecessary parentheses" warnings 2018-01-22 17:41:25 +01:00
cssstyledeclaration.rs Update to smallbitvec 2.1 2018-04-17 17:24:54 -07:00
cssstylerule.rs
cssstylesheet.rs
cssstylevalue.rs
csssupportsrule.rs
cssviewportrule.rs
customelementregistry.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02: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 Auto merge of #20837 - gterzian:tests_for_has_event_listener, r=cbrewster 2018-05-28 15:52:31 -04:00
documentfragment.rs
documenttype.rs
domexception.rs
domimplementation.rs Updated content_type of Document and XMLDocument from DOCString to Mime 2018-02-09 09:32:56 +05:30
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 Updated content_type of Document and XMLDocument from DOCString to Mime 2018-02-09 09:32:56 +05:30
dompoint.rs
dompointreadonly.rs
domquad.rs
domrect.rs
domrectreadonly.rs
domstringmap.rs
domtokenlist.rs
element.rs MutationObserver api: Implement takeRecords() and characterData mutations 2018-05-02 09:58:37 -07: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
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 Fix tyvar_behind_raw_pointer warnings 2018-01-10 20:54:35 +01:00
filereadersync.rs
focusevent.rs
formdata.rs
gamepad.rs Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> 2018-01-22 17:41:25 +01:00
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 Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02:00
hashchangeevent.rs
headers.rs
history.rs Make session history aware of URLs 2018-04-24 15:13:11 -05:00
htmlanchorelement.rs remove mozbrowser code 2018-02-13 09:40:06 +01:00
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 Use specific negative assertion for DOM HTMLCollection 2018-01-26 02:11:02 +08:00
htmldataelement.rs
htmldatalistelement.rs
htmldetailselement.rs
htmldialogelement.rs
htmldirectoryelement.rs
htmldivelement.rs
htmldlistelement.rs
htmlelement.rs introduce layout query timestamp 2018-03-18 11:45:15 +08:00
htmlembedelement.rs
htmlfieldsetelement.rs
htmlfontelement.rs
htmlformcontrolscollection.rs
htmlformelement.rs Revert "Correct default Selectionstart and SelectionEnd" 2018-02-23 01:55:21 +05:30
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
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 move top_level_browsing_context_id out of embedder msg 2018-05-23 21:46:05 +08:00
htmlmapelement.rs
htmlmediaelement.rs Remove gecko-media dependency 2018-01-19 15:06:52 +01: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 Implement HTMLPictureElement interface. 2018-01-29 20:27:54 -05:00
htmlpreelement.rs
htmlprogresselement.rs
htmlquoteelement.rs
htmlscriptelement.rs
htmlselectelement.rs
htmlsourceelement.rs
htmlspanelement.rs
htmlstyleelement.rs
htmltablecaptionelement.rs
htmltablecellelement.rs Fixup specified colspans and rowspans 2018-02-28 17:07:49 -08:00
htmltablecolelement.rs
htmltabledatacellelement.rs
htmltableelement.rs
htmltableheadercellelement.rs
htmltablerowelement.rs
htmltablesectionelement.rs
htmltemplateelement.rs
htmltextareaelement.rs Correct default selectionStart and selectionEnd 2018-02-23 02:37:11 +05:30
htmltimeelement.rs
htmltitleelement.rs
htmltrackelement.rs
htmlulistelement.rs
htmlunknownelement.rs
htmlvideoelement.rs
imagedata.rs Use safe NonZero constructor instead of an explicit null check 2018-01-22 17:41:26 +01:00
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 Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
mediaquerylist.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
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 Implement MutationObserver.disconnect() 2018-05-09 16:27:09 -07: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 Do not fire pending callbacks on disconnected performance observer 2018-01-15 09:42:31 +01:00
performanceentry.rs
performancemark.rs
performancemeasure.rs
performanceobserver.rs Fix some "unnecessary parentheses" warnings 2018-01-22 17:41:25 +01:00
performanceobserverentrylist.rs
performancepainttiming.rs
performancetiming.rs Add a topLevelDomComplete metric. 2017-12-14 16:48:19 -06:00
permissions.rs
permissionstatus.rs
plugin.rs
pluginarray.rs
popstateevent.rs Implement history state 2018-04-16 10:21:15 -05:00
processinginstruction.rs
progressevent.rs
promise.rs Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 2018-03-28 21:28:30 +02: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 feat(webidl): expose arraybuffer overload in body idl 2018-03-23 23:12:21 -07: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 Disallow mutating the internals of TextInput 2018-02-16 11:24:12 +01:00
textdecoder.rs TextDecoder: streaming decode, ignoreBOM 2018-03-26 11:15:44 -07:00
textencoder.rs Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> 2018-01-22 17:41:25 +01:00
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 Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> 2018-01-22 17:41:25 +01:00
vrfieldofview.rs
vrframedata.rs Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> 2018-01-22 17:41:25 +01:00
vrpose.rs Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> 2018-01-22 17:41:25 +01:00
vrstageparameters.rs Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> 2018-01-22 17:41:25 +01:00
webgl2renderingcontext.rs Implement WebGL GetRenderbufferParameter 2018-04-24 18:16:51 +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 Update to gleam 0.5 2018-05-05 13:08:36 +02:00
webglrenderbuffer.rs Properly check the right internal formats in gl.renderbufferStorage 2018-04-06 11:22:28 +02:00
webglrenderingcontext.rs Don't panic when tearing down a WebGL context and the thead is unreachable. 2018-05-29 15:26:39 -04:00
webglshader.rs Update to gleam 0.5 2018-05-05 13:08:36 +02:00
webglshaderprecisionformat.rs
webgltexture.rs Fix the error emitted for invalid targets in WebGLTexture::bind 2018-04-09 11:46:12 +02:00
webgluniformlocation.rs
webglvertexarrayobjectoes.rs Move WebGLVertexArrayObjectOES to script::dom 2018-05-24 12:12:23 +02:00
websocket.rs refactor(websocket): do not borrow sender anymore 2018-03-26 08:54:19 -07:00
window.rs Auto merge of #20707 - gterzian:embedder_handling_of_prompts_and_alerts_2, r=payl 2018-05-24 10:34:48 -04: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 Implement WindowOrWorkerGlobalScope.origin 2018-04-27 16:41:19 +02:00
workerlocation.rs
workernavigator.rs
worklet.rs Bump ipc-channel and bincode 2018-03-21 13:05:47 +01:00
workletglobalscope.rs
xmldocument.rs Updated content_type of Document and XMLDocument from DOCString to Mime 2018-02-09 09:32:56 +05:30
xmlhttprequest.rs typed array support for XMLHttpRequest's send API 2018-03-29 11:10:00 +05:30
xmlhttprequesteventtarget.rs
xmlhttprequestupload.rs