Commit Graph

252 Commits

Author SHA1 Message Date
Fabrice Desré
a32d22d178 Bug 805178 - Device Storage - Application Permissions do not match that of the Permission Matrix [r=dougt] 2012-10-26 12:50:10 -07:00
Gregor Wagner
42f963611b Bug 805934 - Ignore unknown permissions during install and don't throw. r=fabrice 2012-10-26 20:45:25 -07:00
Phil Ringnalda
3832962e25 Back out 487f6dcb3d85 (Bug 805178) for browser-chrome failures 2012-10-26 14:21:21 -07:00
Fabrice Desré
04f8d0380f Bug 805178 - Device Storage - Application Permissions do not match that of the Permission Matrix [r=dougt] 2012-10-26 12:50:10 -07:00
Gregor Wagner
ec2eda2bd8 Bug 805646 - Allow access fields in manifest files. r=ddahl 2012-10-26 12:34:48 -07:00
David Dahl
034cdc9123 Bug 773114 - Permission UI events for apps r=sicking r=anygregor 2012-10-24 15:19:01 -05:00
Steven Lee
b64e336e89 Bug 797798: System App can't Receive Sensor Event During Early Suspend State. r=jlebar 2012-10-24 10:30:10 +08:00
Alexandre Poirot
5bf1c4eab7 Bug 791039 part 2: Fill webapp appcache from its local cache folder. [r=vingtetun]
--HG--
extra : rebase_source : 6bbf96eaf461ba7d66c96a0c501a6466c9717d43
2012-10-23 13:52:57 -07:00
Alexandre Poirot
43e8222ee2 Bug 791039 part 1: Factorize code executed after system app install. (onAppsLoaded function) [r=vingtetun]
--HG--
extra : rebase_source : e0fd524a16500c56c578945c1bee1084071eba2c
2012-10-23 13:52:57 -07:00
Alexandre Poirot
d4a35a86bb Bug 791039 part 0: Fix typo in Webapps.jsm [r=fabrice]
--HG--
extra : rebase_source : 1b752cd5e977c8f6c4ff07b090226d0240e64feb
2012-10-23 13:52:57 -07:00
Fabrice Desré
4ecd1e3e45 Bug 801355 - Race condition setting up permissions at startup [r=gwagner] 2012-10-23 13:11:02 -07:00
Ben Turner
f28b7974ea Bug 786295 - 'Delete IndexedDB related to an app when uninstalled'. r=bz+khuey+sicking. 2012-10-23 09:31:19 -07:00
Carmen Jimenez Cabezas
206612e73e Bug 773891 - With AppsService changes 2012-10-19 12:43:17 +02:00
Etienne Segonzac
8d914286b7 Bug 795164 - Preventing DOMApplicationRegistry from broadcasting the same message to the same message manager multiple times. r=fabrice 2012-10-19 11:17:05 -07:00
Gene Lian
2344161546 Bug 799161 - Improve performance of activities registration at startup. r=fabrice 2012-10-18 15:32:15 +08:00
Fabrice Desré
5d8c1d860b Bug 802740 - Wrap manifests lazily in DOMApplication objects [r=philikon] 2012-10-18 15:30:58 -07:00
Etienne Segonzac
5a0f9b2f77 Bug 802675 - Fixing mozApp.checkForUpdate for packaged apps. r=fabrice 2012-10-18 11:32:03 +01:00
Gene Lian
b267a7374c Bug 801573 - [Web Activities] Need to notify SystemMessageInternal when the app's registration restarts to avoid sending system messages to deprecated pages. r=fabrice 2012-10-17 12:30:43 +08:00
Fabrice Desré
75431f5cd4 Bug 797574 - PermissionsInstaller.jsm broken for package apps [r=gwagner] 2012-10-10 14:29:07 -07:00
Fabrice Desré
48c20aaf66 Bug 787439 - Ensure applications permissions are updated when doing a system update [r=marshall,ddahl] 2012-10-10 09:16:49 -07:00
Fabrice Desré
5ccaee6fe8 Bug 797048 - Firefox Marketplace does not launch from the Apps Dashboard [r=wesj] 2012-10-04 11:18:39 -07:00
Fabrice Desré
bfc3914658 Bug 796217 - Refactor Webapps.jsm and related files - Part 2: refactor PermissionTable.jsm [r=ddhal]
--HG--
rename : dom/apps/src/PermissionsTable.jsm => dom/apps/src/PermissionsInstaller.jsm
2012-10-02 22:38:06 -07:00
Fabrice Desré
69bc1cd6ea Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner] 2012-10-02 22:38:03 -07:00
Andrea Marchesini
c38cbdfaf3 Bug 794102 - checkInstalled should return an app object. r=felipc 2012-10-02 16:38:51 -04:00
David Chan
a2872c222d Bug 796116 - Fix Webapps:InstallPackage to notify observers [r=fabrice] 2012-10-01 16:45:32 -07:00
Gregor Wagner
e191daead8 Bug 793361 - Apps, SystemMessages: free message manager references for killed children. r=fabrice 2012-10-01 13:29:59 -07:00
Mounir Lamouri
e00ceb10bd Bug 795136 - 2/2 - Add 'network-events' permission to access network-{upload,download} events. r=sicking 2012-09-30 14:48:40 +01:00
Fabrice Desré
abbd44a03d Bug 776672 - Check that app processes using the application management APIs have the right permission(s) [r=cjones] 2012-09-29 20:08:01 -07:00
Fabrice Desré
416f5ef9f6 Bug 772364 - Implement update mechanism for packaged apps [r=gwagner] 2012-09-29 10:57:18 -07:00
Phil Ringnalda
3380c23d86 Back out eae519534b01 (bug 772364), 4935822abf87 (bug 795164) and ddee22deae16 (bug 793082) for orange on a CLOSED TREE 2012-09-29 13:20:09 -07:00
Fabrice Desré
a5780cbbfe Bug 772364 - Implement update mechanism for packaged apps [r=gwagner] 2012-09-29 10:57:18 -07:00
Etienne Segonzac
45258ec07f Bug 795164 - Preventing DOMApplicationRegistry from broadcasting the same message to the same message manager multiple times. [r=fabrice] 2012-09-29 10:57:18 -07:00
Phil Ringnalda
72a97ced78 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-28 22:06:29 -07:00
David Dahl
c9b984fdb4 Bug 758269 - Install permissions from manifest to Permission Manager r=fabrice 2012-09-28 17:16:29 -05:00
Ben Turner
e335816c2f Bug 794563 - 'Make app uninstall trigger new clear private data notifications'. r=mounir+sicking. 2012-09-28 09:24:45 -07:00
Fabrice Desré
1e24fe7790 Bug 790870 - Implement install/update API during installation of hosted apps - Part 2 : hosted apps implementation [r=gwagner] 2012-09-26 18:01:20 -07:00
Ryan VanderMeulen
030ac42360 Backout 5c0e68dceca8 (bug 758269) due to mochitest-other orange.
--HG--
extra : rebase_source : 4576482dfdf270c203572a0c39093e590836fa76
2012-09-26 19:49:43 -04:00
David Dahl
3873a0bfd0 Bug 758269 - Install permissions from manifest to Permission Manager r=fabrice 2012-09-26 17:22:54 -05:00
Ben Turner
1889707118 Bug 784378 - 'Apps API - Clear Private Data'. r=jlebar. 2012-09-26 15:03:25 -07:00
Gregor Wagner
0b0b544002 Bug 792882 - Errant call to mm.broadcastMessage in Webapps.jsm. r=fabrice 2012-09-26 12:04:33 -07:00
Gregor Wagner
e06eb15562 Bug 792846 - SystemMessageInternal.js fails if one of the message receiver is closed. r=vingtetun 2012-09-26 11:06:25 -07:00
Andrea Marchesini
f90a417ca8 Bug 779982 - Change behaviour of getSelf and add amInstalled function. r=sicking 2012-09-25 11:04:24 -04:00
Myk Melez
e9ad291d46 Bug 791943. r=fabrice 2012-09-24 22:41:21 -04:00
Ryan VanderMeulen
f4358c428c Backout 63643fbbde88 due to mochitest-other orange. 2012-09-23 16:48:35 -04:00
Myk Melez
d6d156f0f1 Bug 791943. r=fabrice 2012-09-23 15:26:35 -04:00
Marco Castelluccio
c24a729663 Bug 789341 - Webapps.js catch eats everything. r=fabrice 2012-09-22 20:48:27 -04:00
Marco Castelluccio
714421dbcd Bug 786710 - Don't allow the launch_path of a manifest for absolute URLs to launch an app. r=fabrice 2012-09-22 20:48:26 -04:00
Fabrice Desré
769adc7857 Bug 793243 - Eng builds (VARIANT=) fail to show homescreen on otoro [r=dhylands] 2012-09-21 20:40:03 -07:00
Fabrice Desré
4a8a8d8d27 Bug 789527 - Change the way we install packaged apps [r=gwagner] 2012-09-27 12:34:41 -07:00
Phil Ringnalda
8b882a489e Back out c6cb52ebb2c8 (bug 789527) for xpcshell bustage
--HG--
extra : rebase_source : 461c95c93d64d14f2130296acde2c7030a3009e4
2012-09-27 14:37:39 -07:00
Fabrice Desré
94e7239133 Bug 789527 - Change the way we install packaged apps [r=gwagner] 2012-09-27 12:34:41 -07:00
Fabrice Desré
fbdd48d500 Bug 787439 - Ensure applications permissions are updated when doing a system update [r=vingtetun] 2012-09-19 09:28:55 -07:00
Fabrice Desré
d82a273a26 Bug 777204 - Webapps.jsm broadcasts information to all content processes [r=gwagner] 2012-09-18 10:34:55 -07:00
Fabrice Desré
e685da5046 Bug 791144 - Remove useless __exposedProps__ [r=mrbkap] 2012-09-14 07:52:31 -07:00
Fabrice Desré
18767e4706 Bug 788125 - System messages don't work with different entry points if the app is not already open [r=vingtetun] 2012-09-13 11:47:34 -07:00
David Chan
d2af9bb8af Bug 790815 - appStatus is not properly set for packaged apps [r=fabrice] 2012-09-12 17:52:03 -07:00
Fabrice Desré
2a610d2222 Backed out changeset f5a65da34f1d 2012-09-12 17:49:30 -07:00
David Chan
f4a17e9e28 date: Wed Sep 12 17:26:44 2012 -0700
Bug 790815 - Fix appStatus assignment for packaged apps [r=fabrice]
2012-09-12 17:47:10 -07:00
David Chan
1629b3ed16 Bug 790795 - mozApps.installPackage doesn't call onsuccess/onerror handlers [r=fabrice] 2012-09-12 16:12:59 -07:00
Fabrice Desré
ce7b47bb9a Bug 786361 - Prevent a startup race waiting for the DOM application registry to load [r=marshall] 2012-09-11 18:17:01 -07:00
Myk Melez
ef9ad7e26c bug 777400 - disable mozApps.installPackage API in Firefox for Desktop and Android; r=fabrice, sr=sicking 2012-09-11 13:53:42 -07:00
Dave Hylands
50926a9760 Bug 784805 - Add a name field to mozIApplication and set it from the manifest r=fabrice 2012-09-10 21:30:10 -07:00
Etienne Segonzac
f0222450ff Bug 788751 - Bubble the manifestURL in the webapps-launch mozChromeEvent. r=vingtetun 2012-09-07 17:41:26 +02:00
Fabrice Desré
159cd0472b Bug 775327 - App ID generation and storage is unsafe [r=sicking] 2012-09-05 18:07:21 -07:00
Fabrice Desré
6fed1e18b8 Bug 788872 - Cannot run packaged apps after install without restarting gecko [r=gwagner] 2012-09-05 17:37:41 -07:00
Fabrice Desré
e8cf883776 Bug 787564 - Today repository cause a black display on SGS2/Otoro due to regression from bug 778079 [r=vingtetun] 2012-09-03 16:33:39 -07:00
Fabrice Desré
0b01d804c9 Bug 783573 - Remove permissions whitelist from navigator.mozApps [r=gwagner] 2012-08-31 08:36:39 -07:00
Mounir Lamouri
994c0bc77a Bug 786296 - Remove permissions when an app is uninstalled. r=jlebar,fabrice 2012-08-31 11:34:28 -03:00
Fabrice Desré
2c7e1250c9 Bug 778079 - Support loading app packages from multiple locations [r=vingtetun] 2012-08-29 14:20:03 -07:00
Fabrice Desré
ddc9dcc597 Bug 787090 - Fix the implementation of launch() when there is an entry point. [r=vingtetun] 2012-08-30 15:02:00 -07:00
Ryan VanderMeulen
a85281c457 Backout 2865d46e472d (bug 778079) for xpcshell failures on a CLOSED TREE. r=IfYoureGoingToUseTryLookAtTheResultsBeforePushingToInbound 2012-08-29 18:58:31 -04:00
Fabrice Desré
99f6f1132e Bug 778079 - Support loading app packages from multiple locations [r=vingtetun] 2012-08-29 14:20:03 -07:00
Fabrice Desré
1471b8fa1f Bug 768868 - App manifest should support application type [r=vingtetun] 2012-08-27 19:43:57 -07:00
Fabrice Desré
58aac028a3 Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 4 : leak fix [r=jlebar] 2012-08-29 07:31:10 -07:00
Fabrice Desré
957d1d91c8 Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 2 : refactoring AppsService to cache webapps data in the content process [r=mounir, vingtetun] 2012-08-27 19:43:57 -07:00
Fabrice Desré
53fe1a77d2 Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 1 : nsPrincipal changes [r=mounir] 2012-08-27 19:43:57 -07:00
Phil Ringnalda
b8d45a9ae2 Back out a08d28e8a86b (bug 768868), 9b96029a9cf0 and 010b5cb3576d (bug 781620) for test failures and leaks 2012-08-27 21:34:53 -07:00
Fabrice Desré
dc1f97f2f0 Bug 768868 - App manifest should support application type [r=vingtetun] 2012-08-27 19:43:57 -07:00
Fabrice Desré
17d59994d0 Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 2 : refactoring AppsService to cache webapps data in the content process [r=mounir, vingtetun] 2012-08-27 19:43:57 -07:00
Fabrice Desré
17c1f0d102 Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 1 : nsPrincipal changes [r=mounir] 2012-08-27 19:43:57 -07:00
Philipp von Weitershausen
f47e2a9937 Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Nick Desaulniers
42da30b53c Bug 781379: getNotInstalled should be under mgmt and return apps from all origins; r=felipe 2012-08-20 10:19:56 -07:00
Fabrice Desré
13d2c286fb Bug 783825 - Fix b2g breakage after bug 553102 - Part 1 : fix mozChromeEvent events and system message manager [r=gal] 2012-08-19 12:00:19 -07:00
Phil Ringnalda
a08361ddc1 Back out a9f462ea67f9 (bug 783825) for mochitest-chrome bustage 2012-08-18 21:08:40 -07:00
Fabrice Desré
26a7a25700 Bug 783825 - Fix b2g breakage after bug 553102 [r=cjones] 2012-08-18 19:50:44 -07:00
Wes Johnston
38d5b8ddac Bug 650399 - All webapps should use the same webapp database. r=mfinkle 2012-08-15 17:02:15 -04:00
Fabrice Desré
77de94ca27 Bug 782835 - System Messages: oop processes not receiving web activities system messages [r=vingtetun] 2012-08-15 13:27:02 -07:00
Gene Lian
76eb50ae69 Bug 782772 - Support the href property in web activities. r=vivien,fabrice 2012-08-15 10:40:12 +08:00
Fabrice Desré
a8504e219c Bug 779176 - Activities doesn't work with different entry points (not using href) [r=mounir] 2012-08-09 08:39:52 -07:00
Chris Jones
1f70d80298 Bug 776649, part 1: Add mozIApplication in order to expose a hasPermission() method through it. r=fabrice 2012-08-08 19:58:06 -07:00
Marco Castelluccio
c53f9ed82f Bug 774142. Support webapp uninstallation on Linux through mozApps.uninstall function. r=felipe 2012-08-08 18:04:48 -07:00
Chris Jones
237a0abf01 Back out bug 776649. r=bustage 2012-08-08 20:13:12 -07:00
Chris Jones
4c1b0c618d Bug 776649, part 1: Add mozIApplication in order to expose a hasPermission() method through it. r=fabrice 2012-08-08 19:58:06 -07:00
Wes Johnston
7d6f48a80c backout c030a8af8abd and dd0c287660e9 CLOSED TREE 2012-08-08 14:07:39 -07:00
Wes Johnston
d51b31344f Bug 776677 - Send notifications when webapp install errors are not handled by the requester. r=fabrice 2012-08-08 12:35:15 -07:00
Wes Johnston
00379c59e1 Bug 776600 - Add support for orientation in webapp manifests. r=felipe 2012-08-08 12:35:15 -07:00
Fabrice Desré
f8f53af964 Bug 779935 - nsIAppsService.idl need to get mozIDOMApplication from manifest id [r=mounir] 2012-08-08 09:41:47 -07:00
Myk Melez
b723293753 bug 780686 - DOMApplicationRegistry._cloneAppObject doesn't clone the receipts array; r=fabrice 2012-08-07 13:51:44 -07:00
Ryan VanderMeulen
8c71357cbc Backout 4e54a6eb43d2 (bug 780686) and f10e4ac36ed2 (bug 772299) due to mochitest-other permaorange on a CLOSED TREE. 2012-08-07 20:32:09 -04:00
Fabrice Desré
025a3fd016 Bug 780686 - DOMApplicationRegistry._cloneAppObject doesn't clone the receipts array - followup [r=fabrice] 2012-08-07 15:56:46 -07:00
Myk Melez
e33e2203e3 bug 780686 - DOMApplicationRegistry._cloneAppObject doesn't clone the receipts array; r=fabrice
--HG--
extra : rebase_source : e9aede7e1195c92b908ede022444ad6bee78cab8
2012-08-07 13:51:44 -07:00
Wes Johnston
154f83ab5b Backout 81a090e983d2, 8236b3579bf3, 2012-08-07 10:08:41 -07:00
Wes Johnston
d02725aac8 Bug 776677 - Fire notifications when webapp installs throw errors. r=fabrice 2012-08-07 09:48:44 -07:00
Marco Castelluccio
c4129f1a89 Bug 760748: Add the category of the application to the desktop entry file; r=fabrice 2012-08-06 18:16:00 -07:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Mike Hommey
be451c22dc Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE 2012-08-04 10:38:41 +02:00
Mike Hommey
e79d87471e Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 08:48:56 +02:00
Fabrice Desré
89f8fb6498 Bug 714299 - Manifest fetched on install shouldn't be cached [r=mayhemer] 2012-08-03 09:24:35 -07:00
Fabrice Desré
093c6f2dde Bug 738298 - navigator.mozApps.mgmt.getAll() doesn't handle non-ASCII characters in the manifest [r=vingtetun] 2012-07-31 03:06:56 -07:00
Fabrice Desré
1b31b3bc9e Bug 777195 - AppsService is not e10s ready [r=cjones] 2012-07-26 09:30:38 -07:00
Fabrice Desré
b9a9b29a53 Bug 715814 - Implement Web Activities: DOM Part [r=mounir] 2012-07-20 17:41:30 +02:00
Mounir Lamouri
6e7f2253ad Bug 758258 - Part 2 - Add GetExtendedOrigin(), NO_APP_ID and UNKNOWN_APP_ID. r=sicking 2012-07-18 21:25:19 -07:00
Steve Fink
cd96c07f2c Backed out changeset afc1cf222996 2012-07-19 15:22:32 -07:00
Mounir Lamouri
a849186201 Bug 758258 - Part 2 - Add GetExtendedOrigin(), NO_APP_ID and UNKNOWN_APP_ID. r=sicking 2012-07-18 21:25:19 -07:00
Ed Morley
bb507d18ac Backout ea6db8f420c0 (bug 770831), b51c79ee0883 (bug 774957), 020f6ed5958b (bug 758258), 11d8e19e1fca (bug 758258), 707fc51bfe2e (bug 775354), 489d944a6fe6 (bug 327244), be7df3c9d50f (bug 327244) for m-oth orange 2012-07-19 08:29:48 +01:00
Mounir Lamouri
147b74c44a Bug 758258 - Part 2 - Add GetExtendedOrigin(), NO_APP_ID and UNKNOWN_APP_ID. r=sicking 2012-07-18 21:25:19 -07:00
Mounir Lamouri
d808434403 Bug 772050 - Remove 'classInfo' from AppsService and SettingsService. r=gwagner 2012-07-18 07:58:02 -07:00
Ryan VanderMeulen
82df8fd4e8 Merge m-c to inbound. 2012-07-16 20:38:39 -04:00
Etienne Segonzac
2e0ea1950d Bug 774216. Can't launch apps on B2G since it's seen as XP_UNIX by WebappOSUtils. r=felipe 2012-07-16 11:22:16 -07:00
Dan Walkowski
10093c1b76 Bug 772600. Create WebappOSUtils to host platform-specific webapps code and implement native app launch. r=felipe
Windows part by Tim Abraldes and Linux part by Marco Castelluccio
2012-07-14 01:09:39 -07:00
Anant Narayanan
f3d398132f Bug 761045: Upload locally installed apps on first run; r=gps 2012-07-13 19:52:30 -07:00
Fabrice Desré
34d55862d3 Bug 769350 - Implement trusted/certified app scheme support [r=vingtetun] 2012-07-11 08:38:36 -07:00
Fabrice Desré
ee4a6af8e2 Bug 772363 - Implement installation API for packaged apps [r=vingtetun] 2012-07-11 08:38:33 -07:00
Ryan VanderMeulen
54b1ac51b6 Merge m-c to inbound. 2012-07-09 20:53:11 -04:00
Gregory Szorc
0e9a540ac6 Merge mozilla-central into services-central 2012-07-08 20:48:04 -07:00
Gregory Szorc
f7ca1169f8 Merge mozilla-central into services-central 2012-07-03 09:55:45 -07:00
Richard Newman
ba0670a911 Merge m-c to s-c. 2012-07-01 11:06:36 -07:00
Anant Narayanan
9bf9f300dd Bug 760898: Merge with s-c 2012-06-26 13:21:36 -07:00
Anant Narayanan
12c3dbd215 Bug 760898: Set dom.mozApps.used when the Apps DOM API is used; r=fabrice 2012-06-26 13:12:33 -07:00
Gregory Szorc
b188ce28e3 Bug 767023 - Change "deleted" to "hidden" per spec change; r=rnewman 2012-06-23 10:22:53 -07:00
Fabrice Desré
c7d84b6189 Bug 764091 - Accessing mozApps manifest properties need __exposedProps__ set correctly [r=vingtetun] 2012-06-20 21:12:21 -07:00
Ed Morley
344a191b60 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-03 10:10:06 +01:00
Felipe Gomes
080f84296e Bug 770297. Call to isLaunchable needs to use the app origin, and not the install origin. r=fabrice 2012-07-02 20:45:00 -07:00
Fabrice Desré
1bfbd34021 Bug 755245 - Implement System Message Handler - Part 5, Add system messages registration from webapps manifests [r=vingtetun] 2012-07-02 17:16:55 -07:00
Nathan Froyd
5b30baa4c3 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Mounir Lamouri
b87b2782d5 Bug 770832 - Add 'localeId' to WebApps registry. r=fabrice 2012-07-09 12:25:41 +02:00
Myk Melez
90f2a17174 bug 765063 - save installURL for later use; r=fabrice
--HG--
extra : rebase_source : 7360e295a4549d29d2667a0c8e38708959df7f40
2012-07-05 11:12:55 -07:00
Felipe Gomes
a54e4e432d Bug 768276. Part 3 - Implement mozApps.getNotInstalled. r=jst 2012-06-29 13:46:21 -07:00
Felipe Gomes
e927913e2a Bug 768276. Part 2 - Use isLaunchable in existing mozApps calls to only return launchable apps. r=jst 2012-06-29 13:46:21 -07:00
Felipe Gomes
ed7fc180c7 Bug 768276. Part 1 - Implement Webapps._isLaunchable on desktop platforms to verify if a webapp is launchable. r=myk
Original patches for Windows by Tim in bug 756306, for Mac by Dan in bug 762698, and for Linux by Marco in bug 756307
2012-06-29 13:46:21 -07:00
Fabrice Desré
d3b1c03e32 Bug 702369 - ensure that web app install caches them into app cache on B2G [r=jonas,vingtetun,felipe] 2012-06-11 11:41:46 -07:00
Ian Bicking
8e2d02b805 bug 739330 - call error handler with NOT_INSTALLED when page tries to uninstall webapp that is not installed; r=fabrice
--HG--
extra : rebase_source : 5ea5510c43d336a23245ad12b7cddbf8a438b164
2012-06-18 12:57:16 -07:00
Ian Bicking
233dc06ea3 bug 734294 - when installing an app the InstallTime is returning undefined; r=fabrice
--HG--
extra : rebase_source : 91e5a5d467826927f6c6df4c97ab5cecab73b26f
2012-06-18 12:49:35 -07:00
Fabrice Desré
e703351031 Bug 761729 - Either implement mozIDOMApplicationEvent in C++, or make WebApps use CustomEvent [r=smaug] 2012-06-14 16:03:55 -07:00
Ed Morley
5c5b8e26a9 Merge mozilla-central to mozilla-inbound 2012-07-16 18:32:39 +01:00
Mounir Lamouri
cab863c8d3 Bug 769621 - Checking Contacts, Settings, Wifi and WebApps permission should use principal instead of URI. r=sicking 2012-07-16 08:44:52 -07:00
Phil Ringnalda
f14d72dae8 Back out 3eded0507a6e (bug 702369) for mochitest-chrome bustage on a CLOSED TREE 2012-06-11 15:57:56 -07:00
Fabrice Desré
31b95880b1 Bug 702369 - ensure that web app install caches them into app cache on B2G [r=jonas,vingtetun] 2012-06-11 11:41:46 -07:00
Andy McKay
b9272ddf5d Bug 762250 - Receipts aren't exposed as an App property [r=fabrice] 2012-06-08 11:06:16 -07:00
Gregor Wagner
cee63dac07 Bug 761837 - inner-window-destroyed observer gets added twice for webapps. r=fabrice 2012-06-07 09:55:55 -07:00