Jacek Caban
|
3ca78c8ce7
|
Bug 1018884 - Fix char16_t/wchar_t mismatch in xulrunner/.
--HG--
extra : rebase_source : d2608fc83d7d5563cee035e2343aff48e88ae1e9
|
2014-06-03 13:25:37 +02:00 |
|
Birunthan Mohanathas
|
e5b0697f13
|
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Noel Cragg
|
f35b15e003
|
Bug 964902 - Make sure log is initialized in nsXULRunnerApp.cpp. r=bsmedberg
|
2014-04-02 15:21:44 -04:00 |
|
Ehsan Akhgari
|
444a26ed8e
|
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
|
2014-03-04 19:39:06 -05:00 |
|
Ehsan Akhgari
|
394d5f9fd5
|
Bug 976886 - Port RCINCLUDE to moz.build; r=mshal
--HG--
extra : rebase_source : e8a75bc01c3f57516a1a1307de3d170ea07ca1ac
|
2014-03-04 17:19:24 -05:00 |
|
Ehsan Akhgari
|
2bb7d82af6
|
Bug 975733 - Move some LDFLAGS for building executables on Windows to moz.build; r=mshal
|
2014-02-26 21:38:29 -05:00 |
|
Ehsan Akhgari
|
0cff23216a
|
Bug 976885 - Port RCFLAGS to moz.build; r=glandium
|
2014-02-26 09:12:49 -05:00 |
|
Ehsan Akhgari
|
5d2d8c62a4
|
Bug 975740 - Port WIN32_EXE_LDFLAGS to moz.build; r=mshal
|
2014-02-24 08:30:25 -05:00 |
|
Ms2ger
|
aa9d7b52b4
|
Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal
|
2014-02-15 21:24:59 +01:00 |
|
Ehsan Akhgari
|
82ebdc883f
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Ehsan Akhgari
|
144a2cdcb0
|
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
|
2014-02-10 09:03:53 -05:00 |
|
Alexander J. Vincent
|
7c4c52a7f5
|
Bug 958814 - For Mac XULRunner installations, add a bundle identifier to prevent a crash in gfxPlatformMac.cpp. r=Mossop
|
2014-01-11 18:03:49 -08:00 |
|
Alex Vincent
|
b3b42e5c40
|
Bug 747597 - Part 2: Remove --install-app from XULRunner. r+sr=bsmedberg
|
2012-04-21 22:22:46 -07:00 |
|
Alex Vincent
|
fe6fc46628
|
Bug 747597 - Port XULRunner's --install-app to Python. r=Mossop
|
2013-10-22 13:18:44 -07:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Mike Hommey
|
06d6d3c5cf
|
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
|
2013-12-03 06:34:21 +09:00 |
|
Mike Hommey
|
fdd3247a81
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
|
Mike Hommey
|
2f727b6d62
|
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
|
b038245b8d
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-28 13:08:16 +09:00 |
|
Mike Hommey
|
91af4c88d7
|
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 |
|
Seth Fowler
|
15d5a68d2b
|
Backout of bug 934070 for breaking debugging on OS X
|
2013-11-07 18:42:22 -08:00 |
|
Mike Hommey
|
851bde9eb2
|
Bug 934070 - Stop copying dist/bin under dist/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS in */app/Makefile.in. r=ted
Consequently, revert changeset 92bea49b46b4 (bug 914560).
|
2013-11-07 10:38:13 +09:00 |
|
Mike Hommey
|
53e380d1ff
|
Bug 935387 - Remove non recursed install targets. r=mshal
|
2013-11-07 10:37:45 +09:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Birunthan Mohanathas
|
de354c9745
|
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
|
7952a1fee4
|
Bug 912292 - Fix a few rules relying on being executed after traversing subdirectories. r=gps
|
2013-09-05 15:08:24 +09:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Masatoshi Kimura
|
9b846c9c52
|
Bug 888870 - Add Windows 8.1 support to WinUtils::GetWindowsVersion. r=jimm
|
2013-07-12 06:26:55 +09:00 |
|
Vladimir Vukicevic
|
9e17b8825a
|
b=882906; remove EXTRA_DSO_LIBS; r=ted
|
2013-06-13 22:58:22 -04:00 |
|
Martin Stransky
|
572a55316c
|
Bug 877626 - Port GTK2 to GTK3 - build config - xpcom, toolkit, accessible, xulrunner dirs. r=ted, r=karlt
|
2013-06-10 08:36:26 -04:00 |
|
Mike Shal
|
6f32ddf61c
|
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
|
3f66654fdb
|
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-05-01 14:05:40 -04:00 |
|
Ryan VanderMeulen
|
a940e46079
|
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
CLOSED TREE
|
2013-04-30 21:09:41 -04:00 |
|
Brian O'Keefe
|
9305158b76
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 20:46:10 -04:00 |
|
Ryan VanderMeulen
|
4f020afd30
|
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
|
2013-04-30 10:08:38 -04:00 |
|
Brian O'Keefe
|
fd2b88f265
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 09:08:31 -04:00 |
|
Masayuki Nakano
|
c8e059b44d
|
Bug 857820 part.1 Drop blink effect implementation r=dbaron
|
2013-04-14 19:11:07 +09:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
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
|
5663b98bc5
|
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
|
34a6c584cd
|
Bug 784841 - Part 18ο: Convert /xulrunner; r=ted f=Ms2ger
|
2013-02-25 13:20:39 -08:00 |
|
Makoto Kato
|
8d2aa4329c
|
Bug 834645 - move -STACK parameter to config.mk. r=ted
|
2013-02-14 15:22:00 +09:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Mike Hommey
|
8e80fdfec8
|
Bug 756786 - Install the xulrunner binary as xulrunner instead of xulrunner-bin, and get rid of the xulrunner wrapper script. r=bsmedberg
|
2012-07-25 07:43:22 +02:00 |
|
Ed Morley
|
3ccef88f32
|
Backout eecd3aa199e6 (bug 776305), 62facd5b3da9, c6a0ac7d47d2 & 2d56621abfee (bug 776035), e4e68cf2bd40 (bug 776016), 0853a4d49b4e & 31de6ffdedcb (bug 770426), 43a69b4981f5 (bug 756786) for Windows mochitest crashes
|
2012-07-25 09:35:32 +01:00 |
|
Mike Hommey
|
a080cb1b6a
|
Bug 756786 - Install the xulrunner binary as xulrunner instead of xulrunner-bin, and get rid of the xulrunner wrapper script. r=bsmedberg
|
2012-07-25 07:43:22 +02:00 |
|
Tim Abraldes
|
3b4c458596
|
bug 773865. Setting env var MOZ_WINCONSOLE now causes MOZ_WINCONSOLE to be defined for the preprocessor as well. windbgdlg no longer fails to build when MOZ_WINCONSOLE env var has been set to 1. r=ted
|
2012-07-24 10:04:04 -07:00 |
|
Mike Hommey
|
7020996fe3
|
Bug 764237 - Add snprintf and strcasecmp definitions in nsXULRunnerApp.cpp for windows. r=bsmedberg
|
2012-06-14 08:14:55 +02:00 |
|