Commit e2d91f9
Add DevTools frontend support for port and scheme mismatch issues
Implements DevTools frontend support to show an issue for when
either a port or scheme are mismatched. This issue will only be
shown when kEnableSchemeBoundCookies or kEnablePortBoundCookies
are enabled.
Bug: 376025587
Change-Id: Iece976380330ab398a7e3d8b822a52317a90b010
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5988430
Reviewed-by: Alina Varkki <[email protected]>
Commit-Queue: Amarjot Gill <[email protected]>
Reviewed-by: Wolfgang Beyer <[email protected]>1 parent c5df3a1 commit e2d91f9
File tree
5 files changed
+39
-0
lines changed- config/gni
- front_end/models/issues_manager
- descriptions
5 files changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
| 417 | + | |
416 | 418 | | |
417 | 419 | | |
418 | 420 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
| |||
542 | 550 | | |
543 | 551 | | |
544 | 552 | | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
545 | 563 | | |
546 | 564 | | |
547 | 565 | | |
| |||
600 | 618 | | |
601 | 619 | | |
602 | 620 | | |
| 621 | + | |
| 622 | + | |
603 | 623 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments