Commit 7e1c53f4 authored by Lindsay Pasricha's avatar Lindsay Pasricha Committed by Commit Bot

Roll src/ios/third_party/fishhook/src/ d171d5247..80fe59373 (10 commits)

https://chromium.googlesource.com/external/github.com/facebook/fishhook.git/+log/d172d5247aa5..80fe593736ac

$ git log d172d5247..80fe59373 --date=short --no-merges --format='%ad %ae %s'
2019-03-27 facebook-github-bot OSS Automated Fix: Addition of Contributing (#58)
2019-03-27 facebook-github-bot OSS Automated Fix: Addition of Code of Conduct (#59)
2018-04-02 jmarg Prevent nullptr derefence on failed allocation
2018-03-31 jmarg Replace #import with #include to compile on VisualStudio
2018-03-31 jmarg Save 2ms at app startup by inlining strlen (from @swolchok)
2018-02-03 rosen0510 fix memory leak in rebind_symbols_image (#49)
2017-03-03 dair Add explicit casts from void*.
2016-08-01 davelee.com Make fishhook symbols hidden by default (#29)
2016-04-25 davelee.com Move symol length check out of rebinding loop (#27)
2016-04-02 ocrickard Improve performance of perform_rebinding_with_section

Created with:
  roll-dep src/ios/third_party/fishhook/src

Bug: 992021
Change-Id: Ia8c72aaa1a1b23d629ed2956e24910b9e1c8951e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758432Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688519}
parent 5216a2dc
......@@ -474,7 +474,7 @@ deps = {
},
'src/ios/third_party/fishhook/src': {
'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
'url': Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + '80fe593736ac22162e77f891c7cba5095cf1cd4e',
'condition': 'checkout_ios',
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment