aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Fix new warningsSimon Sapin2019-01-043-25/+1
* Upgrade to rustc 1.33.0-nightly (c0bbc3927 2019-01-03)Simon Sapin2019-01-041-7/+0
* Auto merge of #22528 - Manishearth:webxr, r=jdm,MortimerGorobors-servo2019-01-0431-70/+1089
|\
| * Remove unrooted_must_rootManish Goregaokar2019-01-031-1/+0
| * NonNull::new()Manish Goregaokar2019-01-031-2/+2
| * Link to relevant issuesManish Goregaokar2019-01-032-0/+5
| * Remove Cell in XRSpaceManish Goregaokar2019-01-031-0/+1
| * Silence unused warningsManish Goregaokar2019-01-035-26/+16
| * Switch viewerpose to an any attributeManish Goregaokar2018-12-222-15/+25
| * Properly support depthNear and depthFarManish Goregaokar2018-12-221-9/+5
| * Add spec linksManish Goregaokar2018-12-228-2/+27
| * Add dom.webxr.enabled prefManish Goregaokar2018-12-2213-23/+30
| * Invoke XR RAFs appropriatelyManish Goregaokar2018-12-212-20/+40
| * Support attaching RAF callbacksManish Goregaokar2018-12-213-4/+34
| * Fill in XR frame/pose/view implementationsManish Goregaokar2018-12-2112-38/+152
| * Support fetching viewport infoManish Goregaokar2018-12-219-6/+125
| * Simple presentationManish Goregaokar2018-12-203-1/+43
| * Fill in some of XRWebGLLayerManish Goregaokar2018-12-202-17/+69
| * allow setting base layerManish Goregaokar2018-12-203-4/+18
| * Fill in XR.requestSessionManish Goregaokar2018-12-195-24/+103
| * Basic XRRigidTransform interfaceManish Goregaokar2018-12-193-0/+44
| * Basic XRView interfaceManish Goregaokar2018-12-193-0/+48
| * Basic XRViewerPose interfaceManish Goregaokar2018-12-193-0/+41
| * Basic XRReferenceSpace interfaceManish Goregaokar2018-12-197-0/+142
| * Basic XRSpace interfaceManish Goregaokar2018-12-191-0/+1
| * Basic XRFrame interfaceManish Goregaokar2018-12-197-0/+154
| * Basic XRSession interfaceManish Goregaokar2018-12-194-1/+74
| * Move VR interface to XRManish Goregaokar2018-12-196-42/+55
* | Serialize the children of void html elements as empty stringsGeorge Roman2019-01-032-1/+6
* | Auto merge of #22576 - Eijebong:itertools, r=Manishearthbors-servo2019-01-022-2/+2
|\ \
| * | Update itertools to 0.8Bastien Orivel2018-12-302-2/+2
* | | Auto merge of #22385 - servo:rustup, r=SimonSapinbors-servo2018-12-31211-1320/+1192
|\ \ \
| * | | Fix some warningsSimon Sapin2018-12-286-8/+8
| * | | Rustfmt has changed its default style :/Simon Sapin2018-12-28202-1296/+1177
| * | | Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)Simon Sapin2018-12-286-16/+7
* | | | Publish selectors 0.21.0 on crates.ioselectors-v0.21.0Simon Sapin2018-12-311-1/+1
| |/ / |/| |
* | | Update bindgen to 0.46Bastien Orivel2018-12-291-1/+1
|/ /
* | Implement HTMLMediaElement defaultPlaybackRate and playbackRate attributesGeorge Roman2018-12-263-9/+105
* | Auto merge of #22555 - CYBAI:new-urlsearchparams, r=jdmbors-servo2018-12-265-16/+49
|\ \
| * | Use `IndexMap` for WebIDL RecordCYBAI2018-12-263-6/+23
| * | Construct URLSearchParams from array or objectCYBAI2018-12-262-10/+26
* | | Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-2611-40/+249
|\ \ \ | |/ / |/| |
| * | set document ready state to complete in step 4 of parser abortGregory Terzian2018-12-231-2/+1
| * | check for a document being "fully-active" before reflowsGregory Terzian2018-12-232-1/+9
| * | implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-237-9/+155
| * | constellation: restructure navigation, remove sync commGregory Terzian2018-12-235-28/+84
| |/
* | Remove leading question mark when constructing URLSearchParamsCYBAI2018-12-251-3/+11
* | Implement URL's toJSON()CYBAI2018-12-242-0/+7
* | Auto merge of #22540 - CYBAI:update-sw-webidl, r=jdmbors-servo2018-12-231-3/+4
|\ \
| * | Update ServiceWorker webidlCYBAI2018-12-231-3/+4