gecko/services/common
Gregory Szorc 0d16ec0cfa Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.
2015-06-21 17:39:09 -07:00
..
modules-testing Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
tests Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
async.js Bug 1166406 - use Object.create in sync code, r=rnewman 2015-05-19 19:45:29 +01:00
bagheeraclient.js
hawkclient.js
hawkrequest.js
logmanager.js Bug 1152116 - prevent Sync from spamming the browser console. r=rnewman 2015-05-18 17:34:22 +10:00
moz.build Bug 1148990 - Don't ship bagheeraclient.js or tokenserverclient.js on Android. r=gps 2015-03-30 15:02:51 -07:00
observers.js Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley 2015-03-29 07:52:54 -07:00
rest.js
services-common.js Backed out changeset 9d80f8548ac9 (bug 1148933) for b2g xpcshell bustage CLOSED TREE 2015-03-30 18:00:10 -07:00
servicesComponents.manifest
stringbundle.js
tokenserverclient.js
utils.js