aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorSylvain Defresne <sdefresne@chromium.org>2016-02-08 17:39:26 +0100
committerSylvain Defresne <sdefresne@chromium.org>2016-02-08 17:39:26 +0100
commitc4c887c34aa4e55d920fad42c231cf843b3e91ac (patch)
tree27df08023315cd48bc0cf4ac9d9b0fabb4d9f9a9 /LICENSE
parentFix usage of deprecated function CFPropertyListCreateFromXMLData. (diff)
downloadbreakpad-c4c887c34aa4e55d920fad42c231cf843b3e91ac.tar.xz
Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:.
The method -[NSString stringByAddingPercentEscapesUsingEncoding:] has been deprecated with 10.11 OS X SDK and 9.0 iOS SDK. The recommended method is -[NSString stringByAddingPercentEncodingWithAllowedCharacters:] available since 10.9 OS X SDK and 7.0 iOS SDK. Use the new method when available using URLQueryAllowedCharacterSet to get the same encoded string. BUG=https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675 BUG=569158 R=mark@chromium.org Review URL: https://codereview.chromium.org/1680663002 .
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions