Commit Graph

  • a0025ad44b Roll crashpad/third_party/mini_chromium/mini_chromium/ 63057a19a..22f743de4 (1 commit) main Leonard Grey 2024-12-17 16:47:02 -05:00
  • 6419a2e697 Make use of base::fixed_extent<>. Peter Kasting 2024-12-12 12:36:31 -08:00
  • 4826f5a3b0 Roll crashpad/third_party/mini_chromium/mini_chromium/ c081fd005..63057a19a (3 commits) Peter Kasting 2024-12-12 12:34:46 -08:00
  • 66a7812a40 Add .vscode to .gitignore Jesse McKenna 2024-11-25 16:55:07 -08:00
  • 3f1b84197b win: Include stddef.h for offsetof() Nico Weber 2024-11-25 13:49:14 -05:00
  • 3b0a429371 Fix #includes Mark Mentovai 2024-11-14 11:06:22 -05:00
  • 65a45013d0 Replace CHECK(false) instances Peter Boström 2024-11-13 17:08:24 +11:00
  • 02d094f3bb win: IWYU for __argc, __wargv Nico Weber 2024-11-05 11:09:46 -05:00
  • b8937c6cb4 tools: fix missing include for EXIT_{SUCCESS,FAILURE} Takuto Ikuta 2024-10-28 16:34:16 +09:00
  • 6c57c083e6 Fix -Wsign-compare in CrashReportDatabaseTest Peter Boström 2024-10-22 16:55:55 +11:00
  • 70ccb76751 Accept longer Settings::Data structs Peter Boström 2024-10-21 14:52:29 +11:00
  • 41c74f5622 [fuchsia] Remove duplicate LogSink routes Brian Bosak 2024-10-17 22:47:52 +00:00
  • e05f665694 Roll cpp-httplib Peter Boström 2024-10-16 09:54:34 +11:00
  • 1f24e58fd6 Make the network use proxy settings by default for Windows Jinyoung 2024-10-11 13:09:38 +09:00
  • 032bcc92fb Mark CrashWithoutDumping() as [[noreturn]] Nico Weber 2024-10-02 11:57:30 -04:00
  • 030fdeb26e Roll crashpad/third_party/mini_chromium/mini_chromium/ e04c707cb..c081fd005 (3 commits) Peter Boström 2024-10-04 10:33:11 +10:00
  • b39cca168f [DEPS] Rely on buildtools recursedep to fetch clang-format Josip Sokcevic 2024-05-30 22:29:44 +00:00
  • 349b7664a7
    Merge 49cf086467892e3bff693705d84959ac50e02d79 into 6d37f81ace056d4fc0437784a25b3cd9c8e53dbe dependabot[bot] 2024-09-13 09:00:17 +08:00
  • 6d37f81ace ios: Remove OS filter for iOS simulator tests. Justin Cohen 2024-09-11 16:04:25 -04:00
  • e3abe1ed44 [fuchsia] remove unnecessary build args Hzj_jie 2024-09-11 09:28:09 -07:00
  • 35e06fe736 Add Revision to xnu’s README.crashpad Mark Mentovai 2024-09-09 09:41:27 -04:00
  • 915913bd5a Fix crashpad for PGO generation Peter Wen 2024-09-03 11:09:14 -04:00
  • f9fa2d112b [reland] Don't redefine macros from base/compiler_specific.h. Peter Kasting 2024-08-28 14:43:27 -07:00
  • 50faaf111e Revert "Don't redefine macros from base/compiler_specific.h." Mark Mentovai 2024-08-22 04:02:29 +00:00
  • 756637881a Roll crashpad/third_party/mini_chromium/mini_chromium/ 7eca85315..e04c707cb (3 commits) Peter Kasting 2024-08-21 19:43:41 -07:00
  • 458bdec985 Don't redefine macros from base/compiler_specific.h. Peter Kasting 2024-08-21 19:39:56 -07:00
  • adb22c8169 Switch from ALIGNAS() to alignas(). Peter Kasting 2024-08-21 17:39:26 -07:00
  • 6265674c98 Migrate to NOTREACHED() Peter Boström 2024-08-14 13:09:43 +10:00
  • cc54fcc7f5 Fix trailing NOTREACHED_NORETURN() Peter Boström 2024-08-14 11:43:21 +10:00
  • ee8369ffb2 Roll crashpad/third_party/mini_chromium/mini_chromium/ bd56f6933..7eca85315 (1 commit) Peter Boström 2024-08-13 10:39:26 +10:00
  • 6159a43ff1 Update cpp-httplib to c5c54b31e2bf (0.16.2) Mark Mentovai 2024-08-08 12:03:38 -04:00
  • 1a62a01825 BoringSSL compatibility fixes for cpp-httplib Mark Mentovai 2024-08-07 13:32:28 -04:00
  • b8658f3806 Use Python shlex instead of the deprecated pipes Mark Mentovai 2024-08-06 16:21:25 -04:00
  • 9b3ff691e9 Upgrade simulator tests to iPhone 15 running iOS 17.4 Justin Cohen 2024-08-01 14:15:35 -04:00
  • d380daf704 Update cpp-httplib to 6a848b1a1643 Mark Mentovai 2024-07-31 12:57:54 -04:00
  • aef7de4e93 [MSan] "Fix" use-after-dtor in InitializationState.InitializationState Daniel Cheng 2024-07-17 04:27:51 +00:00
  • dc2d082b92 ios: Use correct address when storing register memory. cxx17 Justin Cohen 2024-05-09 10:10:43 -04:00
  • 6ce83d80f7 [ScopedSpinGuard] Use std::atomic::compare_exchange_strong() for spinlock Ben Hamilton 2024-05-16 10:11:56 -06:00
  • a1fc5d728b Revert "DEPS: fix version of fuchsia/sdk/core to avoid build error" Takuto Ikuta 2024-06-06 01:54:04 +00:00
  • c09de98737 remove references to goma Takuto Ikuta 2024-06-05 14:51:01 +09:00
  • a63adda627 DEPS: fix version of fuchsia/sdk/core to avoid build error Takuto Ikuta 2024-06-05 16:25:34 +09:00
  • 25c079d731 [Fuchsia] Run fuchsia-gn-sdk from chromium Hzj_jie 2024-06-05 14:51:00 -07:00
  • a919765138 Updated codeowners jernejstrasner 2024-06-05 11:27:06 +02:00
  • 0bebda66a8 ios: Remove duplicate implementations of ReadStringSysctlByName Justin Cohen 2024-06-04 12:07:20 -04:00
  • cd0b7c2cd4 infra: Move crashpad ci/try builds from Ubuntu-18.04 to Ubuntu-22.04 Ben Pastene 2024-05-20 16:15:41 -07:00
  • 6af42bc0b2 Use NOTREACHED_IN_MIGRATION() Peter Boström 2024-05-17 06:53:13 -07:00
  • efd29a76c9 Roll crashpad/third_party/mini_chromium/mini_chromium/ a6607b1fd..5856e1ea6 (2 commits) Peter Boström 2024-05-16 12:11:35 -07:00
  • d588c50b16 [ScopedSpinGuard] Use std::atomic::compare_exchange_strong() for spinlock Ben Hamilton 2024-05-16 10:11:56 -06:00
  • 0e043ccf70 Add guard pages to test stacks Joshua Peraza 2024-05-16 09:08:18 -07:00
  • aef8303371 Fix format issue Arthur Wang 2024-05-15 12:00:22 -07:00
  • 4f99326c2e Replace std::unique_ptr with base::HeapArray in process_memory.cc Arthur Wang 2024-05-13 09:47:57 -07:00
  • 1174aa4fc3 Add build/build_config.h in capture_memory.cc Arthur Wang 2024-05-10 09:13:11 -07:00
  • 9032284170 Pull latest Fuchsia toolchain Arthur Wang 2024-05-10 09:54:15 -07:00
  • 981d4189aa Replace std::unique_ptr<T> with HeapArray Arthur Wang 2024-05-09 12:39:17 -07:00
  • 371083179b ios: Use correct address when storing register memory. Justin Cohen 2024-05-09 10:10:43 -04:00
  • 8e60a935d9 Roll mini_chromium to remove the pointer-based overload of RandBytes() danakj 2024-05-07 13:35:16 -04:00
  • 5c09c9a701 Include build_config.h before checking COMPILER_MSVC danakj 2024-05-06 10:29:49 -04:00
  • 84c87739e8 Use the span version of RandBytes danakj 2024-05-06 09:54:31 -04:00
  • bff9873242 Make NTSTATUS_LOG less likely to change ::GetLastError() value Andrew Williams 2024-04-22 22:31:35 +00:00
  • da189353b6 Replace std::is_pod usage Andrew Williams 2024-04-22 22:18:50 +00:00
  • dc489055ed Fix incorrect DCHECK in CET contexts Alex Gough 2024-05-02 09:51:39 -07:00
  • 76badd4c20 Replace std::unique_ptr<T[]> with HeapArray in process_info.cc and process_info_test.cc Arthur Wang 2024-05-01 15:17:40 -07:00
  • 96e301b7d6
    Support Epic's "Easy Anti Cheat" (#99) Kristján Valur Jónsson 2024-04-15 07:48:16 +00:00
  • 7e0af1d4d4 Use byte conversions over the byte swap functions danakj 2024-04-11 12:48:02 -04:00
  • 8df174c64c [ios] Fix TSAN issue and Mach port leak in CrashpadClient Ben Hamilton 2024-04-01 12:44:31 -06:00
  • f9cee5c147 Roll mini_chromium to pick up the latest version of base::span. Justin Cohen 2024-04-10 17:12:05 -04:00
  • bbb99bfa37 Move crashpad to using Mac-13|Mac-14 (like chromium) and latest win sdk danakj 2024-04-04 14:12:33 -04:00
  • de1f5830cc
    fix: send attachments without content-type (#98) Mischan Toosarani-Hausberger 2024-04-02 10:12:39 +02:00
  • 1cea0473a5 ios: Capture signal exception context memory regions correctly. Justin Cohen 2024-03-20 12:42:43 -04:00
  • 433ed68cd5
    update build-script for transport-compression changes in sentry-native (#97) Mischan Toosarani-Hausberger 2024-03-21 17:27:21 +01:00
  • ccd20652bc ios: Update exception test for Chromium release builds. Justin Cohen 2024-03-18 12:47:58 -04:00
  • 6bf5e1b5c5 Fix invalid check for valid key of Pointer Authentication André Kempe 2024-03-05 08:38:47 +00:00
  • dea283a7eb Make AnnotationList's iterator compliant to input iterator André Kempe 2023-12-01 13:46:02 +00:00
  • 49cf086467
    Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /doc/appengine dependabot[bot] 2024-03-13 22:50:55 +00:00
  • c4d4a4d83e ios: Disable annotations tests on older simulators on macOS 14.3 Justin Cohen 2024-03-08 16:07:13 -05:00
  • 9c58b668ff Increase kMaxNumberOfAnnotations Ian Barkley-Yeung 2024-03-07 13:49:23 -08:00
  • bc4fd34fe2 Log argv[0] for failing spawns Peter Boström 2024-02-21 15:22:12 -08:00
  • 37afd37401 Properly update iterator Joshua Peraza 2024-02-20 18:50:05 -08:00
  • 29ac83caeb [Fuchsia] remove use of fuchsia mac sdk Hzj_jie 2024-02-15 13:22:35 -08:00
  • 58d7207c3c
    build: remove obsolete CRASHPAD_WER_ENABLED (#96) Mischan Toosarani-Hausberger 2024-02-14 10:46:59 +01:00
  • 940e8a3445 Fix leaky CrashpadInfo test Jesse McKenna 2024-02-13 10:08:20 -08:00
  • 5075fb617a Honor ios_is_app_extension chromium build flag Sylvain Defresne 2024-02-12 16:23:37 +01:00
  • c576bf35ea Add Update method to CrashpadInfo Jesse McKenna 2024-02-09 12:21:45 -08:00
  • 5d81482aea ios: Read dyld modules in reverse order. Justin Cohen 2024-01-30 20:32:13 -05:00
  • 27b460cc7e [fxbug.dev] Migrate bug numbers Mitchell Kember 2024-01-25 17:07:53 -08:00
  • a02e4935bd Avoid assuming string_view iterators are char* danakj 2024-01-25 18:02:30 -05:00
  • 22c386d1ac ios: Allow missing exception thread id from thread list. Justin Cohen 2024-01-19 13:41:26 -05:00
  • 305b648e71 doc: Upgrade the crashpad-home App Engine app to the go121 flex runtime Mark Mentovai 2024-01-17 12:19:52 -05:00
  • 5183bef5f3 Remove should-be-dead code after PLOG(FATAL) Peter Boström 2024-01-12 13:27:15 -08:00
  • 30b2f4ba38 ios: Add crashpad_uptime_ns crash key to iOS reports. Justin Cohen 2024-01-11 11:03:41 -05:00
  • 98d0d86e76 Add [[noreturn]] version of NtstatusLogMessage Peter Boström 2024-01-11 07:53:54 -08:00
  • d256de3171 Roll crashpad/third_party/mini_chromium/mini_chromium/ c7fccaa8e..203a01130 (1 commit) Peter Boström 2024-01-10 15:14:32 -08:00
  • 4426ed9991 Roll crashpad/third_party/mini_chromium/mini_chromium/ 1e64ecb51..c7fccaa8e (1 commit) Peter Boström 2024-01-10 12:42:55 -08:00
  • 65f2a2bcfe Roll crashpad/third_party/mini_chromium/mini_chromium/ cc2ae8eb0..1e64ecb51 (1 commit) Peter Boström 2024-01-10 10:59:01 -08:00
  • bbb721fd5b Roll crashpad/third_party/mini_chromium/mini_chromium/ ac3e73239..cc2ae8eb0 (1 commit) Peter Boström 2024-01-10 10:23:07 -08:00
  • 2905784a7d [build] Re-enable action tracing David Fang 2024-01-06 00:04:32 +00:00
  • 3a20cc2447 [ios] Add arm64e support to in_process_intermediate_dump_handler Ben Hamilton 2023-12-15 14:04:51 -07:00
  • 9f896f2581 Qualify bit_cast with base:: Avi Drissman 2023-12-12 17:10:54 -05:00
  • 337b4f7971 [mac] mach_absolute_time() -> clock_gettime_nsec_np(CLOCK_UPTIME_RAW) Ben Hamilton 2023-12-12 10:54:51 -07:00
  • 7049d966b5 Fix improper use of bit_cast Avi Drissman 2023-12-08 16:12:43 -05:00