Roll crashpad/third_party/edo/edo/ 727e55670..38e71ff18 (48 commits)

https://chromium.googlesource.com/external/github.com/google/eDistantObject.git/+log/727e55670527..38e71ff183d7

$ git log 727e55670..38e71ff18 --date=short --no-merges --format='%ad %ae %s'
2025-04-10 no-reply Add test to check optional deserialization of `CodableVariable`
2025-04-09 no-reply Add helper method for interacting with remote arrays.
2025-03-17 no-reply Add an info message for remote Swift classes on the method requirements.
2025-02-19 no-reply Support wrapping SwiftObjects in EDO parameters.
2025-01-27 no-reply Error when tracking object deallocation from multiple host ports.
2025-01-24 no-reply Update docs about EDOWeakObject.
2025-01-23 no-reply Re-enable tests previously disabled due to incorrect OCMock usage.
2025-01-21 no-reply Fix tests failure when the same port is used across tests.
2024-10-22 dmaclach Fix a typo in EDOChannelForwarder
2024-09-14 no-reply Adding FOUNDATION_EXTERN annotations to C functions declared in header.
2024-07-10 no-reply Skip broken test for investigation.
2024-05-30 no-reply Internal cleanup
2024-05-16 no-reply Make NSUUID a value type.
2024-03-08 albertbow Bypass C-pointer limitation so dictionary can be enumerated.
2024-03-07 no-reply Fix the 3th ordinal suffix.
2023-10-16 no-reply Add -[EDOClientService isServiceAvailableOnPort].
2023-09-28 no-reply [iOS] Remove deprecated suppression warning in edo lib
2023-09-14 no-reply Xcode Project Update
2023-08-04 albertbow Create eDO Swift equivalence of `EDO_REMOTE_CLASS`.
2023-05-18 albertbow Add detail to C pointer not supported error and fail it earlier.
2023-05-16 albertbow Add callback to EDOHostService for device connection failure.
2023-05-15 albertbow Reveal Swift error description through EarlGrey.
2023-04-21 no-reply Use type inference for CodableVariable.unwrap() instead of explicit type parameter
2023-03-28 albertbow Fix variadic methods breakage on device tests.
2023-02-17 tirodkar Proj Update
2023-02-14 no-reply Internal tests
2022-12-13 tirodkar Internal
2022-12-08 tirodkar Internal
2022-10-06 albertbow Prints more logs for eDO device connections.
2022-09-29 albertbow Add type encoding checks for NSArray elements before encoding.
2022-09-08 no-reply Changed comment format
2022-07-28 no-reply Type Safety Update
2022-07-20 albertbow Simplify EDOObjectAliveMessage.
2022-06-24 no-reply Fix for eDO to manage extra release (from ARC) for non vanilla selectors.
2022-06-24 no-reply Fix for eDO to manage extra release (from ARC) for non vanilla selectors.
2022-06-21 albertbow Always allow protocol in blocklist check.
2022-06-17 albertbow Cache remote weak for multiple invocations.
2022-06-10 albertbow Add API to exclude types from eDO blocklist.
2022-06-08 no-reply Add API to exclude types from eDO blocklist.
2022-06-07 no-reply Internal Change.
2022-06-07 no-reply Add API to exclude types from eDO blocklist.
2022-06-07 albertbow Add API to exclude types from eDO blocklist.
2022-06-06 albertbow Expose server decoding error for failed eDO invocation.
2022-05-26 no-reply Internal
2022-05-25 no-reply Internal
2022-05-25 no-reply Internal
2022-04-29 albertbow Fix eDO -Wunused-but-set-variable by using equivalent approach in related code.
2022-04-21 albertbow Add warning to variadic method +arrayWithObjects:.

Created with:
  roll-dep crashpad/third_party/edo/edo

Change-Id: Ie4af6d2b1fc9a17655ef3ce51d5db9e5029b874c
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6499491
Reviewed-by: Mark Mentovai <mark@chromium.org>
1 file changed
tree: 283de0d574e9cb0b431b242f89508d7627da4376
  1. build/
  2. client/
  3. compat/
  4. doc/
  5. handler/
  6. infra/
  7. minidump/
  8. snapshot/
  9. test/
  10. third_party/
  11. tools/
  12. util/
  13. .clang-format
  14. .gitattributes
  15. .gitignore
  16. .gn
  17. .style.yapf
  18. .vpython3
  19. AUTHORS
  20. BUILD.gn
  21. codereview.settings
  22. CONTRIBUTORS
  23. DEPS
  24. LICENSE
  25. navbar.md
  26. OWNERS
  27. package.h
  28. README.md
README.md

Crashpad

Crashpad is a crash-reporting system.

Documentation

Source Code

Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.

Other Links