Commit Graph

224 Commits

Author SHA1 Message Date
Brad Lassey
a54661b255 bug 1041700 - use browserWindow and scrollWithPAge media constraints for tab mirroring r=mfinkle 2014-08-02 13:42:08 -04:00
Ed Morley
f1c5b33241 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-01 17:26:43 +01:00
Brad Lassey
11c8ea0f87 bug 1046971 - Add ability to stop mirroring a tab r=mfinkle 2014-07-31 19:42:30 -04:00
Fabrice Desré
cc7dd1764b backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
Fabrice Desré
154ab0bbdf Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Myk Melez
decd49a23e Bug 1046156 - "bind" entire AndroidLog module; r=mfinkle
--HG--
extra : rebase_source : 7131cfcb7b5bca9ee8b3af822cf9c4a9f1ae8028
2014-07-30 08:35:03 -07:00
Fabrice Desré
6128f1e270 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Mark Finkle
69d0e91a41 Bug 989577 - Lazy load Prompt.jsm everywhere r=wesj 2014-07-29 15:48:40 -04:00
Brad Lassey
5ec4264801 bug 1037015 - support tab casting to chromecast r=mfinkle 2014-07-29 13:59:22 -04:00
Mark Finkle
d88a29e45d Bug 1042513 - Clearing timer in Firefly shutdown is racy and not needed r=blassey 2014-07-23 19:45:43 -04:00
Myk Melez
190daa66ed Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
Wes Johnston
b6e2107c4c 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
8feec65434 Bug 1006186 - Casting apps should be able to specify supported types themselves r=mfinkle 2014-07-18 08:43:45 -04:00
Wes Johnston
c7e0117f45 Bug 1004495 - Revamp notification handlers to work when Gecko is not running. r=bnicholson 2014-06-27 13:25:00 -07:00
Marco Castelluccio
c56414d138 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
d785576509 Bug 901803 - Add a JS component for casting to native devices. r=mfinkle 2014-06-24 16:52:00 -07:00
Michael Pruett
a92763ed69 Bug 1024360 - Remove usage of deprecated mozIStorageBaseStatement methods. r=mak 2014-06-27 09:59:09 -05:00
Jim Blandy
4d6a633bba 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
6eca25c641 Bug 1022748 - Part 1: Pass extras through Accounts.launchSetup. r=rnewman 2014-06-22 12:01:15 -07:00
Brad Lassey
0e0e51e626 Bug 1008436 - Support Firefly multiscreen service r=mfinkle 2014-05-21 21:37:47 -04:00
Myk Melez
0115947054 Bug 1019054 - re-add uninstallation from about:apps context menu; r=mfinkle,marco 2014-06-10 15:52:47 -07:00
Richard Newman
59410a1ef5 Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle 2014-06-10 10:37:38 -07:00
Myk Melez
d4ff39f24e Bug 1013433 - complete the packaged app update process; r=mfinkle,marco 2014-06-06 12:10:59 -07:00
Martyn Haigh
d6517fcd6b Bug 978143 - Propagate APK install cancellation back to webpage. r=wesj 2014-06-05 02:21:00 -04:00
Mark Finkle
633b0bd70a Bug 1016785 - Use more filtering to tell DIAL devices apart r=wesj 2014-06-04 15:25:09 -04:00
Mark Finkle
ce839627d6 Bug 1016785 - Add more structured filtering to SSDP r=wesj 2014-06-04 15:25:07 -04:00
Mark Finkle
696726fa53 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
3dd4b21c70 Bug 985614- Trigger onsuccess for package install from marketplace. r=myk 2014-06-03 05:13:00 -04:00
Martyn Haigh
becb9eed50 Bug 957067 - Stop verifying manifestUrl in installApk. r=wesj 2014-06-03 09:19:00 -04:00
Jeremy Poulin
4c8dd6d4b2 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
31daf8c5f7 backout a8aeb5b375fb for causing bug 1017554 2014-05-29 14:08:42 -07:00
Myk Melez
e75d11aa6c 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
a2ca111626 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
0de6e3444c Bug 990066 - Add star for generator functions. r=margaret 2014-05-26 23:45:00 -04:00
Mark Finkle
0fe1d418fd Bug 1013532 - Prep casting code to enable casting and Roku on Nightly r=wesj 2014-05-27 09:12:53 -04:00
Wes Kocher
ac63bf06e5 Backed out changeset 52632d896ef7 (bug 985614) for m-oth bustage 2014-05-23 12:13:54 -07:00
Martyn Haigh
e2fb6969d1 Bug 985614 - trigger onsuccess for package install from marketplace r=myk 2014-05-23 12:39:37 +01:00
Martyn Haigh
b2e450fbf4 Bug 970200 - Check against user general update settings for webapp updates. r=mfinkle 2014-05-06 07:32:00 -04:00
J. Ryan Stinnett
8348b2fca5 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
56cc98778e backout b56da878caed and 8487d4305be3 (bug 901360) from Aurora for regressions a=mfinkle 2014-05-16 12:13:50 -05:00
Martyn Haigh
f7d35f5863 Bug 970203 - Animate webapp update checking and downloading icons. r=wesj 2014-05-13 09:06:00 -04:00
Ryan VanderMeulen
0ec3ca27bc Merge inbound to m-c. 2014-05-13 16:27:03 -04:00
Myk Melez
aebdc5e3bf Bug 1009311 - truncate AndroidLog tags longer than 18 characters; r=rnewman 2014-05-13 09:18:00 -07:00
Margaret Leibovic
38525097d3 Bug 999756 - Add parameter to HomeStorage.save to allow replacing existing items. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
bc4085e122 Bug 999756 - Delay sending "HomePanels:RefreshDataset" message to Java. r=lucasr 2014-05-13 09:13:31 +01:00
Margaret Leibovic
3f0e522c57 Bug 965452 - Limit number of items stored per dataset. r=rnewman 2014-05-13 09:13:30 +01:00
Carsten "Tomcat" Book
97853c8221 merge mozilla-inbound to mozilla-central 2014-05-12 13:33:19 +02:00
Myk Melez
ce063f2025 bug 1004825 - prioritized, tagged Android logging in JS; r=mfinkle, marco 2014-05-09 13:15:54 -07:00
Brad Lassey
4dc53df066 bug 1006494 - SimpleServiceDiscovery shouldn't add a trailing slash to services' location r=mfinkle 2014-05-06 14:40:05 -04:00
Nick Alexander
8fc758ccc9 Bug 1000676 - Post: Return existing interval from search(). r=mfinkle 2014-05-05 11:27:57 -07:00