Home
last modified time | relevance | path

Searched refs:withCredentials (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/xml/
DXMLHttpRequest.h67 bool withCredentials() const { return m_includeCredentials; } in withCredentials() function
DXMLHttpRequest.idl58 attribute boolean withCredentials
/external/webkit/WebKitTools/
DChangeLog14501 XMLHttpRequest.withCredentials=false shouldn't save cookies.
/external/webkit/WebCore/
DChangeLog-2009-06-1620988 <rdar://problem/6698851> Implement XMLHttpRequest withCredentials attribute
20995 Added withCredentials attribute. When it is false (default), neither credentials nor cookies
21005 … requests, and for cross origin ones that have withCredentials attribute set. Such code already