[webkit-reviews] review granted: [Bug 40799] Web Inspector: bring XHR console records back. : [Attachment 59088] [PATCH] Same with no monitorEvents("xhr") support.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 18 03:24:39 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 40799: Web Inspector: bring XHR console records back.
https://bugs.webkit.org/show_bug.cgi?id=40799

Attachment 59088: [PATCH] Same with no monitorEvents("xhr") support.
https://bugs.webkit.org/attachment.cgi?id=59088&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
WebCore/inspector/InspectorController.cpp:1109
 +	    m_monitoringXHR = true;    
Maybe just m_monitoringXHR = (monitoringXHR == "true") ?


More information about the webkit-reviews mailing list