1. 16 Aug, 2022 1 commit
  2. 05 Aug, 2022 1 commit
    • Michael Achenbach's avatar
      [infra] Change all Python shebangs to Python3 · 6ea78398
      Michael Achenbach authored
      The infrastructure runs everything already in Python3, so this is
      mostly a clean-up.
      
      For MB, a python2 holdover was removed and new lint errors were
      fixed.
      
      The renames were automated with:
      git grep -e "/usr/bin/python$" |
        cut -d':' -f1 |
        xargs
        sed -i 's/#!\/usr\/bin\/python$/#!\/usr\/bin\/python3/1'
      
      and
      git grep -e "/usr/bin/env python$" |
        cut -d':' -f1 |
        xargs
        sed -i 's/#!\/usr\/bin\/env python$/#!\/usr\/bin\/env python3/1'
      
      Bug: v8:13148
      Change-Id: If4f3c7635e72fa134798d55314ac1aa92ddd01bf
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3811499Reviewed-by: 's avatarLiviu Rau <liviurau@google.com>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#82231}
      6ea78398
  3. 25 Jul, 2022 1 commit
  4. 19 Jul, 2022 2 commits
  5. 30 May, 2022 1 commit
  6. 26 May, 2022 2 commits
  7. 23 May, 2022 1 commit
  8. 24 Mar, 2022 1 commit
  9. 09 Mar, 2022 1 commit
  10. 23 Feb, 2022 1 commit
  11. 26 Jan, 2022 1 commit
  12. 24 Jan, 2022 1 commit
  13. 05 Jan, 2022 1 commit
    • Benedikt Meurer's avatar
      [inspector] Gracefully ignore non-dictionary values as session state. · dc3eb449
      Benedikt Meurer authored
      The V8InspectorSessionImpl constructor accepts a state, as either text
      or CBOR encoded, and generally ignores all invalid inputs, except for
      the case where it's a valid value, but not a dictionary value, in which
      case it'll leak the value and crash upon casting to a `DictionaryValue`.
      
      This is purely an issue with the test driver, so no security impact on
      Chromium in the wild.
      
      Fixed: chromium:1281031
      Change-Id: I7b4d0aea83370499b1274d3fa214a14dc098d2f2
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3361838
      Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
      Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#78490}
      dc3eb449
  14. 11 Nov, 2021 1 commit
  15. 21 Oct, 2021 1 commit
  16. 20 Oct, 2021 1 commit
  17. 30 Sep, 2021 2 commits
  18. 09 Jul, 2021 1 commit
  19. 18 Jun, 2021 1 commit
  20. 16 Jun, 2021 1 commit
  21. 27 May, 2021 1 commit
  22. 15 May, 2021 1 commit
  23. 30 Apr, 2021 4 commits
  24. 27 Apr, 2021 1 commit
  25. 26 Apr, 2021 1 commit
  26. 21 Apr, 2021 1 commit
  27. 24 Mar, 2021 1 commit
  28. 19 Feb, 2021 1 commit
  29. 21 Jan, 2021 1 commit
  30. 08 Jan, 2021 1 commit
  31. 09 Dec, 2020 1 commit
  32. 26 Aug, 2020 1 commit
  33. 18 Aug, 2020 1 commit
  34. 02 Jul, 2020 1 commit