Commit Graph

117 Commits

Author SHA1 Message Date
Stephen Pohl
dbfd76eadc Bug 1091109: Followup to fix test failures. r=myk 2014-11-03 17:13:20 -05:00
Stephen Pohl
9c340b2c43 Bug 1091109: Don't sign webapprt-stub on OSX because webapps fail to launch due to quarantine bit. r=smichaud,myk 2014-11-03 17:13:16 -05:00
Ryan VanderMeulen
26d2f595c7 Backed out changeset 5eebce6c8845 (bug 1091109) for webapp test failures. 2014-11-01 00:15:44 -04:00
Stephen Pohl
b4fd3bc4b5 Bug 1091109: Don't sign webapprt-stub on OSX because webapps fail to launch due to quarantine bit. r=smichaud,myk 2014-10-31 20:39:07 -04:00
Mike Hommey
d667f4bb59 Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps
There are, sadly, many combinations of linkage in use throughout the tree.
The main differentiator, though, is between program/libraries related to
Gecko or not. Kind of. Some need mozglue, some don't. Some need dependent
linkage, some standalone.

Anyways, these new templates remove the need to manually define the
right dependencies against xpcomglue, nspr, mozalloc and mozglue
in most cases.

Places that build programs and were resetting MOZ_GLUE_PROGRAM_LDFLAGS
or that build libraries and were resetting MOZ_GLUE_LDFLAGS can now
just not use those Gecko-specific templates.
2014-10-30 13:06:12 +09:00
Sunny
ea01a57268 Bug 1028983 - Set file permissions using OS.File. r=marco 2014-10-14 13:10:00 +02:00
Stephen Pohl
08f5cb2e63 Bug 1076941: Keep supporting the legacy location under Contents/MacOS for the webapprt folder on OSX. r=myk 2014-10-03 08:04:44 -04:00
Ryan VanderMeulen
d1d08fb96f Bug 1076941 - Skip the toolkit webapps tests on OSX 10.8 due to frequent timeouts. 2014-10-02 12:14:14 -04:00
Stephen Pohl
3a3ac5f17b Mac v2 signing - Bug 1064910 - Update Webapp Runtime to work with the new v2 bundle structure of Firefox on OSX. r=myk 2014-09-29 11:51:43 -07:00
Mike Hommey
6258dd8523 Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal 2014-09-03 14:16:37 +09:00
Mike Hommey
fc99c53ae5 Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
Ted Clancy (:tedders1)
6029ad93ef Bug 1000315 - Part 7: App tests automatically confirm uninstallation. r=myk 2014-06-11 14:33:02 -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
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
Alexandre Poirot
5a3800bc64 Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Kyle Huey
15562ef356 Bug 1039861: Remove the last bits of OS.File from apps code. r=fabrice
After this patch OS.File is not loaded in content processes anymore.

--HG--
extra : rebase_source : 64d41fa57e1265dee501e7919eaea5d733320cad
2014-07-18 10:38:14 -07:00
Marco Castelluccio
9dbeacd6aa Bug 1035282 - Make Webapps.jsm throw DUPLICATE_ORIGIN only if the app with the same origin is natively installed. r=fabrice,myk
--HG--
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_custom_origin_uninstall_install.xul
2014-07-15 03:53:48 +02:00
Marco Castelluccio
457e4bbb10 Bug 967302 - Fix leak caused by the XUL alert shown at the end of an installation by mocking the alerts service. r=myk 2014-07-12 02:59:51 +02:00
Marco Castelluccio
beaae5a3be Bug 1036717 - Test webapp runtime update service. r=myk
--HG--
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_hosted_checkforupdates_from_webapp_runtime.xul
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_packaged_checkforupdates_from_webapp_runtime.xul
2014-07-12 02:09:50 +02:00
Marco Castelluccio
2fe7bcde2f Bug 1036751 - Test webapp runtime executable update. r=myk
--HG--
rename : toolkit/webapps/tests/test_hosted_launch.xul => toolkit/webapps/tests/test_webapp_runtime_executable_update.xul
2014-07-12 02:04:55 +02:00
Marco Castelluccio
f3fa85526d Bug 1034730 - Test installing app with appcache. r=myk
--HG--
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_install_appcache.xul
2014-07-11 01:53:48 +02:00
Marco Castelluccio
c4d263c432 Bug 1001948 - Attempt to remove the files again if ERROR_DIR_NOT_EMPTY is thrown. r=tabraldes 2014-07-10 19:46:27 +02:00
Marco Castelluccio
1021e2a017 Bug 1036648 - Reject promise on uninstall failure on Mac. r=myk 2014-07-10 19:22:10 +02:00
Marco Castelluccio
9bd0c012f1 Bug 1035189 - Remove appName property from NativeApp.jsm. r=tabraldes 2014-07-10 03:27:13 +02: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
Marco Castelluccio
5115fd88f7 Bug 981251 - Test app uninstallation. r=myk
--HG--
rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_uninstall.xul
rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_uninstall.xul
2014-06-25 02:37:28 +02:00
Marco Castelluccio
47b54822f9 Bug 1027229 - Use the non-localized name to install apps since it allows users to change locale without running into problems. r=myk 2014-06-23 02:22:07 +02:00
Marco Castelluccio
aca5132f77 Bug 1027940 - Disable the toolkit/webapprt test using manifests. r=tabraldes 2014-06-22 23:33:38 +02:00
Marco Castelluccio
a99a3096b2 Bug 1009809 - Use ManifestHelper::biggestIconURL in the desktop app installer. r=myk,jmaher
--HG--
rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_icons.xul
rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_icons.xul
2014-05-21 18:02:21 +02:00
Marco Castelluccio
bb919b943e Bug 1011465 - Cleanup toolkit/webapps tests. r=tabraldes 2014-05-20 13:27:13 +02:00
Marco Castelluccio
062c467e42 Bug 1001948 - Catch exceptions for the profile dir removal too in toolkit/webapps/ tests. r=tabraldes 2014-05-16 13:40:25 +02:00
Masatoshi Kimura
409ceee740 Bug 1007797 - Fixup tests. r=yoric 2014-05-12 22:46:50 +09:00
Marco Castelluccio
2ac1a1eda2 Bug 1001948 - Attempt to remove files more than once in the Windows cleanup functions in toolkit/webapps/ tests. r=myk,Yoric,tabraldes 2014-05-08 20:06:26 +02:00
Marco Castelluccio
7507eb3dea Bug 1005370 - Test that the webapprt automatically applies a prepared update. r=myk 2014-05-05 21:45:26 +02:00
Marco Castelluccio
5de710d50e Bug 998089 - Fix icon installation for packaged apps on Mac. r=felipe 2014-04-22 16:48:00 +02:00
Marco Castelluccio
cd222b8d92 Bug 993690 - Enable toolkit/webapps tests on Mac by installing apps in a directory that doesn't require admin privileges. r=myk 2014-04-21 10:16:02 -04:00
Marco Castelluccio
b200cd5405 Bug 991766 - Webapp uninstallation on Mac through mozapps uninstall function. r=myk, r=smichaud 2014-04-17 16:54:50 -04:00
Marco Castelluccio
0e02727cb0 Bug 774144 - Webapp uninstallation on Windows through mozapps uninstall function. r=tabraldes 2014-04-17 16:43:03 -04:00
Ryan VanderMeulen
06fd33680e Backed out changeset 7dbcb63aa3e3 (bug 774144) for frequent Android mochitest-4 failures.
CLOSED TREE
2014-04-13 23:46:31 -04:00
Ryan VanderMeulen
6241d6f6a9 Backed out changeset d0012e4d8a9a (bug 991766) 2014-04-13 23:46:10 -04:00
Marco Castelluccio
186bb2a882 Bug 991766 - Webapp uninstallation on Mac through mozapps uninstall function. r=myk, r=smichaud 2014-04-13 16:17:51 -04:00
Marco Castelluccio
b326ec63a2 Bug 906223 - Add currently running app to the registry if it isn't already there. r=fabrice
--HG--
rename : toolkit/webapps/tests/test_hosted_launch.xul => toolkit/webapps/tests/test_hosted_launch_no_registry.xul
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_packaged_launch_no_registry.xul
2014-04-13 14:42:39 -04:00
Marco Castelluccio
291afa2336 Bug 774144 - Webapp uninstallation on Windows through mozapps uninstall function. r=tabraldes 2014-04-13 14:18:02 -04:00
Myk Melez
4f7dbceb4f Bug 994216 - ensure desktop INI file parent directory exists to fix bustage on CLOSED TREE; r=marco"
--HG--
extra : amend_source : d72cf290cc27d2cc6baa3d68611192167c45fd8f
2014-04-09 14:20:59 -07:00
Marco Castelluccio
aaf255cf23 Bug 993168 - Use recursive makeDir in the apps installer. r=Yoric 2014-04-07 16:19:00 +02:00
Marco Castelluccio
2982bfa483 Bug 981249 - Test app launch. r=myk
--HG--
rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_launch.xul
rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_launch.xul
2014-03-27 12:56:00 +01:00
Carsten "Tomcat" Book
2f4a7008fd Backed out changeset 6d2ffe8dc046 (bug 981249) for Linux ASAN test failure 2014-03-26 11:43:16 +01:00
Marco Castelluccio
4709051549 Bug 981249 - Test app launch r= myk
--HG--
rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_launch.xul
rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_launch.xul
2014-03-24 15:14:00 +01:00
Marco Castelluccio
e97031b286 Bug 898647 - Backend for app updates. Fix Mac OS X b2g desktop build. r=myk 2014-03-15 14:37:50 -07:00