Martin Robinson
a4ceb82ef5
script: Stop using time
in DOM timers ( #33262 )
...
This switches to using `std::time` types for DOM timer operations, which
allows removing our custom time units in favor of `Duration`.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-08-30 15:20:44 +00:00
eri
7f1ef4c7fe
clippy: Fix warnings in components/constellation
( #31610 )
...
* clippy: fix warnings in components/constellation
* fix: review comments
2024-03-11 10:22:28 +00:00
Samson
aad2dccc9c
Strict import formatting (grouping and granularity) ( #30325 )
...
* strict imports formatting
* Reformat all imports
2023-09-11 19:16:54 +00:00
Gregory Terzian
c893c8955d
update timer scheduler to use crossbeam
2019-10-20 23:42:34 +08:00
Jan Andre Ikenmeyer
1d6fe65401
Update MPL license to https (part 4)
2018-11-19 14:47:27 +01:00
Bastien Orivel
9a7eeb349a
Update crossbeam-channel to 0.3
2018-11-18 19:33:19 +01:00
Simon Sapin
2a996fbc8f
Replace mpsc with crossbeam/servo channel, update ipc-channel
...
Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
2018-09-12 13:33:32 +08:00
Gregory Terzian
b977b4994c
add servo_channel crate
2018-09-12 11:25:45 +08:00
Connor Brewster
a2064cef28
Rustfmt the constellation
2018-07-21 15:03:23 -06:00
Fernando Jiménez Moreno
fb878f33d1
Terminate timer scheduler thread during shutdown
2017-03-30 14:27:40 +02:00
Aneesh Agrawal
73485b8a32
Check all constellation files for panics
...
Teaches the `etc/ci/check_no_panic.sh` script to handle directories,
so it can check all constellation files for panics.
2017-01-20 14:24:21 -05:00
Alan Jeffrey
e6ebd7f11d
Replace the one-thread-per-timeout model by a two-thread model of timeouts.
2016-05-20 13:59:12 -05:00
Ms2ger
c057ace251
Move constellation into its own crate.
2016-05-18 11:09:28 +02:00