Commit Graph

979 Commits

Author SHA1 Message Date
Ted Mielczarek
0a7e8d98da bug 1171527 - Make upload_symbols.py retry on 500 errors from the API. r=gps
--HG--
extra : commitid : Dy8RzS9Wi4J
extra : rebase_source : 28d9119c94080f9066ca60bef068a7d75529624b
2015-06-05 07:38:14 -04:00
Jim Mathies
7158e1e557 Bug 1160142 - Updates for exception handler apis to allow the pairing of a passed in minidump. r=ted 2015-06-11 12:25:45 -05:00
Jim Mathies
78e87e72ef Bug 1153205 - ContentParent should annotate crash reports prior to calling GeneratePairedMinidump. r=ted 2015-06-11 12:25:45 -05:00
J. Ryan Stinnett
8bf1667a5d Bug 1166964 - Disable Breakpad INFO logging. r=ted 2015-06-08 13:04:04 -05:00
David Major
7f0bd81672 Bug 1154298: Use XPSP2 crash URL for XPx64 and Server2003SP1. r=ted 2015-06-08 09:12:17 -04:00
Ted Mielczarek
5b2ff28703 bug 1168535 - re-open the zip file for each upload_symbols retry. r=gps
--HG--
extra : rebase_source : 494951a414f6eb90d27b6705d486ef6723738296
2015-05-27 14:25:37 -04:00
Ted Mielczarek
9c7373d53a bug 1168535 - print error response body in upload_symbols.py. r=gps
--HG--
extra : rebase_source : 7838dc42440eca1df2cbb98fce06fdb131b678b5
2015-05-27 13:50:04 -04:00
Mike Hommey
ea7750bcb1 Bug 991983 - Define SOURCES as SourcePath. r=gps 2015-05-28 07:34:15 +09:00
Botond Ballo
2e2a504271 Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
--HG--
extra : source : 7468f9a3aa03520a29e138d4df431f0b5d90967c
2015-05-26 14:33:55 -04:00
Phil Ringnalda
49dd872168 Back out 3 changesets (bug 1119980) for emulator-l bustage
CLOSED TREE

Backed out changeset 12ce98475c6e (bug 1119980)
Backed out changeset bdb8d05f8870 (bug 1119980)
Backed out changeset a68a18840492 (bug 1119980)
2015-05-25 18:48:51 -07:00
Botond Ballo
9934d127c1 Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
--HG--
extra : rebase_source : 4e915a12ba662ed45788238a5f0a45533888bd92
2015-05-25 20:45:17 -04:00
Ted Mielczarek
543daa65bc bug 1166759 - force annotateCrashReport arguments to be UTF-8. r=bsmedberg
--HG--
extra : rebase_source : ffc4ee94de01206b853d5f69b26d0ad62836c2b2
2015-05-22 10:50:32 -04:00
Ted Mielczarek
dbe2cfb819 bug 1166759 - don't put nil values in POST data in Mac crash reporter. r=bsmedberg
--HG--
extra : rebase_source : 0e34b197cf6d0ee2fd221b1507f6e050e2bbedb4
2015-05-21 14:03:43 -04:00
Ted Mielczarek
89ef156852 bug 1165347 - use retries for symbol uploads. r=gps
--HG--
extra : rebase_source : 57386c02182d3a1b4b11757a660b9a7eda4fe860
2015-05-15 13:48:16 -04:00
Jose' Rios
a224ee9100 Bug 1142300 - Closing descriptor when fscanf fails. r=erahm 2015-05-14 15:49:00 -07:00
Ted Mielczarek
01fca7d3b1 bug 528092 - Supply binaries from the symbol server. r=gps
--HG--
extra : rebase_source : 2a43adef2ca8e2fbc15f3f3f5fceffc1548536ba
2015-05-13 17:43:19 -04:00
Ted Mielczarek
9549f29287 bug 1076848 - fix source server indexing for headers from dist/include. r=dmajor
--HG--
extra : rebase_source : 378c17c4656858fa76f5273537c65318f2199b68
extra : source : 5b1402a3d3ca0df8fe25edd7d0bdcd6b99aa3b9d
2015-05-07 07:11:27 -04:00
Phil Ringnalda
9dd8f05489 Back out 2 changesets (bug 528092, bug 1076848) for introducing an extra 3 hour timeout to builds
CLOSED TREE

Backed out changeset b15dac9231ee (bug 528092)
Backed out changeset 5b1402a3d3ca (bug 1076848)
2015-05-11 19:52:19 -07:00
Mike Hommey
fe90037862 Bug 1043692 - Add a DIST_INSTALL variable to moz.build, and replace NO_DIST_INSTALL with it. r=gps 2015-05-12 07:55:21 +09:00
Ted Mielczarek
2509fbe6cc bug 528092 - Supply binaries from the symbol server. r=gps
--HG--
extra : rebase_source : a8e662db02e379fc26a5336dcf9050bc8acb09e3
2010-09-03 13:19:41 -04:00
Ted Mielczarek
be88e14c91 bug 1076848 - fix source server indexing for headers from dist/include. r=dmajor
--HG--
extra : rebase_source : c98ea332576f244ee29326c44eee3201e99f08ed
2015-05-07 07:11:27 -04:00
Benjamin Smedberg
254715ac08 Bug 1121013 part B - test that part A is writing out event files and annotations are making it back into the crash manager, r=ted
--HG--
extra : rebase_source : cf6a43d67c4876be6ec19db5f4389d405e88cfe0
extra : source : 7cecb4e23fcf3bd8693e7b421abe29abb07ce01e
2015-03-25 14:41:13 -04:00
Benjamin Smedberg
f2605b383f Bug 1121013 part A - unify the Windows and Linux codepaths which write the .extra file. Write out a whitelist of metadata into the crash event file. r=dmajor
--HG--
extra : rebase_source : 3dcf21653ce4d5bf4dffe08cffab439a54a6fd2e
extra : source : 028a6957eea29d9c5057c8e4ac2a64029efb806b
2015-04-27 10:49:44 -04:00
Richard Marti
16fd303b29 Bug 1161161 - about:crashes - use the new in-content styling. r=dao 2015-05-04 20:07:02 +02:00
Mike Hommey
924c9eb636 Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
They are kept around for the sake of the standalone glue, which is used
for e.g. webapprt, which doesn't have direct access to jemalloc, and thus
still needs a wrapper to go through the xpcom function list and get to
jemalloc from there.
2015-05-01 09:40:30 +09:00
David Major
ebde6b9f4f Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
--HG--
extra : rebase_source : 0c47c99bb8b92f8361a51fd81b20a2cc8647a986
2015-04-27 19:59:27 -04:00
Kartikaya Gupta
cd5b55f8d6 Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Andrea Marchesini
cb54385682 Bug 1156632 - Remove unused forward class declarations - patch 4 - netwerk image and dom, r=ehsan 2015-04-22 08:29:20 +02:00
Ted Mielczarek
f579fcc2d6 bug 1085557 - Switch symbol upload to use Socorro production server. r=rhelmer
--HG--
extra : rebase_source : b229336f85b1967c64b83645c8ecc7fc429c7fb6
2015-04-06 07:12:50 -04:00
Andrea Marchesini
e6f385fb3d Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Ted Mielczarek
2a71420061 bug 1085557 - bump symbol upload timeout to 120s. r=tryingtofixuploadtimeout, a=ryanvm
--HG--
extra : rebase_source : 75deb3bd73dcd940318a5525e4b00952fd89e794
extra : amend_source : 7783d608538954e7b748fd99fc98b03cb975004a
2015-03-25 07:49:05 -04:00
Gervase Markham
55e31ac559 Bug 1141045 - Take upstream patch to fix licensing of Unicode Consortium files. r=ted 2015-03-20 09:14:00 -04:00
David Major
bff0694ceb Bug 1138794: Use an alternate crash report server on Windows XP SP2. r=ted a=lmandel
--HG--
extra : rebase_source : de3a3c17d6427449272c3535fc8b756e0c0caf98
2015-03-19 10:29:15 +13:00
Sebastian Hengst
394a2dd441 Bug 1143470 - Add BUG_COMPONENT to moz.build files in toolkit and xulrunner. r=gavin 2015-03-15 19:36:24 +01:00
David Major
267318954e Bug 1135543 - Part 3: Create events file format crash.main.2 which contains metadata; r=bsmedberg
--HG--
extra : rebase_source : 26de3cac35f9e5a5398f912f36f3d3cc0b286806
2015-03-14 18:54:36 +13:00
Jim Mathies
3602131bc9 bug 575919 - hide Windows error dialogs in symbolstore.py. r=ted
--HG--
extra : rebase_source : f5e08fd9c6cb8033e24a919be02a7ee8f1cd33fb
2015-03-11 20:02:43 -04:00
Ted Mielczarek
1097d4012f bug 1135700 - make uploadsymbols use Socorro symbol upload API. r=gps
--HG--
extra : rebase_source : 2f177f3e2dbae3e658da9c034dfd9e4b29c03015
2015-02-23 13:48:54 -05:00
Birunthan Mohanathas
a1d674ae00 Bug 1088125 - Part 2: Use arrow function instead of separate 'self' variable. r=gfritzsche 2015-02-09 19:51:17 +02:00
Birunthan Mohanathas
615b35a636 Bug 1088125 - Part 1: Make CrashSubmit.submit return a Promise. r=gfritzsche 2015-02-09 19:50:43 +02:00
Nicholas Nethercote
242708cf72 Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00
Andrew McCreight
d3826daa16 Back out Bug 1127201 (part 2) for various problems. 2015-02-06 15:04:32 -08:00
Nicholas Nethercote
d34f0301b8 Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Dave Hylands
78039a64a3 Bug 1129231 - Remove a couple JS octal constant warnings. r=fabrice
This has just the intended changes.
2015-02-04 14:51:39 -08:00
Dave Hylands
95217cc09f Backed out changeset a21eb15bbf08 2015-02-04 14:45:43 -08:00
Dave Hylands
91bfb094bf Bug 1129231 - Remove a couple JS octal constant warnings. r=fabrice 2015-02-04 14:05:45 -08:00
David Major
eed94a1b16 Bug 1124892 (second attempt) - Increase Breakpad reserve size yet again. r=bsmedberg
--HG--
extra : rebase_source : 9e59682d36dd0189f09c19a8c674c818bd75598a
2015-02-01 16:09:13 +13:00
Ryan VanderMeulen
53a1d4ed8d Merge m-c to inbound. a=merge 2015-01-30 12:32:49 -05:00
Ryan VanderMeulen
175de6b258 Merge inbound to m-c. a=merge 2015-01-30 12:22:33 -05:00
Todd Whiteman
2b1c3cb2e2 Bug 1124984 - Force the gzip call to run. r=ted
--HG--
extra : rebase_source : 343a5f84b741e9f58c367b842477d6f9fdfc8db4
2015-01-22 19:36:00 -05:00
Todd Whiteman
f85f9479d2 Bug 1124963 - Fix symbolstore.py script errors. r=ted 2015-01-22 17:52:00 +01:00