1. 24 Mar, 2022 1 commit
  2. 09 Mar, 2022 1 commit
  3. 23 Feb, 2022 1 commit
  4. 26 Jan, 2022 1 commit
  5. 24 Jan, 2022 1 commit
  6. 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
  7. 11 Nov, 2021 1 commit
  8. 21 Oct, 2021 1 commit
  9. 20 Oct, 2021 1 commit
  10. 30 Sep, 2021 2 commits
  11. 09 Jul, 2021 1 commit
  12. 18 Jun, 2021 1 commit
  13. 16 Jun, 2021 1 commit
  14. 27 May, 2021 1 commit
  15. 15 May, 2021 1 commit
  16. 30 Apr, 2021 4 commits
  17. 27 Apr, 2021 1 commit
  18. 26 Apr, 2021 1 commit
  19. 21 Apr, 2021 1 commit
  20. 24 Mar, 2021 1 commit
  21. 19 Feb, 2021 1 commit
  22. 21 Jan, 2021 1 commit
  23. 08 Jan, 2021 1 commit
  24. 09 Dec, 2020 1 commit
  25. 26 Aug, 2020 1 commit
  26. 18 Aug, 2020 1 commit
  27. 02 Jul, 2020 3 commits
  28. 12 May, 2020 1 commit
  29. 07 May, 2020 1 commit
  30. 06 May, 2020 1 commit
  31. 30 Apr, 2020 1 commit
  32. 17 Apr, 2020 1 commit
  33. 15 Apr, 2020 1 commit
    • Victor Costan's avatar
      Roll v8/third_party/googletest/src/ 10b1902d8..e3f0319d8 (43 commits) · b78080dd
      Victor Costan authored
      https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/10b1902d893e..e3f0319d89f4
      
      This CL also removes references to gmock-generated-matchers.h, which was
      removed from googletest in commit
      41b5f149ab306e96b5b2faf523505d75acffd98a, and to
      gmock-generated-function-mockers.h, which was removed from googletest in
      commit fbf67a70d07543f40832d0cd7a58f304bc6ab1d1.
      
      $ git log 10b1902d8..e3f0319d8 --date=short --no-merges --format='%ad %ae %s'
      2020-04-01 absl-team Googletest export
      2020-03-30 absl-team Googletest export
      2020-03-23 absl-team Googletest export
      2020-03-24 krystian.kuzniarek remove chapters on Autotools, Meson and plain Makefiles
      2020-03-24 krystian.kuzniarek remove dead code in googletest-output-test
      2020-03-24 pkryger Swap settimer and sigaction calls to avoid SIGPROF
      2020-03-20 absl-team Googletest export
      2019-07-11 adam.f.badura Add support for std::function in MockFunction (#2277)
      2019-12-26 adam.f.badura Add tests for MockFunction deduction (#2277)
      2020-03-17 absl-team Googletest export
      2020-03-16 dmauro Googletest export
      2020-03-13 absl-team Googletest export
      2020-03-06 absl-team Googletest export
      2020-03-03 absl-team Googletest export
      2020-03-03 absl-team Googletest export
      2020-03-11 romain.geissler Make sure IsATTY does not clobber errno.
      2020-02-27 absl-team Googletest export
      2020-02-25 absl-team Googletest export
      2020-02-19 absl-team Googletest export
      2020-02-21 johan.mabille Fixed warnings
      2020-02-12 absl-team Googletest export
      2020-02-11 absl-team Googletest export
      2020-02-11 absl-team Googletest export
      2020-02-10 absl-team Googletest export
      2020-02-10 absl-team Googletest export
      2020-02-07 absl-team Googletest export
      2020-02-07 absl-team Googletest export
      2020-02-06 durandal Googletest export
      2020-02-05 absl-team Googletest export
      2020-02-05 absl-team Googletest export
      2020-02-03 absl-team Googletest export
      2020-02-03 absl-team Googletest export
      2020-01-31 absl-team Googletest export
      2020-01-31 absl-team Googletest export
      2020-01-29 absl-team Googletest export
      2020-01-27 absl-team Googletest export
      2020-01-27 absl-team Googletest export
      2020-01-27 absl-team Googletest export
      2020-01-24 absl-team Googletest export
      2020-01-24 absl-team Googletest export
      2020-01-23 absl-team Googletest export
      2020-01-29 krystian.kuzniarek remove a dead reference to the Autotools script
      2019-11-11 krystian.kuzniarek add documentation for the premature-exit-file protocol
      
      Created with:
        roll-dep v8/third_party/googletest/src
      
      Bug: chromium:1070043
      Change-Id: If63ebef3355a8e9da53cfa131c50ba03a0ea650d
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2150068Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Victor Costan <pwnall@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67138}
      b78080dd
  34. 21 Mar, 2020 1 commit