gnome-shell/js
Jasper St. Pierre da4238ec68 Synchronize shell startup
The asynchronous nature of extension loading, session loading, and more,
makes the code racy as to what is initialized first, and hard to debug.
Additionally, since gjs is single-threaded, the only code we're running
in a thread anyway is readdir, which is going to be I/O bound, so the
code here is actually likely to be faster.

Drop this in favor of some good old fashioned synchronous loading.
2013-11-04 11:50:20 -05:00
..
extensionPrefs Synchronize shell startup 2013-11-04 11:50:20 -05:00
gdm loginDialog: Use UserWidget 2013-10-30 13:19:02 -04:00
misc Synchronize shell startup 2013-11-04 11:50:20 -05:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui Synchronize shell startup 2013-11-04 11:50:20 -05:00
js-resources.gresource.xml Load JS from GResource 2013-10-30 13:27:16 -04:00
Makefile.am build: Also look for resources in $(builddir) 2013-10-30 14:00:58 -04:00