script: Eliminate most usages of with_script_thread#40864
script: Eliminate most usages of with_script_thread#40864mrobinson wants to merge 1 commit intoservo:mainfrom
with_script_thread#40864Conversation
|
This change is pending on real world testing. |
|
@Narfinger Before this lands, if it does, I will properly add you as a co-author. |
|
🔨 Triggering try run (#19643534038) for Linux (WPT) |
eeed901 to
9a3a839
Compare
|
Test results for linux-wpt from try job (#19643534038): Flaky unexpected result (68)
Stable unexpected results that are known to be intermittent (32)
Stable unexpected results (155)
|
|
|
|
🔨 Triggering try run (#19645805614) for OpenHarmony |
|
✨ Try run (#19645805614) succeeded. |
|
Sorry for the wait time, I think this is an improvement on restricted devices. Here is the data (avg, min, max):
Also this was only a load test, so I assume interaction tests would show more improvements but are harder to test. |
|
@Narfinger Thanks for the timing information! I'll try to clean this up and get the tests passing. |
Co-authored-by: Narfinger <[email protected]> Signed-off-by: Martin Robinson <[email protected]>
9a3a839 to
18fd7d5
Compare
|
I've rebased this, but it needs a bit more work as it causes quite a few timeouts. My proposal is that we land it bit by bit. |
|
Going to close this and try to land it iteratively. |
This change replaces the usage of TLS to access
ScriptThreadwitha
Weakstored in various places in the DOM.Testing: TBD
Fixes: #37969