Bug 110591

Summary: Web Inspector: [Canvas] throttle replayTraceLog messages to backend
Product: WebKit Reporter: Andrey Adaikin <aandrey>
Component: Web Inspector (Deprecated)Assignee: Andrey Adaikin <aandrey>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Andrey Adaikin
Reported 2013-02-22 05:04:49 PST
The replayTraceLog message may be quite expensive. So, while such a request is processed by the backend, user may well generate a dozen of new ones simply by walking through the DataGrid. We should actually send to the backend only the last event from the queue. Patch to follow.
Attachments
Patch (2.37 KB, patch)
2013-02-22 05:07 PST, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2013-02-22 05:07:26 PST
WebKit Review Bot
Comment 2 2013-02-22 09:58:23 PST
Comment on attachment 189747 [details] Patch Clearing flags on attachment: 189747 Committed r143745: <http://trac.webkit.org/changeset/143745>
WebKit Review Bot
Comment 3 2013-02-22 09:58:27 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.