Bug 259857

Summary: makeOpportunisticTaskDeferralScopeIfPossible has a wrong early exit logic
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mark.lam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 259876    
Bug Blocks: 203137    

Ryosuke Niwa
Reported 2023-08-04 23:41:47 PDT
makeOpportunisticTaskDeferralScopeIfPossible exits early whenever m_currentTimerInterval <= 1ms. But we should be exiting early whenever m_currentTimerInterval > 1ms instead.
Attachments
Ryosuke Niwa
Comment 1 2023-08-04 23:45:48 PDT
Radar WebKit Bug Importer
Comment 2 2023-08-05 17:03:39 PDT
EWS
Comment 3 2023-08-05 20:38:14 PDT
Committed 266621@main (38e5de251688): <https://commits.webkit.org/266621@main> Reviewed commits have been landed. Closing PR #16420 and removing active labels.
WebKit Commit Bot
Comment 4 2023-08-06 14:12:13 PDT
Re-opened since this is blocked by bug 259876
Ryosuke Niwa
Comment 5 2023-08-07 21:00:29 PDT
EWS
Comment 6 2023-08-08 01:07:44 PDT
Committed 266680@main (e9d28ce63fa4): <https://commits.webkit.org/266680@main> Reviewed commits have been landed. Closing PR #16464 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.