breakpad/src
Olivier Robin 658eb44f3f Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."
This reverts CL https://codereview.chromium.org/1563223004/
This reverts commit 7cc0d8562bf8b20b88cc941ba72593cb7230ecf6.

CL 1563223004 introduces two bugs on iOS.
- Encoding the minidump name with extra percent causing crash server to fail
  processing the file.
- Using a released pointer causing random crashes on upload. The
  data, resp, err pointers returned in the NSURLSession completion
  handler is released at the end of the block. When used later (to get
  the crash ID), it causes a crash.

BUG=569158
R=blundell@chromium.org, mark@chromium.org

Review URL: https://codereview.chromium.org/1619603002 .

Patch from Olivier Robin <olivierrobin@chromium.org>.
2016-01-21 11:34:12 -05:00
..
build Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd. 2014-09-10 12:47:46 +00:00
client Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." 2016-01-21 11:34:12 -05:00
common Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." 2016-01-21 11:34:12 -05:00
google_breakpad Make minidump-2-core.cc build with -Wformat. 2016-01-06 14:17:16 -08:00
processor exploitability_unittest: fix warnings 2016-01-21 00:50:28 -05:00
third_party libdisasm: Remove inclusion of windows.h 2016-01-12 10:43:06 -05:00
tools Make minidump-2-core.cc build with -Wformat. 2016-01-06 14:17:16 -08:00
breakpad_googletest_includes.h disable unittests under ASAN that use memory crashes 2013-12-11 05:38:34 +00:00
config.h.in Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-mode 2013-12-10 12:28:11 +00:00