commit | b9391367907b720b3d270141815b1f49ec39bc6a | [log] [tgz] |
---|---|---|
author | Wolfgang Beyer <[email protected]> | Fri Jul 14 12:40:45 2023 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 14 14:42:54 2023 |
tree | 777ba69a7ff6032c4a4428fda6ef79cbe4b73856 | |
parent | e13d44308af26ef2e1c94bc7cb60d6225f38f9c7 [diff] [blame] |
Rephrase checkbox label for filtering requests with blocked response cookies Bug: 1458839 Change-Id: Ic7f94ebe8c786d07eaae54a2d2fb831e23933bf2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4684212 Auto-Submit: Wolfgang Beyer <[email protected]> Commit-Queue: Wolfgang Beyer <[email protected]> Commit-Queue: Danil Somsikov <[email protected]> Reviewed-by: Danil Somsikov <[email protected]>
diff --git a/front_end/panels/network/NetworkLogView.ts b/front_end/panels/network/NetworkLogView.ts index 7a6b4aa..336177b 100644 --- a/front_end/panels/network/NetworkLogView.ts +++ b/front_end/panels/network/NetworkLogView.ts
@@ -95,9 +95,10 @@ */ resourceTypesToInclude: 'Resource types to include', /** - *@description Label for a filter in the Network panel + *@description Label for a checkbox in the Network panel. When checked, only requests with + * blocked response cookies are shown. */ - hasBlockedCookies: 'Blocked cookies', + hasBlockedCookies: 'Blocked response cookies', /** *@description Tooltip for a checkbox in the Network panel. The response to a network request may include a * cookie (https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies). Such response cookies can