aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile
Commit message (Expand)AuthorAgeFilesLines
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-054-341/+371
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-0/+1
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-131-51/+2
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* Remove obsolete memory profiler console output (#35861)webbeef2025-03-081-316/+4
* Add an about:memory page (#35728)webbeef2025-03-071-1/+27
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-032-23/+29
* Improve scheduling of the memory profiler. (#35618)webbeef2025-02-232-2/+24
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-0/+1
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-1/+0
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-072-2/+2
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-0/+1
* [NFC] Remove unused interval profiler events (#34285)Delan Azabani2024-11-191-18/+0
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-054-44/+31
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-1/+1
* deps: switch to `tikv-jemallocator` crates in Cargo.toml (#32828)Mukilan Thiyagarajan2024-07-222-2/+2
* Use mallinfo only on target_env=gnu (#32772)Patrycja2024-07-141-5/+5
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* android: use `jemalloc` on Android (#32273)Mukilan Thiyagarajan2024-05-132-9/+9
* Add font-fallback on OpenHarmony and fix several compilation issues (#32141)Jonathan Schwender2024-05-022-7/+8
* clippy: fix warnings in various modules in components (#31568)eri2024-03-083-31/+31
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-222-8/+8
* Unfork and upgrade jemallocator (#30963)Martin Robinson2024-01-012-2/+2
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-113-24/+32
* remove `extern crate` (#30311)Samson2023-09-083-5/+3
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-5/+5
* feat: shorten thread namesyvt2021-07-192-6/+6
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-5/+2
* Remove support for heartbeats profilingSimon Sapin2020-06-045-315/+4
* Remove support for energy profilingSimon Sapin2020-06-043-68/+5
* More Cargo.toml updatesatouchet2020-05-301-6/+6
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Auto merge of #26421 - Eijebong:remove-influent, r=jdmbors-servo2020-05-252-49/+1
|\
| * Remove influxDB support for profileBastien Orivel2020-05-042-49/+1
* | Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-0/+1
|/
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Fix some warnings in future Rust nightliesSimon Sapin2020-01-022-9/+3
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* `#[global_allocator]` is stableSimon Sapin2019-07-012-11/+8
* Profile: removed opts::get()oneturkmen2019-06-052-17/+33
* Update regex to 1.1CYBAI2019-04-291-1/+1
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-1/+17
* Fix deprecation warningsSimon Sapin2019-01-281-2/+2
* Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)Simon Sapin2018-12-281-2/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-197-7/+7
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-0/+1