Bug 52303 - Web Inspector: cookie table is multiplied after repeated switching to cookies tab in network item view
Summary: Web Inspector: cookie table is multiplied after repeated switching to 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: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 10:20 PST by Andrey Kosyakov
Modified: 2011-01-12 12:08 PST (History)
11 users (show)

See Also:


Attachments
patch (2.36 KB, patch)
2011-01-12 10:29 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2011-01-12 10:20:33 PST
1. Open Inspector
2. Navigate to a page with cookies
3. Network panel -> any resource with cookies -> Cookies tab
4. Switch back and forth between Cookies tab and some other tab
5. Observe multiple instance of cookies table in the tab
Comment 1 Andrey Kosyakov 2011-01-12 10:29:53 PST
Created attachment 78703 [details]
patch
Comment 2 Joseph Pecoraro 2011-01-12 10:53:42 PST
Comment on attachment 78703 [details]
patch

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

> Source/WebCore/ChangeLog:6
> +        Only create cookiesTable is it hasn't been done yet.

Nit: (typo) "is it hasn't" => "if it hasn't"

This is not a big deal.
Comment 3 WebKit Commit Bot 2011-01-12 12:08:09 PST
Comment on attachment 78703 [details]
patch

Clearing flags on attachment: 78703

Committed r75629: <http://trac.webkit.org/changeset/75629>
Comment 4 WebKit Commit Bot 2011-01-12 12:08:15 PST
All reviewed patches have been landed.  Closing bug.