Brian O'Keefe
|
5f8b5163e8
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Joey Armstrong
|
8a348c090d
|
bug 872087: mozbuild HOST_LIBRARY_NAME conversion cleanup. r=gps
|
2013-06-19 09:19:25 -04:00 |
|
Ted Mielczarek
|
0e11a150f1
|
bug 884300 - fix DWARF CFI record serialization. r=glandium
|
2013-06-18 11:56:43 -04:00 |
|
Joey Armstrong
|
6eb232533a
|
bug 875549: mozbuild cleanup for HOST_CSRCS. r=gps
|
2013-06-18 09:10:50 -04:00 |
|
Julian Seward
|
87b5c6d2d6
|
Bug 863475 - integrate ARM EXIDX unwind parsing into Breakpad. r=glandium,ted
|
2013-06-14 08:09:20 +02:00 |
|
Joey Armstrong
|
1c5b0fcfc1
|
bug 875549: move HOST_CSRCS to mozbuild (file batch #1). r=mshal
|
2013-06-11 11:31:11 -04:00 |
|
Joey Armstrong
|
31ee79aa36
|
bug 872087: move HOST_LIBRARY to moz.build (file batch #1). r=mshal
|
2013-06-10 12:21:32 -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 |
|
Joey Armstrong
|
587e59a37b
|
bug 870406: move to moz.build (config batch #1) r=mshal
|
2013-05-24 17:21:14 -07:00 |
|
Ted Mielczarek
|
110919af49
|
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
|
2013-05-16 09:33:26 -04:00 |
|
Julian Seward
|
99b6d25c75
|
Bug 859745 - Install sane unwinding limit for SPS/breakpad. r=ted
|
2013-04-22 17:10:54 +02:00 |
|
Georg Fritzsche
|
238c29f318
|
Bug 836829 - Fix missing result check in Mac exception handler. r=ted
|
2013-04-22 13:29:12 +02:00 |
|
Julian Seward
|
5450ad259e
|
Bug 861141 - Connect Breakpad on Android to faulty.lib's mmap interface. r=glandium,ted
|
2013-04-15 16:46:43 +02:00 |
|
Mike Hommey
|
8169d626a4
|
Bug 858149 - Update breakpad to SVN r1143. r=ted
|
2013-04-09 14:03:40 +02:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Julian Seward
|
ecabd85a63
|
Bug 853851 - Transition some breakpad logging to BPLOG. r=ted
--HG--
rename : toolkit/crashreporter/google-breakpad/src/processor/logging.cc => toolkit/crashreporter/google-breakpad/src/common/logging.cc
rename : toolkit/crashreporter/google-breakpad/src/processor/logging.h => toolkit/crashreporter/google-breakpad/src/common/logging.h
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.cc => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.cc
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.h => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.h
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper_unittest.cc => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper_unittest.cc
extra : rebase_source : c2cf8bcfc7c996e0cdd82422adc7f6a50a8d964a
|
2013-03-28 18:06:39 +01:00 |
|
Phil Ringnalda
|
17f6e7ca7f
|
Back out fe29b2ae604b, 8c6ec2899d89 and 6b2f3cb031da (bug 851964) for test hangs
CLOSED TREE
|
2013-03-19 21:44:48 -07:00 |
|
Vladimir Vukicevic
|
8f04f7970a
|
b=851964; Odin/OSX, part 2. add BreakpadUserExceptionHandler support to breakpad; r=ted
|
2013-03-18 18:50:19 -04:00 |
|
Vladimir Vukicevic
|
5abda55745
|
b=851964; Odin/OSX, part 1. add breakpad TARGET_OSX_USE_64BIT_EXCEPTIONS, and use it; r=ted
|
2013-03-18 01:01:53 -04:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Julian Seward
|
e74cad535a
|
Bug 779291: Implement SPS stackwalk using the breakpad unwinder. r=bgirard,glandium
bug 850089 - fix SPS with disable-crashreporter. Patch by Ted Mielczarek <ted@mielczarek.org>, r=glandium
Bug 850132 - SPS breakpad unwind (bug 779291) breaks Win64 builds with "Unsupported platform". Patch by Makoto Kato <m_kato@ga2.so-net.ne.jp>, r=ted
|
2013-03-10 23:00:23 +01:00 |
|
Richard Newman
|
f16ea3e459
|
Backed out changeset cc45fdc389df (Bug 779291) for breaking Mac Android builds.
|
2013-03-12 00:14:52 -07:00 |
|
Julian Seward
|
7c8de49023
|
Bug 779291: Implement SPS stackwalk using the breakpad unwinder. r=bgirard,glandium
|
2013-03-10 23:00:23 +01:00 |
|
Ted Mielczarek
|
f5ab34a474
|
bug 848880 - Update to Breakpad SVN r1128. r=upstream
|
2013-03-07 13:50:42 -05:00 |
|
Ted Mielczarek
|
4a979b38f4
|
bug 779291 - Build stabs code except for Android. r=glandium
--HG--
extra : rebase_source : fe94d532849a403c950982e7251368633d282e5d
|
2013-03-07 11:17:03 -05:00 |
|
Ted Mielczarek
|
50c5991b38
|
bug 779291 - Breakpad Makefile changes. r=glandium
|
2013-03-05 09:41:26 -05:00 |
|
Ted Mielczarek
|
7245a7cdb5
|
bug 779291 - Add some more local Breakpad patches, update a few patches. r=various
also contains fixup for stdint changes in Breakpad. r=glandium
|
2013-03-05 09:32:34 -05:00 |
|
Ted Mielczarek
|
7c156db327
|
bug 848084 - Update to Breakpad r1119. r=upstream
|
2013-03-05 09:03:39 -05:00 |
|
Gregory Szorc
|
14545664e3
|
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
|
2013-02-25 13:19:09 -08:00 |
|
Marty Rosenberg
|
b4f4c6e727
|
bug 837347: re-enable typed arrays in JM on ARM (very necessary for mandreel) (r=jbramley)
|
2013-02-14 10:02:00 -05:00 |
|
Ms2ger
|
e55cd3e5de
|
No bug - Remove .orig file.
|
2013-02-12 11:14:31 +01:00 |
|
Ted Mielczarek
|
ef5c0b4cd3
|
bug 839126 - Update Breakpad to SVN r1112. r=upstream. Also fix a local patch that hadn't applied properly.
--HG--
rename : toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac => toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac.patch
extra : rebase_source : dcd743469929ecc3fa83ddd11663840628841900
|
2013-02-07 12:56:27 -05:00 |
|
Ed Morley
|
5854801044
|
Backed out changeset cd02e40945d6 (bug 839126)
--HG--
rename : toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac.patch => toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac
|
2013-02-07 18:14:06 +00:00 |
|
Ted Mielczarek
|
eaee2c246c
|
bug 839126 - Update Breakpad to SVN r1112. r=upstream. Also fix a local patch that hadn't applied properly.
--HG--
rename : toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac => toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac.patch
extra : rebase_source : 1ab9644866fc99a4a282b65770ca4dd8e48e80ee
|
2013-02-07 12:56:27 -05:00 |
|
Ted Mielczarek
|
1777aa421d
|
Add local Breakpad patches that have not yet been upstreamed
Contains patches for:
bug 802106 - Breakpad stackwalking optimization: optimize PostfixEvaluator
bug 812133 - Make breakpad-based SPS unwind work on MacOS
--HG--
extra : rebase_source : 86ca043b452f80f8887b283b9ca3df1f7e4e679f
|
2013-02-06 19:01:57 -05:00 |
|
Ted Mielczarek
|
f60fd72b12
|
bug 835456 - Update Breakpad to SVN r1106. r=upstream
|
2013-01-28 14:12:12 -05:00 |
|
Nicholas Nethercote
|
1d5169b3d1
|
Bug 394311 - Stop building with -pedantic. r=ted,dbaron.
--HG--
rename : content/svg/content/nsISVGPoint.cpp => content/svg/content/src/DOMSVGPoint.cpp
rename : docshell/test/browser/browser_bug234628-9.js => docshell/test/browser/browser_bug134911.js
rename : layout/reftests/w3c-css/submitted/values3/calc-background-image-gradient-1-ref.html => layout/reftests/css-calc/background-image-gradient-1-ref.html
rename : layout/reftests/w3c-css/submitted/values3/calc-background-image-gradient-1.html => layout/reftests/css-calc/background-image-gradient-1.html
rename : layout/reftests/w3c-css/submitted/values3/reftest.list => layout/reftests/css-calc/reftest.list
rename : layout/reftests/text/auto-hyphenation-10-ref.html => layout/reftests/text/auto-hyphenation-10.html
rename : layout/reftests/text/auto-hyphenation-8-ref.html => layout/reftests/text/auto-hyphenation-8.html
rename : layout/reftests/text/auto-hyphenation-9-ref.html => layout/reftests/text/auto-hyphenation-9.html
extra : rebase_source : 012df725d55b031ccc03d9bfcf785056d95a2ebe
|
2013-01-20 14:12:42 -08:00 |
|
Thomas Zimmermann
|
d3c5f9848d
|
Bug 809367 - Define ELFSIZE to 32 when building minidump_writer. r=ted
To update bionic to linaro/ics-plus-aosp we need to define ELFSIZE to 32
to make minidump_writer build.
|
2012-11-29 12:27:33 +01:00 |
|
Ted Mielczarek
|
de78f9bc90
|
bug 778364 - Update Breakpad to r1064. r=upstream
|
2012-10-08 10:16:09 -04:00 |
|
Mounir Lamouri
|
dcf0c40223
|
Merge mozilla-inbound in mozilla-central.
|
2012-09-26 11:57:25 +01:00 |
|
Ryan VanderMeulen
|
738790db90
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-09-25 17:30:17 -04:00 |
|
Ted Mielczarek
|
da328eb688
|
bug 791775 - Update to Breakpad SVN r1047. r=glandium
--HG--
rename : toolkit/crashreporter/google-breakpad/src/third_party/linux/include/glog/log_severity.h => toolkit/crashreporter/google-breakpad/src/third_party/glog/src/glog/log_severity.h
|
2012-09-25 07:52:54 -04:00 |
|
Chris AtLee
|
f7b36d69fc
|
Bug 777530: remove Android.mk files from breakpad; add perl-Digest-SHA to panda build requirements. r=ted DONTBUILD
--HG--
extra : rebase_source : b5c9cdf1c3ab712ad60f7114c0734d67fa5fb633
|
2012-09-24 20:41:58 -04:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Mike Hommey
|
73793249ec
|
Bug 689184 part 2 - Use the program PT_DYNAMIC segment for the MD_LINUX_DSO_DEBUG stream. r=ted
|
2012-07-25 07:43:22 +02:00 |
|
Mike Hommey
|
1a1bbdb5dc
|
Bug 689184 part 1 - Keep ELF auxiliary vectors values within LinuxDumper. r=ted
|
2012-07-25 07:43:22 +02:00 |
|
Himanshu
|
ca927b693e
|
Bug 710993 - Fix possible bad pointer/size mistake in HTTPUpload::SendRequest(). r=ted
|
2012-07-20 20:19:37 -04:00 |
|