gnome-shell/js
Ray Strode dc020628b5 main: add timestamp parameter to push/popModal
Right now popModal() passes global.get_current_time() for
its begin_modal() call.  global.get_current_time() is the
timestamp of the last gdk or clutter event processed by the
shell's mutter process.  These values could potentially be
be too stale to use if pushModal() were to get called in
response to an event by another process.

This commit changes pushModal() to have an optional timestamp
argument, which can be used to associate the call with the
event that initiated it.

https://bugzilla.gnome.org/show_bug.cgi?id=637187
2011-01-13 23:36:22 -05:00
..
misc Util.killall: add utility for killing unwanted processes 2011-01-13 12:14:40 -05:00
perf Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
ui main: add timestamp parameter to push/popModal 2011-01-13 23:36:22 -05:00
Makefile.am util: rename from utils, avoid RegExp literal 2011-01-13 12:14:40 -05:00