mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Roll crashpad/third_party/edo/edo/ 97121c640..6ffbf8331 (19 commits)
97121c6401..6ffbf83317
$ git log 97121c640..6ffbf8331 --date=short --no-merges --format='%ad %ae %s'
2020-11-10 albertbow Fix Swift Array objectAtIndex: failure on eDO since iOS 13.4.
2020-11-02 albertbow Fix eDO TSAN issue caused by __block variable.
2020-10-14 albertbow Enable ASAN and TSAN Travis tests in external CI.
2020-10-14 albertbow Fix eDO ASAN issue captured by Xcode 10.
2020-10-06 albertbow Fix TSAN warning on EDOListenSocket.
2020-10-03 haowoo Remove the unneeded cancel block.
2020-09-01 albertbow Added 1.0.1 patch release for respectful code.
2020-08-31 albertbow Rename EDOBlacklistedType to EDOBlockedType per go/respectful-code.
2020-08-19 albertbow Fix ASAN breakage on eDO device unit test.
2020-08-19 albertbow Internal Change.
2020-08-15 albertbow Comments for ${POD_TARGET_SRCROOT} in podspec.
2020-08-14 albertbow Upgrade podspec for Cocoapods 1.0.0 release.
2020-08-12 albertbow Second improvement of TSAN flakiness on channel tests.
2020-08-11 albertbow Fix part of the TSAN flakiness of ChannelTests.
2020-07-29 albertbow Fix Tsan for eDO channel tests.
2020-07-28 albertbow Fix clang-tidy complaint on OCMock imports in unit tests.
2020-07-14 haowoo Trivial clean-ups.
2020-07-14 albertbow Fix a test failure that happens with TSAN enabled.
2020-07-14 albertbow Allow EDOExecutorMessage to be waited multiple times.
Created with:
roll-dep crashpad/third_party/edo/edo
Change-Id: I45e23ceb4f5c4dceb39ad8d3b5b070874c74f8ac
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2532682
Reviewed-by: Justin Cohen <justincohen@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
b6f2d06996
commit
bccb9504d1
2
DEPS
2
DEPS
@ -28,7 +28,7 @@ deps = {
|
||||
'9e121212d42be62a7cce38072f925f8398d11e49',
|
||||
'crashpad/third_party/edo/edo': {
|
||||
'url': Var('chromium_git') + '/external/github.com/google/eDistantObject.git@' +
|
||||
'97121c64019fa0e8bfbc8254e3ccb5572c500746',
|
||||
'6ffbf833173f53fcd06ecf08670a95cc01c01f72',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'crashpad/third_party/googletest/googletest':
|
||||
|
4
third_party/edo/BUILD.gn
vendored
4
third_party/edo/BUILD.gn
vendored
@ -124,8 +124,8 @@ if (crashpad_is_in_chromium) {
|
||||
"edo/Service/Sources/NSKeyedArchiver+EDOAdditions.m",
|
||||
"edo/Service/Sources/NSKeyedUnarchiver+EDOAdditions.h",
|
||||
"edo/Service/Sources/NSKeyedUnarchiver+EDOAdditions.m",
|
||||
"edo/Service/Sources/NSObject+EDOBlacklistedType.h",
|
||||
"edo/Service/Sources/NSObject+EDOBlacklistedType.m",
|
||||
"edo/Service/Sources/NSObject+EDOBlockedType.h",
|
||||
"edo/Service/Sources/NSObject+EDOBlockedType.m",
|
||||
"edo/Service/Sources/NSObject+EDOParameter.h",
|
||||
"edo/Service/Sources/NSObject+EDOParameter.m",
|
||||
"edo/Service/Sources/NSObject+EDOValue.h",
|
||||
|
Loading…
x
Reference in New Issue
Block a user