Bug 31934 - [Chromium] Execute pause script command on the IO thread
Summary: [Chromium] Execute pause script command on the IO thread
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: 2009-11-27 07:17 PST by Yury Semikhatsky
Modified: 2009-11-27 23:40 PST (History)
1 user (show)

See Also:


Attachments
patch (4.06 KB, patch)
2009-11-27 07:21 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
patch (2.71 KB, patch)
2009-11-27 08:47 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
patch (2.84 KB, patch)
2009-11-27 08:54 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 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