Mike Hommey
|
2812d11fce
|
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
|
e06d795c71
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
b2e90f6233
|
Bug 914245 - Move FORCE_SHARED_LIB to moz.build. r=mshal
|
2013-11-19 11:47:45 +09:00 |
|
Mike Hommey
|
e80e877ab7
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
dda5b915fe
|
Bug 939039 - Remove now useless FORCE_STATIC_LIB definitions. r=gps
|
2013-11-19 11:47:28 +09:00 |
|
Mike Hommey
|
ffe0380912
|
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
|
aa235fb2a4
|
Bug 835029 - Fix off-by-one error in readlink call. r=briansmith
|
2013-11-15 21:46:37 -05:00 |
|
David Major
|
4a637bff20
|
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
|
41edf8980c
|
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
|
3f65220584
|
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
|
bc3f1629f6
|
Bug 933097 - Remove a few useless moz.build files. r=mshal
|
2013-11-02 08:47:46 +09:00 |
|
Mike Hommey
|
00a70f6f7d
|
Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps
|
2013-11-02 08:44:11 +09:00 |
|
Nathan Froyd
|
a59022ab0e
|
Bug 931053 - don't build Mac host tools if --disable-crashreporter; r=ted
|
2013-10-25 11:49:26 -04:00 |
|
Mike Hommey
|
d162c6c32d
|
Bug 932213 - Move HOST_CMMSRCS to moz.build. r=gps
|
2013-10-30 07:51:48 +09:00 |
|
Mike Hommey
|
1ee80e6d08
|
Bug 901561 - Move CMSRCS to moz.build. r=gps
|
2013-10-30 07:51:27 +09:00 |
|
Sebastian Hengst
|
1429aa2e75
|
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
|
104fc08720
|
Backed out changeset c40e797b011f (bug 765285) for ASAN bustage. r=whyunsetc-nanyway
|
2013-10-26 21:28:40 -04:00 |
|
Sebastian Hengst
|
e6094735eb
|
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
|
1e24397043
|
Back out f78e6b91ad8d (bug 765285) for ASan --disable-crashreporter bustage
|
2013-10-26 16:54:53 -07:00 |
|
Sebastian Hengst
|
3e4cd7a657
|
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
|
019abea10a
|
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
|
d2f6b7333c
|
Bug 914270 - Part 1: Simple/Automated moves. r=joey
|
2013-10-24 18:51:00 +01:00 |
|
Jonas Finnemann Jensen
|
ef343c0f14
|
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
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Mike Hommey
|
65c4700367
|
Bug 930380 - Make sure *SOURCES only point to existing files. r=gps
|
2013-10-25 07:58:17 +09:00 |
|
Brian O'Keefe
|
9c9d71fddb
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Mike Hommey
|
3fa7456cd6
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Mike Hommey
|
d8daefaa34
|
Bug 664362 - Generate depfiles for host objects/programs/libraries. r=gps
|
2013-10-22 13:40:27 +09:00 |
|
Makoto Kato
|
30d1d92926
|
Bug 928837 - Add dump_syms.exe for VS2013. r=ted
|
2013-10-22 13:06:52 +09:00 |
|
Wes Kocher
|
e88d48b47d
|
Merge m-c to inbound
|
2013-10-21 20:47:53 -04:00 |
|
Benjamin Smedberg
|
b5399b893f
|
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
|
bd929500c8
|
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
|
b93b10a82c
|
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
|
5c4b21b16a
|
Bug 913548 part 1: Switch nsExceptionHandler.cpp from (void) to unused<<. r=ted
|
2013-10-16 16:46:14 -07:00 |
|
Gian-Carlo Pascutto
|
7938cc0c62
|
Bug 925671 - Add missing nullptr includes. r=ted
|
2013-10-11 13:21:52 +02:00 |
|
Birunthan Mohanathas
|
d0cf2be39f
|
Bug 784739 - Switch from NULL to nullptr in toolkit/crashreporter/; r=ehsan
|
2013-10-10 16:39:09 -04:00 |
|
Ehsan Akhgari
|
bb7810ceea
|
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
|
16f90ae98c
|
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
|
333a672bf3
|
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
|
7bd3c0ae36
|
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
|
8c43a4f37f
|
Bug 919505 - Minimize the #includes in dom/ipc; r=jst
|
2013-09-23 17:30:40 -04:00 |
|
Ehsan Akhgari
|
7233ba7103
|
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
|
4eeac9eae5
|
Bug 918926 - Minimize the crashreporter #includes; r=ted
|
2013-09-21 23:04:10 -04:00 |
|
Ted Mielczarek
|
c1414ec66f
|
bug 717758 - Breakpad test for abort() crashes. r=glandium
|
2013-09-16 14:44:25 -04:00 |
|
Ted Mielczarek
|
2153060e50
|
bug 717758 - handle abort() in Breakpad on OS X. r=mento
|
2013-09-16 14:44:24 -04:00 |
|
Joey Armstrong
|
c116805dda
|
bug 888009: Move HOST_CPPSRCS to mozbuild (batch #4). r=mshal
|
2013-09-12 15:35:43 -04:00 |
|
Joey Armstrong
|
d1be2c217c
|
bug 888009: move HOST_CPPSRCS to mozbuild (batch #2) r=mshal
|
2013-09-12 13:32:27 -04:00 |
|
Robert O'Callahan
|
03e7828db2
|
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
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Boris Zbarsky
|
a45b31c6ac
|
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 |
|