Commit Graph

349 Commits

Author SHA1 Message Date
Robert Bindar
0f88833823 Bug 1054415 - delete notification from the database when observing alertfinished. r=mhenretty 2014-09-12 16:50:00 +02:00
Kyle Machulis
ac883f8241 Bug 1062984 - Make directory service query for bookmark migration more resilient; r=fabrice
--HG--
extra : rebase_source : 54d6ba208d20053ae9888baf8450f2c251c7900c
2014-09-11 16:57:10 -07:00
Alexandre Poirot
890a82a31b Bug 1062107 - Fix system app listener removal. r=fabrice 2014-09-04 03:04:00 +02:00
Sam Penrose
b91ac242ef Bug 1060647 - Explicitly import XPCOMUtils in FxAccountsUIGlue.js. r=ferjm
--HG--
extra : rebase_source : 791aa4ea49e8430a54eab91d9bb55ba760efbe9d
2014-08-29 15:21:37 -07:00
Ryan VanderMeulen
eaf2c1703a Backed out changeset 3390001fd2a6 (bug 1062107) for mochitest failures. 2014-09-03 12:50:22 -04:00
Fabrice Desré
9b8cc5a501 Bug 1062107 - System JS : ERROR http://mochi.test:8888/tests/b2g/components/test/mochitest/systemapp_helper.js:97 - TypeError: assert is not a function r=ochameau r=ochameau 2014-09-03 08:35:45 -07:00
561915c822 Bug 1019816 - Developer option to store logcat to sdcard by shaking the phone. r=gerard-majax 2014-08-22 10:32:00 +02:00
Alexandre Poirot
322dac22da Bug 1043699 - Fix command line arguments handling on desktop. r=fabrice 2014-08-28 10:10:00 +02:00
Kyle Machulis
e14c492415 Bug 938171 - Move browser app database file in gecko; r=fabrice 2014-08-25 13:30:07 -07:00
Ed Morley
7f84665874 Merge mozilla-central and b2g-inbound 2014-08-21 14:28:53 +01:00
James Hobin
9221346422 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
Robert Bindar
1cec21ddd4 Bug 899585 - Add custom data support in the Notification constructor r=baku 2014-08-20 17:56:12 -07:00
Julien Wajsberg
26dc52a47e Bug 1046828 - [Notifications API] We should never send the "show" event using system messages at a reboot. r=mhenretty 2014-08-06 03:45:00 -04:00
Fabrice Desré
ac49fecd11 Bug 1050423 - Killing an app that has an open permissions dialog leaks the ContentParent r=vingtetun 2014-08-08 11:03:21 -07:00
Fabrice Desré
bb33b2ef42 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Fabrice Desré
ef472796d3 backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
Carsten "Tomcat" Book
f37aa54930 merge mozilla-inbound to mozilla-central a=merge 2014-07-31 12:57:22 +02:00
Fabrice Desré
7f556803c8 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Sid Stamm
1e305ebd23 Bug 994782 - Remove the old Content Security Policy parser, CSPUtils.jsm and tie-in logic. (r=ckerschb,jst) 2014-07-30 14:37:22 -07:00
Ryan VanderMeulen
fdbef9936f Bug 1019572 - Disable test_permission_gum_remember.html on opt builds as well.
DONTBUILD
2014-07-18 09:43:37 -04:00
Fabrice Desré
0ff99653bd Bug 1037212 - [Flame] Phone is not completely erased when a ringtone is set from the Music App r=dougt,dhylands,khuey 2014-07-17 18:30:47 -07:00
Shih-Chiang Chien
0872dc8a69 Bug 1019572 - disable test_permission_gum_remember.html on b2g-emulator debug build. r=RyanVM. 2014-07-16 18:33:00 +02:00
Alfredo Yang
d00a6642f5 Bug 984274 - Remove WebappsUpdateTimers in B2G mochitests. r=fabrice 2014-06-30 23:59:00 -04:00
Alexandre Poirot
b1fa0082e8 Bug 1036415 - Fix webapps actor on Mulet. r=jryans 2014-07-09 07:39:00 -04:00
Jed Parsons
013dc80b0b Bug 1036198 - rejection not defined in _handleGetAssertionError. r=spenrose 2014-07-08 18:00:25 -07:00
Mark Banner
9f7ac4c8de Fix b2g bustage from Bug 1032017, add missing commas. rs=bustage fix for CLOSED TREE 2014-07-08 08:11:23 +01:00
Mark Banner
70684d8faf Bug 1032017 Remove MOZ_SERVICES_FXACCOUNTS flags as it is no longer necessary. Also fixes test_hawkrequest.js failures in m-c. r=glandium 2014-07-08 07:37:57 +01:00
Alexandre Poirot
7ca2bd5d3a Bug 1033511 - Remove simulatorscreen annoying error message. r=21 2014-07-02 10:52:00 -04:00
Alexandre Poirot
d6f268e55b Bug 963490 - Implement a b2g component to easily interact with all frames. r=vingtetun, r=janx, r=jryans 2014-06-30 06:16:00 -04:00
Jim Blandy
b6b202b6bb Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Antonio M. Amaya
fdc3171890 Bug 1028042 - Re-enable the activity handler for the OMA DD MIME type. r=vingtetun 2014-06-20 01:45:00 -04:00
Ed Morley
9ed09b0830 Bug 984274 - Disable test_sandbox_permission.html on B2G for too many intermittent failures
--HG--
extra : rebase_source : 1774eb1f371100ab13d1711855776d4d708395fd
2014-06-19 09:43:48 +01:00
Antonio M. Amaya
c333f6fdab Bug 1021156 - Re-enable activity handlers for OMA downloads. r=vingtetun 2014-06-17 09:44:00 -04:00
Mike Habicher
ab3367804b Bug 1022705 - allow StopRecordingImpl() to be called from any thread, r=jesup 2014-06-10 09:52:22 -04:00
Ryan VanderMeulen
2bd1d010f1 Merge m-c to b2g-inbound. a=merge 2014-06-07 14:16:54 -04:00
Fernando Jiménez
30b5c241ba Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun 2014-06-07 19:30:19 +02:00
Ryan VanderMeulen
61c4f73f12 Bug 984274 - Disable test_sandbox_permission.html for frequent failures on a CLOSED TREE. 2014-06-07 01:12:33 -04:00
Shih-Chiang Chien
7e3b8640e3 Bug 1019572 - Manually stop the media stream in test_permission_gum_remember.html. r=baku. 2014-06-05 05:07:00 -07:00
Vivien Nicolas
5296ceaf48 Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
1bad801bdd Backed out 5 changesets (bug 1015871, bug 1020257, bug 1015887, bug 1005888, bug 1015894) for desktop B2G mochitest failures on a CLOSED TREE.
Backed out changeset dbcb9974b640 (bug 1020257)
Backed out changeset 3220b7b2efc9 (bug 1015894)
Backed out changeset 4e23647ae247 (bug 1015887)
Backed out changeset 59df0cdacc15 (bug 1015871)
Backed out changeset e7124b07804b (bug 1005888)
2014-06-04 16:07:06 -04:00
Vivien Nicolas
12dd66a654 Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
Sean Lin
fe508a07fc Bug 1013671 - Use SystemAppProxy to fire "system-messages-open-app" from SystemMessageInternal.js. r=gene
Bug 793420 - Remove the waiting timer for the open-app mozChromeEvents requested by System Message.
r=gene, fabrice
2014-05-30 15:48:25 +08:00
Shih-Chiang Chien
9cd5164e7d Bug 978660 - no need to prompt if gUM is already granted. r=fabrice. 2014-05-13 13:58:04 +08:00
Alexandre Poirot
6c75c1f504 Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice 2014-05-26 10:39:00 +02:00
Sean Lin
04ba6714fc 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
Ryan VanderMeulen
f33ebb0000 Merge m-c to fx-team. 2014-05-21 08:56:33 -04:00
Alexandre Poirot
94ba6350a0 Bug 964778 - Fix app install. r=fabrice 2014-05-20 09:30:00 -04:00
Sam Penrose
0a56923042 Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp 2014-05-13 13:56:30 -07:00
Fabrice Desré
1210c718f2 Bug 1009781 - Remove activities -> content handler mappings r=vingtetun 2014-05-20 13:51:30 -07:00
Fabrice Desré
6d5442f9fe Bug 1009253 - Activities with no choice available are not reporting error r=vingtetun 2014-05-12 16:30:30 -07:00