Commit Graph

971 Commits

Author SHA1 Message Date
Botond Ballo
0fe06cffa0 Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj 2015-05-26 14:33:55 -04:00
Phil Ringnalda
f3d4dd7e09 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
9a8e8b29e8 Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj 2015-05-25 20:45:17 -04:00
Ted Mielczarek
83872bf6d6 bug 1166759 - force annotateCrashReport arguments to be UTF-8. r=bsmedberg 2015-05-22 10:50:32 -04:00
Ted Mielczarek
aa45347abc bug 1166759 - don't put nil values in POST data in Mac crash reporter. r=bsmedberg 2015-05-21 14:03:43 -04:00
Ted Mielczarek
d5a26176dd bug 1165347 - use retries for symbol uploads. r=gps 2015-05-15 13:48:16 -04:00
Jose' Rios
a8416632f4 Bug 1142300 - Closing descriptor when fscanf fails. r=erahm 2015-05-14 15:49:00 -07:00
Ted Mielczarek
aa81a3e952 bug 528092 - Supply binaries from the symbol server. r=gps 2015-05-13 17:43:19 -04:00
Ted Mielczarek
0c471ecabb bug 1076848 - fix source server indexing for headers from dist/include. r=dmajor 2015-05-07 07:11:27 -04:00
Phil Ringnalda
ac5a1d4235 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
ec07b959e5 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
c12254e470 bug 528092 - Supply binaries from the symbol server. r=gps 2010-09-03 13:19:41 -04:00
Ted Mielczarek
a80849b594 bug 1076848 - fix source server indexing for headers from dist/include. r=dmajor 2015-05-07 07:11:27 -04:00
Benjamin Smedberg
401db6a9c1 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 2015-03-25 14:41:13 -04:00
Benjamin Smedberg
0c615704f5 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 2015-04-27 10:49:44 -04:00
Richard Marti
ec364b1ecb Bug 1161161 - about:crashes - use the new in-content styling. r=dao 2015-05-04 20:07:02 +02:00
Mike Hommey
b673a97a25 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
c92c020b89 Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium 2015-04-27 19:59:27 -04:00
Kartikaya Gupta
8ec41da08a Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Andrea Marchesini
124186054d 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
425a810c05 bug 1085557 - Switch symbol upload to use Socorro production server. r=rhelmer 2015-04-06 07:12:50 -04:00
Andrea Marchesini
b212600c95 Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Ted Mielczarek
9f2a90bc80 bug 1085557 - bump symbol upload timeout to 120s. r=tryingtofixuploadtimeout, a=ryanvm 2015-03-25 07:49:05 -04:00
Gervase Markham
ed1c44431f Bug 1141045 - Take upstream patch to fix licensing of Unicode Consortium files. r=ted 2015-03-20 09:14:00 -04:00
David Major
56656a287e Bug 1138794: Use an alternate crash report server on Windows XP SP2. r=ted a=lmandel 2015-03-19 10:29:15 +13:00
Sebastian Hengst
ad9ecefde9 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
8de5ea4f23 Bug 1135543 - Part 3: Create events file format crash.main.2 which contains metadata; r=bsmedberg 2015-03-14 18:54:36 +13:00
Jim Mathies
5fdda4b0d6 bug 575919 - hide Windows error dialogs in symbolstore.py. r=ted 2015-03-11 20:02:43 -04:00
Ted Mielczarek
ecfe0a5eff bug 1135700 - make uploadsymbols use Socorro symbol upload API. r=gps 2015-02-23 13:48:54 -05:00
Birunthan Mohanathas
f6a99b47cd Bug 1088125 - Part 2: Use arrow function instead of separate 'self' variable. r=gfritzsche 2015-02-09 19:51:17 +02:00
Birunthan Mohanathas
8b72b69f8d Bug 1088125 - Part 1: Make CrashSubmit.submit return a Promise. r=gfritzsche 2015-02-09 19:50:43 +02:00
Nicholas Nethercote
6ee3666899 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
8413cc973c Back out Bug 1127201 (part 2) for various problems. 2015-02-06 15:04:32 -08:00
Nicholas Nethercote
3629781b69 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
84f76e7d8a 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
3856eac75d Backed out changeset a21eb15bbf08 2015-02-04 14:45:43 -08:00
Dave Hylands
69a3970e92 Bug 1129231 - Remove a couple JS octal constant warnings. r=fabrice 2015-02-04 14:05:45 -08:00
David Major
c3768e9f48 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
499ba24c93 Merge m-c to inbound. a=merge 2015-01-30 12:32:49 -05:00
Ryan VanderMeulen
61ef3d0501 Merge inbound to m-c. a=merge 2015-01-30 12:22:33 -05:00
Todd Whiteman
9cbf0e7811 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
034a825c45 Bug 1124963 - Fix symbolstore.py script errors. r=ted 2015-01-22 17:52:00 +01:00
Brian Smith
a0dfbf8edb Bug 1119072, Part 15: Replace uses of hash_map with unordered_map (toolkit), r=ted
--HG--
extra : rebase_source : 3dc5e53c78bf6ab598e5c68c0f14511ee95c17fc
2015-01-08 15:38:26 -08:00
jp111
66df738a86 Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted 2015-01-28 06:17:00 -05:00
David Major
11c5f4b23e Bug 1124892 - Adjust Breakpad reservation for xul.dll inflation. r=bsmedberg 2015-01-22 14:46:00 -05:00
Ehsan Akhgari
f59970d431 Bug 1123356 - Fix building crash_generation_server.cc with libc++; r=ted 2015-01-21 22:42:40 -05:00
Brian Smith
1a3d2e92d2 Bug 1119776, Part 7: Avoid defining snprintf when MSVC provides it (other), r=bsmedberg
--HG--
extra : rebase_source : 3fc7e4e83f57252e15cf32846f23e497f8532ea5
2015-01-08 22:35:33 -08:00
Ehsan Akhgari
c83a3c2ef3 Bug 1119068 - Clean up some code used for older unsupported MSVC versions; r=bsmedberg 2015-01-12 23:26:31 -05:00
Wes Kocher
67eca437d9 Backout 671a52fff391 2015-01-12 14:46:32 -08:00
Ehsan Akhgari
8f96fe4f87 Bug 1119068 - Clean up some code used for older unsupported MSVC versions; r=bsmedberg 2015-01-12 16:35:07 -05:00