commit | 562d32ce33dd1082168094708660436af18a962d | [log] [tgz] |
---|---|---|
author | Simon Zünd <[email protected]> | Wed Feb 17 09:22:54 2021 |
committer | Commit Bot <[email protected]> | Wed Feb 17 09:41:01 2021 |
tree | 9ea7958b937a05acf3fdf10f29338b6728a266ac | |
parent | 6760a12b23760337b0008c4d177229b2d361d3a1 [diff] [blame] |
Provide more context in some l10n descriptions and lock some terms [email protected] Bug: chromium:1163928 Change-Id: I1fd4e54c052cbbd1a3cf575c56c82397ee5ec778 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2698834 Auto-Submit: Simon Zünd <[email protected]> Reviewed-by: Peter Marshall <[email protected]> Commit-Queue: Peter Marshall <[email protected]>
diff --git a/front_end/network/NetworkLogView.js b/front_end/network/NetworkLogView.js index 22e4b48..6f9f22f 100644 --- a/front_end/network/NetworkLogView.js +++ b/front_end/network/NetworkLogView.js
@@ -68,7 +68,9 @@ */ hasBlockedCookies: 'Has blocked cookies', /** - *@description Tooltip for a filter in the Network panel + *@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 + * be malformed or otherwise invalid and the browser may choose to ignore or not accept invalid cookies. */ onlyShowRequestsWithBlocked: 'Only show requests with blocked response cookies', /**