diff browse annotate |
ca251a28d3ddae784436d28829fb019025f4b127 created 2014-06-18 17:56 -0700 pushed unknown |
Birunthan Mohanathas | Birunthan Mohanathas - Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin |
diff browse annotate |
18fa6912a68ae485e2f2bec654d18a50d8a7581b created 2013-10-10 16:39 -0400 pushed unknown |
Birunthan Mohanathas | Birunthan Mohanathas - Bug 784739 - Switch from NULL to nullptr in toolkit/crashreporter/; r=ehsan |
diff browse annotate |
c99b61f740d717035cd585b40c5f1043997d4fab created 2013-04-05 11:29 +0200 pushed unknown |
Jacek Caban | Jacek Caban - Bug 856566 - Fixed crashreporter compilation and profiler on mingw. r=ted |
diff browse annotate |
141f0a09f4b60253b60bf7ecfbbea54d6a2ac2d2 created 2012-07-02 14:55 -0400 pushed unknown |
Benjamin Smedberg | Benjamin Smedberg - Bug 769048 part C - Build an injector DLL which can watch for crashes in Flash player processes. This involves building two copies of breakpad: one to live inside of libxul which uses mozalloc and the dynamic CRT, another to link into the injector which links the CRT statically and doesn't use mozalloc. Introduce a new define/makefile variable MOZ_CRASHREPORTER_INJECTOR rather than repeating "#if defined(XP_WIN) && !defined(HAVE_64BIT_OS) in many places. r=ehsan/khuey |