Home
last modified time | relevance | path

Searched refs:SECURITY_ERR (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/notifications/
DNotification.cpp54 ec = SECURITY_ERR; in Notification()
75 ec = SECURITY_ERR; in Notification()
/external/webkit/WebCore/page/
DNavigator.cpp244 ec = SECURITY_ERR; in verifyProtocolHandlerScheme()
276 ec = SECURITY_ERR; in verifyProtocolHandlerMimeType()
DHistory.cpp100 ec = SECURITY_ERR; in stateObjectAdded()
DEventSource.cpp71 ec = SECURITY_ERR; in EventSource()
/external/webkit/WebCore/dom/
DExceptionCode.h54 SECURITY_ERR = 18, enumerator
DDOMCoreException.idl68 const unsigned short SECURITY_ERR = 18;
DDocument.cpp3224 ec = SECURITY_ERR; in cookie()
3245 ec = SECURITY_ERR; in setCookie()
3271 ec = SECURITY_ERR; in setDomain()
3297 ec = SECURITY_ERR; in setDomain()
3304 ec = SECURITY_ERR; in setDomain()
3312 ec = SECURITY_ERR; in setDomain()
/external/webkit/WebCore/workers/
DAbstractWorker.cpp70 ec = SECURITY_ERR; in resolveURL()
DWorkerContext.cpp262 ec = SECURITY_ERR; in openDatabase()
/external/webkit/WebCore/websockets/
DWebSocket.cpp149 ec = SECURITY_ERR; in connect()
/external/webkit/WebCore/html/
DHTMLCanvasElement.cpp139 ec = SECURITY_ERR; in toDataURL()
/external/webkit/WebCore/xml/
DXMLHttpRequest.cpp319 ec = SECURITY_ERR; in open()
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1297 ec = SECURITY_ERR; in getImageData()
/external/webkit/WebCore/
DChangeLog-2008-08-1018043 … (WebCore::XMLHttpRequest::open): Don't throw a SECURITY_ERR for cross-domain requests anymore.
42492 Throw a SECURITY_ERR when accessing a tainted canvas
42801 bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
42804 by DOM exception SECURITY_ERR. Updated XMLHttpRequest::open to raise SECURITY_ERR.
42808 * dom/ExceptionCode.cpp: Added SECURITY_ERR exception.
42811 (WebCore::XMLHttpRequest::open): Returns SECURITY_ERR now.
67799 SECURITY_ERR.
DChangeLog-2010-01-2925025 … * websockets/WebSocket.cpp: (WebCore::WebSocket::connect): Per the spec, raise a SECURITY_ERR
54666 … Raise SECURITY_ERR exception if an attempt is made to change document.domain to an invalid value.
56964 Canvas drawn with data URL image raises SECURITY_ERR when toDataUrl() called.