gecko-dev/b2g/components
Alexandre Lissy f159c5a041 Bug 1092074 - Make LogShake feature resilient to read/parse errors. r=gwagner
In the event of broken/unexpected things, we would like to have even a
partial log set dump. This happens for parsing properties values on
Kitkat builds: the current code does all the parsing itself, but the
format of storage of properties evolved with Kitkat base system, and
this makes LogParser to fail, as documented in bug 1079322. Even if we
miss some values, it can still be useful to have the other remaining
ones.
2014-10-31 05:47:00 +01:00
..
test Bug 1092074 - Make LogShake feature resilient to read/parse errors. r=gwagner 2014-10-31 05:47:00 +01:00
ActivitiesGlue.js Bug 1073501 - Include activity type in activity-choice mozChromeEvent. r=fabrice 2014-10-31 01:50:00 -04:00
AlertsHelper.jsm Bug 912645 - Add notification behavior dict support. r=baku, sr=sicking 2014-09-16 17:12:00 -04:00
AlertsService.js Bug 1054415 - delete notification from the database when observing alertfinished. r=mhenretty 2014-09-12 16:50:00 +02:00
B2GAboutRedirector.js Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice 2014-02-11 09:24:20 -05:00
B2GAppMigrator.js Bug 1058180 - Only create app migrator when absolutely needed; r=fabrice 2014-09-23 13:22:54 -07:00
B2GComponents.manifest Bug 1085270 - Remove custom protocol handler for Youtube. r=fabrice 2014-10-22 17:26:20 +02:00
CommandLine.js Bug 1043699 - Fix command line arguments handling on desktop. r=fabrice 2014-08-28 10:10:00 +02:00
ContentPermissionPrompt.js Bug 1050423 - Killing an app that has an open permissions dialog leaks the ContentParent r=vingtetun 2014-08-08 11:03:21 -07:00
ContentRequestHelper.jsm Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun 2014-06-07 19:30:19 +02:00
DebuggerActors.js Bug 975084 - Part 2: B2G tab list actors. r=ochameau 2014-10-13 16:47:00 +02:00
DirectoryProvider.js Bug 931740 - Check the available free space for update. r=dhylands 2013-12-17 11:24:14 +08:00
ErrorPage.jsm Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug 2014-02-21 09:19:18 +11:00
FilePicker.js Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan 2014-10-08 17:15:23 +01:00
Frames.jsm Bug 975084 - Part 1: Access browser frames. r=vingtetun,ochameau 2014-10-13 08:43:00 +02:00
FxAccountsMgmtService.jsm Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp 2014-05-13 13:56:30 -07:00
FxAccountsUIGlue.js Bug 1060647 - Explicitly import XPCOMUtils in FxAccountsUIGlue.js. r=ferjm 2014-08-29 15:21:37 -07:00
GlobalSimulatorScreen.jsm Bug 944443 - Uplift rotation feature from simulator to b2g desktop. r=vingtetun 2014-03-19 08:38:59 -04:00
HelperAppDialog.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
InterAppCommUIGlue.js Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice 2014-05-26 11:53:44 +08:00
LogCapture.jsm Bug 1019816 - Developer option to store logcat to sdcard by shaking the phone. r=gerard-majax 2014-08-22 10:32:00 +02:00
LogParser.jsm Bug 1019816 - Developer option to store logcat to sdcard by shaking the phone. r=gerard-majax 2014-08-22 10:32:00 +02:00
LogShake.jsm Bug 1092074 - Make LogShake feature resilient to read/parse errors. r=gwagner 2014-10-31 05:47:00 +01:00
MailtoProtocolHandler.js
MobileIdentityUIGlue.js Bug 1058978 - Import XPCOMUtils.jsm in MobileIdentityUIGlue.js, r=fabrice 2014-09-25 03:21:35 -04:00
moz.build Bug 1085270 - Remove custom protocol handler for Youtube. r=fabrice 2014-10-22 17:26:20 +02:00
OMAContentHandler.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
OopCommandLine.js Bug 1080302 (part 2) - Convert all mentions of -foo options to --foo options in comments, help messages and error messages. r=glandium. 2014-10-23 17:35:27 -07:00
PaymentGlue.js Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
ProcessGlobal.js Bug 1053691 - Fallback to /cache if /persist is not available. r=fabrice 2014-10-01 14:11:44 +08:00
RecoveryService.js Bug 1053691 - Fallback to /cache if /persist is not available. r=fabrice 2014-10-01 14:11:44 +08:00
SignInToWebsite.jsm Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
SimulatorScreen.js Bug 1033511 - Remove simulatorscreen annoying error message. r=21 2014-07-02 10:52:00 -04:00
SmsProtocolHandler.js Bug 853716 - Let the SMS protocol handler deal with sms: url without numbers r=baku 2013-04-11 07:45:02 -07:00
SystemAppProxy.jsm Bug 975084 - Part 1: Access browser frames. r=vingtetun,ochameau 2014-10-13 08:43:00 +02:00
SystemMessageGlue.js Bug 1013671 - Use SystemAppProxy to fire "system-messages-open-app" from SystemMessageInternal.js. r=gene 2014-05-30 15:48:25 +08:00
TelProtocolHandler.js
TelURIParser.jsm Bug 873511 - Correctly parse 'tel:' links that contain whitespaces. r=fabrice 2013-07-26 11:20:17 -04:00
UpdatePrompt.js Bug 1042463 - "System Update Ready" prompt keeps coming back and remind me battery is not 50% charged. r=fabrice 2014-08-19 14:57:00 -04:00
WebappsUpdater.jsm Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
WebappsUpdateTimer.js Bug 912612 - Add a timer dedicated to apps update when system updates are disabled. r=etienne,vingtetun 2013-09-11 05:00:48 -07:00