1. 24 May, 2019 1 commit
  2. 23 May, 2019 2 commits
  3. 26 Dec, 2018 1 commit
  4. 20 Dec, 2018 1 commit
  5. 17 Dec, 2018 2 commits
  6. 14 Dec, 2018 1 commit
  7. 07 Dec, 2018 1 commit
  8. 05 Dec, 2018 1 commit
  9. 24 Oct, 2018 1 commit
  10. 11 Oct, 2018 1 commit
  11. 16 May, 2018 1 commit
  12. 14 Apr, 2018 1 commit
    • Jakob Kummerow's avatar
      [ubsan] Change Address typedef to uintptr_t · 2459046c
      Jakob Kummerow authored
      The "Address" type is V8's general-purpose type for manipulating memory
      addresses. Per the C++ spec, pointer arithmetic and pointer comparisons
      are undefined behavior except within the same array; since we generally
      don't operate within a C++ array, our general-purpose type shouldn't be
      a pointer type.
      
      Bug: v8:3770
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng;master.tryserver.blink:linux_trusty_blink_rel
      Change-Id: Ib96016c24a0f18bcdba916dabd83e3f24a1b5779
      Reviewed-on: https://chromium-review.googlesource.com/988657
      Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
      Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52601}
      2459046c
  13. 26 Mar, 2018 1 commit
  14. 14 Feb, 2018 1 commit
  15. 26 Dec, 2017 1 commit
  16. 08 Nov, 2017 1 commit
  17. 06 Nov, 2017 1 commit
  18. 13 Sep, 2017 1 commit
  19. 30 Aug, 2017 1 commit
  20. 29 Aug, 2017 1 commit
  21. 28 Aug, 2017 1 commit
  22. 24 Aug, 2017 1 commit
  23. 23 Aug, 2017 1 commit
  24. 22 Aug, 2017 1 commit
  25. 27 May, 2017 1 commit
  26. 25 Apr, 2017 1 commit
    • ulan's avatar
      Decouple root visitors from object visitors. · e671ed36
      ulan authored
      This patch adds a new interface called RootVisitor and changes the root
      iteration functions to accept a RootVisitor instead of an ObjectVisitor.
      
      Future CLs will change ObjectVisitor to provide the host object to all
      visiting functions, which will bring it in sync with static visitors.
      
      Having separate visitors for roots and objects removes ambiguity in
      VisitPointers and reduces chances of forgetting to record slots.
      
      This is intended as pure refactoring. All places that require behavior
      change are marked with TODO and will addressed in future CLs.
      
      BUG=chromium:709075
      
      Review-Url: https://codereview.chromium.org/2801073006
      Cr-Commit-Position: refs/heads/master@{#44852}
      e671ed36
  27. 23 Feb, 2017 1 commit
  28. 20 Feb, 2017 1 commit
  29. 08 Dec, 2016 1 commit
  30. 15 Nov, 2016 3 commits
  31. 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
  32. 18 Oct, 2016 2 commits
  33. 07 Oct, 2016 3 commits