1. 23 Jun, 2017 1 commit
  2. 20 Jun, 2017 1 commit
  3. 02 May, 2017 1 commit
  4. 28 Apr, 2017 1 commit
  5. 13 Apr, 2017 1 commit
  6. 15 Mar, 2017 1 commit
  7. 23 Feb, 2017 1 commit
    • bradnelson's avatar
      Add checkdeps to tools/presubmit.py. · 40ab666b
      bradnelson authored
      Adding a full run of checkdeps to tools/presubmit.py so that we keep
      checkdeps green. PRESUBMIT.py checks only incremental changes.
      
      Temporarily disabling a check rule that's broker in the inspector,
      pending owners fix.
      
      BUG=
      R=machenbach@chromium.org,dgozman@chromium.org,eholk@chromium.org
      
      Review-Url: https://codereview.chromium.org/2705333005
      Cr-Commit-Position: refs/heads/master@{#43397}
      40ab666b
  8. 17 Feb, 2017 1 commit
  9. 26 Jan, 2017 1 commit
  10. 09 Jan, 2017 1 commit
  11. 07 Jan, 2017 1 commit
    • littledan's avatar
      [test] Process to locally develop and upstream test262 tests · 586deecb
      littledan authored
      This patch provides improved infrastructure for developing test262 tests
      together with V8. It has three parts:
      - The test262 test runner is updated to look for local versions of tests
        in the /test/test262/local-tests directory, which mirrors
        /test/test262/data. Additional tests can be added there and are run
        together with tests from upstream. Upstream tests can be locally
        updated by using the same name in local-tests; if a same-named test
        exists, then only the local version will be run. The local-tests
        directory is in the V8 repository, unlike the contents of the data
        directory, so tests can be added in the same patch as something else.
      - The tool /test/test262/upstream-local-tests.sh is added to create
        a patch against the test262 respository based on a patch which changes
        the local-tests directory.
      - The tool /test/test262/prune-local-tests.sh is added to remove
        redundant local tests on a test262 roll.
      
      See design doc:
      https://docs.google.com/document/d/16bj7AIDgZLv4WOsUEzQ5NzcEN9_xo095e88Pz8FC5rA/edit
      
      Review-Url: https://codereview.chromium.org/2611793002
      Cr-Commit-Position: refs/heads/master@{#42117}
      586deecb
  12. 28 Dec, 2016 2 commits
  13. 20 Dec, 2016 1 commit
  14. 06 Dec, 2016 2 commits
  15. 28 Nov, 2016 1 commit
  16. 25 Nov, 2016 1 commit
  17. 24 Nov, 2016 1 commit
  18. 14 Nov, 2016 1 commit
    • yangguo's avatar
      [serializer] small fixes for blink snapshot. · c759a3d8
      yangguo authored
      Changes include:
       - Adding V8_EXPORT macro for SnapshotCreator
       - Removing outdated DCHECKs.
       - Allow nullptr as external reference. This required a...
       - Refactoring of hashmaps used by the serializer.
       - Remove external references for counters. These are not used
         anywhere for isolates that are being serialized.
       - Put template infos into the partial snapshot cache.
       - Remove unnecessary presubmit check for external references.
         mksnapshot crashes if external references are missing.
      
      R=jochen@chromium.org, vogelheim@chromium.org
      BUG=chromium:617892
      
      Review-Url: https://codereview.chromium.org/2490783004
      Cr-Commit-Position: refs/heads/master@{#40949}
      c759a3d8
  19. 30 Sep, 2016 2 commits
  20. 29 Sep, 2016 2 commits
  21. 26 Sep, 2016 1 commit
  22. 21 Sep, 2016 1 commit
  23. 01 Sep, 2016 1 commit
  24. 31 Aug, 2016 2 commits
  25. 10 Aug, 2016 1 commit
  26. 22 Mar, 2016 1 commit
    • mstarzinger's avatar
      [presubmit] Disable linter check for alpha-sorted includes. · 9d3e0552
      mstarzinger authored
      The linter (i.e. cpplint.py) no longer needs to check for alpha-sorted
      include directives because our source formatting (i.e. clang-format)
      will take care of this by now. This is the current default configuration
      of the underlying linter anyways.
      
      Note that the two tools disagree about the correct ordering about files
      containing dash characters. The ordering suggested by the formatter is
      more natural. Having the formatter trigger linter errors is not a good
      situation to be in.
      
      R=jochen@chromium.org
      
      Review URL: https://codereview.chromium.org/1822003002
      
      Cr-Commit-Position: refs/heads/master@{#34985}
      9d3e0552
  27. 25 Jan, 2016 1 commit
  28. 10 Dec, 2015 1 commit
  29. 27 Nov, 2015 1 commit
  30. 25 Nov, 2015 1 commit
  31. 04 Nov, 2015 1 commit
  32. 30 Sep, 2015 1 commit
  33. 28 Sep, 2015 1 commit
  34. 25 Sep, 2015 1 commit
  35. 07 Sep, 2015 1 commit