| Commit message (Expand) | Author | Age | Files | Lines |
* | constellation: allow event tracing to be configured with RUST_LOG (#31659) | Delan Azabani | 2024-03-14 | 1 | -0/+3 |
* | constellation: focusing and closing webviews (#30842) | Delan Azabani | 2024-01-24 | 1 | -0/+1 |
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -7/+0 |
* | Move logers into seperate logger files | Rakhi Sharma | 2023-05-02 | 1 | -3/+3 |
* | allow for a service worker network mediator per origin | Gregory Terzian | 2020-04-05 | 1 | -14/+0 |
* | allow for a service worker manager per origin | Gregory Terzian | 2020-04-05 | 1 | -1/+2 |
* | `impl Trait` is stable | Simon Sapin | 2019-07-01 | 1 | -1/+0 |
* | Disable gaol on aarch64 | Bastien Orivel | 2018-12-22 | 1 | -2/+14 |
* | Disable gaol on arm targets | Bastien Orivel | 2018-12-20 | 1 | -2/+2 |
* | Disable gaol on android | Bastien Orivel | 2018-12-20 | 1 | -2/+2 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -1/+3 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -33/+0 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+3 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -3/+3 |
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 1 | -1/+1 |
* | Use keyboard-types crate | Pyfisch | 2018-10-07 | 1 | -0/+1 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -2/+0 |
* | add servo_channel crate | Gregory Terzian | 2018-09-12 | 1 | -0/+2 |
* | Rustfmt the constellation | Connor Brewster | 2018-07-21 | 1 | -1/+2 |
* | move msg to embedder_traits, use in script, handle send error in embedder | Gregory Terzian | 2018-05-23 | 1 | -1/+1 |
* | delegate resource reading to embedder | Paul Rouget | 2018-04-27 | 1 | -0/+2 |
* | Implement diff-based session history | Connor Brewster | 2018-04-05 | 1 | -1/+1 |
* | Remove gecko-media dependency | Fernando Jiménez Moreno | 2018-01-19 | 1 | -2/+0 |
* | Shut down the media stack when shutting down the constellation | Anthony Ramine | 2017-11-21 | 1 | -0/+2 |
* | Make use of `impl trait` in constellation optional | Simon Sapin | 2017-10-13 | 1 | -1/+1 |
* | Remove usage of unstable box syntax, except in the script crate | Simon Sapin | 2017-10-12 | 1 | -1/+0 |
* | First step toward iOS Support | Jonathan Jayet | 2017-08-23 | 1 | -3/+3 |
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -1/+0 |
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -0/+1 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -1/+0 |
* | Implement basic Time To First Paint and First Contentful Paint PWMs | Fernando Jiménez Moreno | 2017-07-20 | 1 | -0/+1 |
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -1/+1 |
* | Remove explicit dependencies on serde_derive | Simon Sapin | 2017-06-16 | 1 | -3/+1 |
* | Auto merge of #15354 - cynicaldevil:manual-redirect, r=jdm | bors-servo | 2017-06-02 | 1 | -0/+2 |
|\ |
|
| * | Redirect document loads manually | Nikhil Shagrithaya | 2017-05-31 | 1 | -0/+2 |
* | | Bring back clipboard support | est31 | 2017-06-01 | 1 | -0/+1 |
|/ |
|
* | Renamed constellation::Frame to constellation::BrowsingContext. | Alan Jeffrey | 2017-05-15 | 1 | -1/+1 |
* | Reduce cloning of FrameState | Connor Brewster | 2017-04-05 | 1 | -0/+1 |
* | Move image cache implementation to the net crate | Fernando Jiménez Moreno | 2017-03-27 | 1 | -0/+1 |
* | Auto merge of #15670 - nox:die-plugins-die, r=Manishearth | bors-servo | 2017-02-21 | 1 | -4/+1 |
|\ |
|
| * | Kill the plugins crate and its clippy support | Anthony Ramine | 2017-02-21 | 1 | -4/+1 |
* | | Prevent the constellation from panicking if there is a deserialization error. | Alan Jeffrey | 2017-02-20 | 1 | -0/+1 |
|/ |
|
* | Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23). | Ms2ger | 2017-01-24 | 1 | -2/+0 |
* | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 1 | -0/+1 |
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06) | Simon Sapin | 2017-01-06 | 1 | -1/+0 |
* | An in-memory RNG that shares its file descriptor. | Alan Jeffrey | 2017-01-05 | 1 | -1/+1 |
* | Implement discarding Document objects to reclaim space. | Alan Jeffrey | 2017-01-04 | 1 | -0/+1 |
* | Split off Frame from constellation.rs | deror1869107 | 2016-12-27 | 1 | -0/+1 |
* | Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2ger | bors-servo | 2016-12-15 | 1 | -0/+1 |
|\ |
|