Chromium Code Reviews
DescriptionSuppress dumping number of unload handlers when LayoutTest ends
Before this CL, content shell (in DRT mode) dumped number of onunload
handlers when test end.
This feature was added 5 years ago in WebKit for undisclosed Safari bug:
https://blink.lc/blink/commit/?id=4463bfd9a3882721f2252d3b380d60213a66dd37
This unload handler count dump isn't useful in current Blink, and
it is also leading to flakiness of LayoutTests results after
Blink Scheduler / Threaded Data Parser changes, as they are not deterministic
if onunload handler on iframe is registered before/after its navigation.
This CL removes this feature, and should unblock "Threaded Parser Data
Receiver" implementation in Blink.
BUG=277124
Committed: https://crrev.com/0a2aaff2a36dbb2634af9eaeeb3cd44d6be77e95
Cr-Commit-Position: refs/heads/master@{#332588}
Patch Set 1 #Patch Set 2 : rebased #Messages
Total messages: 14 (5 generated)
|