breakpad/src/client/ios
blundell@chromium.org 1335417f9f Adding possibility for client to upload the file
This CL adds three features that will allow the client to upload the report
file.
Three main modifications are made :
- Allow upload url to have a file:// scheme, and write the HTTP request to file
  in that case
- Split the request in two parts in case of a file:// scheme, the request
  time and the response time. A new API [handleNetworkResponse] is added.
- Give the opportunity to the client to get the configuration NSDictionary
  to be able to recreate the breakpad context at response time.

Patch by Olivier Robin <olivierrobin@chromium.org>

Review URL: https://breakpad.appspot.com/2764002/

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1368 4c0a9323-5329-0410-9bdc-e9ce6186880e
2014-09-01 11:02:57 +00:00
..
Breakpad.xcodeproj Update GTM and enable -Wundef and strict C++11 flags. 2014-02-26 16:14:04 +00:00
handler Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS. 2014-02-18 22:52:02 +00:00
Breakpad_Prefix.pch Create a static library to use Breakpad on iOS. 2011-11-23 16:14:35 +00:00
Breakpad.h Adding possibility for client to upload the file 2014-09-01 11:02:57 +00:00
Breakpad.mm Adding possibility for client to upload the file 2014-09-01 11:02:57 +00:00
BreakpadController.h Adding possibility for client to upload the file 2014-09-01 11:02:57 +00:00
BreakpadController.mm Adding possibility for client to upload the file 2014-09-01 11:02:57 +00:00