aboutsummaryrefslogtreecommitdiffstats
path: root/components/background_hang_monitor
Commit message (Expand)AuthorAgeFilesLines
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-3/+3
* chore: Move unsafe operations in unsafe functions to unsafe blocks (#36017)DK Liao2025-03-182-44/+46
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-0/+3
* bhs: Remove direct link to `liblzma` (#35924)Martin Robinson2025-03-121-5/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-032-3/+3
* Only compile platform samplers when cargo feature enabled (#35312)Josh Matthews2025-02-062-4/+5
* libservo: Make background hang monitor integration optional. (#35256)Josh Matthews2025-02-012-4/+10
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-281-11/+11
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* background_hang_monitor: Add musl compatibility (#33153)A. Wilcox2024-08-213-4/+19
* ohos/android: Redirect stdout/stderr to `log` sink (#32858)Jonathan Schwender2024-08-151-1/+1
* Dont use lazy static to construct mutexes (#33047)Simon Wülker2024-08-142-6/+1
* ohos: Fix x86_64-unknown-linux-ohos (#33029)Jonathan Schwender2024-08-143-4/+7
* Bump duplicated nix to 0.29 (#32764)Jonathan Schwender2024-07-131-1/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* deps: Switch from `winapi` to `windows_sys` in Servo code (#32516)Martin Robinson2024-06-171-5/+5
* build: Fix build warnings on Windows (#32500)Martin Robinson2024-06-151-0/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-174-10/+11
* servoshell: Upgrade `egui` and many other dependencies (#31278)Magnus Larsen2024-05-021-1/+1
* fix: missing thread name when spawning (#31656)Ngo Iok Ui (Wu Yu Wei)2024-03-141-0/+1
* Fix clippy warnings in components/third_party (#31623)Mucha Naibei2024-03-121-2/+0
* clippy: fix warnings in various modules in components (#31568)eri2024-03-085-37/+27
* BHM: Support aarch64 for Mac sampler (#31298)Rajesh Malviya2024-02-092-23/+42
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-3/+3
* bhm: Fix a warning in the Linux sampler (#30924)Martin Robinson2023-12-281-52/+52
* dependencies: Update to latest version of `unwind-sys` (#30923)Martin Robinson2023-12-231-3/+1
* Fix the unwind-sys build on latest Fedora (#30906)Martin Robinson2023-12-211-1/+3
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-1/+1
* Fix macOS's sameple isn't used in background_hang_monitor (#30490)Ngo Iok Ui (Wu Yu Wei)2023-10-041-1/+4
* Update version of `nix`, and `ron` (#30330)Fabrice Desré2023-09-151-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-115-34/+30
* remove `extern crate` (#30311)Samson2023-09-083-10/+3
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-7/+7
* fix(bhm): deliver exit signal reliably (for real)yvt2021-06-211-22/+107
* fix(bhm): deliver exit signal reliably when component registration and signal...yvt2021-06-202-30/+119
* refactor(bhm): reduce item visibilityyvt2021-06-201-7/+7
* Disable intermittent unit tests on macos.Josh Matthews2021-05-261-2/+2
* Ignore warnings.Josh Matthews2021-03-141-0/+2
* Disable hanging hang monitor tests on windowsJosh Matthews2021-03-121-0/+4
* improve reliability of hang monitor testsGregory Terzian2020-07-072-18/+26
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-302-30/+147
* Use UnsafeCell instead of `static mut` in background_hang_monitor/sampler_lin...Simon Sapin2020-06-051-60/+74
* Some Cargo.toml cleanupsatouchet2020-05-131-2/+2
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-1/+1
* Remove unused dependenciesShotaro Yamada2019-10-011-2/+0
* Update and dedupe nixBastien Orivel2019-09-061-1/+1
* Deduplicate parking_lot and friends by updating it to 0.9Bastien Orivel2019-09-051-1/+1
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Remove uses of mem::uninitializedSimon Sapin2019-07-171-10/+10