1. 4efa4214 Using json based tree status check. by [email protected] · 15 years ago
  2. 542d1ad2 Add a presubmit check that catches |const NSString*| and friends. by [email protected] · 15 years ago
  3. abc6a51 Add net/tools/spdyshark/ to the presubmit exclude path list. by [email protected] · 15 years ago
  4. ea141386 Fix a bug in PRESUBMIT.py because of default argument ordering. by [email protected] · 15 years ago
  5. 1a8e94a Presubmit should now interpret "Closed" (upper case C) as meaning the tree is closed. by [email protected] · 15 years ago
  6. 806e98e Move presubmit checks to depot_tools presubmit_canned_checks and add a warning about json support. by [email protected] · 15 years ago
  7. f80f4ad Fix PRESUBMIT.py to handle 'true' and 'false' literals from the JSON data. by [email protected] · 15 years ago
  8. 0133392 Fix the list of slow slaves. by [email protected] · 16 years ago
  9. 38fdd9d Tolerate the form 20xx-20xx for copyrights since it's used in a few headers. by [email protected] · 16 years ago
  10. 379e7dd Add back *.txt and *.json for the svn:eol-style check. by [email protected] · 16 years ago
  11. 1f7b417 Use the newly added CheckLicense() canned check to verify license boiler plate on source files. by [email protected] · 16 years ago
  12. 70aea9a Remove old files. by [email protected] · 16 years ago
  13. 50d7d721e Dummy checkin to trigger the bots by [email protected] · 16 years ago
  14. 9d660ad6 Fix PRESUBMIT.py when simplejson is present. by [email protected] · 16 years ago
  15. 7fa42f1 Warn when number of inflight build is too high. by [email protected] · 16 years ago
  16. f66d850 Remove executable bit on PRESUBMIT.py since it is not an executable. by [email protected] · 16 years ago
  17. 244955b Dummy checkin to trigger the builbot by [email protected] · 16 years ago
  18. f318b2a32 Dummy change to trigger the buildbots by [email protected] · 16 years ago
  19. dd805fe Disable CheckSvnModifiedDirectories for now. It doesn't work well in third_party. by [email protected] · 16 years ago
  20. 5fa0629 Add GetPreferredTrySlaves() to presubmit scripts. by [email protected] · 16 years ago
  21. 37cc1a1 Dummy checkin to trigger the bots by [email protected] · 16 years ago
  22. 71cdeb48 Fix try job status PRESUBMIT check when an issue is private. by [email protected] · 16 years ago
  23. 3748d1b Check for svn directories with modified properties during presubmit. These directories may trigger unwanted commits due to svn's recursive behavior. by [email protected] · 16 years ago
  24. 7f23815 Make the try job presubmit check (CheckTryJobExecution) less verbose. by [email protected] · 16 years ago
  25. f129379 Dummy checkin to trigger the bots by [email protected] · 16 years ago
  26. b3fbe1c Make the "tree is closed" presubmit check an error, not a by [email protected] · 16 years ago
  27. 7230383 Enforce presubmit check of try run. Add a nice message to give feedback to the right person. by [email protected] · 16 years ago
  28. 40cdf8b3 Enforce correct mime-type on some files formats (especially images). by [email protected] · 16 years ago
  29. 04a39f7c Display the actual tree status when the tree is closed. Much more helpful. by [email protected] · 16 years ago
  30. 430641764 Use new canned checks in PRESUBMIT.py by [email protected] · 16 years ago
  31. f746894 Use input_api.ReadFile() instead of rolling out its own. by [email protected] · 16 years ago
  32. 47d1326f Dummy change to trigger the buildbots by [email protected] · 16 years ago
  33. 70ac498 Add try job status check on commit. by [email protected] · 16 years ago
  34. 10bec85 Dummy change to trigger the slaves - NO CODE CHANGE by [email protected] · 16 years ago
  35. 671cad243 Dummy change to trigger the build slaves - NO CODE CHANGE by [email protected] · 16 years ago
  36. fe5f57c5 Add the tree check there instead of implementing it in the root PRESUBMIT.py. by [email protected] · 16 years ago
  37. 085bdc92 Fix PRESUBMIT.py's path handling. by [email protected] · 16 years ago
  38. 917f58b Revert "Revert "Add presubmit checks to look for BUG= and TEST= tags in change list description."" by [email protected] · 16 years ago
  39. 60bf686 Revert "Add presubmit checks to look for BUG= and TEST= tags in change list description." by [email protected] · 16 years ago
  40. 6cd1437 Add presubmit checks to look for BUG= and TEST= tags in change list description (Part 2 of 2). by [email protected] · 16 years ago
  41. 9e93059 Dummy checkin to trigger the bots after the build error by [email protected] · 16 years ago
  42. 0dfd311 Dummy checkin to trigger the bots after the master factory refactoring - part 4 by [email protected] · 16 years ago
  43. 682eb89 Dummy checkin to trigger the bots after the master factory refactoring - part 3 by [email protected] · 16 years ago
  44. 7f36bac Dummy checkin to trigger the bots after the master factory refactoring by [email protected] · 16 years ago
  45. a1d8d17 Dummy checkin to trigger the bots after the master factory refactoring by [email protected] · 16 years ago
  46. e2ea4b2 REmove one unneeded seam. Review URL: http://codereview.chromium.org/69019 by [email protected] · 16 years ago
  47. 04a40f84 Remove the 'Hammer' name in favor of the Debug|Release names by [email protected] · 16 years ago
  48. acba81f Revert r12849 (conversion of "Hammer" names to "Debug"). by [email protected] · 16 years ago
  49. 20f61e8 Replace "Hammer" references with "Debug" as appropriate. by [email protected] · 16 years ago
  50. d5ed857 Fix style in Presubmit.py by [email protected] · 16 years ago
  51. 93372117 Allow PRESUBMIT.py to handle deleted files. by [email protected] · 16 years ago
  52. db24f36 Add exceptions to max_cols rule. by [email protected] · 16 years ago
  53. 2fcccc7 Add end of file newline checks to PRESUBMIT.py. by [email protected] · 16 years ago
  54. b4971ce Temporarily disable max_cols=80 rule since there's too many source files that trigger this rule at the moment. by [email protected] · 16 years ago
  55. 3347870 - Add «no trailing whitespace» and <=80 cols rules. by [email protected] · 16 years ago
  56. ca8d1984 Very basic starter presubmit script for Chromium, as requested by maruel. by [email protected] · 17 years ago