Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix new warnings | Simon Sapin | 2019-01-04 | 3 | -25/+1 |
* | Upgrade to rustc 1.33.0-nightly (c0bbc3927 2019-01-03) | Simon Sapin | 2019-01-04 | 1 | -7/+0 |
* | Auto merge of #22528 - Manishearth:webxr, r=jdm,MortimerGoro | bors-servo | 2019-01-04 | 31 | -70/+1089 |
|\ | |||||
| * | Remove unrooted_must_root | Manish Goregaokar | 2019-01-03 | 1 | -1/+0 |
| * | NonNull::new() | Manish Goregaokar | 2019-01-03 | 1 | -2/+2 |
| * | Link to relevant issues | Manish Goregaokar | 2019-01-03 | 2 | -0/+5 |
| * | Remove Cell in XRSpace | Manish Goregaokar | 2019-01-03 | 1 | -0/+1 |
| * | Silence unused warnings | Manish Goregaokar | 2019-01-03 | 5 | -26/+16 |
| * | Switch viewerpose to an any attribute | Manish Goregaokar | 2018-12-22 | 2 | -15/+25 |
| * | Properly support depthNear and depthFar | Manish Goregaokar | 2018-12-22 | 1 | -9/+5 |
| * | Add spec links | Manish Goregaokar | 2018-12-22 | 8 | -2/+27 |
| * | Add dom.webxr.enabled pref | Manish Goregaokar | 2018-12-22 | 13 | -23/+30 |
| * | Invoke XR RAFs appropriately | Manish Goregaokar | 2018-12-21 | 2 | -20/+40 |
| * | Support attaching RAF callbacks | Manish Goregaokar | 2018-12-21 | 3 | -4/+34 |
| * | Fill in XR frame/pose/view implementations | Manish Goregaokar | 2018-12-21 | 12 | -38/+152 |
| * | Support fetching viewport info | Manish Goregaokar | 2018-12-21 | 9 | -6/+125 |
| * | Simple presentation | Manish Goregaokar | 2018-12-20 | 3 | -1/+43 |
| * | Fill in some of XRWebGLLayer | Manish Goregaokar | 2018-12-20 | 2 | -17/+69 |
| * | allow setting base layer | Manish Goregaokar | 2018-12-20 | 3 | -4/+18 |
| * | Fill in XR.requestSession | Manish Goregaokar | 2018-12-19 | 5 | -24/+103 |
| * | Basic XRRigidTransform interface | Manish Goregaokar | 2018-12-19 | 3 | -0/+44 |
| * | Basic XRView interface | Manish Goregaokar | 2018-12-19 | 3 | -0/+48 |
| * | Basic XRViewerPose interface | Manish Goregaokar | 2018-12-19 | 3 | -0/+41 |
| * | Basic XRReferenceSpace interface | Manish Goregaokar | 2018-12-19 | 7 | -0/+142 |
| * | Basic XRSpace interface | Manish Goregaokar | 2018-12-19 | 1 | -0/+1 |
| * | Basic XRFrame interface | Manish Goregaokar | 2018-12-19 | 7 | -0/+154 |
| * | Basic XRSession interface | Manish Goregaokar | 2018-12-19 | 4 | -1/+74 |
| * | Move VR interface to XR | Manish Goregaokar | 2018-12-19 | 6 | -42/+55 |
* | | Serialize the children of void html elements as empty strings | George Roman | 2019-01-03 | 2 | -1/+6 |
* | | Auto merge of #22576 - Eijebong:itertools, r=Manishearth | bors-servo | 2019-01-02 | 2 | -2/+2 |
|\ \ | |||||
| * | | Update itertools to 0.8 | Bastien Orivel | 2018-12-30 | 2 | -2/+2 |
* | | | Auto merge of #22385 - servo:rustup, r=SimonSapin | bors-servo | 2018-12-31 | 211 | -1320/+1192 |
|\ \ \ | |||||
| * | | | Fix some warnings | Simon Sapin | 2018-12-28 | 6 | -8/+8 |
| * | | | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 202 | -1296/+1177 |
| * | | | Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27) | Simon Sapin | 2018-12-28 | 6 | -16/+7 |
* | | | | Publish selectors 0.21.0 on crates.ioselectors-v0.21.0 | Simon Sapin | 2018-12-31 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Update bindgen to 0.46 | Bastien Orivel | 2018-12-29 | 1 | -1/+1 |
|/ / | |||||
* | | Implement HTMLMediaElement defaultPlaybackRate and playbackRate attributes | George Roman | 2018-12-26 | 3 | -9/+105 |
* | | Auto merge of #22555 - CYBAI:new-urlsearchparams, r=jdm | bors-servo | 2018-12-26 | 5 | -16/+49 |
|\ \ | |||||
| * | | Use `IndexMap` for WebIDL Record | CYBAI | 2018-12-26 | 3 | -6/+23 |
| * | | Construct URLSearchParams from array or object | CYBAI | 2018-12-26 | 2 | -10/+26 |
* | | | Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p... | bors-servo | 2018-12-26 | 11 | -40/+249 |
|\ \ \ | |/ / |/| | | |||||
| * | | set document ready state to complete in step 4 of parser abort | Gregory Terzian | 2018-12-23 | 1 | -2/+1 |
| * | | check for a document being "fully-active" before reflows | Gregory Terzian | 2018-12-23 | 2 | -1/+9 |
| * | | implement windowproxy "delay-load-event-mode", and partially document "comple... | Gregory Terzian | 2018-12-23 | 7 | -9/+155 |
| * | | constellation: restructure navigation, remove sync comm | Gregory Terzian | 2018-12-23 | 5 | -28/+84 |
| |/ | |||||
* | | Remove leading question mark when constructing URLSearchParams | CYBAI | 2018-12-25 | 1 | -3/+11 |
* | | Implement URL's toJSON() | CYBAI | 2018-12-24 | 2 | -0/+7 |
* | | Auto merge of #22540 - CYBAI:update-sw-webidl, r=jdm | bors-servo | 2018-12-23 | 1 | -3/+4 |
|\ \ | |||||
| * | | Update ServiceWorker webidl | CYBAI | 2018-12-23 | 1 | -3/+4 |