| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a helper API for entering a DOM object's compartment | Kamil Niski | 2019-06-29 | 1 | -3/+3 |
* | Improve support for nested dictionaries | Manish Goregaokar | 2019-06-27 | 3 | -14/+2 |
* | Script: removed a few opts::get() | oneturkmen | 2019-06-26 | 1 | -0/+3 |
* | Auto merge of #23587 - jdm:smup67, r=asajeffrey | bors-servo | 2019-06-26 | 8 | -75/+91 |
|\ |
|
| * | Upgrade to Spidermonkey 67. | Josh Matthews | 2019-06-26 | 8 | -75/+91 |
* | | Fix some new warnings | Simon Sapin | 2019-06-22 | 2 | -18/+18 |
|/ |
|
* | Use TypeError instead of InvalidState for exception. | gatowololo | 2019-06-07 | 1 | -1/+6 |
* | Auto merge of #23499 - est31:unused_code_removal_3, r=jdm | bors-servo | 2019-06-04 | 3 | -22/+1 |
|\ |
|
| * | Remove unused code from script* crates | est31 | 2019-06-02 | 3 | -22/+1 |
* | | Make tidy happy | Bastien Orivel | 2019-05-25 | 1 | -8/+20 |
* | | Use the newly added inCompartments option everywhere it can be | Bastien Orivel | 2019-05-25 | 1 | -3/+82 |
* | | Add support for attributes to the inCompartments binding parameter | Bastien Orivel | 2019-05-25 | 2 | -4/+11 |
* | | Add an inCompartments config for bindings | Bastien Orivel | 2019-05-24 | 3 | -4/+20 |
|/ |
|
* | Auto merge of #23363 - Darkspirit:https, r=jdm | bors-servo | 2019-05-14 | 3 | -3/+3 |
|\ |
|
| * | Update MPL license to https | Jan Andre Ikenmeyer | 2019-05-10 | 3 | -3/+3 |
* | | Update to SpiderMonkey 66. | Josh Matthews | 2019-05-10 | 6 | -51/+56 |
|/ |
|
* | Auto merge of #23342 - Manishearth:webrtc-streams, r=ferjm | bors-servo | 2019-05-09 | 1 | -1/+2 |
|\ |
|
| * | Add stream types to tracks, add MediaStreamTrack.id and MediaStreamTrack.kind | Manish Goregaokar | 2019-05-07 | 1 | -1/+2 |
* | | Write method for initializing input sources | Manish Goregaokar | 2019-05-03 | 1 | -2/+2 |
|/ |
|
* | Add custom elements related stuff into ElementRareData | Fernando Jiménez Moreno | 2019-04-26 | 1 | -2/+2 |
* | Make StyleSheetListOwner implement JSTraceable | Fernando Jiménez Moreno | 2019-04-26 | 1 | -2/+0 |
* | Remove stylesheets ownership from DocumentOrShadowRoot | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+12 |
* | ShadowRoot stylesheet list | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+12 |
* | Move stylesheets related code to DocumentOrShadowRoot | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+2 |
* | Auto merge of #23157 - ferjm:gum.playback, r=Manishearth | bors-servo | 2019-04-13 | 1 | -2/+2 |
|\ |
|
| * | MediaStream playback through audio and video elements | Fernando Jiménez Moreno | 2019-04-10 | 1 | -2/+2 |
* | | Make use of RefCell::try_borrow_unguarded | Anthony Ramine | 2019-04-12 | 1 | -1/+3 |
* | | Implementing the builder pattern for RequestInit | Lucas Fantacuci | 2019-04-10 | 1 | -2/+2 |
|/ |
|
* | Move XRRigidTransform to using RigidTransform3D | Manish Goregaokar | 2019-04-03 | 1 | -2/+4 |
* | Auto merge of #23102 - servo:rustup, r=Manishearth | bors-servo | 2019-03-27 | 1 | -3/+5 |
|\ |
|
| * | Upgrade to rustc 1.35.0-nightly (4c27fb19b 2019-03-25) | Simon Sapin | 2019-03-26 | 1 | -3/+5 |
* | | Clean up trace impls | Manish Goregaokar | 2019-03-26 | 1 | -49/+2 |
* | | Add XRRigidTransform::Inverse | Manish Goregaokar | 2019-03-26 | 1 | -1/+3 |
* | | Precompute XRRigidTransform's matrices | Manish Goregaokar | 2019-03-26 | 1 | -1/+8 |
|/ |
|
* | Shutdown player when HTMLMediaElement is dropped | Fernando Jiménez Moreno | 2019-03-25 | 1 | -2/+1 |
* | #8539 Config preferences backend restructure | Peter Hall | 2019-03-20 | 2 | -4/+5 |
* | Simplify RootedReference and make it specifically about slicesIt's now called... | Anthony Ramine | 2019-03-11 | 2 | -13/+18 |
* | Don't use RootedReference for Option<T> in codegen anymore | Anthony Ramine | 2019-03-10 | 2 | -16/+4 |
* | Remove most RootedReference uses | Anthony Ramine | 2019-03-10 | 2 | -16/+3 |
* | Remove offscreen_gl_context dependency from canvas_traits and script. | Josh Matthews | 2019-03-07 | 1 | -1/+1 |
* | Add support for default dict values being boolean, use in MediaStreamConstraints | Manish Goregaokar | 2019-03-04 | 1 | -1/+9 |
* | Add aspect/frameRate/sampleRate parameters | Manish Goregaokar | 2019-03-04 | 1 | -0/+1 |
* | Auto merge of #22958 - Manishearth:attrs-on-types, r=nox | bors-servo | 2019-03-04 | 6 | -169/+493 |
|\ |
|
| * | Update WebIDL.py to 4166cae81546 | Manish Goregaokar | 2019-03-04 | 5 | -169/+466 |
| * | Move pref-main-thread.patch back | Manish Goregaokar | 2019-03-02 | 1 | -0/+27 |
* | | Upgrade to rustc 1.34.0-nightly (0ea22717a 2019-03-02) | Simon Sapin | 2019-03-03 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #22934 - Manishearth:update-webidl, r=nox | bors-servo | 2019-03-01 | 12 | -93/+191 |
|\ |
|
| * | Update webidl.py from upstream | Manish Goregaokar | 2019-03-01 | 12 | -93/+191 |
* | | Reformat | Simon Sapin | 2019-02-26 | 1 | -1/+3 |
|/ |
|
* | Update servo-media | Manish Goregaokar | 2019-02-13 | 1 | -1/+2 |