Commit Graph

581 Commits

Author SHA1 Message Date
Fernando Jiménez
ede4e43ae2 Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice 2014-02-24 09:52:15 +01:00
Fabrice Desré
65d0f739fe Backout 96eaa0f376ab (bug 961282) for smoketest regression. 2014-02-21 11:54:03 -08:00
Fabrice Desré
b7443ec99d Bug 975038 - Remove obsolete indexedDB migration code r=mwu 2014-02-20 11:31:57 -08:00
Marco Castelluccio
8c93579774 Bug 961282 - In Webapps.jsm, create directories only when really needed. r=fabrice 2014-02-20 15:35:09 -05:00
Ehsan Akhgari
fa370e4e9f Bug 973143 - Move some variables to moz.build; r=glandium
--HG--
extra : rebase_source : b767d6cb044efa50844129df80864b9e802b51bd
2014-02-18 02:02:00 -05:00
Ehsan Akhgari
f6787f583a Backed out changeset 5ecd0339a087 (bug 973143) because of a possible Talos regression 2014-02-18 14:27:51 -05:00
Ehsan Akhgari
5d49ab766c Bug 973143 - Move some variables to moz.build; r=glandium 2014-02-18 02:02:00 -05:00
Phil Ringnalda
fb92f57395 Merge m-i to m-c 2014-02-15 09:54:57 -08:00
Brian Smith
08696b7fd7 Bug 896620: Make marketplace certs work on in all products, r=keeler
--HG--
extra : source : 86ec7137a8892f75918c77e605df970f5b96ef62
extra : histedit_source : 33326790804d49e6ec658626116ebf870d94d445
2014-02-14 14:37:07 -08:00
James Hugman
ac768ae73a Bug 970467 - wait until after saving apps to call hosted app install success callback; r=fabrice 2014-02-14 09:54:00 -08:00
Alfredo Yang
4ed8628dbb Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith 2014-02-09 15:34:40 -05:00
Boris Zbarsky
c4212635c0 Bug 965094. Reconcile the behavior of the JSObject* argument for Func on interfaces and on interface members. r=bholley 2014-02-05 13:38:18 -05:00
Honza Bambas
63ff469210 Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking 2014-02-04 01:52:57 +01:00
Fabrice Desré
8834a9cea7 Bug 959941 - [B2G][Marketplace] Launching Candy Crush will open into the file system menu r=ferjm 2014-02-03 07:58:33 -08:00
Ryan VanderMeulen
0f91046fc6 Merge m-c to inbound. 2014-02-01 17:22:56 -05:00
Fabrice Desré
157c7c94a9 Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
Marco Castelluccio
79aad2a8c4 Bug 961468 - In _readManifests, read the manifests without checking file existence. r=fabrice 2014-01-31 13:14:17 -05:00
Ryan VanderMeulen
30ecfe5a0e Merge m-c to inbound. 2014-01-31 21:16:16 -05:00
Myk Melez
784f823414 bug 934760 - refactor DOMApplicationRegistry.checkForUpdate to expose updateHostedApp/updatePackagedApp; r=fabrice"
--HG--
extra : rebase_source : 5cc51a4d8f57e6a3ed8cc88df5b96e0dd4088565
2014-01-31 14:50:37 -08:00
Myk Melez
b90e038e9c bug 962858 - bypass native installation during automated tests; r=mfinkle,fabrice
--HG--
extra : rebase_source : bf4a585b4f7bee784d36a7338ba1f592bdedae94
2014-01-24 20:51:30 -08:00
Carmen Jimenez
6a6efd1a63 Bug 960601 - Fixed installation of priviledged app with origin. r=fabrice 2014-01-22 15:42:56 +01:00
Marco Castelluccio
7bc4c7bd8a Bug 960837 - Use the basic receipt check introduced in bug 757226 for installations. r=fabrice 2014-01-23 09:46:20 -05:00
Myk Melez
3972664d9b Bug 958356 - rename packageName to unambiguous name in app objects; r=wesj, fabrice
--HG--
extra : rebase_source : abde2ac924fd8265319f1ffa386f0447518fc46d
2014-01-22 13:09:47 -08:00
Myk Melez
44832b6251 bug 962229 - suppress spurious error messages about webapps.json not found on Fennec firstrun; r=fabrice
--HG--
extra : amend_source : 5ddf753e11f7d3a7d120d1db5f0700db810a2a8a
2014-01-22 10:08:48 -08:00
Alexandre Poirot
187a539c7d Bug 961655 - Ensure that webapps-registry-ready event is fired, even if the Webapps registry is initialized before shell.html is loaded. r=fabrice 2014-01-22 10:06:29 -08:00
Myk Melez
6fada5271f Bug 953328 - followup nit fixes to change that makes about:apps work with synthetic APKs; r=wesj, fabrice 2014-01-22 01:02:47 -08:00
Myk Melez
19e69f3a79 Bug 953328 - make about:apps work with synthetic APKs; r=wesj 2014-01-22 00:50:02 -08:00
Marco Castelluccio
9d5e2d7cfb Bug 959420 - Followup to fix the last saveApps call introduced in bug 757226. r=fabrice 2014-01-16 17:00:29 -08:00
Marco Castelluccio
4d46e637dd Bug 757226 - Implement mozApps addReceipt, removeReceipt, replaceReceipt. r=fabrice,andym,kumar 2014-01-16 16:26:26 -08:00
Marco Castelluccio
626d865c32 Bug 959420 - Refactor saveApps, getManifestFor, readManifests, writeFile functions to use promises. r=fabrice 2014-01-16 16:26:24 -08:00
Wes Kocher
a7587ba6d7 Merge b2g-inbound to m-c 2014-01-09 16:32:37 -08:00
Fabrice Desré
3246bf9c2c Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner 2014-01-08 17:14:22 -08:00
Wes Kocher
c1e4acb146 Backed out changeset fe10dc4545c6 (bug 940254) for xpcshell bustage 2014-01-08 18:21:35 -08:00
Fabrice Desré
b386f68ec7 Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner 2014-01-08 17:14:22 -08:00
Wes Kocher
7ea7ee3eae Merge m-c to inbound 2014-01-06 18:14:57 -08:00
Fabrice Desré
94232e0f42 Bug 956833 - Clear manifests cache on memory pressure r=gal 2014-01-06 13:03:50 -08:00
Kevin Grandon
5214e5cb72 Bug 949242 - [inter-app-comm-api] Wrongly filters out messages when the page has a hash. r=gene, r=fabrice 2014-01-06 15:25:28 -05:00
Marco Castelluccio
3e8ae6fe31 Bug 917673 - Throw APP_PACKAGE_INVALID when the JAR is invalid and throw APP_PACKAGE_CORRUPT when the JAR has been tampered with. r=fabrice 2013-12-15 14:03:28 -05:00
Randell Jesup
e2ddafcdc2 Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
Fabrice Desré
7fcc1740a4 Bug 937917 - [Facebook] Fix to support https and enable webshare activities r=ferjm 2013-12-09 14:05:14 -08:00
Alfredo Yang
6a6930d332 Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-12-06 17:38:51 -05:00
Andrea Marchesini
9a790173af Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice 2013-12-05 23:12:23 +00:00
Ryan VanderMeulen
927d6da72d Backed out changeset 9fb6d1811696 (bug 942639) for B2G mochitest-3 timeouts. 2013-12-05 11:36:01 -05:00
Andrea Marchesini
3737a3061f Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice 2013-12-05 13:50:11 +00:00
Ryan VanderMeulen
e74bb8fe33 Merge m-c to inbound. 2013-12-02 16:58:15 -05:00
Fernando Jiménez
5ae3b50392 Bug 928389 - Default to strong listeners added via DOMRequestHelper. Part 2: Webapps. r=fabrice, genelian, bkelly 2013-12-02 21:39:04 +01:00
Carmen Jimenez
ad2c9ff51b Bug 935924 - [SingleVariant] 3rd party apps are deleted after a factory reset. r=fabrice 2013-11-21 17:56:15 +01:00
Antonio M. Amaya
53fb2cb05a Bug 926219 - Relax the signature validation for locally installed apps. r=bsmith, r=fabrice 2013-11-19 20:41:54 +01:00
Fabrice Desré
765ebb0c7e Bug 938023 - Implement the download API : Part 2, implementation. r=auswerk 2013-11-27 23:18:08 -08:00
Randy Lin
4f9eb8e54d Bug 854753 - [B2G][Audio] Implement SpeakerManager API. r=amarchesini, sr=jonas 2013-11-25 12:50:03 +13:00