Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. e21ce38 Fix test for files starting with test_ and mock_ for Windows. by [email protected] · 14 years ago
  2. a18130a Fix bugs in PRESUBMIT.py's file exclusions. by [email protected] · 14 years ago
  3. 8f5a7e49 base::Bind: Remove NewRunnableFunction. by [email protected] · 14 years ago
  4. 65d07a4 Revert 114877 (infrastructure can't handle the load, see bug) by [email protected] · 14 years ago
  5. 78386960 Add linux_shared to the default try set! by [email protected] · 14 years ago
  6. 82f13d6 Update the aura tester used to the linux_chromeos_aura. by [email protected] · 14 years ago
  7. 9d16ad1 Add aura compile testing by default to likely areas (1). by [email protected] · 14 years ago
  8. 4ddc5df Switch the default `git try` / `gcl try` bots to _rel. by [email protected] · 14 years ago
  9. c4b4756 Hook up the presubmit check for empty descriptions. by [email protected] · 14 years ago
  10. 0d27c34 Revert 112034 - Add win_shared and linux_shared builder into the default try bot set. by [email protected] · 14 years ago
  11. 184757e Add win_shared and linux_shared builder into the default try bot set. by [email protected] · 14 years ago
  12. 24a4ac6 Fix typo in FRIEND_TEST presubmit nag. by [email protected] · 14 years ago
  13. ecdf8ea5 Add a presubmit to find new uses of the old callback system. by [email protected] · 14 years ago
  14. b5c2429 Add a presubmit check that enforces the use of FRIEND_TEST_ALL_PREFIXES() rather than FRIEND_TEST() since the former allows tests to be marked FLAKY_/FAILS_/DISABLED_. by [email protected] · 14 years ago
  15. eea609a ForTest presubmit check non-failing for CQ by making it just a message by [email protected] · 14 years ago
  16. 19e77fd Add a couple of things to the whitelist as requested. Refactor. by [email protected] · 14 years ago
  17. 2a8ac9c Try to annoy users with a presubmit check when they hack around .DEPS.git by [email protected] · 14 years ago
  18. 2aefa862 Make whitelist for files starting with test_ or mock_ treat path by [email protected] · 14 years ago
  19. 55463aa6 Downgrade the wstring check from an error to a warning. by [email protected] · 14 years ago
  20. 58971b31 Add test_ and mock_ prefixes to whitelist. by [email protected] · 14 years ago
  21. 5efb2a82 Don't send CLs with only *.mm files to non-Mac try bots by default. by [email protected] · 14 years ago
  22. 044ef4d presubmit - don't check test functions for wstring by [email protected] · 14 years ago
  23. df09e1b Fix false positive that occurred because _test.cc files were not by [email protected] · 14 years ago
  24. 8ea5d4b PRESUBMIT: reject changes that add wstrings by [email protected] · 14 years ago
  25. 1546aed9 Add profile_sync_service_harness.cc to presubmit whitelist as it is a by [email protected] · 14 years ago
  26. a766a132 Fix libbase interface check. by [email protected] · 14 years ago
  27. 10689ca Add a presubmit check that catches iostream usage in header files. by [email protected] · 14 years ago
  28. 3afb12a4 Add rules to exclude files with paths containing /test/, /tool/ and /tools/. by [email protected] · 14 years ago
  29. 5545985 Add check to help prevent test-only function usage in production code. by [email protected] · 14 years ago
  30. d8b50be Simplify the author check. by [email protected] · 14 years ago
  31. 9bb9cb8 Allow wildcard for corporate CLA. Add nvidia to AUTHORS. by [email protected] · 14 years ago
  32. ac54b13 presubmit: Make AUTHORS presubmit check use lower-cased email addresses. by [email protected] · 14 years ago
  33. c9966329 Fix presubmit check for non committers by [email protected] · 14 years ago
  34. 66daa70 Make sure non chromite/googler contributor is listed in AUTHORS. by [email protected] · 14 years ago
  35. 0b2f07b0 Don't check for @interface in _unittest.mm files in base by [email protected] · 14 years ago
  36. 839c139 Don't let the presubmit check warn about |@interface| in comments in base. by [email protected] · 14 years ago
  37. 7c5ae13 Remove pending builds check, it's going to interfere with the commit queue by [email protected] · 14 years ago
  38. 22c9bd7 Migrating common checks to a location that affects all chromium projects. by [email protected] · 15 years ago
  39. b5c4a9f Turn on OWNERS checking in chromium/src by [email protected] · 15 years ago
  40. 377ab1da Enforce copyright-year updates in PRESUBMIT. by [email protected] · 15 years ago
  41. 79ed7e6 Make the ~/.subversion/config check a notice instead of an error. by [email protected] · 15 years ago
  42. b5359c0 Add more clarification to subversion/config error. by [email protected] · 15 years ago
  43. c6a3c10b People hate to read text so put a link directly to the file. by [email protected] · 15 years ago
  44. b337cb5b Add a new presubmit check to enforce automatic svn properties in svn config. by [email protected] · 15 years ago
  45. 3e4eb11 Remove BUG= and TEST= checks from upload commit presubmit check. by [email protected] · 15 years ago
  46. 0724746 Convert build.chromium.org URLs to new URL format. by [email protected] · 15 years ago
  47. 6a4c8e68 Add a presubmit check that makes sure no interfaces or categories are in libbase. by [email protected] · 15 years ago
  48. 650c908 Add a presubmit check to catch usage of Singleton<T> in header files. by [email protected] · 15 years ago
  49. 4efa4214 Using json based tree status check. by [email protected] · 15 years ago
  50. 542d1ad2 Add a presubmit check that catches |const NSString*| and friends. by [email protected] · 15 years ago
  51. abc6a51 Add net/tools/spdyshark/ to the presubmit exclude path list. by [email protected] · 15 years ago
  52. ea141386 Fix a bug in PRESUBMIT.py because of default argument ordering. by [email protected] · 15 years ago
  53. 1a8e94a Presubmit should now interpret "Closed" (upper case C) as meaning the tree is closed. by [email protected] · 16 years ago
  54. 806e98e Move presubmit checks to depot_tools presubmit_canned_checks and add a warning about json support. by [email protected] · 16 years ago
  55. f80f4ad Fix PRESUBMIT.py to handle 'true' and 'false' literals from the JSON data. by [email protected] · 16 years ago
  56. 0133392 Fix the list of slow slaves. by [email protected] · 16 years ago
  57. 38fdd9d Tolerate the form 20xx-20xx for copyrights since it's used in a few headers. by [email protected] · 16 years ago
  58. 379e7dd Add back *.txt and *.json for the svn:eol-style check. by [email protected] · 16 years ago
  59. 1f7b417 Use the newly added CheckLicense() canned check to verify license boiler plate on source files. by [email protected] · 16 years ago
  60. 70aea9a Remove old files. by [email protected] · 16 years ago
  61. 50d7d721e Dummy checkin to trigger the bots by [email protected] · 16 years ago
  62. 9d660ad6 Fix PRESUBMIT.py when simplejson is present. by [email protected] · 16 years ago
  63. 7fa42f1 Warn when number of inflight build is too high. by [email protected] · 16 years ago
  64. f66d850 Remove executable bit on PRESUBMIT.py since it is not an executable. by [email protected] · 16 years ago
  65. 244955b Dummy checkin to trigger the builbot by [email protected] · 16 years ago
  66. f318b2a32 Dummy change to trigger the buildbots by [email protected] · 16 years ago
  67. dd805fe Disable CheckSvnModifiedDirectories for now. It doesn't work well in third_party. by [email protected] · 16 years ago
  68. 5fa0629 Add GetPreferredTrySlaves() to presubmit scripts. by [email protected] · 16 years ago
  69. 37cc1a1 Dummy checkin to trigger the bots by [email protected] · 16 years ago
  70. 71cdeb48 Fix try job status PRESUBMIT check when an issue is private. by [email protected] · 16 years ago
  71. 3748d1b7 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
  72. 7f23815 Make the try job presubmit check (CheckTryJobExecution) less verbose. by [email protected] · 16 years ago
  73. f129379 Dummy checkin to trigger the bots by [email protected] · 16 years ago
  74. b3fbe1c Make the "tree is closed" presubmit check an error, not a by [email protected] · 16 years ago
  75. 7230383 Enforce presubmit check of try run. Add a nice message to give feedback to the right person. by [email protected] · 16 years ago
  76. 40cdf8b3 Enforce correct mime-type on some files formats (especially images). by [email protected] · 16 years ago
  77. 04a39f7c Display the actual tree status when the tree is closed. Much more helpful. by [email protected] · 16 years ago
  78. 430641764 Use new canned checks in PRESUBMIT.py by [email protected] · 16 years ago
  79. f746894 Use input_api.ReadFile() instead of rolling out its own. by [email protected] · 16 years ago
  80. 47d1326f Dummy change to trigger the buildbots by [email protected] · 16 years ago
  81. 70ac498 Add try job status check on commit. by [email protected] · 16 years ago
  82. 10bec85 Dummy change to trigger the slaves - NO CODE CHANGE by [email protected] · 16 years ago
  83. 671cad243 Dummy change to trigger the build slaves - NO CODE CHANGE by [email protected] · 16 years ago
  84. fe5f57c5 Add the tree check there instead of implementing it in the root PRESUBMIT.py. by [email protected] · 16 years ago
  85. 085bdc92 Fix PRESUBMIT.py's path handling. by [email protected] · 16 years ago
  86. 917f58b Revert "Revert "Add presubmit checks to look for BUG= and TEST= tags in change list description."" by [email protected] · 16 years ago
  87. 60bf686 Revert "Add presubmit checks to look for BUG= and TEST= tags in change list description." by [email protected] · 16 years ago
  88. 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
  89. 9e93059 Dummy checkin to trigger the bots after the build error by [email protected] · 16 years ago
  90. 0dfd311 Dummy checkin to trigger the bots after the master factory refactoring - part 4 by [email protected] · 16 years ago
  91. 682eb89 Dummy checkin to trigger the bots after the master factory refactoring - part 3 by [email protected] · 16 years ago
  92. 7f36bac Dummy checkin to trigger the bots after the master factory refactoring by [email protected] · 16 years ago
  93. a1d8d17 Dummy checkin to trigger the bots after the master factory refactoring by [email protected] · 16 years ago
  94. e2ea4b2 REmove one unneeded seam. Review URL: http://codereview.chromium.org/69019 by [email protected] · 16 years ago
  95. 04a40f84 Remove the 'Hammer' name in favor of the Debug|Release names by [email protected] · 17 years ago
  96. acba81f Revert r12849 (conversion of "Hammer" names to "Debug"). by [email protected] · 17 years ago
  97. 20f61e8 Replace "Hammer" references with "Debug" as appropriate. by [email protected] · 17 years ago
  98. d5ed857 Fix style in Presubmit.py by [email protected] · 17 years ago
  99. 93372117 Allow PRESUBMIT.py to handle deleted files. by [email protected] · 17 years ago
  100. db24f36 Add exceptions to max_cols rule. by [email protected] · 17 years ago