Bug 35923 - [v8] Break access from devtools utility context to inspected frame
Summary: [v8] Break access from devtools utility context to inspected frame
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-03-09 07:49 PST by Yury Semikhatsky
Modified: 2010-03-09 09:22 PST (History)
2 users (show)

See Also:


Attachments
patch (1.42 KB, patch)
2010-03-09 07:56 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
patch (7.33 KB, patch)
2010-03-09 07:57 PST, Yury Semikhatsky
pfeldman: review+
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-03-09 07:49:50 PST
Utility context tries to mimic inspected context by providing same global object as the inspected context. It's only needed for page reload to work correctly. The whole method DebuggerAgentImpl::createUtilityContext should go away.
Comment 1 Yury Semikhatsky 2010-03-09 07:56:59 PST
Created attachment 50309 [details]
patch
Comment 2 Yury Semikhatsky 2010-03-09 07:57:42 PST
Created attachment 50310 [details]
patch
Comment 3 Yury Semikhatsky 2010-03-09 09:22:57 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/InspectorBackend.cpp
	M	WebCore/inspector/InspectorController.cpp
	M	WebKit/chromium/ChangeLog
	M	WebKit/chromium/src/DebuggerAgentImpl.cpp
	M	WebKit/chromium/src/DebuggerAgentImpl.h
	M	WebKit/chromium/src/WebDevToolsAgentImpl.cpp
Committed r55726