Commit Graph

1052 Commits

Author SHA1 Message Date
Gavin Sharp
8b2ce19c07 Bug 764869: implement a way for social providers to request that they be activated, r=jaws 2012-06-22 15:01:34 -07:00
Jonas Sicking
6acb4a29bc Bug 774585: Fix browser code and tests to be aware of app principals. r=mounir 2012-07-21 00:29:40 -07:00
Shane Caraveo
9cef4facb1 Bug 755136: implement social sidebar, r=gavin 2012-07-18 11:40:05 -07:00
Tim Taubert
adf28a3feb Bug 765628 - Bookmarklets on the new tab page are able to run privileged javascript; r=gavin 2012-07-17 00:35:13 +02:00
Etienne Segonzac
69e470abca 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
Shane Caraveo
364de3d688 Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin 2012-07-15 16:12:13 -07:00
Dan Walkowski
fabebee39e Bug 755934. Display notification for successful app installation. r=felipe 2012-07-14 01:01:07 -07:00
Ms2ger
8742cd7cd7 Backout 977ee9208065, a405768bd32a, 69a1fb2ddca3, 58d5f1d1443e for Moth orange. 2012-07-14 11:38:56 +02:00
Felipe Gomes
7da00dce4c Bug 771294. Use window id for webapp installation. r=gavin
Test by Myk Melez
2012-07-14 01:09:32 -07:00
Dan Walkowski
1e2f3eeeb3 Bug 755934. Display notification for successful app installation. r=felipe 2012-07-14 01:01:07 -07:00
Jared Wein
9cbacb21ea Bug 765874 - Implement recommend/share button, r=gavin 2012-07-11 18:31:19 -07:00
Felipe Gomes
16c4173d65 Bug 769545. Add missing const Cr declaration that would case an app reinstall with appcache to fail. r=marco 2012-07-05 15:02:17 -07:00
Tim Taubert
8010a9f704 merge m-c to fx-team 2012-07-01 00:13:04 +02:00
Ed Morley
de1c31601c Merge mozilla-central to fx-team to pick up the #1 top orange fix 2012-06-28 15:10:25 +01:00
Marco Castelluccio
a2166a8a6b Bug 764172. Preserve profile when reinstalling webapp over existing installation. r=felipe 2012-06-27 17:14:55 -07:00
Matthew Noorenberghe
0df17c3e9c Bug 759656 - Remove unimplemented notification argument to PopupNotification callbacks r=margaret 2012-06-03 22:25:55 -07:00
Tim Taubert
784e0073ef Bug 767693 - [New Tab Page] need to save block list when unblocking a site; r=jaws 2012-06-26 21:44:29 +02:00
Felipe Gomes
ce37ce4f3b Bug 758044. Follow-up: update comments to new naming scheme. r=me 2012-06-22 15:19:24 -07:00
Felipe Gomes
a1f55f9895 Bug 760365. Preload appcache into webapp's profile during installation. r=marco
Linux profile creation by Marco, r=felipe
2012-06-22 15:19:23 -07:00
Edward Lee
d569d2c82c Bug 738832 - Allow desktop runtime to support webRT installs (mozApps.install API) [r=myk, r=felipe]
Use the runtime folder to get a reference to webapprt-stub instead of process folder, which is one level too deep from the runtime. Handle webapps install requests by showing a prompt like the geolocation prompt.
2012-06-21 14:06:24 -07:00
Saurabh Anand
6fd6df4957 Bug 722988 - openLocationLastURL.jsm uses global Private Browsing state to make decisions; r=ehsan 2012-06-28 03:11:24 +05:30
Saurabh Anand
3dec9728df Bug 722990 - NewTabUtils.jsm uses a global Private Browsing state to make decisions; r=ttaubert 2012-06-20 14:00:21 +05:30
Tim Taubert
1e9681bd05 Bug 765211 - [New Tab Page] AllPages.unregister() can possibly remove wrong pages; r=gavin 2012-06-15 19:55:45 +02:00
Tim Abraldes
5496540c20 bug 758044. Installation directory is now "scheme;host;port" with ";port" omitted if port is the default. Uninstall registry key is now "scheme://host:port" with ":port" omitted if the port is the default. r=felipe 2012-06-04 00:23:17 -07:00
Marco Castelluccio
f278bfab8e Bug 744193. Install webapp on host OS - Linux. r=felipe 2012-06-03 22:57:41 -03:00
Tim Abraldes
b1ed1afcff bug 751177. Write "webapp.ini" and "shorcuts_log.ini" as UTF-16LE so that the uninstaller can read unicode characters from them. r=felipe 2012-05-23 10:09:11 -07:00
Gavin Sharp
fdc9a1c2ac Bug 755355: stop specifying a bundle signature in web app bundles, since it's unnecessary and confuses OS X, r=smichaud/dwalkowski 2012-05-21 16:52:17 -07:00
Marco Castelluccio
d9124bb621 Bug 753565 - webapp.json incorrect on Mac. r=felipe 2012-05-21 13:39:26 -07:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Gavin Sharp
9612922608 Bug 748389: consolidate Mac bundle identifier logic in configure, and use it to specify the Mac bundle ID of the installing app in installed web apps' bundles, r=ted, r=felipe 2012-04-29 16:00:12 -04:00
Jared Wein
68136b5a3d Bug 515785 - Use new icons for each task in Win7 Jump list tasks. r=bbondy 2012-04-28 11:22:06 -04:00
Raymond Lee
6a7bcf50dd Bug 721020 - [New Tab Page] Add telemetry probes r=ttaubert 2012-04-25 09:45:01 +08:00
Edward Lee
38cbe1d8f8 Bug 747412 - Installing Favimon does not show the right parenthesis on the desktop shortcut or start menu [r=felipe]
Strip whitespace at the end instead of trailing non-alphanumeric.
2012-04-26 22:11:43 -07:00
Felipe Gomes
9e9553a26f Bug 748199. Cannot install an webapp with the same name of a previously installed app on Mac. r=mstange 2012-04-26 07:37:34 -07:00
Felipe Gomes
e599167a0c Bug 747921. Cannot install apps on systems where the Uninstall regkey hadn't been created yet by some other app. r=timA 2012-04-26 07:34:39 -07:00
Felipe Gomes
ef3218f81c Bug 747601. Only create Info.plist file after webapp icon has been downloaded. r=mstange a=desktop-only.
OSX caches the application info when Info.plist is created and if the icon has not yet been embedded in the .app package, Finder might indefinitely cache a no-icon app
2012-04-22 14:30:03 -07:00
Takanori MATSUURA
a1bb00a910 Bug 747041. Fix resource:// path usage in browser. r=felipe a=desktop-only 2012-04-22 14:27:05 -07:00
Felipe Gomes
6322064770 Bug 746771 - Mac installer needs to use updated webapp.json structure with registryDir instead of app.profile [r=myk, a=desktop-only]
Rename app.profile to registryDir for the updated webapp.json structure.
2012-04-20 15:56:02 -07:00
Felipe Gomes
bbc78f261f Bug 746369. Add support for installing apps that do not provide an icon, falling back to the standard webapp icon. r=gavin a=desktop-only 2012-04-19 18:47:56 -07:00
Felipe Gomes
e59419e010 Bug 747205. Webapps installer follow-ups. r=timA a=desktop-only 2012-04-19 18:47:54 -07:00
Felipe Gomes
fdb66b3287 Bug 746848. Support pref for webapps installer dry-run. r=gavin a=desktop-only 2012-04-19 18:47:52 -07:00
Felipe Gomes
55029fa5d4 Bug 731541. Implement webapp installer for Windows. r=bbondy a=blassey 2012-04-18 15:17:54 -07:00
Felipe Gomes
44ced43eb4 bug 739636 - implement webapp installer for Mac OS X; r=mstange 2012-04-17 07:17:23 -07:00
Felipe Gomes
5690d4bd44 Bug 740957. Webapp installer doorhanger should show a standard icon instead of the app-specified icon. r=dao 2012-04-12 18:11:37 -07:00
Marco Bonardo
2ea25557ad Bug 737841 - Part 3: remove no more useful redirectsMode query option.
r=dietrich rs=gavin
2012-04-07 01:17:53 +02:00
Gavin Sharp
b0524955b2 Bug 738804: back out keyword.URL prompting code while we investigate other larger changes, r=fryn 2012-03-23 16:27:54 -07:00
Gavin Sharp
c615cc34e4 Bug 736878: also re-set default engine name when user opts in to search re-set, r=fryn 2012-03-19 17:24:31 -07:00
Tim Taubert
acb5535526 Bug 735987 - [New Tab Page] Dropping blocked links onto the grid again should unblock them; r=dietrich 2012-03-16 09:00:18 +01:00
Tim Taubert
3b9b87eaf0 Bug 735574 - Extremely frequent leak of 1 BackstagePass, 2 Mutex, 9 ProxyListener coming from fx-team; r=dietrich 2012-03-15 23:28:22 +01:00
Fabrice Desré
38d676286a Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin] 2012-03-12 17:33:10 -07:00