base/idle_timer implements this. The only implementation detail would be exposing it to JS.
It would also make us depend on xscreensaver on Linux which is :( but whatever. 2009/5/6 PhistucK <[email protected]>: > One more thing - are you planning to implement a function that will return > the status of the machine? > For presence information, I want to know if the computer is idle and if it > does, I do not want to signal the presence. Say, during screen saver or when > the screen is shut down (through windows and its power management system, > obviously, not through the shut down button :)). > And if you were not planning on it - is it so easy to implement that you > will implement it in a few seconds? ;) > I wish I knew C++ (and had enough disk space :( really low now), I would > have tried to implement it by myself or help a little with everything. :) > > ☆PhistucK > > > 2009/5/6 PhistucK <[email protected]> >> >> Yeah, I actually thought about it but never got into implementing it, >> since my project is kind of secret (to the surroundings) and I am afraid to >> create a slightly comprehensible bookmark entry with identifiable details. >> (Too much details, hehe. Forget it. :)) >> >> ☆PhistucK >> >> >> 2009/5/6 Aaron Boodman <[email protected]> >>> >>> No good way. >>> >>> If you were feeling especially hacky, you could use the Bookmark >>> system >>> (http://sites.google.com/a/chromium.org/dev/developers/design-documents/extensions/bookmarks-api) >>> as a temporary data store until LocalStorage is implemented. >>> >>> Not recommended, but it works, we've done it for testing :). >>> >>> - a >>> >>> 2009/5/5 PhistucK <[email protected]>: >>> > Then... no way for now? >>> > :( >>> > I built a little instant messaging notifier with the extensions. :) >>> > ☆PhistucK >>> > >>> > >>> > On Wed, May 6, 2009 at 02:45, Peter Kasting <[email protected]> >>> > wrote: >>> >> >>> >> On Tue, May 5, 2009 at 4:43 PM, Aaron Boodman <[email protected]> wrote: >>> >>> >>> >>> Note that using cookies, as Peter suggests, won't work either. >>> >> >>> >> The lesson is, never listen to me. >>> >> PK >>> >> >> >>> > >>> > >> > > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
