[FedCM] Remove traces of revoke [chromium/src : main]

0 views
Skip to first unread message

Christian Biesinger (Gerrit)

unread,
Jun 27, 2022, 3:46:04 PM6/27/22
to Zachary Tan, blink-revie...@chromium.org, blink-...@chromium.org, chromium...@chromium.org, Christian Biesinger

Attention is currently required from: Zachary Tan.

Christian Biesinger would like Zachary Tan to review this change.

View Change

[FedCM] Remove traces of revoke

Now that revoke has been removed in https://crrev.com/c/3712167,
this removes the final few traces.

R=tanza...@chromium.org

Bug: 1335232
Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
---
M third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
D third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py
2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json b/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
index 9d919790..c044a7f 100644
--- a/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
+++ b/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
@@ -2,5 +2,4 @@
"accounts_endpoint": "../accounts.py",
"client_metadata_endpoint": "../client_metadata.py",
"id_token_endpoint": "../id_token.py",
- "revocation_endpoint": "../revoke.py"
}
diff --git a/third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py b/third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py
deleted file mode 100644
index ed6fe00d..0000000
--- a/third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py
+++ /dev/null
@@ -1,6 +0,0 @@
-def main(request, response):
- if not b"hint" in request.POST:
- return (500, [], "Missing hint")
- if request.POST[b"hint"] == b"fail":
- return (500, [], "Fail requested")
- return (204, [], "")

To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
Gerrit-Change-Number: 3727309
Gerrit-PatchSet: 1
Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
Gerrit-Attention: Zachary Tan <tanza...@chromium.org>
Gerrit-MessageType: newchange

Blink W3C Test Autoroller (Gerrit)

unread,
Jun 27, 2022, 3:49:10 PM6/27/22
to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Chromium LUCI CQ, Zachary Tan, chromium...@chromium.org

Attention is currently required from: Zachary Tan.

Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/34611.

When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.

WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process

View Change

    To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
    Gerrit-Change-Number: 3727309
    Gerrit-PatchSet: 1
    Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
    Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
    Gerrit-Attention: Zachary Tan <tanza...@chromium.org>
    Gerrit-Comment-Date: Mon, 27 Jun 2022 19:48:58 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: No
    Gerrit-MessageType: comment

    Zachary Tan (Gerrit)

    unread,
    Jun 27, 2022, 3:49:45 PM6/27/22
    to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Blink W3C Test Autoroller, Chromium LUCI CQ, chromium...@chromium.org

    Attention is currently required from: Christian Biesinger.

    View Change

    1 comment:

    To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
    Gerrit-Change-Number: 3727309
    Gerrit-PatchSet: 1
    Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
    Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
    Gerrit-Attention: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Comment-Date: Mon, 27 Jun 2022 19:49:34 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Gerrit-MessageType: comment

    Christian Biesinger (Gerrit)

    unread,
    Jun 27, 2022, 3:51:00 PM6/27/22
    to Yi Gu, blink-revie...@chromium.org, blink-...@chromium.org, Christian Biesinger, Zachary Tan

    Attention is currently required from: Yi Gu.

    Christian Biesinger would like Yi Gu to review this change.

    To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
    Gerrit-Change-Number: 3727309
    Gerrit-PatchSet: 1
    Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
    Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
    Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
    Gerrit-Attention: Yi Gu <yi...@chromium.org>
    Gerrit-MessageType: newchange

    Christian Biesinger (Gerrit)

    unread,
    Jun 27, 2022, 3:51:05 PM6/27/22
    to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Yi Gu, Blink W3C Test Autoroller, Chromium LUCI CQ, Zachary Tan, chromium...@chromium.org

    Attention is currently required from: Yi Gu.

    View Change

    1 comment:

    • Patchset:

      • Patch Set #1:

        Can you mark code-review +1, Zach?

        Adding Yi in case you can't

    To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
    Gerrit-Change-Number: 3727309
    Gerrit-PatchSet: 1
    Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
    Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
    Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
    Gerrit-Attention: Yi Gu <yi...@chromium.org>
    Gerrit-Comment-Date: Mon, 27 Jun 2022 19:50:57 +0000

    Zachary Tan (Gerrit)

    unread,
    Jun 27, 2022, 3:53:31 PM6/27/22
    to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Yi Gu, Blink W3C Test Autoroller, Chromium LUCI CQ, chromium...@chromium.org

    Attention is currently required from: Christian Biesinger, Yi Gu.

    View Change

    1 comment:

    • Patchset:

      • Patch Set #1:

        Can you mark code-review +1, Zach? […]

        Sadly I can't :(

    To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
    Gerrit-Change-Number: 3727309
    Gerrit-PatchSet: 1
    Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
    Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
    Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
    Gerrit-Attention: Yi Gu <yi...@chromium.org>
    Gerrit-Attention: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Comment-Date: Mon, 27 Jun 2022 19:53:23 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Christian Biesinger <cbies...@chromium.org>
    Gerrit-MessageType: comment

    Yi Gu (Gerrit)

    unread,
    Jun 27, 2022, 3:54:28 PM6/27/22
    to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Blink W3C Test Autoroller, Chromium LUCI CQ, Zachary Tan, chromium...@chromium.org

    Attention is currently required from: Christian Biesinger.

    Patch set 1:Code-Review +1

    View Change

    1 comment:

    • Patchset:

      • Patch Set #1:

        I think only committers can CR+1. Zack feel free to write down LGTM 😊

    To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
    Gerrit-Change-Number: 3727309
    Gerrit-PatchSet: 1
    Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
    Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
    Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
    Gerrit-Attention: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Comment-Date: Mon, 27 Jun 2022 19:54:21 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    Gerrit-MessageType: comment

    Zachary Tan (Gerrit)

    unread,
    Jun 27, 2022, 3:58:37 PM6/27/22
    to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Yi Gu, Blink W3C Test Autoroller, Chromium LUCI CQ, chromium...@chromium.org

    Attention is currently required from: Christian Biesinger.

    View Change

    1 comment:

    To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
    Gerrit-Change-Number: 3727309
    Gerrit-PatchSet: 1
    Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
    Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
    Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
    Gerrit-Attention: Christian Biesinger <cbies...@chromium.org>
    Gerrit-Comment-Date: Mon, 27 Jun 2022 19:58:29 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Gerrit-MessageType: comment

    Christian Biesinger (Gerrit)

    unread,
    Jun 27, 2022, 4:00:36 PM6/27/22
    to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Yi Gu, Blink W3C Test Autoroller, Chromium LUCI CQ, Zachary Tan, chromium...@chromium.org

    Attention is currently required from: Christian Biesinger.

    Patch set 1:Commit-Queue +2

    View Change

      To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
      Gerrit-Change-Number: 3727309
      Gerrit-PatchSet: 1
      Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
      Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
      Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
      Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
      Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
      Gerrit-Attention: Christian Biesinger <cbies...@chromium.org>
      Gerrit-Comment-Date: Mon, 27 Jun 2022 20:00:27 +0000
      Gerrit-HasComments: No
      Gerrit-Has-Labels: Yes
      Gerrit-MessageType: comment

      Chromium LUCI CQ (Gerrit)

      unread,
      Jun 27, 2022, 5:32:28 PM6/27/22
      to Christian Biesinger, blink-revie...@chromium.org, blink-...@chromium.org, Yi Gu, Blink W3C Test Autoroller, Zachary Tan, chromium...@chromium.org

      Chromium LUCI CQ submitted this change.

      View Change


      Approvals: Christian Biesinger: Send CL to CQ automatically after approval; Commit Yi Gu: Looks good to me
      [FedCM] Remove traces of revoke

      Now that revoke has been removed in https://crrev.com/c/3712167,
      this removes the final few traces.

      R=tanza...@chromium.org

      Bug: 1335232
      Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3727309
      Reviewed-by: Yi Gu <yi...@chromium.org>
      Commit-Queue: Christian Biesinger <cbies...@chromium.org>
      Auto-Submit: Christian Biesinger <cbies...@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#1018408}

      ---
      M third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
      D third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py
      2 files changed, 20 insertions(+), 7 deletions(-)

      diff --git a/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json b/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
      index 9d919790..c044a7f 100644
      --- a/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
      +++ b/third_party/blink/web_tests/external/wpt/credential-management/support/fedcm-manifest-not-in-list/fedcm.json
      @@ -2,5 +2,4 @@
      "accounts_endpoint": "../accounts.py",
      "client_metadata_endpoint": "../client_metadata.py",
      "id_token_endpoint": "../id_token.py",
      - "revocation_endpoint": "../revoke.py"
      }
      diff --git a/third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py b/third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py
      deleted file mode 100644
      index ed6fe00d..0000000
      --- a/third_party/blink/web_tests/external/wpt/credential-management/support/revoke.py
      +++ /dev/null
      @@ -1,6 +0,0 @@
      -def main(request, response):
      - if not b"hint" in request.POST:
      - return (500, [], "Missing hint")
      - if request.POST[b"hint"] == b"fail":
      - return (500, [], "Fail requested")
      - return (204, [], "")

      To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
      Gerrit-Change-Number: 3727309
      Gerrit-PatchSet: 2
      Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
      Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
      Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
      Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
      Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
      Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
      Gerrit-MessageType: merged

      Blink W3C Test Autoroller (Gerrit)

      unread,
      Jun 27, 2022, 5:55:46 PM6/27/22
      to Christian Biesinger, Chromium LUCI CQ, blink-revie...@chromium.org, blink-...@chromium.org, Yi Gu, Zachary Tan, chromium...@chromium.org

      The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/34611

      View Change

        To view, visit change 3727309. To unsubscribe, or for help writing mail filters, visit settings.

        Gerrit-Project: chromium/src
        Gerrit-Branch: main
        Gerrit-Change-Id: I5e4e18ce358c8d68003fdc65b7d71cb98b83d5df
        Gerrit-Change-Number: 3727309
        Gerrit-PatchSet: 2
        Gerrit-Owner: Christian Biesinger <cbies...@chromium.org>
        Gerrit-Reviewer: Christian Biesinger <cbies...@chromium.org>
        Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
        Gerrit-Reviewer: Yi Gu <yi...@chromium.org>
        Gerrit-Reviewer: Zachary Tan <tanza...@chromium.org>
        Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
        Gerrit-Comment-Date: Mon, 27 Jun 2022 21:55:36 +0000
        Reply all
        Reply to author
        Forward
        0 new messages