Bug 73279

Summary: [Chromium] Commit should be fully asynchronous and non-blocking on main thread.
Product: WebKit Reporter: David Reveman <reveman>
Component: WebCore Misc.Assignee: David Reveman <reveman>
Status: RESOLVED WONTFIX    
Severity: Normal CC: danakj, enne, jamesr, nduca, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 72752, 75272, 76295    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

David Reveman
Reported 2011-11-28 21:16:36 PST
The commit process is currently blocking on the main thread. This becomes especially bad when impl thread is using incremental texture uploads. The commit process should be made asynchronous on the main thread.
Attachments
Patch (65.50 KB, patch)
2011-11-28 21:23 PST, David Reveman
no flags
Patch (84.09 KB, patch)
2011-12-06 12:47 PST, David Reveman
no flags
Patch (122.97 KB, patch)
2012-01-05 15:01 PST, David Reveman
no flags
Patch (123.08 KB, patch)
2012-01-09 17:43 PST, David Reveman
no flags
Patch (143.72 KB, patch)
2012-01-24 08:51 PST, David Reveman
no flags
David Reveman
Comment 1 2011-11-28 21:23:57 PST
Created attachment 116883 [details] Patch Work in progress.
David Reveman
Comment 2 2011-12-06 12:47:32 PST
David Reveman
Comment 3 2012-01-05 15:01:46 PST
David Reveman
Comment 4 2012-01-09 17:43:44 PST
David Reveman
Comment 5 2012-01-24 08:51:05 PST
Note You need to log in before you can comment on or make changes to this bug.