.. |
bindings
|
Properly set desc.obj in CodegenRust.py (fixes #11868)
|
2018-09-04 13:57:10 +02:00 |
servoparser
|
stopping tokenizer if parser is aborted
|
2018-07-29 16:42:59 +08:00 |
webgl_extensions
|
Use WebGLResult for returns of instanced draw methods
|
2018-09-06 10:41:58 +02:00 |
webgl_validations
|
Properly check limit in gl.activeTexture()
|
2018-08-23 15:15:33 +02:00 |
webidls
|
Add createChannelMerger()
|
2018-09-04 11:23:00 +05:30 |
abstractworker.rs
|
Upgraded to SM 60
|
2018-08-20 18:22:29 -04:00 |
abstractworkerglobalscope.rs
|
introduce a generic worker event-loop
|
2018-08-31 02:10:45 +08:00 |
activation.rs
|
|
|
attr.rs
|
MutationObserver api: Implement takeRecords() and characterData mutations
|
2018-05-02 09:58:37 -07:00 |
audiobuffer.rs
|
Add support for multichannel decoded audio
|
2018-09-11 10:38:56 +02:00 |
audiobuffersourcenode.rs
|
Throw on out-of-bounds channelCount in AudioNodes
|
2018-09-03 20:31:52 +05:30 |
audiocontext.rs
|
48000 -> 44100
|
2018-07-30 16:42:38 -07:00 |
audiodestinationnode.rs
|
Upgrade to latest servo-media
|
2018-08-23 13:33:40 -07:00 |
audiolistener.rs
|
Add AudioListener DOM interface
|
2018-08-24 08:33:22 -07:00 |
audionode.rs
|
Throw on out-of-bounds channelCount in AudioNodes
|
2018-09-03 20:31:52 +05:30 |
audioparam.rs
|
Add AudioParam connection support
|
2018-07-30 14:23:46 +02:00 |
audioscheduledsourcenode.rs
|
Throw on out-of-bounds channelCount in AudioNodes
|
2018-09-03 20:31:52 +05:30 |
baseaudiocontext.rs
|
Add support for multichannel decoded audio
|
2018-09-11 10:38:56 +02: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 |
channelmergernode.rs
|
Throw on out-of-bounds channelCount in AudioNodes
|
2018-09-03 20:31:52 +05:30 |
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
|
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
|
Fix other parts of the Servo build.
|
2018-09-03 13:09:10 +02:00 |
cssconditionrule.rs
|
|
|
cssfontfacerule.rs
|
|
|
cssgroupingrule.rs
|
|
|
cssimportrule.rs
|
|
|
csskeyframerule.rs
|
|
|
csskeyframesrule.rs
|
|
|
cssmediarule.rs
|
Fix other parts of the Servo build.
|
2018-09-03 13:09:10 +02:00 |
cssnamespacerule.rs
|
|
|
cssrule.rs
|
|
|
cssrulelist.rs
|
Fix some "unnecessary parentheses" warnings
|
2018-01-22 17:41:25 +01:00 |
cssstyledeclaration.rs
|
script: Fix build and tidy.
|
2018-07-24 03:47:40 +02:00 |
cssstylerule.rs
|
|
|
cssstylesheet.rs
|
|
|
cssstylevalue.rs
|
|
|
csssupportsrule.rs
|
Fix other parts of the Servo build.
|
2018-09-03 13:09: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
|
Add the TaskSourceName to CommonScriptMsg::Task
|
2018-09-04 09:17:11 -04:00 |
dissimilaroriginlocation.rs
|
|
|
dissimilaroriginwindow.rs
|
Return window proxy properly for indexed window getter
|
2018-04-30 15:43:39 -07:00 |
document.rs
|
Add the TaskSourceName to CommonScriptMsg::Task
|
2018-09-04 09:17:11 -04:00 |
documentfragment.rs
|
|
|
documenttype.rs
|
|
|
domexception.rs
|
Implement read methods on FileReaderSync
|
2018-06-04 15:53:08 -04:00 |
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
|
Fix Servo build.
|
2018-08-08 01:34:35 +02: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
|
Introduce DOMTracker, cancel eventsource fetch when aborting document load
|
2018-07-29 16:42:59 +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
|
|
|
gainnode.rs
|
Throw on out-of-bounds channelCount in AudioNodes
|
2018-09-03 20:31:52 +05:30 |
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
|
Add Websocket task source
|
2018-09-08 17:01:27 -04:00 |
hashchangeevent.rs
|
|
|
headers.rs
|
|
|
history.rs
|
Track hash changes in session history
|
2018-07-21 12:38:51 -06:00 |
htmlanchorelement.rs
|
implement window.open, create auxiliary browsing context
|
2018-08-11 01:12:55 +02: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
|
implement window.open, create auxiliary browsing context
|
2018-08-11 01:12:55 +02:00 |
htmlframeelement.rs
|
|
|
htmlframesetelement.rs
|
|
|
htmlheadelement.rs
|
|
|
htmlheadingelement.rs
|
|
|
htmlhrelement.rs
|
|
|
htmlhtmlelement.rs
|
|
|
htmliframeelement.rs
|
iframe: use value of name attr to set nested bc name
|
2018-08-11 01:13:11 +02:00 |
htmlimageelement.rs
|
Fix other parts of the Servo build.
|
2018-09-03 13:09:10 +02: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
|
Fix other parts of the Servo build.
|
2018-09-03 13:09:10 +02:00 |
htmlmapelement.rs
|
|
|
htmlmediaelement.rs
|
implement window.stop, improve aborting document load
|
2018-07-29 16:42:54 +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
|
Implement HTMLPictureElement interface.
|
2018-01-29 20:27:54 -05:00 |
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
|
Fix other parts of the Servo build.
|
2018-09-03 13:09:10 +02:00 |
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
|
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
|
Fix the build for NLL
|
2018-08-24 17:49:58 +02:00 |
inputevent.rs
|
|
|
keyboardevent.rs
|
|
|
location.rs
|
|
|
macros.rs
|
Mark DecodeResolver as must_root
|
2018-07-30 14:21:47 +02:00 |
mediaerror.rs
|
|
|
medialist.rs
|
Fix other parts of the Servo build.
|
2018-09-03 13:09:10 +02:00 |
mediaquerylist.rs
|
use DOMTracker instead of WeakMediaQueryListVec
|
2018-07-29 16:42:59 +08:00 |
mediaquerylistevent.rs
|
|
|
messageevent.rs
|
Properly set the origin on websocket messages
|
2018-08-16 16:53:38 +02:00 |
mimetype.rs
|
|
|
mimetypearray.rs
|
|
|
mod.rs
|
Add ChannelMergerNode
|
2018-09-03 20:07:02 +05:30 |
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
|
|
|
offlineaudiocompletionevent.rs
|
OfflineAudioContext
|
2018-07-30 14:23:48 +02:00 |
offlineaudiocontext.rs
|
Add support for multichannel decoded audio
|
2018-09-11 10:38:56 +02:00 |
oscillatornode.rs
|
Throw on out-of-bounds channelCount in AudioNodes
|
2018-09-03 20:31:52 +05:30 |
pagetransitionevent.rs
|
|
|
paintrenderingcontext2d.rs
|
Add unique canvas IDs to all canvas operations.
|
2018-04-02 22:02:22 -04:00 |
paintsize.rs
|
|
|
paintworkletglobalscope.rs
|
add servo_channel crate
|
2018-09-12 11:25:45 +08:00 |
pannernode.rs
|
Throw on out-of-bounds channelCount in AudioNodes
|
2018-09-03 20:31:52 +05:30 |
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
|
|
|
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
|
Upgraded to SM 60
|
2018-08-20 18:22:29 -04: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
|
Add the TaskSourceName to CommonScriptMsg::Task
|
2018-09-04 09:17:11 -04:00 |
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
|
Add the TaskSourceName to CommonScriptMsg::Task
|
2018-09-04 09:17:11 -04: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
|
Use WebGLResult for returns of instanced draw methods
|
2018-09-06 10:41:58 +02:00 |
webglactiveinfo.rs
|
|
|
webglbuffer.rs
|
Use a bytes channel in BufferData
|
2018-09-07 11:28:59 +02:00 |
webglcontextevent.rs
|
|
|
webglframebuffer.rs
|
webgl: Mark zero-sized framebuffers as incomplete attachments.
|
2018-08-01 15:40:46 -04:00 |
webglobject.rs
|
Store a reference to the WebGLRenderingContext in WebGLObject
|
2018-07-24 13:27:33 +02:00 |
webglprogram.rs
|
Fix program and shader lifetime cycle
|
2018-07-31 11:12:40 +02:00 |
webglrenderbuffer.rs
|
webgl: Emulate some renderbuffer formats in non-GLES.
|
2018-08-02 02:05:53 -04:00 |
webglrenderingcontext.rs
|
Reuse input buffer for RGB/UNSIGNED_BYTE in rgba8_image_to_tex_image_data
|
2018-09-10 14:13:23 +02:00 |
webglshader.rs
|
Simplify gl.getShaderParameter() (fixes #20562)
|
2018-07-31 11:12:45 +02:00 |
webglshaderprecisionformat.rs
|
|
|
webgltexture.rs
|
Use the DOM cache for gl.getTexParameter(gl.TEXTURE_*_FILTER)
|
2018-08-02 18:06:58 +02:00 |
webgluniformlocation.rs
|
Invalidate all WebGLUniformLocation values on program relink
|
2018-07-19 11:34:04 +02:00 |
webglvertexarrayobjectoes.rs
|
Allow binding the null buffer in vertexAttribPointer if offset is 0
|
2018-08-30 16:15:38 +02:00 |
websocket.rs
|
Add Websocket task source
|
2018-09-08 17:01:27 -04:00 |
window.rs
|
Add Websocket task source
|
2018-09-08 17:01:27 -04:00 |
windowproxy.rs
|
Upgraded to SM 60
|
2018-08-20 18:22:29 -04:00 |
worker.rs
|
introduce task-queues, and throttling the performance-timeline task-source, in script and worker threads.
|
2018-08-31 02:10:34 +08:00 |
workerglobalscope.rs
|
Add Websocket task source
|
2018-09-08 17:01:27 -04:00 |
workerlocation.rs
|
|
|
workernavigator.rs
|
|
|
worklet.rs
|
Add the TaskSourceName to CommonScriptMsg::Task
|
2018-09-04 09:17:11 -04: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
|
introduce "per task source" ignoring of tasks
|
2018-07-10 13:42:28 +08:00 |
xmlhttprequesteventtarget.rs
|
|
|
xmlhttprequestupload.rs
|
|
|