1. ea15ea0 Fully move PathService into the base namespace. by Avi Drissman · 7 years ago
  2. 4328a3de [chrome_elf, third-party block support] pe_image_safe HMODULE ctor. by Penny MacNeil · 7 years ago
  3. 62cadc1e [chrome_elf, third-party block support] New hook (not turned on yet). by Penny MacNeil · 7 years ago
  4. 376601cf [chrome_elf, third-party block support] code refactoring and adjustments for hook. by Penny MacNeil · 7 years ago
  5. fc911cb [chrome_elf, third-party block support] pe_image_safe and code refactoring. by Penny MacNeil · 7 years ago
  6. 69d0bcd Remove Syzygy/SyzyASAN build configuration and related code. by Sigurdur Asgeirsson · 7 years ago
  7. 2638cbd Make everything build with -Wmicrosoft-cast, enable warning. by Nico Weber · 7 years ago
  8. 866c7c1 Fix a header guard's spelling. by Nico Weber · 7 years ago
  9. e0e63f4 Grab a crash dump when supposedly-reaped renderers WAIT_TIMEOUT. by Sigurdur Asgeirsson · 8 years ago
  10. 70c33ff Expose the Crashpad database path for direct use in the browser process. by Sigurdur Asgeirsson · 8 years ago
  11. dcbfd50 Clean up header file inclusion in chrome_elf/run_all_unittests.cc by Xi Cheng · 8 years ago
  12. 99cefd8 [chrome_elf third_party] Big rename of "whitelist" code to "third_party*". by Penny MacNeil · 8 years ago
  13. 73cde6de [chrome_elf whitelist] Add whitelist logging support. by Penny MacNeil · 8 years ago
  14. 864aee2 chrome_elf: Add missing #includes. by Peter Collingbourne · 8 years ago
  15. 8cff9f9 Stop allocating a SimpleStringDictionary for Crashpad clients. by Robert Sesek · 8 years ago
  16. f2d73e50 Fix buffer handling in nt_registry query functions. by Greg Thompson · 8 years ago
  17. c6146c5 Remove Crash Keys sent to the renderer for hung renderers. by Dave Tapuska · 8 years ago
  18. 18126c1 [chrome_elf whitelist] Adjust whitelist file support. by Penny MacNeil · 8 years ago
  19. d732922 crash_keys: Convert keys in //gpu to the new API. by Robert Sesek · 8 years ago
  20. 4b99b0f Fix enum vs unsigned -Wsign-compare warnings by Hans Wennborg · 8 years ago
  21. f457147 [chrome_elf whitelist] Add whitelist file initial support. by Penny MacNeil · 8 years ago
  22. 6d53dfe [chrome_elf] Add a tiny SHA1 string hash source_set. by Penny MacNeil · 8 years ago
  23. 6c4dcff [chrome_elf whitelist] Add IME whitelist initial support. by Penny MacNeil · 8 years ago
  24. 4193247 Promote win10_chromium_x64_rel_ng to the commit queue by smut · 8 years ago
  25. 191c578 [NtRegistry] APIs to help with enumeration added. by Penny MacNeil · 8 years ago
  26. a9753d0 [chrome_elf tests] Pull import tests out into new unittest. by Penny MacNeil · 8 years ago
  27. f3d51e2 Disable and remove the blacklist load incident by proberge · 8 years ago
  28. 320aa65 Eliminate the remaining manual chrome_elf thunk. by Sigurdur Asgeirsson · 8 years ago
  29. ebb9ddd6 Use the authoritative upstream source for Breakpad, move to third_party by Mark Mentovai · 8 years ago
  30. 0b24f77 Revert "Use the authoritative upstream source for Breakpad, move to third_party" by Peter Conn · 8 years ago
  31. 5b41612 Use the authoritative upstream source for Breakpad, move to third_party by Mark Mentovai · 8 years ago
  32. db6acf7 Refactor: Rename all elf-exported crash thunks with an ExportThunk suffix. by Sigurdur Asgeirsson · 8 years ago
  33. a9a1e91 Replace more explicit chrome_elf thunking with import binding. by Sigurdur Asgeirsson · 8 years ago
  34. 86ac09a Use import binding instead of manual thunking for chrome_elf. by Sigurdur Asgeirsson · 8 years ago
  35. 1853e21 Add char* versions of *CrashKeyValueImpl* funcs by Bruce Dawson · 8 years ago
  36. c730d3c1 Fix CHECK failure in browser_tests. by Sigurdur Asgeirsson · 8 years ago
  37. a36b8aa3 Make chrome_elf exports explicit in .def files instead of using __declspec(dllexport). by Sigurdur Asgeirsson · 8 years ago
  38. ea7ff6f0 Eliminate another GetModuleHandle/GetProcAddress thunking instance to chrome_elf. by Sigurdur Asgeirsson · 8 years ago
  39. 42c9762 [NtRegistry] Ensure REG_SZ and REG_MULTI_SZ are null terminated. by pennymac · 8 years ago
  40. 332af9c Revert "Stability instrumentation Crashpad integration" by Scott Graham · 8 years ago
  41. 132e149a9 win: Let linker convert .manifest file to an embedded resource instead of calling rc.exe. by Nico Weber · 8 years ago
  42. 829f2e0 Add recursive pattern matching for subfolders in file_enumerator. by ivafanas · 8 years ago
  43. 9384627 Change DumpProcessWithoutCrash to use load-time dynamic linking. by wfh · 8 years ago
  44. a2c68af Reland "gpu: Add message filter destructor stack traces to crash keys." by Sunny Sachanandani · 8 years ago
  45. fecdf60 Stability instrumentation Crashpad integration by manzagop · 8 years ago
  46. 84fa8b0 Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) by thomasanderson · 8 years ago
  47. 2435ed2 Revert of [chrome_elf] blacklist flaky tests (patchset #3 id:60001 of https://codereview.chromium.org/2861793003/ ) by jam · 8 years ago
  48. b1d0979 [chrome_elf] blacklist flaky tests by pennymac · 8 years ago
  49. df1ffb7 [chrome_elf] Add #TEAM and #COMPONENT to OWNERS file. by pennymac · 8 years ago
  50. 6bb5dfd Disable BlacklistTest.LoadBlacklistedLibrary due to being flaky. by alexmos · 8 years ago
  51. dde55ab Monitor crashpad_handler for crashes [sometimes] by mark · 8 years ago
  52. b4cab81 Remove use of PRODUCT_STRING_PATH in chrome_elf. by grt · 8 years ago
  53. b8590c9 Add missing .h files to .gn files that have a .cc file next to it in the gn file already. by thakis · 8 years ago
  54. 616b30a Revert "Make Crashpad start asynchronous, and move back to chrome_elf" by scottmg · 8 years ago
  55. 021fec42 [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 9 years ago
  56. f160102 [Windows MSVC CFG] Turning on linker CFG for all. Disabling CFG compile. by pennymac · 9 years ago
  57. 4384263 Rewrite presubmit scripts to use new EnsureCQIncludeTrybotsAreAdded. by kbr · 9 years ago
  58. f6d7da2 Fail tests fast if overriding the Windows registry fails. by grt · 9 years ago
  59. a47e865 Use loader-based binding of GetInstallDetailsPayload for install_static. by grt · 9 years ago
  60. be0cfa1 Make Crashpad start asynchronous, and move back to chrome_elf by scottmg · 9 years ago
  61. c9175da Have crashpad call ASan's crash handler if present by rnk · 9 years ago
  62. 7433a2b3 Make Crashpad use the user data dir, rather than always default location by scottmg · 9 years ago
  63. e29f8ab Windows install_static refactor. by grt · 9 years ago
  64. 51c82a0 Revert of Windows install_static refactor. (patchset #15 id:320001 of https://codereview.chromium.org/2422643002/ ) by grt · 9 years ago
  65. 92bc27b Windows install_static refactor. by grt · 9 years ago
  66. f3a5670d Signal chrome_elf to initialize crash reporting, rather than doing it in DllMain by scottmg · 9 years ago
  67. d468423 [Windows MSVC CFG] Add support for CFG, and enable on chrome.exe & chrome_elf.dll. by pennymac · 9 years ago
  68. 9b6a3c83 Disable WPO for chrome_elf:nt_registry by sebmarchand · 9 years ago
  69. 5379f17 NTRegistry - added wow64 redirection support. by pennymac · 9 years ago
  70. dc683d2 gn: Generalize process_version() and move it to build/util (take #2) by raphael.kubo.da.costa · 9 years ago
  71. b4efc387 Revert of gn: Generalize process_version() and move it to build/util (patchset #4 id:60001 of https://codereview.chromium.org/2308313003/ ) by yutak · 9 years ago
  72. cf276fc There is nothing really chrome-specific in the process_version() by raphael.kubo.da.costa · 9 years ago
  73. b7440f6b Add PRESBUMIT for chrome/browser/win for win10 bot. by wfh · 9 years ago
  74. 95b6282 Delete all test isolate file now that M54 was branched. by maruel · 9 years ago
  75. cd1547c Remove GYP files from some smaller toplevel dirs. by brettw · 9 years ago
  76. 4362d9e Make install_static::GetChromeChannelName more consistent with GoogleUpdateSettings::GetChromeChannel. by grt · 9 years ago
  77. 5446d89 [chrome_elf] Big cleanup and removing dependencies that recently crept in. PART 1. by pennymac · 9 years ago
  78. d3b1599 Don't check for chrome.exe when initializing crash reporting by scottmg · 9 years ago
  79. 4879c957 Fix SyzyASAN build by scottmg · 9 years ago
  80. 4bb92a63 Fix ASAN canary crashes. by ananta · 9 years ago
  81. 4e989fa Revert of [chrome_elf] Big cleanup and removing dependencies that recently crept in. Part 1. (patchset #9 id:300001 of https://codereview.chromium.org/2183263003/ ) by avi · 9 years ago
  82. d2767f8 [chrome_elf] Big cleanup and removing dependencies that recently crept in. PART 1. by pennymac · 9 years ago
  83. 406b433e Revert of [Windows Sandbox] Turn on MITIGATION_EXTENSION_POINT_DISABLE. (patchset #6 id:200001 of https://codereview.chromium.org/1854323002/ ) by pennymac · 9 years ago
  84. 009fe04 Reland of Don't IAT patch SetUnhandledExceptionFilter when ASan is active (patchset #1 id:1 of https://codereview.chromium.org/2225453002/ ) by inferno · 9 years ago
  85. 07928da25 Revert of Don't IAT patch SetUnhandledExceptionFilter when ASan is active (patchset #1 id:1 of https://codereview.chromium.org/2220583002/ ) by rnk · 9 years ago
  86. 3894e46 Don't IAT patch SetUnhandledExceptionFilter when ASan is active by rnk · 9 years ago
  87. df58514 [Windows Sandbox] Turn on MITIGATION_EXTENSION_POINT_DISABLE. by pennymac · 9 years ago
  88. c4da8483 [chrome_elf] Removing blacklist finch for dynamic dll changes. by pennymac · 9 years ago
  89. 101ccf5 Add rpcrt4.dll to the list of allowed imports for chrome_elf.dll in the ELFImportsTest.ChromeElfSanityCheck test. by ananta · 9 years ago
  90. 52c55bd Switch chrome_elf exception handling from breakpad to crashpad by ananta · 9 years ago
  91. 4e0b5f2 [Chrome ELF] Early browser security support. by pennymac · 9 years ago
  92. 84fd669 [Chrome ELF] New NT registry API. by pennymac · 9 years ago
  93. 96e7f36 Use container::back() and container::pop_back(). by thestig · 9 years ago
  94. 362deb3 Revert of Switch chrome_elf exception handling from breakpad to crashpad (patchset #2 id:20001 of https://codereview.chromium.org/2114533002/ ) by ksakamoto · 9 years ago
  95. 29f38cfc Switch chrome_elf exception handling from breakpad to crashpad by ananta · 9 years ago
  96. 5b7b5f6 Revert of Switch chrome_elf exception handling from breakpad to crashpad. (patchset #21 id:400001 of https://codereview.chromium.org/2088133002/ ) by kbr · 9 years ago
  97. 3483142 Switch chrome_elf exception handling from breakpad to crashpad. by ananta · 9 years ago
  98. 5ba1a4d2 Allow user32 to be linked in chrome_elf_unittests for gyp based builds. by ananta · 9 years ago
  99. d936bc1 Add a chrome_elf_unittest ChromeElfLoadSanityTest which validates that loading chrome_elf does not load user32.dll by ananta · 9 years ago
  100. e10c457 Remove dependency on base/win/win_util.cc from crashpad. by ananta · 9 years ago