Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tools/metrics from Chromium 114.0.5735.330 #1031

Merged
merged 7 commits into from
Aug 15, 2023
Merged

Commits on Aug 9, 2023

  1. Publish DEPS for 114.0.5735.330

    git-subtree-dir: tools/python
    git-subtree-split: 4a8656d20e117967a89326daae7d5f88e0e8ebaa
    Chrome Release Bot (LUCI) authored and dahlstrom-g committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    871086c View commit details
    Browse the repository at this point in the history
  2. Publish DEPS for 114.0.5735.330

    git-subtree-dir: tools/metrics
    git-subtree-split: 4a8656d20e117967a89326daae7d5f88e0e8ebaa
    Chrome Release Bot (LUCI) authored and dahlstrom-g committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    92fec66 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge tools/metrics and tools/python

    … from tag 114.0.5735.330.
    dahlstrom-g committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e2abddd View commit details
    Browse the repository at this point in the history
  2. Add METADATA and pre-commit

    … for tools/metrics and tools/python.
    briantting authored and dahlstrom-g committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1e49a6c View commit details
    Browse the repository at this point in the history
  3. Add parameterized to pytest requirements.txt

    … to satisfy uses in tools/metrics.
    oxve authored and dahlstrom-g committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    edf676a View commit details
    Browse the repository at this point in the history
  4. Don't depend on current working directory in test

    Change-Id: I026912b352f93bd1fb15e3142f140047b988f920
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4743547
    Commit-Queue: Dana Dahlstrom <[email protected]>
    Reviewed-by: Sun Yueru <[email protected]>
    Reviewed-by: Robert Kaplow <[email protected]>
    Cr-Commit-Position: refs/heads/main@{#1179167}
    dahlstrom-g committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c8c4ec5 View commit details
    Browse the repository at this point in the history
  5. Replace built-in generic list with typing.List

    … for compatibility with Python versions before 3.9, which lack PEP 585.
    
    Change-Id: Ib747d709a8762bcf81e23ddbbf6a4ec4a2c4ce97
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4762987
    Commit-Queue: Dana Dahlstrom <[email protected]>
    Reviewed-by: Weilun Shi <[email protected]>
    Cr-Commit-Position: refs/heads/main@{#1181199}
    dahlstrom-g committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6279004 View commit details
    Browse the repository at this point in the history