mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Roll crashpad/third_party/edo/edo/ 243fc89ae..97121c640 (22 commits)
243fc89ae9..97121c6401
$ git log 243fc89ae..97121c640 --date=short --no-merges --format='%ad %ae %s'
2020-06-20 mobile-devx-github-bot Wrap EDOClientService::errorHandler c functions in extern "C"
2020-06-10 albertbow Add warning message to `isKindOfClass:`.
2020-05-02 sskhandp Add -Wunguarded-availability and fix availability warning
2020-04-29 mobile-devx-github-bot Fix up EDO to work with OCMock 3.6
2020-04-21 haowoo Use lightweight generics to retrieve root objects.
2020-04-18 albertbow Internal change
2020-04-16 mobile-devx-github-bot Internal change
2020-04-16 sskhandp Internal change
2020-04-09 mobile-devx-github-bot Fix up .andDo blocks to not call retainArguments that can accidentally cause retain loops in mocks.
2020-02-19 sskhandp Store queue in variable to avoid repetitive calls.
2020-02-13 mobile-devx-github-bot Make sure strongSelf and strongSelf.handlerSyncQueue is not nil.
2020-02-11 albertbow Minor fix on comments.
2020-02-03 tirodkar Fix project name
2020-01-10 albertbow Rollforward EDORemoteException for user-thrown exceptions in remote invocation.
2020-01-07 albertbow Roll forward the fallback of EDORemoteException to be the subclass of NSException.
2020-01-02 mobile-devx-github-bot Internal change
2020-01-02 albertbow Fallback EDORemoteException to be the subclass of NSException.
2019-12-18 albertbow Rollback EDORemoteException.
2019-12-17 albertbow Allow one-way blacklisting types in remote invocation.
2019-12-17 albertbow Use EDORemoteException for user-thrown exceptions in remote invocation.
2019-12-16 albertbow Expose EDORemoteException.
2019-12-12 albertbow Create EDOInvocationException class.
Created with:
roll-dep crashpad/third_party/edo/edo
Change-Id: Id0bb660e2668c472a8ba1133822221ae100c2541
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2256583
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
parent
161bfed35a
commit
b300f76af9
2
DEPS
2
DEPS
@ -28,7 +28,7 @@ deps = {
|
||||
'4164a305626786b1912d467003acf4c4995bec7d',
|
||||
'crashpad/third_party/edo/edo': {
|
||||
'url': Var('chromium_git') + '/external/github.com/google/eDistantObject.git@' +
|
||||
'243fc89ae95b24717d41f3786f6a9abeeef87c92',
|
||||
'97121c64019fa0e8bfbc8254e3ccb5572c500746',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'crashpad/third_party/googletest/googletest':
|
||||
|
@ -49,9 +49,9 @@
|
||||
|
||||
// Override EDO default error handler. Without this, the default EDO error
|
||||
// handler will throw an error and fail the test.
|
||||
[EDOClientService setErrorHandler:^(NSError* error){
|
||||
EDOSetClientErrorHandler(^(NSError* error) {
|
||||
// Do nothing.
|
||||
}];
|
||||
});
|
||||
}
|
||||
|
||||
- (void)setUp {
|
||||
|
4
third_party/edo/BUILD.gn
vendored
4
third_party/edo/BUILD.gn
vendored
@ -99,6 +99,8 @@ if (crashpad_is_in_chromium) {
|
||||
"edo/Service/Sources/EDOParameter.m",
|
||||
"edo/Service/Sources/EDOProtocolObject.h",
|
||||
"edo/Service/Sources/EDOProtocolObject.m",
|
||||
"edo/Service/Sources/EDORemoteException.h",
|
||||
"edo/Service/Sources/EDORemoteException.m",
|
||||
"edo/Service/Sources/EDORemoteVariable.h",
|
||||
"edo/Service/Sources/EDORemoteVariable.m",
|
||||
"edo/Service/Sources/EDOServiceError.h",
|
||||
@ -122,6 +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+EDOParameter.h",
|
||||
"edo/Service/Sources/NSObject+EDOParameter.m",
|
||||
"edo/Service/Sources/NSObject+EDOValue.h",
|
||||
|
Loading…
x
Reference in New Issue
Block a user