gecko/toolkit/webapps
Mike Hommey 21ec48314e 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
..
tests Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps 2014-10-30 13:06:12 +09:00
LinuxNativeApp.js Bug 1028983 - Set file permissions using OS.File. r=marco 2014-10-14 13:10:00 +02:00
MacNativeApp.js Bug 1028983 - Set file permissions using OS.File. r=marco 2014-10-14 13:10:00 +02:00
moz.build Bug 1036751 - Test webapp runtime executable update. r=myk 2014-07-12 02:04:55 +02:00
NativeApp.jsm backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
WebappOSUtils.jsm Bug 1039861: Remove the last bits of OS.File from apps code. r=fabrice 2014-07-18 10:38:14 -07:00
WinNativeApp.js Bug 1029674 - Fix installation of apps with custom origin. r=myk,keeler 2014-07-04 15:23:16 +02:00