1. 24 Mar, 2022 1 commit
  2. 25 Oct, 2021 1 commit
  3. 04 Oct, 2021 1 commit
  4. 30 Sep, 2021 1 commit
  5. 29 Sep, 2021 1 commit
    • Omer Katz's avatar
      Reland "Reland "Reland "cppgc: Enable checks for assignments in prefinalizers""" · f001bfd7
      Omer Katz authored
      This is a reland of 2db50670
      
      crrev.com/c/3182223 resolves all known issues (and should prevent
      additional issues in the future).
      
      Original change's description:
      > Reland "Reland "cppgc: Enable checks for assignments in prefinalizers""
      >
      > This is a reland of adb6276f
      >
      > Causes for previous revert was addressed by crbug.com/3140387 and
      > crbug.com/3163579.
      >
      > Original change's description:
      > > Reland "cppgc: Enable checks for assignments in prefinalizers"
      > >
      > > This is a reland of edcc8ff5
      > >
      > > Cause for previous revert was addressed by crbug.com/1241773.
      > >
      > > Original change's description:
      > > > cppgc: Enable checks for assignments in prefinalizers
      > > >
      > > > Bug: v8:11749
      > > > Change-Id: Ic027f732030fb6a2befeffeca9db2eacfd0830a5
      > > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3099953
      > > > Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
      > > > Commit-Queue: Omer Katz <omerkatz@chromium.org>
      > > > Cr-Commit-Position: refs/heads/main@{#76370}
      > >
      > > Bug: v8:11749
      > > Change-Id: I57fc138ace002d41e54f7f70250e4d19bc9262b0
      > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3122153
      > > Auto-Submit: Omer Katz <omerkatz@chromium.org>
      > > Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
      > > Commit-Queue: Omer Katz <omerkatz@chromium.org>
      > > Cr-Commit-Position: refs/heads/main@{#76553}
      >
      > Bug: v8:11749
      > Change-Id: I138ca374314108f0f23e234a8fd90d15d912120d
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3168280
      > Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
      > Commit-Queue: Omer Katz <omerkatz@chromium.org>
      > Cr-Commit-Position: refs/heads/main@{#76971}
      
      Bug: v8:11749
      Change-Id: I8bf48cecde910e74f40cf0cd6aa8a5ed19de1584
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3182224Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
      Commit-Queue: Omer Katz <omerkatz@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#77143}
      f001bfd7
  6. 24 Sep, 2021 3 commits
  7. 21 Sep, 2021 1 commit
  8. 30 Aug, 2021 1 commit
  9. 28 Aug, 2021 1 commit
  10. 19 Aug, 2021 1 commit
  11. 18 Aug, 2021 1 commit
  12. 25 May, 2021 1 commit
  13. 19 May, 2021 1 commit
  14. 17 May, 2021 1 commit
  15. 12 May, 2021 1 commit
  16. 11 May, 2021 1 commit
  17. 10 May, 2021 1 commit
  18. 07 May, 2021 2 commits
  19. 08 Mar, 2021 1 commit
  20. 14 Jan, 2021 1 commit
  21. 09 Oct, 2020 1 commit
    • Michael Lippautz's avatar
      Migrate CrossThreadPersistent · 4569ffae
      Michael Lippautz authored
      Adds a cross-thread reference for strongly and weakly retaining
      objects on a thread other than the thread that owns the object.
      
      The intended use of the reference is by setting it up on the
      originating thread, holding the object alive from another thread, and
      ultimately accessing the object again on the originating thread.
      
      The reference has known caveats:
      - It's unsafe to use when the heap may terminate;
      - It's unsafe to transitively reach through the graph because of
        compaction;
      
      Change-Id: I84fbdde69a099eb54af5b93c34e2169915b17e64
      Bug: chromium:1056170
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2436449
      Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
      Reviewed-by: 's avatarOmer Katz <omerkatz@chromium.org>
      Reviewed-by: 's avatarAnton Bikineev <bikineev@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#70428}
      4569ffae
  22. 01 Jul, 2020 1 commit
  23. 11 Jun, 2020 1 commit
  24. 28 Apr, 2020 1 commit
  25. 15 Apr, 2020 1 commit
  26. 08 Apr, 2020 1 commit
  27. 31 Mar, 2020 1 commit