Bug 112787 - Web Inspector: do not use inspector cookie in InspectorInstrumentation::{will,did}Paint
Summary: Web Inspector: do not use inspector cookie in InspectorInstrumentation::{will...
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: 112371
  Show dependency treegraph
 
Reported: 2013-03-20 04:29 PDT by Andrey Kosyakov
Modified: 2013-03-21 08:52 PDT (History)
13 users (show)

See Also:


Attachments
Patch (8.93 KB, patch)
2013-03-20 04:32 PDT, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2013-03-20 04:29:54 PDT
We don't need cookie there, as we don't expect frame to navigate within paint. We do need frame in didPaint, though (see bug 112371)
Comment 1 Andrey Kosyakov 2013-03-20 04:32:56 PDT
Created attachment 194019 [details]
Patch
Comment 2 Andrey Kosyakov 2013-03-21 08:52:04 PDT
Committed r146475: <http://trac.webkit.org/changeset/146475>