Commit Graph

316 Commits

Author SHA1 Message Date
Liang-Heng Chen
1385e280fc Bug 1158029 - Part 1: JavaScript module of NsdManager. r=rnewman 2015-07-14 23:23:00 -04:00
Sebastian Kaspari
75b2d8e8d3 backout c084008baf54 for busting home panel add-ons (bug 1178703) 2015-07-03 17:02:59 +02:00
Margaret Leibovic
792bbaeb88 backout 8cab4b5abe7f for busting home panel add-ons (bug 1178739) 2015-06-30 13:51:39 -07:00
Michael Comella
5295bfa56c Bug 1177774 - Fix issues in HomeProvider. r=margaret 2015-06-26 15:07:29 -07:00
Michael Comella
71a00e1eae Bug 1177774 - Disable "onmessage =" warning. r=margaret
Not sure what to do here so I filed bug 1177901.
2015-06-26 14:31:54 -07:00
Michael Comella
ff1ba16302 Bug 1177774 - Add global variable to hide lint error. r=margaret 2015-06-26 14:23:01 -07:00
Michael Comella
fe83fce4c8 Bug 1177774 - Update SharedPreferencesImpl constructor arg. r=nalexander 2015-06-26 14:06:04 -07:00
Michael Comella
08b66b978f Bug 1177774 - Explicitly declare generator functions. r=margaret
Use `function* () { ... }`.
2015-06-26 13:31:09 -07:00
Michael Comella
be4ab9aaba Bug 1170804 - Get .jsm to work under eslint. r=margaret
You can now run by `cd mobile/android && eslint . --ext "[.js,.jsm]"`.
2015-06-24 23:11:11 -07:00
Sebastian Kaspari
9f3f2e0ec0 Bug 1157539 - Create "speed dial" dynamic home panel layout. r=mhaigh 2015-06-16 13:53:59 +02:00
Ryan VanderMeulen
098dfe7c01 Merge fx-team to m-c. a=merge 2015-06-19 16:33:00 -04:00
Eugen Sawin
ed327d8103 Bug 1175605 - Do not access DOMApplicationRegistry properties before it is ready. r=myk 2015-06-18 22:09:49 +02:00
Nick Alexander
d5681224db Bug 1161234 - Pre: Add "CreateFirefoxAccountFromJSON" message. r=rnewman
We will probably grow a helper module for handling these
account-related messages, but this is enough to develop an
about:accounts style add-on.
2015-06-17 12:32:03 -07:00
Nick Alexander
7e516a64dd Bug 1168407 - Implement a bidirectional Java addon interface. f=jchen,r=rnewman,r=mfinkle
There are several parts to this ticket:

1) Produce javaaddons-1.0.jar, a standalone JAR defining a (versioned)
Java interface suitable for consumption by third-party Java addon
implementations.

2) Support the new V1 interface in the JavaAddonManager.

3) Add Robocop JavascriptTests testing the JavaScript message passing
interface to and from Java.

This patch can be read as "not in tests/" and "everything in tests/".
2015-06-17 21:47:29 -07:00
Jim Chen
bcc3eed45b Bug 1166452 - Add DelayedInit module for Fennec startup; r=mfinkle 2015-06-10 00:25:02 -04:00
Matt King
b32ed3d771 Bug 1150983 - Add "Synced Tabs" to Clear Private Data option list. r=nalexander 2015-05-04 14:08:31 +02:00
Margaret Leibovic
4b73875b83 Bug 1160346 - Allow home panel add-ons to specify order and make themselves default. r=mfinkle 2015-05-06 17:44:10 -07:00
Andy Pusch
8c70a06a6b Bug 1139379 - Rename "Form & search history" to "Form history" and add "Search history" under clear private data. r=margaret 2015-03-30 14:20:00 -04:00
Margaret Leibovic
5a7457bdc4 Bug 1134553 - Disable downloads in guest session. r=rnewman 2015-03-12 11:26:12 -07:00
Philip Chee
75bea7d0db Bug 1124503 move AppConstants.jsm to toolkit r=gavin 2015-03-06 00:18:20 +08:00
Margaret Leibovic
7c8e16a52a Bug 1130834 - Explictly cancel ongoing download notifications instead of trying to update them to be non-ongoing. r=wesj 2015-02-22 17:18:39 -08:00
Ryan VanderMeulen
2fb13e1273 Merge inbound to m-c. a=merge 2015-02-18 20:29:54 -05:00
Max Li
6d744471ed Bug 1134092 - Content area inaccessible on Android. r=nalexander 2015-02-18 14:45:48 -05:00
Chris Peterson
d56c97f2d1 Bug 1133418 - Remove nonstandard expression closures from mobile/android. r=mfinkle 2015-01-24 23:50:50 -08:00
Christoph Kerschbaumer
6fe16c9b33 Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - websocket changes in mobile (r=wesj) 2015-02-17 10:10:24 -08:00
Mark Finkle
0c2226f53b Bug 1130812 - AppConstants.jsm is not substituting correctly r=rnewman 2015-02-08 00:48:35 -05:00
Paolo Amadini
3af59ab61c Bug 1114624 - Don't register the legacy nsIDownloadManager implementation of nsITransfer by default anymore. r=mak,marco,margaret,fabrice 2015-02-05 11:19:01 +00:00
Jan-Ivar Bruaroey
27a85d3356 Bug 1115998 - Support RTCIceServer.urls (plural) array form. r=smaug, r=mt 2015-01-20 10:08:00 -05:00
Nick Alexander
705ea0bd14 Bug 1093358 - Add mobile/android AppConstants.jsm. r=mfinkle,f=rnewman
I did as much conversion to "real Javascript" as I could stomach.  It
is, unfortunately, not feasible to remove all preprocessing from CSS
and XHTML files.
2015-01-20 15:17:58 -08:00
Brad Lassey
d03ef1cae5 bug 1116856 - rely on dynamically resizing tab mirror video stream based on window size r=mfinkle 2014-12-31 16:48:47 -05:00
Mark Finkle
60f26862a9 Bug 1121318 - Make a fast path for well known internal schemes in HelperApps.getAppsForUri r=rnewman 2015-01-14 08:26:19 -05:00
Mark Finkle
3d0233f100 Bug 1121318 - Cleanup formatting in HelperApps.jsm r=rnewman 2015-01-14 08:24:58 -05:00
Brad Lassey
8cf4350548 bug 1116860 - Get size of second screen from the chromecast r=mfinkle,rbarker 2015-01-13 18:15:09 -08:00
Myk Melez
25819e086b Bug 1114586 - Replace nsIDownloadManager.defaultDownloadsDirectory with Downloads.getSystemDownloadsDirectory; r=margaret
--HG--
extra : amend_source : 029c30cccaa48d0153bc297be9b976858b98e52b
2015-01-08 20:57:18 -08:00
Richard Newman
82ed91e477 Bug 1075558 - Fix Notifications.unregisterHandler. r=mcomella 2014-12-23 18:02:20 -08:00
Margaret Leibovic
67e8743218 Bug 1114506 - Update Sanitizer.jsm to use Downloads.jsm to clear downloads. r=mfinkle
--HG--
extra : rebase_source : 6a491763ce64715ea53ec76f6b9e116d25089cae
2014-12-22 16:14:32 -05:00
Margaret Leibovic
23e0df8613 Bug 1113092 - Don't create new download notifications for succeeded downloads. r=paolo,mfinkle
--HG--
extra : rebase_source : 8bff5f90af53931cea0a53672594c4ac421d89eb
2014-12-22 14:28:39 -05:00
Mark Finkle
9a571dd680 Bug 1078796 - Update the Matchstick casting code r=wesj 2014-12-22 15:42:11 -05:00
Margaret Leibovic
e59c11b17b Bug 1113844 - Fix parameters in showInAboutDownloads call. r=mfinkle
--HG--
extra : rebase_source : 242b937e4722c4231eac183a3910f665f898c588
2014-12-22 15:07:24 -05:00
Wes Johnston
3ab283651a Bug 901360 - (Part 5) Don't allow pausing downloads without partial data. r=margaret
--HG--
extra : rebase_source : c5455e3d650711692af3f97d90dd002845dcc669
2014-12-08 11:26:36 -08:00
Wes Johnston
267d0deac2 Bug 901360 - (Part 4) Fix clicking on notifications. r=margaret
--HG--
extra : rebase_source : 6bac7cd282d7ec795d91c0dbb685027890d6e840
2014-12-08 11:26:36 -08:00
James Gilbertson
e3666e83a0 Bug 901360 - (Part 1) Use Downloads.jsm for download notifications. r=wesj
--HG--
extra : rebase_source : a05527361fcde5d7fd7b77b3bcc46955750d19e2
2014-12-08 11:26:31 -08:00
Antonio M. Amaya
e855d48d89 Bug 1105560 - PACKAGE_UNCHANGED is not thrown inside an Error anymore. r=myk 2014-11-27 01:54:00 +01:00
Brian Nicholson
7ce619dacb Bug 1052158 - Forward the GeckoRequest error stack to Java. r=wesj 2014-11-19 16:33:56 -08:00
Randall Barker
a0c5d2a089 Bug 1080701 - TabMirror needs to be updated to work with the chromecast server. r=wesj r=mfinkle 2014-10-16 14:16:00 +02:00
Myk Melez
630e49206e bug 1074026: ensure APK package name exists; uninstall app correctly; r=wesj 2014-10-11 18:32:27 -07:00
Randall Barker
6a752b1606 Bug 1080012 - Fennec no longer able to mirror tabs on chromecast r=mfinkle on a CLOSED TREE 2014-10-08 15:50:29 -07:00
wesj
bd835a1ee5 Bug 1071120 - Fixup wifi telemetry. r=mfinkle 2014-10-02 09:12:07 -07:00
wesj
4587e12db1 Bug 1071120 - "Telemetry for searching from error pages" [r=mark.finkle] 2014-09-25 00:22:00 -07:00
Richard Newman
c3bf13c34d Bug 1075091 - Rename Firefly code to Matchstick. r=wesj
--HG--
rename : mobile/android/modules/FireflyApp.jsm => mobile/android/modules/MatchstickApp.jsm
2014-10-01 10:21:37 -07:00