gecko-dev/mobile/android/modules
Jan Henning 0c214f050c Bug 1343995 - Wait for sanitizing to really finish before shutting down. r=jchen
BrowserApp's sanitize() function assumed that the Sanitizer would return promises for each sanitization handler, so it could wait for them to resolve before proceeding with shutdown (which was also the assumption behind the patch for bug 1266594). In fact even the Sanitizer expected to do this is well, since it wrapped each of its handling functions within a promise/task/sendRequestForResult. However it turns out that Sanitizer's clearItem function then failed to actually return this promise - apparently ever since this was implemented.

MozReview-Commit-ID: 6hN3UTXUIuV

--HG--
extra : rebase_source : 4971bc02962c817037a565595d3c1cedb0532d76
2017-03-02 21:34:23 +01:00
..
Accounts.jsm Bug 1333586 - Convert AccountsHelper events to bundle events; r=sebastian 2017-01-25 18:57:31 -05:00
AndroidLog.jsm Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
DelayedInit.jsm Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
DownloadNotifications.jsm Bug 1238139 - Show snackbar for completed downloads. r=ahunt,mcomella 2016-01-14 19:48:29 +01:00
FxAccountsWebChannel.jsm Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
GeckoViewContent.jsm Bug 1342508 - [2.1] Make code style consistent across GeckoView. r=jchen 2017-02-27 20:39:45 +01:00
GeckoViewModule.jsm Bug 1342508 - [2.1] Make code style consistent across GeckoView. r=jchen 2017-02-27 20:39:45 +01:00
GeckoViewNavigation.jsm Bug 1342508 - [2.1] Make code style consistent across GeckoView. r=jchen 2017-02-27 20:39:45 +01:00
GeckoViewProgress.jsm Bug 1342508 - [2.1] Make code style consistent across GeckoView. r=jchen 2017-02-27 20:39:45 +01:00
GeckoViewSettings.jsm Bug 1342508 - [2.1] Make code style consistent across GeckoView. r=jchen 2017-02-27 20:39:45 +01:00
HelperApps.jsm Bug 1334728 - 1. Add missing argument to dispatch call in HelperApps.jsm; r=sebastian 2017-02-01 17:35:45 -05:00
Home.jsm Bug 1330439 - 4. Convert home panel observers to events; r=sebastian 2017-01-25 18:53:58 -05:00
HomeProvider.jsm Bug 1330439 - 3. Convert HomePanelsManager events to bundle events; r=sebastian 2017-01-25 18:53:58 -05:00
JNI.jsm Bug 1133418 - Remove nonstandard expression closures from mobile/android. r=mfinkle 2015-01-24 23:50:50 -08:00
JavaAddonManager.jsm Bug 1333590 - 1. Convert GeckoRequest usages to events; r=sebastian 2017-02-01 17:35:44 -05:00
LightweightThemeConsumer.jsm Bug 1321418 - Use GekcoBundle events in GeckoApp/BrowserApp; r=snorp r=sebastian r=gbrown 2016-12-09 12:32:45 -05:00
MediaPlayerApp.jsm Bug 1199752 - Removing all tab mirroring UI code. r=sebastian 2017-02-02 11:27:28 +05:30
Messaging.jsm Bug 1333590 - 6. Remove GeckoEventListener and NativeEventListener; r=snorp r=sebastian 2017-02-01 17:35:45 -05:00
NetErrorHelper.jsm Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws. 2017-01-27 10:51:03 +01:00
Notifications.jsm Bug 1325154 - Convert NotificationHelper events to bundle events; r=sebastian 2016-12-28 17:49:28 -05:00
PageActions.jsm Bug 1333588 - Convert PageActions events to bundle events; r=sebastian 2017-01-25 18:57:31 -05:00
Prompt.jsm Bug 1319496 - 3. Convert prompts to BundleEventListener; r=sebastian 2016-11-29 12:25:53 -05:00
RuntimePermissions.jsm Bug 1333590 - 3. Change remaining Messaging calls to EventDispatcher calls; r=sebastian 2017-02-01 17:35:44 -05:00
SSLExceptions.jsm Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Sanitizer.jsm Bug 1343995 - Wait for sanitizing to really finish before shutting down. r=jchen 2017-03-02 21:34:23 +01:00
SharedPreferences.jsm Bug 1328684 - Convert SharedPreferencesHelper events to bundle events; r=sebastian 2017-01-10 23:01:28 -05:00
Snackbars.jsm Bug 1317079 - Avoid spurious exception when snackbar is dismissed. r=jchen 2017-01-21 21:47:08 +01:00
WebsiteMetadata.jsm Bug 1330973 - WebsiteMetadata.jsm: Add description length to Metadata JSON. r=Grisha 2017-02-02 16:21:54 +01:00
dbg-browser-actors.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
moz.build Bug 1322576 - [3.3] Add GeckoView settings module. r=snorp 2017-02-22 14:57:40 +01:00