Bug 58316 - Web Inspector: cookies view is empty even for sites with cookies.
Summary: Web Inspector: cookies view is empty even for sites with cookies.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 05:58 PDT by Pavel Feldman
Modified: 2011-04-12 07:30 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.04 KB, patch)
2011-04-12 06:00 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-04-12 05:58:25 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-04-12 06:00:14 PDT
Created attachment 89192 [details]
Patch
Comment 2 Yury Semikhatsky 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.
Comment 3 Pavel Feldman 2011-04-12 06:26:00 PDT
Committed r83584: <http://trac.webkit.org/changeset/83584>
Comment 4 Andrey Kosyakov 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.