[go: up one dir, main page]

  1. 24494b0 Prepare to remove base::JSONReader::Read's parsing option default by Daniel Cheng · 10 days ago main
  2. 2cbfc8d NatVis: add base::FilePath type and add comment referencing clang 'debug info for constant globals' issue. by Erik Anderson · 5 weeks ago
  3. 89d58eb Add NatVis types for absl::flat_hash_map, base::IdType, base::LazyInstance, and base::WeakPtr. by Erik Anderson · 7 weeks ago
  4. 4d6ecd8 Improve NatVis definitions for std::atomic, std::basic_string, std::pair, and base::*Time* types. by Erik Anderson · 8 weeks ago
  5. e054469 Remove enable_nacl references from tools/win by Fabian Sommer · 3 months ago
  6. 46b1086 Fix `blink.natvis` for `blink::Length` by Koji Ishii · 3 months ago
  7. 5024f3f Move wtf/hash_table.h and wtf/key_value_pair.h to "blink" namespace by Kent Tamura · 3 months ago
  8. c9f8541 Update `blink.natvis` for the `WTF` namespace changes by Koji Ishii · 3 months ago
  9. 21b78c1 Move wtf/vector*.* to "blink" namespace by Kent Tamura · 3 months ago
  10. 077c4e7 Update debugger support files for blink::StringImpl by Kent Tamura · 3 months ago
  11. b980c84 Add an owner in APAC timezone for DebugVisualizers by Koji Ishii · 3 months ago
  12. dd8674f Update debugger support files for blink::String by Kent Tamura · 3 months ago
  13. f191715 Switch wtf/text/atomic_string*.* to "blink" namespace by Kent Tamura · 3 months ago
  14. b15389e DebugVisualizers: Add some chrome.natvis implementations and fix others by Michael Tang · 5 months ago
  15. 210ca18 DebugVisualizers: Add support for std::variant<*> by Michael Tang · 5 months ago
  16. f764fa3 DebugVisualizers: Fix chrome.natvis typo by Michael Tang · 5 months ago
  17. acb2f3b DebugVisualizers: Add natvis for gfx::Transform by Michael Tang · 6 months ago
  18. 76af635 DebugVisualizers: Add natvis for base::span by Michael Tang · 6 months ago
  19. efc9513 [etw tracing] Move tracing_service_idl into chrome by Greg Thompson · 9 months ago
  20. 8c39b05 [windows] Fix IDL updater by Greg Thompson · 9 months ago
  21. 78a4170 Single PrintViewHierarchy implementation. by Peter Kasting · 10 months ago
  22. 21994ff Updater: Transmit install ID over IPC (Windows) by Joshua Pawlicki · 10 months ago
  23. f80a364 [windows services] Introduce a rapid reuse test by Greg Thompson · 11 months ago
  24. a64cfe7 Update windows build output scripts by Devon Loehr · 12 months ago
  25. 28e5fe0 Remove obsolete google_update folder and associated references by S. Ganesh · 12 months ago
  26. 687798b Add Readme to tools/win by Alex Gough · 12 months ago
  27. 763ec70 Remove brucedawson@ from several owners files by Bruce Dawson · 12 months ago
  28. 56a70f8 Delete ChromeDebug project by Bruce Dawson · 1 year ago
  29. 24b6632 [layout-unit] Update Visual Studio natvis files by Koji Ishii · 1 year, 1 month ago
  30. 6a12334 Remove uses of variable-length arrays by Devon Loehr · 1 year, 3 months ago
  31. 3d6a865 Convert base::StringPiece to std::string_view //tools by Helmut Januschka · 1 year, 3 months ago
  32. eb1bbb0 format windows headers using new config. by Takuto Ikuta · 1 year, 6 months ago
  33. 3886d8c Make Lightweight UAF Detector reports less confusing by Sergei Glazunov · 1 year, 7 months ago
  34. ad2071c updater: generate separate typelibs for user and system by S. Ganesh · 1 year, 9 months ago
  35. 5d88252 updater: refactor the midl generation into a template by S. Ganesh · 1 year, 9 months ago
  36. 2770f60 Reland "Rename {absl => std}::optional in //tools/" by Arthur Sonzogni · 1 year, 9 months ago
  37. 4a0c543 Revert "Rename {absl => std}::optional in //tools/" by Arthur Sonzogni · 1 year, 9 months ago
  38. 58d9009 Rename {absl => std}::optional in //tools/ by Arthur Sonzogni · 1 year, 9 months ago
  39. 2b44212 DebugVisualizers: Add natvis for base::StringAlias by Michael Tang · 1 year, 9 months ago
  40. 984f757 Add gwpasan and crashinfo commands to chromeexts debugging extension by Sergio Gonzalez · 1 year, 9 months ago
  41. 43f71b4 Fix Visual Studio visualizer for `BasicPersistent` by Koji Ishii · 1 year, 11 months ago
  42. 5ab8597 Rename {absl => std}::optional in minor top-level dirs by Arthur Sonzogni · 1 year, 11 months ago
  43. 09d5e4c Fix bugs in visualization of base::Value. by Peter Kasting · 2 years, 7 months ago
  44. 6c4c7c5 Remove last Python 2 reference from src/tools by Bruce Dawson · 2 years, 7 months ago
  45. 239ebe3 Update setenv.py for new VS version by Bruce Dawson · 2 years, 7 months ago
  46. cb2c67c Update update_idl.py by Bruce Dawson · 2 years, 8 months ago
  47. 82aa71d Migrate tools/win/*.py to four-space indents by Bruce Dawson · 2 years, 8 months ago
  48. da6d7e2 Move update_idl.py to tools\win by Bruce Dawson · 2 years, 8 months ago
  49. c0c6f7c Switch windbg_common.bat to python3 by Bruce Dawson · 2 years, 8 months ago
  50. c5d25ec Auto-generate unique output_name for component() gn targets. by Aleksey Khoroshilov · 2 years, 9 months ago
  51. 8937869 Fix Visual Studio visualizers for std::map/std::multimap/absl::variant. by John Abd-El-Malek · 2 years, 9 months ago
  52. 43b7896 Update instructions to current version of Visual Studio by David Bienvenu · 3 years ago
  53. ab10bdc Update copyright headers in testing/, tools/ by Avi Drissman · 3 years, 1 month ago
  54. 89e2d9d Let IdleWakeups monitor the System process by Bruce Dawson · 3 years, 3 months ago
  55. 46ce6f9 [DebugVisualizers] Update for MemberBase<T> changes by Yoshifumi Inoue · 3 years, 5 months ago
  56. 9e1d25b Remove remaining scottmg entries in OWNERS files by David Dorwin · 3 years, 6 months ago
  57. c545ece [DebugVisualizers] Update for FontPlatformData::typeface_ in blink.nativs by Yoshifumi Inoue · 3 years, 6 months ago
  58. 0fe11ed [DebugVisualizers] Update for blink::FontFamily::family_name_ by Yoshifumi Inoue · 3 years, 6 months ago
  59. 2380296 Get timeit.bat to handle midnight by Bruce Dawson · 3 years, 6 months ago
  60. 478abfa Get ShowGlobals to recognize folded globals by Bruce Dawson · 3 years, 9 months ago
  61. 5aa3b52 Fix ShowGlobals to build, and build with VS 2019 by Bruce Dawson · 3 years, 11 months ago
  62. 90fb5c6 Remove most remaining unused "base/macros.h" by Peter Boström · 4 years ago
  63. fc02f07 Script remove more DISALLOW_COPY_AND_ASSIGNs by Peter Boström · 4 years ago
  64. 849b577 [DebugVisualizers] Add V8 BasicPersistent to blink.natvis by Koji Ishii · 4 years, 1 month ago
  65. 3e73acb [DebugVisualizers] Improve/fix NGFragmentItem by Koji Ishii · 4 years, 1 month ago
  66. f8c29b2 [DebugVisualizers] Improve/fix NGPhysicalBoxFragment by Koji Ishii · 4 years, 1 month ago
  67. 0f9967d [DebugVisualizers] Use MostDerivedType for NGPhysicalFragment by Koji Ishii · 4 years, 1 month ago
  68. 6f5328a [DebugVisualizers] Remove NGPhysicalLineBoxFragment::Children by Koji Ishii · 4 years, 1 month ago
  69. cee931c Make blink.natvis support Oilpan version of Member<T> by Yoshifumi Inoue · 4 years, 2 months ago
  70. 5567e12 Fix typo for |absl::optional| by Koji Ishii · 4 years, 4 months ago
  71. f989aa0 Add `<SmartPointer>` to smart pointers in .natvis by Koji Ishii · 4 years, 5 months ago
  72. 9c6eafb third_party,tools: Replace base::Optional with absl::optional by Anton Bikineev · 4 years, 5 months ago
  73. 41cda16 Change IdleWakeups to show private commit instead of WS by Bruce Dawson · 4 years, 5 months ago
  74. 8b477c1 Add handle counts to IdleWakeups summary by Bruce Dawson · 4 years, 5 months ago
  75. ed7f800 Fix pe_summarize.py to be compatible with python3. by Zequan Wu · 4 years, 6 months ago
  76. 19f5ffc Add windbg32.bat and windbg64.bat by Bruce Dawson · 4 years, 6 months ago
  77. cbef3bf Add Docs for chromeexts by Robert Liao · 4 years, 7 months ago
  78. 823c2d7 Connect chromeexts View Command to PrintViewHierarchy() by Robert Liao · 4 years, 8 months ago
  79. 6ef8eb3 Add Support to Display One Level of Children on Demand by Robert Liao · 4 years, 8 months ago
  80. f7c4166 Remove blink/public/platform/web_rect.h by Dave Tapuska · 4 years, 9 months ago
  81. 52f9845 Set up a Basic "view" Command by Robert Liao · 4 years, 9 months ago
  82. 1b47f9e Add base::CommandLine Support to chromeexts by Robert Liao · 4 years, 9 months ago
  83. dabc1b4 Refactor the Way Clients Obtain Interfaces from the Debug Client by Robert Liao · 4 years, 9 months ago
  84. 1a7c6f7 Revert back anonymous unions in blink.natvis by Koji Ishii · 4 years, 10 months ago
  85. 1f7d929 IdleWakeups: enable filtering by process ID by Jesse McKenna · 5 years ago
  86. 70df67c IdleWakeups: optionally print tab-delimited output by Jesse McKenna · 5 years ago
  87. efa7a4a Add README.md to tools/win/DebugVisualizers by Koji Ishii · 5 years ago
  88. 74b0788 IdleWakeups: optionally exit with target process by Jesse McKenna · 5 years ago
  89. 7339fb0 Fix blink.natvis for String and NGFragmentItem by Koji Ishii · 5 years ago
  90. 3cf5038 IdleWakeups: optionally show CPU time in seconds by Jesse McKenna · 5 years ago
  91. de1f382 base::Value visualizer by Felix Andrew · 5 years ago
  92. 79320c5 Update tools\win\setenv.bat to support VS 2019 by Bruce Dawson · 5 years ago
  93. f5b6a65 IdleWakeups: exclude idle snapshots from summary by Jesse McKenna · 5 years ago
  94. bbd788f Add jessemckenna to tools/win/OWNERS by Jesse McKenna · 5 years ago
  95. 4754f10 Add ajgo@ to tools/win/OWNERS. by Alex Gough · 5 years ago
  96. 57d1e89 IdleWakeups: Update README formatting for markdown by Jesse McKenna · 5 years ago
  97. 849213c remove copybara initialization artifacts by Jesse McKenna · 5 years ago
  98. 1c600d1 Copybara Service Migration Initialization. by Jesse McKenna · 5 years ago
  99. 978d662 IdleWakeups: count processes created and destroyed by Jesse McKenna · 5 years ago
  100. bc2a614 IdleWakeups: skip processes that report 0 threads by Jesse McKenna · 5 years ago