Mike Hommey
|
a65383e1e9
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
8ceb917350
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
b95448fc0b
|
Bug 914245 - Move FORCE_SHARED_LIB to moz.build. r=mshal
|
2013-11-19 11:47:45 +09:00 |
|
Mike Hommey
|
bb6779efe3
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
57a2dfcb91
|
Bug 939039 - Remove now useless FORCE_STATIC_LIB definitions. r=gps
|
2013-11-19 11:47:28 +09:00 |
|
Mike Hommey
|
d7b6f95761
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Maxime Villard
|
676fc480e0
|
Bug 835029 - Fix off-by-one error in readlink call. r=briansmith
|
2013-11-15 21:46:37 -05:00 |
|
David Major
|
198e213e28
|
Bug 932100 - Part 2: Move DLL blocklist code to mozglue. r=bsmedberg, r=glandium
--HG--
rename : toolkit/xre/nsWindowsDllBlocklist.cpp => mozglue/build/WindowsDllBlocklist.cpp
|
2013-11-12 08:31:32 -05:00 |
|
Jonas Finnemann Jensen
|
601c303bbe
|
Bug 902587 - Part 2A: Refactor late-write-checks as client of IO Interposer. r=BenWa
--HG--
rename : xpcom/build/mozPoisonWrite.h => xpcom/build/LateWriteChecks.h
rename : xpcom/build/mozPoisonWrite.h => xpcom/build/PoisonIOInterposer.h
rename : xpcom/build/mozPoisonWriteBase.cpp => xpcom/build/PoisonIOInterposerBase.cpp
rename : xpcom/build/mozPoisonWriteMac.cpp => xpcom/build/PoisonIOInterposerMac.cpp
rename : xpcom/build/mozPoisonWriteWin.cpp => xpcom/build/PoisonIOInterposerWin.cpp
|
2013-11-05 07:45:20 -05:00 |
|
Mike Hommey
|
ff32f10568
|
Bug 934337 - Get rid of custom rules fiddling with SHARED_LIBRARY. r=mshal
While here, remove other custom rules in the same Makefiles.
|
2013-11-05 13:28:26 +09:00 |
|
Mike Hommey
|
63165a8ec9
|
Bug 933097 - Remove a few useless moz.build files. r=mshal
|
2013-11-02 08:47:46 +09:00 |
|
Mike Hommey
|
53040f08c9
|
Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps
|
2013-11-02 08:44:11 +09:00 |
|
Nathan Froyd
|
d4a621ba99
|
Bug 931053 - don't build Mac host tools if --disable-crashreporter; r=ted
|
2013-10-25 11:49:26 -04:00 |
|
Mike Hommey
|
fb473a8d93
|
Bug 932213 - Move HOST_CMMSRCS to moz.build. r=gps
|
2013-10-30 07:51:48 +09:00 |
|
Mike Hommey
|
2b92b5a665
|
Bug 901561 - Move CMSRCS to moz.build. r=gps
|
2013-10-30 07:51:27 +09:00 |
|
Sebastian Hengst
|
8e623301f6
|
Bug 765285 - Include last 3 days of crash IDs in about:support. r=Mossop,dolske
|
2013-10-28 00:18:14 +01:00 |
|
Ryan VanderMeulen
|
7eea102d77
|
Backed out changeset c40e797b011f (bug 765285) for ASAN bustage. r=whyunsetc-nanyway
|
2013-10-26 21:28:40 -04:00 |
|
Sebastian Hengst
|
1a4b538637
|
Bug 765285 - Include last 3 days of crash IDs in about:support. r=Mossop, r=dolske
|
2013-10-26 20:10:55 +02:00 |
|
Phil Ringnalda
|
57609e37bd
|
Back out f78e6b91ad8d (bug 765285) for ASan --disable-crashreporter bustage
|
2013-10-26 16:54:53 -07:00 |
|
Sebastian Hengst
|
9cc090626e
|
Bug 765285 - Include last 3 days of crash IDs in about:support. r=Mossop,dolske
|
2013-10-26 20:10:55 +02:00 |
|
Ed Morley
|
c147bacb01
|
Backed out changeset 2d6c5cbcc213 (bug 902587) for failures during linking on a CLOSED TREE
--HG--
rename : xpcom/build/PoisonIOInterposer.h => xpcom/build/mozPoisonWrite.h
rename : xpcom/build/PoisonIOInterposerBase.cpp => xpcom/build/mozPoisonWriteBase.cpp
rename : xpcom/build/PoisonIOInterposerMac.cpp => xpcom/build/mozPoisonWriteMac.cpp
rename : xpcom/build/PoisonIOInterposerWin.cpp => xpcom/build/mozPoisonWriteWin.cpp
|
2013-10-25 14:24:34 +01:00 |
|
Cykesiopka
|
a3710e5c11
|
Bug 914270 - Part 1: Simple/Automated moves. r=joey
|
2013-10-24 18:51:00 +01:00 |
|
Jonas Finnemann Jensen
|
375ca800b6
|
Bug 902587 - Part 2A: Refactor late-write-checks as client of IO Interposer r=BenWa
--HG--
rename : xpcom/build/mozPoisonWrite.h => xpcom/build/LateWriteChecks.h
rename : xpcom/build/mozPoisonWrite.h => xpcom/build/PoisonIOInterposer.h
rename : xpcom/build/mozPoisonWriteBase.cpp => xpcom/build/PoisonIOInterposerBase.cpp
rename : xpcom/build/mozPoisonWriteMac.cpp => xpcom/build/PoisonIOInterposerMac.cpp
rename : xpcom/build/mozPoisonWriteWin.cpp => xpcom/build/PoisonIOInterposerWin.cpp
|
2013-10-24 17:02:00 +01:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Mike Hommey
|
e3011cd1ab
|
Bug 930380 - Make sure *SOURCES only point to existing files. r=gps
|
2013-10-25 07:58:17 +09:00 |
|
Brian O'Keefe
|
4c98f61956
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Mike Hommey
|
e2ae65f67a
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Mike Hommey
|
45fb052ada
|
Bug 664362 - Generate depfiles for host objects/programs/libraries. r=gps
|
2013-10-22 13:40:27 +09:00 |
|
Makoto Kato
|
7d3c681996
|
Bug 928837 - Add dump_syms.exe for VS2013. r=ted
|
2013-10-22 13:06:52 +09:00 |
|
Wes Kocher
|
7fa368925b
|
Merge m-c to inbound
|
2013-10-21 20:47:53 -04:00 |
|
Benjamin Smedberg
|
2fdf781052
|
Bug 927944 - Annotate crash reports with a list of DLLs that were blocked via the windows blocklist. Also fix the blocklist to recognize forward-slash as a path delimiter, r=ehsan
--HG--
extra : rebase_source : 5cbff13357fe96c5a86b5511a58b69176aa71817
|
2013-10-18 14:24:50 -04:00 |
|
Joshua Cranmer
|
9e681482cf
|
Bug 900526, part 4: Migrate FINAL_TARGET and XPI_NAME to moz.build, r=gps
|
2013-10-21 13:09:06 -05:00 |
|
Daniel Holbert
|
b1081cbc4d
|
Bug 913548 part 2: Replace unused variable "ignored" with unused<< in nsExceptionHandler.cpp, and add a few other unused<< for consistency. r=ted
|
2013-10-16 16:46:22 -07:00 |
|
Daniel Holbert
|
e742bcd2ac
|
Bug 913548 part 1: Switch nsExceptionHandler.cpp from (void) to unused<<. r=ted
|
2013-10-16 16:46:14 -07:00 |
|
Gian-Carlo Pascutto
|
b4a2e00f10
|
Bug 925671 - Add missing nullptr includes. r=ted
|
2013-10-11 13:21:52 +02:00 |
|
Birunthan Mohanathas
|
053f76bb30
|
Bug 784739 - Switch from NULL to nullptr in toolkit/crashreporter/; r=ehsan
|
2013-10-10 16:39:09 -04:00 |
|
Ehsan Akhgari
|
a7cfe4f5a9
|
Bug 924019 - Do not assume that PRUnichar and UniChar/unichar are the same type; r=smichaud
|
2013-10-10 12:59:40 -04:00 |
|
Ms2ger
|
c871e132cf
|
Bug 912099 - Part f: Make sure CPP_SOURCES only points to existing files in toolkit/crashreporter; r=mshal
|
2013-10-03 09:10:01 +02:00 |
|
David Rajchenbach-Teller
|
e3ecce0148
|
Bug 917764 - If clients fail to resolve AsyncShutdown blockers, crash the process. r=froydnj, r=ted
--HG--
rename : toolkit/modules/tests/xpcshell/test_phase.js => toolkit/modules/tests/xpcshell/test_AsyncShutdown.js
|
2013-09-30 10:59:40 -04:00 |
|
Gregory Szorc
|
ed68c2482b
|
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
|
2013-09-24 11:50:08 -07:00 |
|
Ehsan Akhgari
|
671bbdc894
|
Bug 919505 - Minimize the #includes in dom/ipc; r=jst
|
2013-09-23 17:30:40 -04:00 |
|
Ehsan Akhgari
|
b4cc06df88
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Ehsan Akhgari
|
db700056d9
|
Bug 918926 - Minimize the crashreporter #includes; r=ted
|
2013-09-21 23:04:10 -04:00 |
|
Ted Mielczarek
|
c37e38f531
|
bug 717758 - Breakpad test for abort() crashes. r=glandium
|
2013-09-16 14:44:25 -04:00 |
|
Ted Mielczarek
|
a3fbd4a8d8
|
bug 717758 - handle abort() in Breakpad on OS X. r=mento
|
2013-09-16 14:44:24 -04:00 |
|
Joey Armstrong
|
c963730f79
|
bug 888009: Move HOST_CPPSRCS to mozbuild (batch #4). r=mshal
|
2013-09-12 15:35:43 -04:00 |
|
Joey Armstrong
|
1938109537
|
bug 888009: move HOST_CPPSRCS to mozbuild (batch #2) r=mshal
|
2013-09-12 13:32:27 -04:00 |
|
Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Boris Zbarsky
|
94d64e0f7e
|
Bug 911771. Remove uses of MOZ_DEBUG in .cpp files, since there is no such thing there. Use DEBUG instead. r=glandium
|
2013-09-04 16:43:12 -04:00 |
|