Robert Strong
|
2d1b1ffb4a
|
Bug 606415: Tests for bug 1009668. r=spohl
|
2014-05-23 10:42:58 -04:00 |
|
Stephen Pohl
|
c267206a18
|
Bug 1009668: Make retrieval of updater.ini more robust and predictable on OSX. r=smichaud,rstrong
|
2014-05-23 10:42:52 -04:00 |
|
Robert O'Callahan
|
949537330f
|
Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium
--HG--
extra : rebase_source : cfe209a412cae28d405eae413415cebb6959072a
|
2014-05-06 17:26:46 +12:00 |
|
Nochum Sossonko
|
cadc5a852b
|
bug 906466: Updates not properly signed on the nightly-ux branch: Certificate did not match issuer or name. r=rstrong
--HG--
extra : rebase_source : 1dc83f67c495d431e4ae4d2ed35b12e6f5eb03d4
|
2014-04-14 09:56:58 -04:00 |
|
Ehsan Akhgari
|
98311f51be
|
Bug 981428 - Move OSX -framework flags to moz.build; r=mshal
|
2014-03-10 20:18:33 -04:00 |
|
Robert Strong
|
a98abe6963
|
Main patch for Bug 759469 - Add new updater instruction to add a file if it doesn't exist in the destination. r=bbondy
|
2014-03-05 11:43:11 -08:00 |
|
Robert Strong
|
f32e59dab1
|
Bug 896224 - Remove support for the version 1 manifest from the updater. r=bbondy
|
2014-03-05 11:43:03 -08:00 |
|
Ehsan Akhgari
|
bf09c6f469
|
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
|
2014-03-04 19:39:06 -05:00 |
|
Ehsan Akhgari
|
cfe6f6fd0a
|
Bug 976886 - Port RCINCLUDE to moz.build; r=mshal
--HG--
extra : rebase_source : e8a75bc01c3f57516a1a1307de3d170ea07ca1ac
|
2014-03-04 17:19:24 -05:00 |
|
Ehsan Akhgari
|
918a2ef75e
|
Bug 976885 - Port RCFLAGS to moz.build; r=glandium
|
2014-02-26 09:12:49 -05:00 |
|
Ehsan Akhgari
|
f594359272
|
Bug 975740 - Port WIN32_EXE_LDFLAGS to moz.build; r=mshal
|
2014-02-24 08:30:25 -05:00 |
|
Ms2ger
|
c3f4f67f82
|
Bug 968900 - Move LOCAL_INCLUDES to moz.build in toolkit/; r=mshal
|
2014-02-15 21:25:20 +01:00 |
|
Ms2ger
|
6e066deaea
|
Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal
|
2014-02-15 21:24:59 +01:00 |
|
Ehsan Akhgari
|
fbe321aed6
|
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
|
2014-02-11 09:12:33 -05:00 |
|
Ehsan Akhgari
|
b870bb3fe9
|
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
|
ac38419e37
|
Bug 944800 - Move the information about delay loaded DLLs into moz.build; r=gps
|
2014-02-06 14:17:44 -05:00 |
|
Ehsan Akhgari
|
31e7cec189
|
Backed out changeset b54e8c328c32 (bug 944800) because of test failures on a CLOSED TREE
|
2014-02-04 17:03:17 -05:00 |
|
Ehsan Akhgari
|
cf46d0e8c5
|
Bug 944800 - Move the information about delay loaded DLLs into moz.build; r=gps
--HG--
extra : rebase_source : 3eca29dae04c42fa8e7d113318b8a169a0cf22e4
|
2014-02-04 13:57:34 -05:00 |
|
Robert Strong
|
549d097e8b
|
Bug 925747 - patch file extraction cleanup. r=bbondy
|
2014-01-22 17:16:39 -08:00 |
|
Robert Strong
|
27483bfe2f
|
Part 8 - Bug 951662 - fix file removal race condition and only launch the callback app from the updater when the MOZ_PROCESS_UPDATES env var is not defined. r=bbondy
|
2014-01-12 13:46:43 -08:00 |
|
Robert Strong
|
eb080a3da3
|
Part 4 - Bug 951662 - don't finish updater logging unless error is not ERROR_SHARING_VIOLATION and make log text more consistent. r=bbondy
|
2014-01-12 13:45:26 -08:00 |
|
Robert Strong
|
c3b10b6c7b
|
Part 1 - Bug 951662 - change background to staging for consistency. r=bbondy
|
2014-01-12 13:44:41 -08:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
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
|
bf60896454
|
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
|
9245936f8b
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
|
Mike Hommey
|
2b828323f2
|
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
|
d210f8ff00
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-28 13:08:16 +09:00 |
|
Mike Hommey
|
d8d527c143
|
Bug 937359 - Make all objects built into xul.dll built with -MD/-MDd, not -MT/-MTd. r=bsmedberg
--HG--
rename : toolkit/mozapps/update/common/Makefile.in => toolkit/mozapps/update/common-standalone/Makefile.in
|
2013-11-16 13:37:56 +09:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Mike Hommey
|
e2ae65f67a
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Birunthan Mohanathas
|
cd8f9922a5
|
Bug 784739 - Switch from NULL to nullptr in toolkit/mozapps/; r=ehsan
|
2013-10-10 16:40:03 -04:00 |
|
Gregory Szorc
|
943d9c540c
|
Backout fc9733225130 (bug 784739) for breaking VS2012 builds
While VS2012 isn't tier-1 platform, a significant number of Windows
developers rely on it and have complained about this issue.
|
2013-10-14 16:54:43 -07:00 |
|
Birunthan Mohanathas
|
879accdfcd
|
Bug 784739 - Switch from NULL to nullptr in toolkit/mozapps/; r=ehsan
|
2013-10-10 16:40:03 -04:00 |
|
Brian O'Keefe
|
535c7c2ade
|
Bug 865673 - Convert objs.mk to objs.mozbuild. r=gps
|
2013-08-30 09:09:06 -04:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Ehsan Akhgari
|
9854ac6166
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Masatoshi Kimura
|
b001d00a05
|
Bug 888870 - Add Windows 8.1 support to WinUtils::GetWindowsVersion. r=jimm
|
2013-07-12 06:26:55 +09:00 |
|
Joey Armstrong
|
a6b9800cfb
|
bug 870407: cleanup bug. r=mshal
|
2013-07-08 11:53:00 -04:00 |
|
Brian R. Bondy
|
55219ddd58
|
Bug 888314. r=rstrong
|
2013-07-01 19:11:59 -04:00 |
|
Brian R. Bondy
|
4fd58dcc9d
|
Bug 859072. r=rstrong
|
2013-07-01 19:12:06 -04:00 |
|
Brian R. Bondy
|
6995f05641
|
Bug 874323 - wait longer for app to close for Metro since it launches updater directly. r=rstrong
|
2013-06-12 10:31:10 -04:00 |
|
Martin Stransky
|
9386e8c35b
|
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 |
|
Joey Armstrong
|
7ebe282a64
|
bug 870407: move CMMSRCS to moz.build (file batch #1). r=mshal
|
2013-06-07 11:43:39 -04:00 |
|
Mike Shal
|
994cfe0b6b
|
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 R. Bondy
|
c8186a880d
|
Bug 794937 - Updater callback should launch Metro Firefox when updating from Metro Firefox. r=rstrong
|
2013-05-22 10:16:56 -04:00 |
|
Brian O'Keefe
|
2186ab5dce
|
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-05-01 14:05:40 -04:00 |
|
Stephen Kraemer
|
7b93b707c5
|
Bug 836078 - Replace all gcc __GNUC__ version checks with MOZ_GCC_VERSION_AT_LEAST macro. r=dvander
|
2013-05-01 15:45:05 -04:00 |
|
Ryan VanderMeulen
|
9e80ef1555
|
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
CLOSED TREE
|
2013-04-30 21:09:41 -04:00 |
|
Brian O'Keefe
|
6cb4a9b9be
|
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
|
2013-04-30 20:46:10 -04:00 |
|
Ryan VanderMeulen
|
d1a59f8eab
|
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
|
2013-04-30 10:08:38 -04:00 |
|