Bug 129767

Summary: Web Inspector: Reduce RWI message frequency
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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!