aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/constellation_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-738/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+7
* remove `extern crate` (#30311)Samson2023-09-081-0/+5
* Further changes required by ServoOriol Brufau2023-08-161-0/+9
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-9/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+9
* Try to `use` WebRender types moreMartin Robinson2023-07-101-5/+7
* Fix some Clippy lints.Teymour Aldridge2022-08-041-1/+1
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-3/+15
* Auto merge of #26606 - AbhishekSharma102:macro_pipeline_namespace, r=gterzianbors-servo2020-05-221-161/+58
|\
| * adding macro to create id and indexes.Ubuntu2020-05-221-161/+58
* | Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-0/+1
|/
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-0/+82
* Move most animation processing to scriptMartin Robinson2020-05-121-1/+0
* Use a restyle for animation ticksMartin Robinson2020-05-051-2/+0
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-1/+0
* implement broadcastchannelGregory Terzian2020-02-251-0/+43
* re-structure blob, structured serializationGregory Terzian2019-12-111-0/+38
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-0/+76
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* introduce a pipeline namespace installerGregory Terzian2019-08-211-0/+82
* Update servo media to include global mute supportFernando Jiménez Moreno2019-07-051-1/+1
* Fix some new warningsSimon Sapin2019-06-221-4/+4
* Auto merge of #23507 - gterzian:introduce_browsing_context_groups, r=asajeffreybors-servo2019-06-071-0/+3
|\
| * implement browsing context group and setGregory Terzian2019-06-071-0/+3
* | Remove unused code from a bunch of cratesest312019-06-031-8/+0
|/
* bound sampler bufferGregory Terzian2019-03-311-1/+2
* Support multiprocess in sampling profiler.Josh Matthews2019-03-261-0/+7
* Add a sampling profiler and a script to generate profiles for use with Gecko ...Josh Matthews2019-03-261-0/+18
* Update webrender.Josh Matthews2019-01-171-4/+4
* unregister components while exitingcsmoe2018-12-171-0/+2
* Cancel animations that affect nodes that do not participate in layout.Josh Matthews2018-12-101-0/+1
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-0/+184
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-1/+1
* Use keyboard-types cratePyfisch2018-10-071-147/+0
* Format msg #21373kingdido9992018-09-111-10/+26
* Remove components/nonzero, use std::num::NonZero insteadSimon Sapin2018-06-161-5/+1
* Notify the embedder when it should display or hide an IMEFabrice Desré2018-04-211-0/+20
* Implement history stateConnor Brewster2018-04-161-0/+36
* Use new std::num::NonZero* types instead of deprecated core::nonzero::NonZeroSimon Sapin2018-04-091-8/+8
* remove mozbrowser codePaul Rouget2018-02-131-7/+0
* Update WebRenderMartin Robinson2018-02-061-0/+4
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-6/+6
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-6/+6
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-6/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-8/+8
* Switch to using WebRender hit testingMartin Robinson2017-10-171-0/+11
* Replace NonZeroU32 and NonZeroUsize with a generic NonZeroSimon Sapin2017-10-161-7/+7