throwSecurityError 65 Source/bindings/v8/BindingSecurity.cpp exceptionState.throwSecurityError(targetDocument->domWindow()->sanitizedCrossDomainAccessErrorMessage(callingWindow), targetDocument->domWindow()->crossDomainAccessErrorMessage(callingWindow)); throwSecurityError 79 Source/bindings/v8/ExceptionState.h virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()); throwSecurityError 128 Source/bindings/v8/ExceptionState.h virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE; throwSecurityError 137 Source/bindings/v8/ExceptionState.h virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE; throwSecurityError 50 Source/bindings/v8/ExceptionStatePlaceholder.h virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE { } throwSecurityError 67 Source/bindings/v8/ExceptionStatePlaceholder.h virtual void throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage = String()) OVERRIDE; throwSecurityError 145 Source/bindings/v8/V8Initializer.cpp exceptionState.throwSecurityError(targetWindow->sanitizedCrossDomainAccessErrorMessage(callingDOMWindow(isolate)), targetWindow->crossDomainAccessErrorMessage(callingDOMWindow(isolate))); throwSecurityError 3863 Source/core/dom/Document.cpp exceptionState.throwSecurityError("The document is sandboxed and lacks the 'allow-same-origin' flag."); throwSecurityError 3865 Source/core/dom/Document.cpp exceptionState.throwSecurityError("Cookies are disabled inside 'data:' URLs."); throwSecurityError 3867 Source/core/dom/Document.cpp exceptionState.throwSecurityError("Access is denied for this document."); throwSecurityError 3889 Source/core/dom/Document.cpp exceptionState.throwSecurityError("The document is sandboxed and lacks the 'allow-same-origin' flag."); throwSecurityError 3891 Source/core/dom/Document.cpp exceptionState.throwSecurityError("Cookies are disabled inside 'data:' URLs."); throwSecurityError 3893 Source/core/dom/Document.cpp exceptionState.throwSecurityError("Access is denied for this document."); throwSecurityError 3919 Source/core/dom/Document.cpp exceptionState.throwSecurityError("Assignment is forbidden for sandboxed iframes."); throwSecurityError 3924 Source/core/dom/Document.cpp exceptionState.throwSecurityError("Assignment is forbidden for the '" + securityOrigin()->protocol() + "' scheme."); throwSecurityError 3929 Source/core/dom/Document.cpp exceptionState.throwSecurityError("'" + newDomain + "' is an empty domain."); throwSecurityError 3937 Source/core/dom/Document.cpp exceptionState.throwSecurityError("'" + newDomain + "' is not a suffix of '" + domain() + "'."); throwSecurityError 3942 Source/core/dom/Document.cpp exceptionState.throwSecurityError("'" + newDomain + "' is a top-level domain."); throwSecurityError 133 Source/core/fileapi/FileError.cpp exceptionState.throwSecurityError(FileError::securityErrorMessage); throwSecurityError 744 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError("The document is sandboxed and lacks the 'allow-same-origin' flag."); throwSecurityError 746 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError("Storage is disabled inside 'data:' URLs."); throwSecurityError 748 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError(accessDeniedMessage); throwSecurityError 754 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError(accessDeniedMessage); throwSecurityError 766 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError(accessDeniedMessage); throwSecurityError 786 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError("The document is sandboxed and lacks the 'allow-same-origin' flag."); throwSecurityError 788 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError("Storage is disabled inside 'data:' URLs."); throwSecurityError 790 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError(accessDeniedMessage); throwSecurityError 796 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError(accessDeniedMessage); throwSecurityError 809 Source/core/frame/DOMWindow.cpp exceptionState.throwSecurityError(accessDeniedMessage); throwSecurityError 134 Source/core/frame/History.cpp exceptionState.throwSecurityError("A history state object with URL '" + fullURL.elidedString() + "' cannot be created in a document with origin '" + m_frame->document()->securityOrigin()->toString() + "'."); throwSecurityError 383 Source/core/html/HTMLCanvasElement.cpp exceptionState.throwSecurityError("Tainted canvases may not be exported."); throwSecurityError 1863 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwSecurityError("The canvas has been tainted by cross-origin data."); throwSecurityError 5130 Source/core/html/canvas/WebGLRenderingContextBase.cpp exceptionState.throwSecurityError("The cross-origin image at " + url.elidedString() + " may not be loaded."); throwSecurityError 5143 Source/core/html/canvas/WebGLRenderingContextBase.cpp exceptionState.throwSecurityError("Tainted canvases may not be loaded."); throwSecurityError 5156 Source/core/html/canvas/WebGLRenderingContextBase.cpp exceptionState.throwSecurityError("The video element contains cross-origin data, and may not be loaded."); throwSecurityError 96 Source/core/page/EventSource.cpp exceptionState.throwSecurityError("Refused to connect to '" + fullURL.elidedString() + "' because it violates the document's Content Security Policy."); throwSecurityError 63 Source/core/storage/StorageArea.cpp exceptionState.throwSecurityError("access is denied for this document."); throwSecurityError 72 Source/core/storage/StorageArea.cpp exceptionState.throwSecurityError("access is denied for this document."); throwSecurityError 81 Source/core/storage/StorageArea.cpp exceptionState.throwSecurityError("access is denied for this document."); throwSecurityError 90 Source/core/storage/StorageArea.cpp exceptionState.throwSecurityError("access is denied for this document."); throwSecurityError 102 Source/core/storage/StorageArea.cpp exceptionState.throwSecurityError("access is denied for this document."); throwSecurityError 111 Source/core/storage/StorageArea.cpp exceptionState.throwSecurityError("access is denied for this document."); throwSecurityError 120 Source/core/storage/StorageArea.cpp exceptionState.throwSecurityError("access is denied for this document."); throwSecurityError 62 Source/core/workers/AbstractWorker.cpp exceptionState.throwSecurityError("Script at '" + scriptURL.elidedString() + "' cannot be accessed from origin '" + executionContext()->securityOrigin()->toString() + "'."); throwSecurityError 67 Source/core/workers/AbstractWorker.cpp exceptionState.throwSecurityError("Access to the script at '" + scriptURL.elidedString() + "' is denied by the document's Content Security Policy."); throwSecurityError 76 Source/core/workers/SharedWorker.cpp exceptionState.throwSecurityError("Access to shared workers is denied to origin '" + document->securityOrigin()->toString() + "'."); throwSecurityError 542 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwSecurityError("'" + method + "' HTTP method is unsupported."); throwSecurityError 548 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwSecurityError("Refused to connect to '" + url.elidedString() + "' because it violates the document's Content Security Policy."); throwSecurityError 69 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp exceptionState.throwSecurityError(FileError::securityErrorMessage); throwSecurityError 109 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp exceptionState.throwSecurityError(FileError::securityErrorMessage); throwSecurityError 106 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwSecurityError("The source image contains image data from multiple origins."); throwSecurityError 110 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwSecurityError("Cross-origin access to the source image is denied."); throwSecurityError 149 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwSecurityError("The source video contains image data from multiple origins."); throwSecurityError 153 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwSecurityError("Cross-origin access to the source video is denied."); throwSecurityError 185 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwSecurityError("The canvas element provided is tainted with cross-origin data."); throwSecurityError 81 Source/modules/indexeddb/IDBFactory.cpp exceptionState.throwSecurityError("access to the Indexed Database API is denied in this context."); throwSecurityError 117 Source/modules/indexeddb/IDBFactory.cpp exceptionState.throwSecurityError("access to the Indexed Database API is denied in this context."); throwSecurityError 151 Source/modules/indexeddb/IDBFactory.cpp exceptionState.throwSecurityError("access to the Indexed Database API is denied in this context."); throwSecurityError 110 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp exceptionState.throwSecurityError("The scheme '" + scheme + "' is not a valid protocol."); throwSecurityError 112 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp exceptionState.throwSecurityError("The scheme '" + scheme + "' is less than five characters long."); throwSecurityError 118 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp exceptionState.throwSecurityError("The scheme '" + scheme + "' doesn't belong to the protocol whitelist. Please prefix non-whitelisted schemes with the string 'web+'."); throwSecurityError 58 Source/modules/webdatabase/DOMWindowWebDatabase.cpp exceptionState.throwSecurityError("Access to the WebDatabase API is denied in this context."); throwSecurityError 169 Source/modules/webdatabase/DatabaseManager.cpp exceptionState.throwSecurityError(errorMessage); throwSecurityError 57 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp exceptionState.throwSecurityError("Access to the WebDatabase API is denied in this context."); throwSecurityError 75 Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp exceptionState.throwSecurityError("Access to the WebDatabase API is denied in this context."); throwSecurityError 315 Source/modules/websockets/WebSocket.cpp exceptionState.throwSecurityError("The port " + String::number(m_url.port()) + " is not allowed."); throwSecurityError 328 Source/modules/websockets/WebSocket.cpp exceptionState.throwSecurityError("Refused to connect to '" + m_url.elidedString() + "' because it violates the document's Content Security Policy.");