[Webkit-unassigned] [Bug 95187] Web Inspector: Add ability to replay XHR in network panel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 06:53:47 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95187





--- Comment #6 from Vsevolod Vlasov <vsevik at chromium.org>  2012-08-28 06:53:48 PST ---
(From update of attachment 160961)
View in context: https://bugs.webkit.org/attachment.cgi?id=160961&action=review

> Source/WebCore/inspector/InspectorResourceAgent.h:163
> +    XHRReplayData* m_XHRData;

RefPtr

> Source/WebCore/inspector/NetworkResourcesData.h:58
> +    XHRReplayData(String method, bool async, PassRefPtr<FormData> formData, const HTTPHeaderMap& headers, bool includeCredentials, String login, String password): m_method(method), m_async(async), m_formData(formData), m_headers(headers), m_includeCredentials(includeCredentials), m_login(login), m_password(password) { }

Please move implementation to .cpp

> Source/WebCore/inspector/NetworkResourcesData.h:118
> +        XHRReplayData* m_XHRData;

RefPtr

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list