da4238ec68
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. |
||
---|---|---|
.. | ||
config.js.in | ||
extensionUtils.js | ||
fileUtils.js | ||
gnomeSession.js | ||
hash.js | ||
history.js | ||
jsParse.js | ||
loginManager.js | ||
modemManager.js | ||
objectManager.js | ||
params.js | ||
smartcardManager.js | ||
util.js |