Bug 49133

Summary: Web Inspector: XHR logging is not checked in context menu after browser restart.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed fix. timothy: review+

Pavel Feldman
Reported 2010-11-06 14:47:35 PDT
1. Enable XHR logging in console context menu 2. Restart browser 3. Open console XHR logs are there, but XHR logging item in the context menu is not enabled.
Attachments
[PATCH] Proposed fix. (1.29 KB, patch)
2010-11-06 15:03 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-11-06 14:56:13 PDT
(the reason is that inspector state has monitoringXHR property, while front-end expects monitoringXHREnabled property).
Pavel Feldman
Comment 2 2010-11-06 15:03:42 PDT
Created attachment 73178 [details] [PATCH] Proposed fix.
Pavel Feldman
Comment 3 2010-11-06 23:23:40 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/InspectorState.cpp Committed r71476
Note You need to log in before you can comment on or make changes to this bug.