Archana
27bdd2757f
Bug 414071 - Let escape key close crash reporter dialog. r=ted
2014-01-16 08:44:45 -05:00
Art Rothstein
d0b6f5c706
Bug 791784 - Add serialization to avoid a thread race when a plug-in crashes during Firefox shutdown. r=ted, r=bsmedberg
2014-01-15 10:03:14 -05:00
Ryan VanderMeulen
87f097c1ab
Backed out changeset e50da0289f45 (bug 791784) for Mutex leaks.
2014-01-13 10:25:24 -05:00
Benjamin Smedberg
43aa05ed91
Bug 875562 - Fill in some details in the crashreporter docs, r=gps
2014-01-10 14:33:25 -05:00
Art Rothstein
24a66c4e4a
Bug 791784 - Add serialization to avoid a thread race when a plug-in crashes during Firefox shutdown. r=ted
2014-01-13 09:19:04 -05:00
Gregory Szorc
d512b0df4b
Bug 875562 - Part 1: Document existing crash reporter behavior; r=bsmedberg
...
--HG--
extra : rebase_source : f78175cce67a7c239ddce1b2ddac17ddf1b04a8a
extra : amend_source : ef0500530b6c27ece12038345334fac059af820c
extra : histedit_source : e2dce3662b45720deed2fab34b2da66af9e23eae
2013-11-16 11:52:37 -06:00
Ryan VanderMeulen
ae7bb53adf
Backed out changeset 796618164ade (bug 414071) for bustage.
2014-01-08 10:49:55 -05:00
Archana
1fc9d99df1
Bug 414071 - Let escape key close crash reporter dialog. r=ted
2014-01-08 09:57:00 -05:00
Jed Davis
16303c105b
Bug 942407 - Fix breakpad signal handler's test for signal origin. r=ted
2014-01-08 09:45:59 -05: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
Ms2ger
fe059e78f7
Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal
2013-12-31 10:06:11 +01:00
Ted Mielczarek
6ce69a9951
bug 918389 - move XPCOM abort messages into separate crash annotations. r=bsmedberg
...
--HG--
extra : rebase_source : d1762cb08c795020e2ca7612b903cd1f3d5ade50
2013-12-20 10:11:16 -05:00
Ted Mielczarek
1e5ce3aaa6
Get rid of DOS line endings in test_crash_runtimeabort.js (no bug)
...
--HG--
extra : rebase_source : c59c15e2c3abde291d6a53a26c5f3d04aae8ab23
2013-12-20 10:11:04 -05:00
Gregory Szorc
158ed8b3ec
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Ehsan Akhgari
3c93df3b66
Bug 940821 - Build crashreporter in unified mode; r=ted
2013-12-13 09:55:39 -05:00
Birunthan Mohanathas
759ab69b0a
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
...
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
2013-12-08 21:52:54 -05:00
Benjamin Smedberg
f8e46e8f6c
Bug 946799 part A - annotate the location and size of the breakpad memory reservation, r=ted
2013-12-06 09:00:06 -05:00
Jacek Caban
015f90825c
Bug 944913 - toolkit/crashreporter part r=ehsan
2013-12-05 10:52:54 +01:00
Jacek Caban
8289445c70
Bug 944913 - Partial revert of a41081c1026c due to build bustage.
2013-12-03 16:35:11 +01:00
Jacek Caban
27a3029fcd
Bug 944913 - Fixed char16_t/wchar_t mismatch in tollkit/. r=ehsan
...
--HG--
extra : rebase_source : c33427dd7c1c2db3d2741b8c2e0d1b4a0359a0a4
2013-12-03 16:07:22 +01: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
Andrew Halberstadt
38f0ed8cf7
Bug 866937 - Enable crashreporter by default on debug gonk builds, r=ted
2013-11-29 11:15:39 -05:00
Ms2ger
5f178560f0
Bug 939271 - Part i: move mochitests to manifests in toolkit/crashreporter/test; r=ted
2013-11-28 15:04:19 +01: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
David Major
b2caa83014
Bug 943051 - Fix VirtualAlloc and VirtualFree flags for gBreakpadReservedVM. r=bsmedberg
...
--HG--
extra : rebase_source : ef9c8fca8bf36d27fd070a7dddadadc876f27b0d
2013-11-26 13:22:01 -05:00
Benjamin Smedberg
041396b09d
Bug 938794 - Annotate OOM size as infallible string or data structures abort, r=froydnj
...
--HG--
extra : rebase_source : f84278dfbba92c6d75458b525a559b6f8598500f
2013-11-25 15:06:17 -05:00
Makoto Kato
e97d6701d0
Bug 942018 - Remove dump_syms for VC8 and VC9. r=ted
2013-11-25 10:05:32 +09:00
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