Bug 50627 - [v8] Web Inspector: avoid initializing Context on when creating attaching listener to ScriptDebugServer
Summary: [v8] Web Inspector: avoid initializing Context on when creating attaching lis...
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 06:47 PST by Yury Semikhatsky
Modified: 2010-12-07 07:20 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2010-12-07 07:03 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2010-12-07 06:47:43 PST
Web Inspector: avoid initializing Context on when creating attaching listener to ScriptDebugServer. When inspected page is navigated to another URL and the inspector is open the listener will be added to ScriptDebugServer before the page's main frame's loader started loading and even know the new URL. There is a chromium bug connected with that behavior: http://crbug.com/65352
Comment 1 Yury Semikhatsky 2010-12-07 07:03:31 PST
Created attachment 75811 [details]
Patch
Comment 2 Yury Semikhatsky 2010-12-07 07:20:28 PST
Comment on attachment 75811 [details]
Patch

Clearing flags on attachment: 75811

Committed r73441: <http://trac.webkit.org/changeset/73441>
Comment 3 Yury Semikhatsky 2010-12-07 07:20:39 PST
All reviewed patches have been landed.  Closing bug.