Bug 110591 - Web Inspector: [Canvas] throttle replayTraceLog messages to backend
Summary: Web Inspector: [Canvas] throttle replayTraceLog messages to backend
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: Andrey Adaikin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 05:04 PST by Andrey Adaikin
Modified: 2013-02-22 09:58 PST (History)
9 users (show)

See Also:


Attachments
Patch (2.37 KB, patch)
2013-02-22 05:07 PST, Andrey Adaikin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Adaikin 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.
Comment 1 Andrey Adaikin 2013-02-22 05:07:26 PST
Created attachment 189747 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2013-02-22 09:58:27 PST
All reviewed patches have been landed.  Closing bug.