Bug 58316

Summary: Web Inspector: cookies view is empty even for sites with cookies.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Pavel Feldman
Reported 2011-04-12 05:58:25 PDT
Patch to follow.
Attachments
Patch (4.04 KB, patch)
2011-04-12 06:00 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2011-04-12 06:00:14 PDT
Yury Semikhatsky
Comment 2 2011-04-12 06:05:14 PDT
Comment on attachment 89192 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=89192&action=review > LayoutTests/http/tests/inspector/resource-tree-model-expected.txt:5 > +http://127.0.0.1:8000/inspector/resources-test.js Please make sure that the resources will always arrive in the same order or alternatively sort them before printing, we don't need one more flaky test.
Pavel Feldman
Comment 3 2011-04-12 06:26:00 PDT
Andrey Kosyakov
Comment 4 2011-04-12 07:30:14 PDT
Comment on attachment 89192 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=89192&action=review > LayoutTests/http/tests/inspector/resource-tree-model.html:19 > + function onResourceFinished(event) There may be a race condition between test being invoked via runTest() in onload and resource events coming from the loading of the test page. This test is likely to be flaky. Consider checking for the frame resource url.
Note You need to log in before you can comment on or make changes to this bug.