aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* constellation: allow event tracing to be configured with RUST_LOG (#31659)Delan Azabani2024-03-141-0/+3
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-0/+1
* remove `extern crate` (#30311)Samson2023-09-081-7/+0
* Move logers into seperate logger filesRakhi Sharma2023-05-021-3/+3
* allow for a service worker network mediator per originGregory Terzian2020-04-051-14/+0
* allow for a service worker manager per originGregory Terzian2020-04-051-1/+2
* `impl Trait` is stableSimon Sapin2019-07-011-1/+0
* Disable gaol on aarch64Bastien Orivel2018-12-221-2/+14
* Disable gaol on arm targetsBastien Orivel2018-12-201-2/+2
* Disable gaol on androidBastien Orivel2018-12-201-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+3
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-33/+0
* Reorder importsPyfisch2018-11-061-1/+3
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Update hyper to 0.12Bastien Orivel2018-11-011-1/+1
* Use keyboard-types cratePyfisch2018-10-071-0/+1
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-2/+0
* add servo_channel crateGregory Terzian2018-09-121-0/+2
* Rustfmt the constellationConnor Brewster2018-07-211-1/+2
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+1
* delegate resource reading to embedderPaul Rouget2018-04-271-0/+2
* Implement diff-based session historyConnor Brewster2018-04-051-1/+1
* Remove gecko-media dependencyFernando Jiménez Moreno2018-01-191-2/+0
* Shut down the media stack when shutting down the constellationAnthony Ramine2017-11-211-0/+2
* Make use of `impl trait` in constellation optionalSimon Sapin2017-10-131-1/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* First step toward iOS SupportJonathan Jayet2017-08-231-3/+3
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-1/+0
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-0/+1
* Improve WebGL architecture.Imanol Fernandez2017-08-151-1/+0
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-3/+1
* Auto merge of #15354 - cynicaldevil:manual-redirect, r=jdmbors-servo2017-06-021-0/+2
|\
| * Redirect document loads manuallyNikhil Shagrithaya2017-05-311-0/+2
* | Bring back clipboard supportest312017-06-011-0/+1
|/
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-1/+1
* Reduce cloning of FrameStateConnor Brewster2017-04-051-0/+1
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-0/+1
* Auto merge of #15670 - nox:die-plugins-die, r=Manishearthbors-servo2017-02-211-4/+1
|\
| * Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-4/+1
* | Prevent the constellation from panicking if there is a deserialization error.Alan Jeffrey2017-02-201-0/+1
|/
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-2/+0
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+1
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* An in-memory RNG that shares its file descriptor.Alan Jeffrey2017-01-051-1/+1
* Implement discarding Document objects to reclaim space.Alan Jeffrey2017-01-041-0/+1
* Split off Frame from constellation.rsderor18691072016-12-271-0/+1
* Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2gerbors-servo2016-12-151-0/+1
|\