Commit Graph

47 Commits

Author SHA1 Message Date
Shu-yu Guo
37989840cd Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Phil Ringnalda
291d439b86 Bug 1059238 - disable test_custom_origin_uninstall_install.xul on Windows for constant timeouts 2015-09-12 09:49:10 -07:00
Myk Melez
0ae693e5c8 Bug 1199844 - limit webapp debug logging to webapp tests; r=fabrice 2015-08-30 15:44:29 -07:00
Ryan VanderMeulen
3902fa0e4e Bug 1154545 - Skip test_hosted_checkforupdates_from_webapp_runtime.xul and test_packaged_checkforupdates_from_webapp_runtime.xul on Win8 opt builds as well.
CLOSED TREE
2015-08-07 09:50:33 -04:00
Geoff Brown
e7ae18404c Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin 2015-07-10 14:41:59 -06:00
Ryan VanderMeulen
0595f5a2b9 Bug 1154545 - Skip test_packaged_checkforupdates_from_webapp_runtime.xul on Win8 debug.
CLOSED TREE
2015-06-30 16:49:31 -04:00
Ryan VanderMeulen
6bd0688de9 Bug 1162987 - Skip test_hosted_checkforupdates_from_webapp_runtime.xul on Win8 debug. 2015-06-30 16:48:37 -04:00
Myk Melez
4eb07e7938 Bug 1168737 - specify runtime with command-line arg on Mac for tests; r=jmaher,marco 2015-06-26 09:22:40 -07:00
Nick Desaulniers
e3494cf328 Bug 1152597 - Icons are shown for some apps. r=marco 2015-05-19 11:43:39 -07:00
Nick Desaulniers
94302a14bb Bug 1152552 - Unable to install apps with name that contain chars outside range of U+0080/U+0100 - U+FFFF. r=mcastelluccio 2015-04-27 15:33:58 -07:00
ziyunfei
649e7033e4 Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Jonathan Griffin
c4f9588ed3 Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Chris Peterson
ea7369d58e Bug 1133185 - Remove nonstandard let blocks from toolkit/webapps. r=myk 2015-02-05 22:27:55 -08:00
Phil Ringnalda
6486109ff0 Bug 1123085 - Disable webapp tests which fail on OS X 10.10 2015-01-24 08:24:39 -08:00
Stephen Pohl
556ac384f1 Bug 1091109: Followup to fix test failures. r=myk 2014-11-03 17:13:20 -05:00
Mike Hommey
632dbaeb90 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
2dfb500a5e Bug 1028983 - Set file permissions using OS.File. r=marco 2014-10-14 13:10:00 +02:00
Stephen Pohl
32dcc5f998 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
9c25441345 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
d7029cf3b4 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
36dfbb3bbc 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
aec0b61280 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)
d8c923cf11 Bug 1000315 - Part 7: App tests automatically confirm uninstallation. r=myk 2014-06-11 14:33:02 -07:00
Alexandre Poirot
6188942e57 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
Marco Castelluccio
b59546c59b Bug 1035282 - Make Webapps.jsm throw DUPLICATE_ORIGIN only if the app with the same origin is natively installed. r=fabrice,myk 2014-07-15 03:53:48 +02:00
Marco Castelluccio
77b2cc0676 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
df12599c8d Bug 1036717 - Test webapp runtime update service. r=myk 2014-07-12 02:09:50 +02:00
Marco Castelluccio
db5d95815f Bug 1036751 - Test webapp runtime executable update. r=myk 2014-07-12 02:04:55 +02:00
Marco Castelluccio
e715d861a0 Bug 1034730 - Test installing app with appcache. r=myk 2014-07-11 01:53:48 +02:00
Marco Castelluccio
ce993dad23 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
317d22d78b Bug 1029674 - Fix installation of apps with custom origin. r=myk,keeler 2014-07-04 15:23:16 +02:00
Marco Castelluccio
6e37ea24d1 Bug 981251 - Test app uninstallation. r=myk 2014-06-25 02:37:28 +02:00
Marco Castelluccio
b1c7a6f315 Bug 1027940 - Disable the toolkit/webapprt test using manifests. r=tabraldes 2014-06-22 23:33:38 +02:00
Marco Castelluccio
a283188ec2 Bug 1009809 - Use ManifestHelper::biggestIconURL in the desktop app installer. r=myk,jmaher 2014-05-21 18:02:21 +02:00
Marco Castelluccio
d724a8b2ee Bug 1011465 - Cleanup toolkit/webapps tests. r=tabraldes 2014-05-20 13:27:13 +02:00
Marco Castelluccio
0ff2062689 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
8fd4bcfdee Bug 1007797 - Fixup tests. r=yoric 2014-05-12 22:46:50 +09:00
Marco Castelluccio
92e85ddf05 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
f78abf911a Bug 1005370 - Test that the webapprt automatically applies a prepared update. r=myk 2014-05-05 21:45:26 +02:00
Marco Castelluccio
4ff78d2664 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
f1dc7c439a Bug 906223 - Add currently running app to the registry if it isn't already there. r=fabrice 2014-04-13 14:42:39 -04:00
Marco Castelluccio
4315cc55d7 Bug 981249 - Test app launch. r=myk 2014-03-27 12:56:00 +01:00
Carsten "Tomcat" Book
605da53adf Backed out changeset 6d2ffe8dc046 (bug 981249) for Linux ASAN test failure 2014-03-26 11:43:16 +01:00
Marco Castelluccio
f806bd36cb Bug 981249 - Test app launch r= myk 2014-03-24 15:14:00 +01:00
Marco Castelluccio
3d9a9c80ef Bug 898647 - Backend for app updates. r=myk,fabrice 2014-03-15 14:37:37 -07:00
Wes Kocher
5c67143c45 Backed out changeset 4ce831d82c1f (bug 898647) for gaia-ui bustage on an already CLOSED TREE 2014-03-14 14:13:25 -07:00
Marco Castelluccio
5dbbe415a3 Bug 898647 - Backend for app updates. r=myk,fabrice 2014-03-14 10:30:53 -07:00