Bug 35923

Summary: [v8] Break access from devtools utility context to inspected frame
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, pfeldman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
none
patch pfeldman: review+

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