Bug 106673
Summary: | Web Inspector: cookies set on subresources from domains not matching any document are not shown in Resources panel | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, keishi, loislo, pfeldman, pmuellr, timothy, vsevik, web-inspector-bugs, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Andrey Kosyakov
0. Open inspector
1. Navigate to any youtube video (e.g. https://www.youtube.com/watch?v=RVnARGhhs9w)
2. Switch to Resources panel
3. Observe we only have cookies for www.youtube.com
4. Switch to Network panel
5. Locate a request to a script on doubleclick.net, click for details
6. Switch to cookies tab
7. Observe there's a cookie in request
This is because we only add cookie tree items for document URLs.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.