aboutsummaryrefslogtreecommitdiffstats
path: root/components/background_hang_monitor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some new warningsSimon Sapin2019-06-225-9/+9
* Remove sampling profiler unit test.Josh Matthews2019-06-141-50/+0
* Hide windows sampler on arm64.Josh Matthews2019-06-111-1/+4
* Glutin update: dependencies updatePaul Rouget2019-05-251-1/+1
* Revert "Glutin update: dependencies update"Josh Matthews2019-05-221-1/+1
* Glutin update: dependencies updatePaul Rouget2019-05-221-1/+1
* Auto merge of #23139 - gterzian:bounded_profiler_with_buffer_feedback, r=jdmbors-servo2019-03-312-8/+21
|\
| * bound sampler bufferGregory Terzian2019-03-312-8/+21
* | Add linking hack to work around older libunwind package versions.Josh Matthews2019-03-291-0/+5
* | Use libunwind to walk the stack of the paused thread.Josh Matthews2019-03-291-8/+75
* | add linux samplerGregory Terzian2019-03-296-6/+244
|/
* Add unit test for sampling profiler.Josh Matthews2019-03-261-11/+57
* Support multiprocess in sampling profiler.Josh Matthews2019-03-263-88/+67
* Add a sampling profiler and a script to generate profiles for use with Gecko ...Josh Matthews2019-03-263-15/+154
* fix frame-pointer stackwalkingGregory Terzian2019-01-291-1/+12
* unregister components while exitingcsmoe2018-12-172-0/+39
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-277-7/+7
* introduce a background-hang-monitor:Gregory Terzian2018-11-268-0/+691