Sign in
chromium
/
crashpad
/
crashpad
/
HEAD
6d37f81
ios: Remove OS filter for iOS simulator tests.
by Justin Cohen
· 5 days ago
main
e3abe1e
[fuchsia] remove unnecessary build args
by Hzj_jie
· 5 days ago
35e06fe
Add Revision to xnu’s README.crashpad
by Mark Mentovai
· 7 days ago
915913b
Fix crashpad for PGO generation
by Peter Wen
· 13 days ago
f9fa2d1
[reland] Don't redefine macros from base/compiler_specific.h.
by Peter Kasting
· 3 weeks ago
50faaf1
Revert "Don't redefine macros from base/compiler_specific.h."
by Mark Mentovai
· 4 weeks ago
7566378
Roll crashpad/third_party/mini_chromium/mini_chromium/ 7eca85315..e04c707cb (3 commits)
by Peter Kasting
· 4 weeks ago
458bdec
Don't redefine macros from base/compiler_specific.h.
by Peter Kasting
· 4 weeks ago
adb22c8
Switch from `ALIGNAS()` to `alignas()`.
by Peter Kasting
· 4 weeks ago
6265674
Migrate to NOTREACHED()
by Peter Boström
· 5 weeks ago
cc54fcc
Fix trailing NOTREACHED_NORETURN()
by Peter Boström
· 5 weeks ago
ee8369f
Roll crashpad/third_party/mini_chromium/mini_chromium/ bd56f6933..7eca85315 (1 commit)
by Peter Boström
· 5 weeks ago
6159a43
Update cpp-httplib to c5c54b31e2bf (0.16.2)
by Mark Mentovai
· 6 weeks ago
1a62a01
BoringSSL compatibility fixes for cpp-httplib
by Mark Mentovai
· 6 weeks ago
b8658f3
Use Python shlex instead of the deprecated pipes
by Mark Mentovai
· 6 weeks ago
9b3ff69
Upgrade simulator tests to iPhone 15 running iOS 17.4
by Justin Cohen
· 7 weeks ago
d380daf
Update cpp-httplib to 6a848b1a1643
by Mark Mentovai
· 7 weeks ago
aef7de4
[MSan] "Fix" use-after-dtor in InitializationState.InitializationState
by Daniel Cheng
· 9 weeks ago
a1fc5d7
Revert "DEPS: fix version of fuchsia/sdk/core to avoid build error"
by Takuto Ikuta
· 3 months ago
c09de98
remove references to goma
by Takuto Ikuta
· 3 months ago
a63adda
DEPS: fix version of fuchsia/sdk/core to avoid build error
by Takuto Ikuta
· 3 months ago
25c079d
[Fuchsia] Run fuchsia-gn-sdk from chromium
by Hzj_jie
· 3 months ago
0bebda6
ios: Remove duplicate implementations of ReadStringSysctlByName
by Justin Cohen
· 3 months ago
cd0b7c2
infra: Move crashpad ci/try builds from Ubuntu-18.04 to Ubuntu-22.04
by Ben Pastene
· 4 months ago
6af42bc
Use NOTREACHED_IN_MIGRATION()
by Peter Boström
· 4 months ago
efd29a7
Roll crashpad/third_party/mini_chromium/mini_chromium/ a6607b1fd..5856e1ea6 (2 commits)
by Peter Boström
· 4 months ago
d588c50
[ScopedSpinGuard] Use std::atomic::compare_exchange_strong() for spinlock
by Ben Hamilton
· 4 months ago
0e043cc
Add guard pages to test stacks
by Joshua Peraza
· 4 months ago
aef8303
Fix format issue
by Arthur Wang
· 4 months ago
4f99326
Replace std::unique_ptr with base::HeapArray in process_memory.cc
by Arthur Wang
· 4 months ago
1174aa4
Add build/build_config.h in capture_memory.cc
by Arthur Wang
· 4 months ago
9032284
Pull latest Fuchsia toolchain
by Arthur Wang
· 4 months ago
981d418
Replace std::unique_ptr<T> with HeapArray
by Arthur Wang
· 4 months ago
3710831
ios: Use correct address when storing register memory.
by Justin Cohen
· 4 months ago
8e60a93
Roll mini_chromium to remove the pointer-based overload of RandBytes()
by danakj
· 4 months ago
5c09c9a
Include build_config.h before checking COMPILER_MSVC
by danakj
· 4 months ago
84c8773
Use the span version of RandBytes
by danakj
· 4 months ago
bff9873
Make NTSTATUS_LOG less likely to change ::GetLastError() value
by Andrew Williams
· 5 months ago
da18935
Replace std::is_pod usage
by Andrew Williams
· 5 months ago
dc48905
Fix incorrect DCHECK in CET contexts
by Alex Gough
· 5 months ago
76badd4
Replace std::unique_ptr<T[]> with HeapArray in process_info.cc and
by Arthur Wang
· 5 months ago
7e0af1d
Use byte conversions over the byte swap functions
by danakj
· 5 months ago
8df174c
[ios] Fix TSAN issue and Mach port leak in CrashpadClient
by Ben Hamilton
· 6 months ago
f9cee5c
Roll mini_chromium to pick up the latest version of base::span.
by Justin Cohen
· 5 months ago
bbb99bf
Move crashpad to using Mac-13|Mac-14 (like chromium) and latest win sdk
by danakj
· 5 months ago
1cea047
ios: Capture signal exception context memory regions correctly.
by Justin Cohen
· 6 months ago
ccd2065
ios: Update exception test for Chromium release builds.
by Justin Cohen
· 6 months ago
6bf5e1b
Fix invalid check for valid key of Pointer Authentication
by André Kempe
· 7 months ago
dea283a
Make AnnotationList's iterator compliant to input iterator
by André Kempe
· 10 months ago
c4d4a4d
ios: Disable annotations tests on older simulators on macOS 14.3
by Justin Cohen
· 6 months ago
9c58b66
Increase kMaxNumberOfAnnotations
by Ian Barkley-Yeung
· 6 months ago
bc4fd34
Log argv[0] for failing spawns
by Peter Boström
· 7 months ago
37afd37
Properly update iterator
by Joshua Peraza
· 7 months ago
29ac83c
[Fuchsia] remove use of fuchsia mac sdk
by Hzj_jie
· 7 months ago
940e8a3
Fix leaky CrashpadInfo test
by Jesse McKenna
· 7 months ago
5075fb6
Honor ios_is_app_extension chromium build flag
by Sylvain Defresne
· 7 months ago
c576bf3
Add Update method to CrashpadInfo
by Jesse McKenna
· 7 months ago
5d81482
ios: Read dyld modules in reverse order.
by Justin Cohen
· 8 months ago
27b460c
[fxbug.dev] Migrate bug numbers
by Mitchell Kember
· 8 months ago
a02e493
Avoid assuming string_view iterators are char*
by danakj
· 8 months ago
22c386d
ios: Allow missing exception thread id from thread list.
by Justin Cohen
· 8 months ago
305b648
doc: Upgrade the crashpad-home App Engine app to the go121 flex runtime
by Mark Mentovai
· 8 months ago
5183bef
Remove should-be-dead code after PLOG(FATAL)
by Peter Boström
· 8 months ago
30b2f4b
ios: Add crashpad_uptime_ns crash key to iOS reports.
by Justin Cohen
· 8 months ago
98d0d86
Add [[noreturn]] version of NtstatusLogMessage
by Peter Boström
· 8 months ago
d256de3
Roll crashpad/third_party/mini_chromium/mini_chromium/ c7fccaa8e..203a01130 (1 commit)
by Peter Boström
· 8 months ago
4426ed9
Roll crashpad/third_party/mini_chromium/mini_chromium/ 1e64ecb51..c7fccaa8e (1 commit)
by Peter Boström
· 8 months ago
65f2a2b
Roll crashpad/third_party/mini_chromium/mini_chromium/ cc2ae8eb0..1e64ecb51 (1 commit)
by Peter Boström
· 8 months ago
bbb721f
Roll crashpad/third_party/mini_chromium/mini_chromium/ ac3e73239..cc2ae8eb0 (1 commit)
by Peter Boström
· 8 months ago
2905784
[build] Re-enable action tracing
by David Fang
· 8 months ago
3a20cc2
[ios] Add arm64e support to in_process_intermediate_dump_handler
by Ben Hamilton
· 9 months ago
9f896f2
Qualify bit_cast with base::
by Avi Drissman
· 9 months ago
337b4f7
[mac] mach_absolute_time() -> clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
by Ben Hamilton
· 9 months ago
7049d96
Fix improper use of bit_cast
by Avi Drissman
· 9 months ago
5fc60ae
Use googletest flag macros to access googletest flags.
by Daniel Cheng
· 10 months ago
5613499
Replace base::WStringPiece with std::string_view
by Lei Zhang
· 10 months ago
5739185
Roll crashpad/third_party/mini_chromium/mini_chromium/ e508a6010..450b10118 (1 commit)
by Peter Kasting
· 10 months ago
1675ce7
Add missing base/check.h includes
by Lei Zhang
· 10 months ago
3ba2403
ios: Fix leak in iOS NSException preprocessor.
by Justin Cohen
· 11 months ago
c39206f
Provide a way to iterate over a const AnnotationList
by André Kempe
· 11 months ago
c5e2b03
Fix UB when saving an StringAnnotation
by David Benjamin
· 11 months ago
41f6ad5
Fix crashpad tests under UBSan
by David Benjamin
· 11 months ago
4a93d7f
Revert "Add an option to start a Windows client with global hooks disabled."
by Avi Drissman
· 11 months ago
188ad79
Roll crashpad/third_party/mini_chromium/mini_chromium/ 707c87bd2..98bbdbe49 (1 commit) + changes
by Avi Drissman
· 11 months ago
59fc31c
Update mini_chromium & use its new support for wide streaming in file_path
by Eric Astor
· 11 months ago
e17518a
Add an option to start a Windows client with global hooks disabled.
by Rich Mckeever
· 11 months ago
376e8c0
Eliminate call to StringPrintf() with non-constexpr format string.
by Peter Kasting
· 11 months ago
b6d3cdc
Roll crashpad/third_party/mini_chromium/mini_chromium/ 42f1fddfe..bc8dca83b (3 commits)
by Peter Kasting
· 11 months ago
c63c073
Do IWYU for check_op.h
by Lei Zhang
· 11 months ago
ce4e3d6
Roll crashpad/third_party/mini_chromium/mini_chromium/ 276f2ac53..42f1fddfe (1 commit)
by Peter Kasting
· 11 months ago
aef7504
Use format macros for int64_t instead of hardcoding the format.
by Peter Kasting
· 11 months ago
7c89d50
[ios] Remove ios_use_shared_bundle_id_for_test_apps gn variable
by Sylvain Defresne
· 11 months ago
63ec948
Windows: don't compile HandleHeapCorruption on ASAN
by Leonard Grey
· 11 months ago
2f6cffa
Mac: don't consider module order in process reader tests
by Leonard Grey
· 11 months ago
f145b54
Stop registering Windows VEH in ASAN builds.
by Rich Mckeever
· 11 months ago
0fc1b6a
Mac: update ProcessReaderMac and tests for macOS 14
by Leonard Grey
· 12 months ago
a1b467a
Pull latest toolchain
by Thomas Gales
· 12 months ago
b90db3e
ios: Fix Chromium bundle id for xcuitest.
by Justin Cohen
· 12 months ago
485cfaf
Update chromium_mini dependency
by Rupert Ben Wiser
· 12 months ago
7f6d9e9
Add support for matching with key allowlist
by Rupert Ben Wiser
· 12 months ago
Next »