gnome-shell/js
Colin Walters b76efe17d6 notificationDaemon: Work around JS interpreter bug
The "id" variable was being sporadically reset to null, and as far as
Florian and I could determine, this is actually a Spidermonkey bug.

The issue has something to do with:

1) use of "let" for the variable
2) Nesting a dynamic closure inside of a for() loop

Work around it here for now - I tried to create a minimized test case
to hand to the Spidermonkey developers, but failed.  A big part of
the problem is it's only sporadically reproducible.
2011-08-25 09:20:00 -04:00
..
misc screenSaver: bugfixes 2011-07-14 12:51:18 -04:00
perf perf: Add metrics for switching to the applications view 2011-03-11 19:25:40 -05:00
ui notificationDaemon: Work around JS interpreter bug 2011-08-25 09:20:00 -04:00
Makefile.am layout: merge chrome.js into layout.js 2011-08-03 09:18:30 -04:00