[chromium-dev] Re: Implementing an onidle event (and the Linux implications)

2009-05-07 Thread Adam Barth
I'd encourage you to implement it for extensions first. It seems really useful for queuing up notifications, etc. Adam 2009/5/7 PhistucK phist...@gmail.com: (Creating a new thread for it.) So, I started looking into it. And as you wrote, in order to implement this function for all of the

[chromium-dev] Re: Implementing an onidle event (and the Linux implications)

2009-05-07 Thread David Levin
fwiw, gears had an implementation that didn't depend on XScreenSaverQueryInfo http://code.google.com/p/gears/source/detail?r=2641path=/trunk/gears/notifier/user_activity.cc see user_activity_linux.cc 2009/5/7 Adam Barth aba...@chromium.org I'd encourage you to implement it for extensions

[chromium-dev] Re: Implementing an onidle event (and the Linux implications)

2009-05-07 Thread Evan Martin
Does this mean PhistucK could just rely on the gears implementation? Then it would require no Chrome changes. 2009/5/7 David Levin le...@chromium.org: fwiw, gears had an implementation that didn't depend on XScreenSaverQueryInfo

[chromium-dev] Re: Implementing an onidle event (and the Linux implications)

2009-05-07 Thread David Levin
That file has been deleted from gears -- not as a reflection on the implementation but due to the lack of its use in gears. 2009/5/7 Evan Martin e...@chromium.org Does this mean PhistucK could just rely on the gears implementation? Then it would require no Chrome changes. 2009/5/7 David