1. 4e27d61 Adding source code to RetrieveSymbols for PE/PDB retrieval. by brucedawson · 11 years ago
  2. 501735a VS debug visualizer for WTF::String shows "Invalid characters in string" by kojii · 11 years ago
  3. 56a8939 Fix WebCore -> blink changes in VS debugger visualizers. by bratell · 11 years ago
  4. 8fae045b Update copy-installer.bat for component=shared_library builds. by Greg Thompson · 11 years ago
  5. 936440e Have tools/win/sizeviewer use third_party code_tally instead of private copy by Scott Graham · 11 years ago
  6. a055ad2 Improve sizeviewer for Windows by Scott Graham · 11 years ago
  7. 467d049 Remove msvs_express and secure_atl settings by scottmg · 11 years ago
  8. ea993a8 win/clang: Fix all remaining -Wformat warnings. by Nico Weber · 11 years ago
  9. d4d772e Don't pass const strings to CreateProcess. by [email protected] · 11 years ago
  10. ef7e5d6 Only build win static_initializers tool on Pro where DIA is available by [email protected] · 11 years ago
  11. 436e890 Remove old VS2010 toolchain script by [email protected] · 11 years ago
  12. 8431e4e Add DebugVisualizers by [email protected] · 12 years ago
  13. 26cceef0 Batch file changes for https://codereview.chromium.org/179903004/ by [email protected] · 12 years ago
  14. 3f990bae Fix copy-installer.bat to work with x64 output directories. by [email protected] · 12 years ago
  15. f1d4d3d92 Use subprocess.call instead of os.system in DownloadSDK8. by [email protected] · 12 years ago
  16. 55d19d36 Convert CRLF to LF for tools/win/static_initializers.gyp by [email protected] · 12 years ago
  17. 6a6b516 Static initializers tool for Windows by [email protected] · 12 years ago
  18. 0f089e5 Remove old 2013 toolchain script from tools/win/ by [email protected] · 12 years ago
  19. b48dd515 Remove references to Chrome Frame files from copy script. by [email protected] · 12 years ago
  20. 0cc1d3a Cached timestamps for toolchain update script by [email protected] · 12 years ago
  21. c464605 Auto-updating script for Windows toolchain by [email protected] · 12 years ago
  22. c33108e don't use VS subdir for 2013 toolchain builder by [email protected] · 12 years ago
  23. 9230cd91 First pass at automated vs2013 toolchain script by [email protected] · 12 years ago
  24. 7041dce Various fixes and UI improvements. by [email protected] · 12 years ago
  25. 27909fa8 Add instruction to install Visual Studio SDK for ChromeDebug. by [email protected] · 12 years ago
  26. 9e11ba5 See https://codereview.chromium.org/23526064/ For more context by [email protected] · 12 years ago
  27. 81cc64b4 Resubmit of ChromeDebug extension with fixed license headers. by [email protected] · 12 years ago
  28. 06cefc1 Revert 223758 "Initial submit of ChromeDebug extension. " Breaks license check. by [email protected] · 12 years ago
  29. a5bee46 Initial submit of ChromeDebug extension. by [email protected] · 12 years ago
  30. 2ee0457 Avoid copying test pdbs in copy_installer.bat by [email protected] · 12 years ago
  31. 04a08b9 Add tools\win\sizeviewer to dump partition view of binary size by [email protected] · 12 years ago
  32. 10240ea win/toolchain now does Update 3 for VS2012 by [email protected] · 12 years ago
  33. 1112d6c Tool to graph unwanted dependencies (browser->webcore currently) by [email protected] · 12 years ago
  34. 7bb5c208 workaround for different manifest locations in split_link by [email protected] · 12 years ago
  35. d795454 override for ignoring data exports during split link by [email protected] · 12 years ago
  36. df3a979 Pull string constants into separate .cc for split dll build by [email protected] · 12 years ago
  37. b03477f Identify data exports during split_link by [email protected] · 12 years ago
  38. 04a2598 Fix pdb for chrome_split_dll=1 by [email protected] · 12 years ago
  39. 07baa18 Generate, merge, and embed manifest when doing split_link by [email protected] · 12 years ago
  40. 725a57d Fix crash in super splity linker by [email protected] · 12 years ago
  41. e5f7c33 fix line endings on split_link scripts by [email protected] · 12 years ago
  42. ac4d0ff split_link tool, config, and scripts for windows build by [email protected] · 12 years ago
  43. d2d0f161 Improve Windows toolchain script. by [email protected] · 12 years ago
  44. f8e3b11 Add support for vs2012 by [email protected] · 12 years ago
  45. 112569c fix tools/win/toolchain/toolchain.py x64 setup by [email protected] · 13 years ago
  46. dff339a toolchain script: don't error out when downloading win8 sdk by [email protected] · 13 years ago
  47. 55c0f96 Fix executable bits on 7z.dll and 7z.exe by [email protected] · 13 years ago
  48. fcc78c9 tools addition to automate setting up windows toolchain by [email protected] · 13 years ago
  49. a06f5f5 Allow copy-installer script to work on OS versions other than Win8. by [email protected] · 13 years ago
  50. fef260d Do not compress chrome.7z into chrome.packed.7z for developer (component) builds. by [email protected] · 13 years ago
  51. 8f1da83d Remove supalink by [email protected] · 13 years ago
  52. 33dda78 Make check_perms happy :) by [email protected] · 13 years ago
  53. 8e65fd3 Handle chrome.dll.pdb properly when incremental_chrome_dll is set. by [email protected] · 13 years ago
  54. e2e004b Implement a tool called link_limiter to impose a global restriction on how many by [email protected] · 13 years ago
  55. 4f5d5446 Fix check_perms from r149483. by [email protected] · 13 years ago
  56. 8cc0e578 A batch file to ease copying a build from a network share to a local machine for testing. by [email protected] · 13 years ago
  57. 6414637 Add #include <iterator> to files that use std::back_inserter. by [email protected] · 13 years ago
  58. 1973063 Port the supalink scripts to work with Cygwin Python. by [email protected] · 14 years ago
  59. cb155a8 Fix python scripts in src/tools/ by [email protected] · 14 years ago
  60. f1b6f991 Mostly automatic incremental link enabling by [email protected] · 14 years ago