Commit Graph

6 Commits

Author SHA1 Message Date
Edward Lee
1cd3c07303 Bug 548066 - JavaScript strict warning: clientData.js, line 194: reference to undefined property this.clients[id] [r=mconnor]
Get rid of get/setInfo on ClientEngine and ClientStore and expose functions to read/modify client data: stats, clearCommands, sendCommand. Also expose the local client information as local[ID,Name,Type,Commands] and rework the storage to use these instead of trying to keep the JS object clients entry in sync with prefs, etc. Update users of the old interface (service/tabs/chrome) to use the new local*. Set the client type based on app id instead of from each app's overlay.
2010-03-16 16:39:08 -07:00
Edward Lee
28cf762fdd Remove engines from failing load tests now that engines are gone. 2009-12-11 11:32:23 -08:00
Edward Lee
e1afea8a88 Remove mostly unused FaultTolerance service and fix up remaining references. 2009-08-31 17:17:20 -07:00
Edward Lee
ed4fe0e311 Share the logging _ code for tests. 2009-08-19 18:01:06 -07:00
Edward Lee
ee3c44ba86 Remove async and wrap from test_load_modules. 2009-07-09 13:58:19 -07:00
Dan Mills
432b95d30f switch from autogenerated load-module tests to a single test that loads all modules 2009-07-01 11:51:52 -07:00