Bug 31934

Summary: [Chromium] Execute pause script command on the IO thread
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: pfeldman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
none
patch
none
patch pfeldman: review+

Description Yury Semikhatsky 2009-11-27 07:17:56 PST
To be able to pause script execution at any moment we need to execute pause script on a thread different from the Render thread.
Comment 1 Yury Semikhatsky 2009-11-27 07:21:54 PST
Created attachment 43953 [details]
patch

This is WebKit side patch for the functionality.
Comment 2 Yury Semikhatsky 2009-11-27 08:47:52 PST
Created attachment 43954 [details]
patch
Comment 3 Yury Semikhatsky 2009-11-27 08:54:02 PST
Created attachment 43955 [details]
patch
Comment 4 Yury Semikhatsky 2009-11-27 23:40:10 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebKit/chromium/ChangeLog
	M	WebKit/chromium/public/WebDevToolsAgent.h
	M	WebKit/chromium/public/WebDevToolsFrontendClient.h
Committed r51456