| Commit message (Expand) | Author | Age | Files | Lines |
* | Move `*_traits` and other shared types to `shared` | Martin Robinson | 2023-11-03 | 3 | -768/+0 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -8/+7 |
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 2 | -11/+5 |
* | Further changes required by Servo | Oriol Brufau | 2023-08-16 | 4 | -34/+12 |
* | Revert "Backport several style changes from Gecko (5) (#30099)" (#30104) | Oriol Brufau | 2023-08-16 | 4 | -12/+34 |
* | Backport several style changes from Gecko (5) (#30099) | Oriol Brufau | 2023-08-15 | 4 | -34/+12 |
* | Try to `use` WebRender types more | Martin Robinson | 2023-07-10 | 1 | -5/+7 |
* | Vendor the current version of WebRender | Martin Robinson | 2023-07-03 | 1 | -1/+1 |
* | Start the transition to workspace dependencies | Martin Robinson | 2023-05-17 | 1 | -5/+5 |
* | Fix some Clippy lints. | Teymour Aldridge | 2022-08-04 | 1 | -1/+1 |
* | Update parking_lot. | Josh Matthews | 2022-04-01 | 1 | -1/+1 |
* | ensure clean shutdown of all threads running JS | Gregory Terzian | 2020-06-30 | 1 | -3/+15 |
* | Remove some unused dependency declarations | Simon Sapin | 2020-05-29 | 1 | -1/+0 |
* | Auto merge of #26646 - jdm:parking_lot, r=asajeffrey | bors-servo | 2020-05-26 | 1 | -1/+1 |
|\ |
|
| * | Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0... | Josh Matthews | 2020-05-26 | 1 | -1/+1 |
* | | Auto merge of #26643 - atouchet:comp, r=jdm | bors-servo | 2020-05-26 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | More Cargo.toml updates | atouchet | 2020-05-25 | 1 | -4/+4 |
* | | Auto merge of #26606 - AbhishekSharma102:macro_pipeline_namespace, r=gterzian | bors-servo | 2020-05-22 | 1 | -161/+58 |
|\ \ |
|
| * | | adding macro to create id and indexes. | Ubuntu | 2020-05-22 | 1 | -161/+58 |
* | | | Implement client-side logic for WebGPU id recycling | Kunal Mohan | 2020-05-22 | 1 | -0/+1 |
|/ / |
|
* / | serviceworker: make job queue unique per origin | Gregory Terzian | 2020-05-21 | 1 | -0/+82 |
|/ |
|
* | Move most animation processing to script | Martin Robinson | 2020-05-12 | 1 | -1/+0 |
* | Use a restyle for animation ticks | Martin Robinson | 2020-05-05 | 1 | -2/+0 |
* | Make DOM own the style and layout data, in an UnsafeCell | Anthony Ramine | 2020-04-04 | 1 | -1/+0 |
* | implement broadcastchannel | Gregory Terzian | 2020-02-25 | 1 | -0/+43 |
* | Update ipc-channel and crossbeam-channel. | Josh Matthews | 2020-02-20 | 1 | -1/+1 |
* | re-structure blob, structured serialization | Gregory Terzian | 2019-12-11 | 1 | -0/+38 |
* | Use non-IPC webrender API over explicit IPC channels. | Josh Matthews | 2019-11-27 | 1 | -1/+1 |
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 2 | -0/+77 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -0/+1 |
* | Deduplicate parking_lot and friends by updating it to 0.9 | Bastien Orivel | 2019-09-05 | 1 | -1/+1 |
* | Update ipc-channel and related dependencies | Bastien Orivel | 2019-08-27 | 1 | -1/+1 |
* | introduce a pipeline namespace installer | Gregory Terzian | 2019-08-21 | 3 | -0/+87 |
* | Update servo media to include global mute support | Fernando Jiménez Moreno | 2019-07-05 | 1 | -1/+1 |
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -4/+4 |
* | Auto merge of #23507 - gterzian:introduce_browsing_context_groups, r=asajeffrey | bors-servo | 2019-06-07 | 1 | -0/+3 |
|\ |
|
| * | implement browsing context group and set | Gregory Terzian | 2019-06-07 | 1 | -0/+3 |
* | | Remove unused code from a bunch of crates | est31 | 2019-06-03 | 1 | -8/+0 |
|/ |
|
* | bound sampler buffer | Gregory Terzian | 2019-03-31 | 1 | -1/+2 |
* | Support multiprocess in sampling profiler. | Josh Matthews | 2019-03-26 | 1 | -0/+7 |
* | Add a sampling profiler and a script to generate profiles for use with Gecko ... | Josh Matthews | 2019-03-26 | 1 | -0/+18 |
* | Update webrender. | Josh Matthews | 2019-01-17 | 1 | -4/+4 |
* | Update references to malloc_size_of_derive, which is in crates.io now. | Emilio Cobos Álvarez | 2019-01-13 | 1 | -1/+1 |
* | unregister components while exiting | csmoe | 2018-12-17 | 1 | -0/+2 |
* | Cancel animations that affect nodes that do not participate in layout. | Josh Matthews | 2018-12-10 | 1 | -0/+1 |
* | introduce a background-hang-monitor: | Gregory Terzian | 2018-11-26 | 1 | -0/+184 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 3 | -3/+3 |
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 1 | -1/+0 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 2 | -2/+0 |
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |