Commit Graph

228 Commits

Author SHA1 Message Date
Brian Nicholson
28f33b0cd4 Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 19:37:39 -07:00
Wes Kocher
ebe949d25a Backed out 2 changesets (bug 967325) for rc4 failures
Backed out changeset 5db7e8e8bd6c (bug 967325)
Backed out changeset bbd7ca6452ff (bug 967325)
2014-08-11 16:31:15 -07:00
Brian Nicholson
fa2250d244 Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 15:09:37 -07:00
Myk Melez
e714df250d Bug 918309 - Import and use public domain JNI.jsm implementation; r=wesj 2014-08-08 10:04:01 -07:00
Brad Lassey
986953d6aa bug 1041700 - use browserWindow and scrollWithPAge media constraints for tab mirroring r=mfinkle 2014-08-02 13:42:08 -04:00
Ed Morley
b7b961a2e3 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-01 17:26:43 +01:00
Brad Lassey
8e634cc8d6 bug 1046971 - Add ability to stop mirroring a tab r=mfinkle 2014-07-31 19:42:30 -04:00
Fabrice Desré
0b4550d49b backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
Fabrice Desré
10ddd66ff9 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Myk Melez
c7fa0bb48d Bug 1046156 - "bind" entire AndroidLog module; r=mfinkle
--HG--
extra : rebase_source : 7131cfcb7b5bca9ee8b3af822cf9c4a9f1ae8028
2014-07-30 08:35:03 -07:00
Fabrice Desré
be9dd03e7c Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Mark Finkle
763d1abcb5 Bug 989577 - Lazy load Prompt.jsm everywhere r=wesj 2014-07-29 15:48:40 -04:00
Brad Lassey
01db3688f7 bug 1037015 - support tab casting to chromecast r=mfinkle 2014-07-29 13:59:22 -04:00
Mark Finkle
95d981ebfd Bug 1042513 - Clearing timer in Firefly shutdown is racy and not needed r=blassey 2014-07-23 19:45:43 -04:00
Myk Melez
c4be424f79 Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
Wes Johnston
1a6ecfda8b Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
Brad Lassey
bc0d938892 Bug 1006186 - Casting apps should be able to specify supported types themselves r=mfinkle 2014-07-18 08:43:45 -04:00
Wes Johnston
27082422d5 Bug 1004495 - Revamp notification handlers to work when Gecko is not running. r=bnicholson 2014-06-27 13:25:00 -07:00
Marco Castelluccio
416979553c Bug 1029674 - Fix installation of apps with custom origin. r=myk,keeler
--HG--
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_custom_origin.xul
2014-07-04 15:23:16 +02:00
Wes Johnston
ed90150cc6 Bug 901803 - Add a JS component for casting to native devices. r=mfinkle 2014-06-24 16:52:00 -07:00
Michael Pruett
42ddf57bd0 Bug 1024360 - Remove usage of deprecated mozIStorageBaseStatement methods. r=mak 2014-06-27 09:59:09 -05:00
Jim Blandy
7e20285e70 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
Nick Alexander
3cc13e1e56 Bug 1022748 - Part 1: Pass extras through Accounts.launchSetup. r=rnewman 2014-06-22 12:01:15 -07:00
Brad Lassey
dc9818542e Bug 1008436 - Support Firefly multiscreen service r=mfinkle 2014-05-21 21:37:47 -04:00
Myk Melez
78814e0a21 Bug 1019054 - re-add uninstallation from about:apps context menu; r=mfinkle,marco 2014-06-10 15:52:47 -07:00
Richard Newman
aa3662b743 Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle 2014-06-10 10:37:38 -07:00
Myk Melez
db078bd435 Bug 1013433 - complete the packaged app update process; r=mfinkle,marco 2014-06-06 12:10:59 -07:00
Martyn Haigh
5eaf262eda Bug 978143 - Propagate APK install cancellation back to webpage. r=wesj 2014-06-05 02:21:00 -04:00
Mark Finkle
0bc45a992a Bug 1016785 - Use more filtering to tell DIAL devices apart r=wesj 2014-06-04 15:25:09 -04:00
Mark Finkle
909a1747e2 Bug 1016785 - Add more structured filtering to SSDP r=wesj 2014-06-04 15:25:07 -04:00
Mark Finkle
8a220c33ff Bug 1016785 - Switch to use UUID instead of LOCATION to identify incoming services r=wesj 2014-06-04 15:25:04 -04:00
Martyn Haigh
e9d35dcc24 Bug 985614- Trigger onsuccess for package install from marketplace. r=myk 2014-06-03 05:13:00 -04:00
Martyn Haigh
7ff4704ab2 Bug 957067 - Stop verifying manifestUrl in installApk. r=wesj 2014-06-03 09:19:00 -04:00
Jeremy Poulin
21428535f7 Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
2014-06-03 13:37:46 -07:00
Margaret Leibovic
167a073a75 backout a8aeb5b375fb for causing bug 1017554 2014-05-29 14:08:42 -07:00
Myk Melez
dc5f91d8f6 Bug 1011093 - wordsmith webapp update notifications to reduce fear factor; r=blassey, f=ibarlow
--HG--
extra : rebase_source : c3af39a2d274d4fab1218ae8760761ad019591bb
2014-05-29 13:31:54 -07:00
Myk Melez
bd753614ee Bug 1007770 - use the app (i.e. "rocket ship") icon in the update notification; r=blassey, ibarlow 2014-05-28 14:56:33 -07:00
Zack Liu
878c4c670a Bug 990066 - Add star for generator functions. r=margaret 2014-05-26 23:45:00 -04:00
Mark Finkle
c1886d84c9 Bug 1013532 - Prep casting code to enable casting and Roku on Nightly r=wesj 2014-05-27 09:12:53 -04:00
Wes Kocher
046b6cc55e Backed out changeset 52632d896ef7 (bug 985614) for m-oth bustage 2014-05-23 12:13:54 -07:00
Martyn Haigh
140e8c7344 Bug 985614 - trigger onsuccess for package install from marketplace r=myk 2014-05-23 12:39:37 +01:00
Martyn Haigh
a0290a3144 Bug 970200 - Check against user general update settings for webapp updates. r=mfinkle 2014-05-06 07:32:00 -04:00
J. Ryan Stinnett
1701f854cb Bug 1010750 - Part 2: Repair dbg-browser-actors on Fennec. r=margaret, r=past
--HG--
rename : mobile/android/chrome/content/dbg-browser-actors.js => mobile/android/modules/dbg-browser-actors.js
2014-05-19 09:23:00 -04:00
Wes Johnston
518e9eb55f backout b56da878caed and 8487d4305be3 (bug 901360) from Aurora for regressions a=mfinkle 2014-05-16 12:13:50 -05:00
Martyn Haigh
0b609a5aa5 Bug 970203 - Animate webapp update checking and downloading icons. r=wesj 2014-05-13 09:06:00 -04:00
Ryan VanderMeulen
d76da7eade Merge inbound to m-c. 2014-05-13 16:27:03 -04:00
Myk Melez
ab99abaf6a Bug 1009311 - truncate AndroidLog tags longer than 18 characters; r=rnewman 2014-05-13 09:18:00 -07:00
Margaret Leibovic
158c4ff827 Bug 999756 - Add parameter to HomeStorage.save to allow replacing existing items. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
d0c32c9b17 Bug 999756 - Delay sending "HomePanels:RefreshDataset" message to Java. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
e82b4d8b30 Bug 965452 - Limit number of items stored per dataset. r=rnewman 2014-05-13 09:13:30 +01:00