gecko/b2g/components
Alexandre Lissy 3595bf3564 Bug 1079322 - Extract properties using libc functions. r=gwagner
The LogShake features allows one to shake its device to be able to dump
a set of useful logging informations. This includes several log files,
and also the Android properties. In the past, we relied on the
/dev/__properties__ file to extract their content by parsing its value.
This is duplicate work from the bionic libc and libcutils library.
Worst, the format used to store the values in this file has been changed
between JellyBean and Kitkat, so our parser was not able to dump the
values: that explains bug 1079322. To fix this we make use of some of
the underlying libc-defined functions used to iterate and get properties
values:
 - __system_property_find_nth() to retrieve one arbitrary property by
   its number (starting from 0), and this returns a struct containing
   all the informations
 - __system_property_read() to read the values contained in the struct
   that was previously retrieved
2014-11-12 06:31:00 +01:00
..
test Bug 1079322 - Extract properties using libc functions. r=gwagner 2014-11-12 06:31: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
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
ErrorPage.jsm
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
FxAccountsUIGlue.js Bug 1060647 - Explicitly import XPCOMUtils in FxAccountsUIGlue.js. r=ferjm 2014-08-29 15:21:37 -07:00
GlobalSimulatorScreen.jsm
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
LogCapture.jsm Bug 1079322 - Extract properties using libc functions. r=gwagner 2014-11-12 06:31:00 +01:00
LogParser.jsm Bug 1079322 - Extract properties using libc functions. r=gwagner 2014-11-12 06:31:00 +01:00
LogShake.jsm Bug 1079322 - Extract properties using libc functions. r=gwagner 2014-11-12 06:31: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
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
SimulatorScreen.js Bug 1033511 - Remove simulatorscreen annoying error message. r=21 2014-07-02 10:52:00 -04:00
SmsProtocolHandler.js
SystemAppProxy.jsm Bug 975084 - Part 1: Access browser frames. r=vingtetun,ochameau 2014-10-13 08:43:00 +02:00
SystemMessageGlue.js
TelProtocolHandler.js
TelURIParser.jsm
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
WebappsUpdateTimer.js