1 # This suite runs the tests in virtual/threaded/fast/idle-callback with
2 # --enable-threaded-compositing since the tests require threaded compositing
Sami
2015/08/10 09:47:46
Do we still expose requestIdleCallback in non-thre
Do we still expose requestIdleCallback in non-threaded configurations? If it
doesn't work (i.e., you never get idle time), we might want to hide it instead.
Then again I'm not sure where we even ship single threaded compositing these
days.
rmcilroy
2015/08/11 16:30:51
It doesn't seem to work with non threaded composit
On 2015/08/10 09:47:46, Sami wrote:
> Do we still expose requestIdleCallback in non-threaded configurations? If it
> doesn't work (i.e., you never get idle time), we might want to hide it
instead.
> Then again I'm not sure where we even ship single threaded compositing these
> days.
It doesn't seem to work with non threaded compositor mode (the compositor
doesn't send BeginMainFrame's to the scheduler). I'm not sure how we could hide
it if we are in single thread compositor mode though. It would still work with
timeouts though, and given we don't ship single thread compositor mode anywhere
anyway, maybe only running rIC during timeouts ofor single threaded compositor
would be OK, wdyt?
Issue 1119683003: Implement requestIdleCallback API
(Closed)
Created 5 years, 7 months ago by rmcilroy
Modified 5 years, 4 months ago
Reviewers: esprehn, jochen (gone - plz use gerrit), Sami
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 113