Bug 129767 - Web Inspector: Reduce RWI message frequency
Summary: Web Inspector: Reduce RWI message frequency
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-05 18:02 PST by Joseph Pecoraro
Modified: 2014-03-06 10:13 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.51 KB, patch)
2014-03-05 18:03 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-03-05 18:02:00 PST
I'm seeing a lot of messages go by for minor changes. This used to be 0.2s now it is 0.02s. Lets go back to 0.2s.
Comment 1 Joseph Pecoraro 2014-03-05 18:03:53 PST
Created attachment 225933 [details]
[PATCH] Proposed Fix
Comment 2 Timothy Hatcher 2014-03-05 19:58:59 PST
Will this affect the protocol messages? I worry this will slow down the UI.
Comment 3 WebKit Commit Bot 2014-03-05 20:21:48 PST
Comment on attachment 225933 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 225933

Committed r165169: <http://trac.webkit.org/changeset/165169>
Comment 4 WebKit Commit Bot 2014-03-05 20:21:50 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Joseph Pecoraro 2014-03-06 00:07:54 PST
(In reply to comment #2)
> Will this affect the protocol messages? I worry this will slow down the UI.

No, this only affects listing messages ("this application has these WebViews with URL, Title, Identifier"). Which happen as debuggable (JSContexts / WebViews) are added / removed / updated (e.g. navigations).

This does not affect protocol messages during a debugging session.
Comment 6 Timothy Hatcher 2014-03-06 10:13:37 PST
(In reply to comment #5)
> (In reply to comment #2)
> > Will this affect the protocol messages? I worry this will slow down the UI.
> 
> No, this only affects listing messages ("this application has these WebViews with URL, Title, Identifier"). Which happen as debuggable (JSContexts / WebViews) are added / removed / updated (e.g. navigations).
> 
> This does not affect protocol messages during a debugging session.

Great!