Bug 65770

Summary: Web Inspector: Resources panel does not show main resource cookies.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, maniqui, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Vsevolod Vlasov 2011-08-05 08:27:15 PDT
Resources panel does not show main resource cookies.
Comment 1 Vsevolod Vlasov 2011-08-05 08:28:01 PDT
Original chromium report: https://code.google.com/p/chromium/issues/detail?id=77276
Comment 2 Vsevolod Vlasov 2011-08-08 04:51:52 PDT
Created attachment 103229 [details]
Patch
Comment 3 Pavel Feldman 2011-08-08 05:29:02 PDT
Comment on attachment 103229 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=103229&action=review

> Source/WebCore/inspector/InspectorPageAgent.cpp:402
>          Vector<CachedResource*> allResources = cachedResourcesForFrame(frame);

allResourceURLsForFrame() ?
Comment 4 Vsevolod Vlasov 2011-08-08 06:05:50 PDT
Created attachment 103236 [details]
Patch
Comment 5 Vsevolod Vlasov 2011-08-09 03:34:19 PDT
Committed r92672: <http://trac.webkit.org/changeset/92672>
Comment 6 Vsevolod Vlasov 2011-10-09 16:51:01 PDT
*** Bug 69733 has been marked as a duplicate of this bug. ***