Anthony Ramine
|
99ff976e85
|
Use task! to notify performance observers
|
2017-09-18 10:54:11 +02:00 |
|
Anthony Ramine
|
46628fba05
|
Move Task to its own module
|
2017-09-18 02:47:04 +02:00 |
|
Anthony Ramine
|
56117d3185
|
Rename Runnable to Task
The changes are:
* `*Runnable` -> `*Task`;
* `RunnableMsg` -> `Task`;
* `RunnableWrapper` -> `TaskCanceller`;
* `MainThreadRunnable` -> `MainThreadTask`;
* `wrap_runnable` -> `wrap_task`;
* `get_runnable_wrapper` -> `task_canceller`;
* `handler` -> `run`;
* `main_thread_handler` -> `run_with_script_thread`.
|
2017-09-16 15:43:26 +02:00 |
|
Fernando Jiménez Moreno
|
fb843c251a
|
Make Performance Timeline API work in Workers
|
2017-09-05 17:07:15 +02:00 |
|
Clément DAVID
|
c5fe235112
|
order derivable traits lists
Ignoring :
- **generated**.rs
- python/tidy/servo_tidy_tests/rust_tidy.rs
|
2017-08-23 21:38:44 +02:00 |
|
Fernando Jiménez Moreno
|
52348f1fcc
|
Performance Timeline API
|
2017-08-17 11:48:34 +02:00 |
|