0

Add mention of Blink to threading_and_task_testing.md

R=altimin@chromium.org

Bug: 1002654
Change-Id: Iaa1c7911326bb0280766b2df045f5401b1f5110c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849127
Commit-Queue: Gabriel Charette <gab@chromium.org>
Auto-Submit: Gabriel Charette <gab@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754947}
This commit is contained in:
Gabriel Charette
2020-03-31 16:04:56 +00:00
committed by Commit Bot
parent f4f395a9c1
commit 3ae250ed7b

@ -158,6 +158,14 @@ trait for rare instances that desire distinct physical BrowserThreads.
This is the //ios equivalent of `content::BrowserTaskEnvironment` to simulate
`web::WebThread`.
### Blink ?
We would like to have something like `blink::BlinkTaskEnvironment` to simulate
Blink's task posting infrastructure. We don't have it yet because Blink can be
initialized only once and some things have to be reused across multiple unit
tests which makes creating per-test task environment quite tricky. Contributions
welcome!
## Task Environment Traits and Abilities
### Driving the Task Environment