Mike Hommey
|
8fd06cf41b
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
|
Mike Hommey
|
b32a4ed166
|
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
|
2013-11-28 14:24:05 +09:00 |
|
Mike Hommey
|
682364d535
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-28 13:08:16 +09:00 |
|
Mike Hommey
|
a470038314
|
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
|
2013-11-09 10:35:44 +09:00 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Birunthan Mohanathas
|
6f158bc61c
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Masatoshi Kimura
|
78388690cb
|
Bug 888870 - Add Windows 8.1 support to WinUtils::GetWindowsVersion. r=jimm
|
2013-07-12 06:26:55 +09:00 |
|
Mike Shal
|
5169c0a913
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Brian O'Keefe
|
8d90859ddb
|
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-05-01 14:05:40 -04:00 |
|
Ryan VanderMeulen
|
8dd4074205
|
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
CLOSED TREE
|
2013-04-30 21:09:41 -04:00 |
|
Brian O'Keefe
|
7422d5ac7b
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 20:46:10 -04:00 |
|
Ryan VanderMeulen
|
b6cc74b921
|
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
|
2013-04-30 10:08:38 -04:00 |
|
Brian O'Keefe
|
0baa2a32d6
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 09:08:31 -04:00 |
|
Mike Hommey
|
112f6bd92e
|
Bug 844016 - Move webapprt locale files. r=Pike
--HG--
rename : browser/locales/en-US/webapp-uninstaller/webapp-uninstaller.properties => webapprt/locales/en-US/webapp-uninstaller/webapp-uninstaller.properties
rename : browser/locales/en-US/webapprt/webapp.dtd => webapprt/locales/en-US/webapprt/webapp.dtd
rename : browser/locales/en-US/webapprt/webapp.properties => webapprt/locales/en-US/webapprt/webapp.properties
|
2013-04-12 10:23:10 +02:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Gregory Szorc
|
a315fb7278
|
Bug 784841 - Part 18λ: Convert /webapprt; r=glandium
|
2013-02-25 13:20:01 -08:00 |
|
Makoto Kato
|
d53fd4d9d0
|
Bug 834645 - move -STACK parameter to config.mk. r=ted
|
2013-02-14 15:22:00 +09:00 |
|
Brian R. Bondy
|
ebe6419085
|
Bug 801853. r=rstrong
|
2012-10-25 22:07:04 -04:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Myk Melez
|
068326ec6d
|
Bug 773784 - Update error messages to say FF 16 when launching an app with no version of FF installed. r=felipc
|
2012-07-20 20:19:38 -04:00 |
|
Marco Castelluccio
|
488c2ec749
|
bug 770771 - Implement WebappRT test framework on Windows; r=adw
|
2012-07-13 15:49:40 -07:00 |
|
Bill Walker
|
04f7a809db
|
Bug 768927: Revised Web Runtime error messages for Mac and Win for consistency; r=myk
|
2012-07-05 10:59:27 -07:00 |
|
Benjamin Smedberg
|
7b269a47ba
|
Bug 755724 Part C - Move ScopedAppData into the XPCOM glue, r=glandium
--HG--
rename : toolkit/xre/nsAppData.cpp => toolkit/xre/CreateAppData.cpp
rename : toolkit/xre/nsAppData.cpp => xpcom/glue/AppData.cpp
extra : rebase_source : 6223397345e77b00f14d93a1f188c042fc5f89ea
|
2012-06-08 08:41:30 -04:00 |
|
Jeff Walden
|
3b720a666b
|
Bug 763000 - Remove MOZ_Assert. r=Ms2ger, r=terrence, r=ted
|
2012-06-07 14:41:11 -07:00 |
|
Tim Abraldes
|
7cc38ec4f7
|
bug 763491. Change string to say "Firefox version 15" instead of "Firefox version 14," since WebappRT will first be released in version 15. r=myk
|
2012-06-13 12:47:31 -07:00 |
|
Myk Melez
|
8810dcea5e
|
bug 764127 - some return values in Windows runtime stub are wrong type or wrongly interpreted; r=felipe
|
2012-06-12 13:35:32 -07:00 |
|
Marco Castelluccio
|
65a3e6d735
|
Bug 760747 - Wrong check in Mac and Windows webapp runtimes; r=myk
|
2012-06-12 13:01:01 -07:00 |
|
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Myk Melez
|
5e8a687089
|
bug 747645 - move webapp-uninstaller.properties to browser/locales/ to make it easier to localize; r=felipe
|
2012-05-31 00:13:00 -07:00 |
|
Jim Mathies
|
81bcae808c
|
Bug 750911 - Add a third 'flags' parameter to XRE_main and add support for WindowsEnvironmentType. r=bsmedberg
|
2012-05-25 05:01:29 -05:00 |
|
Jim Mathies
|
025f49633e
|
Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted
|
2012-05-21 16:31:03 -05:00 |
|
Tim Abraldes
|
b80e3e34f1
|
Bug 747470. Statically link the CRT in webapprt.exe. r=bsmedberg
|
2012-04-24 16:44:36 -04:00 |
|
Tim Abraldes
|
040e0843b9
|
bug 747409. Use a unique-per-webapp value for the "name" of the nsXREAppData struct. This way, webapps will not get confused about whether existing webapp windows are their windows. r=myk. a=desktop-only
|
2012-04-23 18:18:14 -04:00 |
|
Myk Melez
|
43e1a3df7c
|
bug 747394 - rename webapprt/application.ini to webapprt/webapprt.ini to work around an issue in a build script that looks for Firefox's application.ini, which busted nightly partial updates, on a CLOSED TREE; r=bsmedberg, a=khuey
|
2012-04-21 11:41:50 -07:00 |
|
Felipe Gomes
|
c2a9a5b53b
|
Bug 747205. Webapps installer follow-ups. r=timA a=desktop-only
|
2012-04-19 18:47:54 -07:00 |
|
Myk Melez
|
4f307cae98
|
bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl
|
2012-04-19 00:39:52 -07:00 |
|
Myk Melez
|
2eea1475c4
|
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
|
2012-04-17 07:11:53 -07:00 |
|