DescriptionProvide a hint for the idle notification handler.
The IdleNotification() function accepts an optional hint argument since V8 3.8.1 (rolled in r114984).
This argument roughly specifies the expected duration of the idle pause and thus defines the amount of work to be done in the function. There is no guarantee that the actual work will match the hint though.
This CL provides hints for idle notifications sent from the foreground tab depending on the idle timer delay. This somewhat reduces idle notification pauses at the beginning of "idleness" period.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120753
Patch Set 1 : Provide hint for the idle notification handler. #Patch Set 2 : Don't clamp the hint and reword comments. #Messages
Total messages: 8 (0 generated)
|