HomeSort by relevance Sort by last modified time
    Searched refs:elidedString (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.cpp 62 exceptionState.throwSecurityError("Script at '" + scriptURL.elidedString() + "' cannot be accessed from origin '" + executionContext()->securityOrigin()->toString() + "'.");
67 exceptionState.throwSecurityError("Access to the script at '" + scriptURL.elidedString() + "' is denied by the document's Content Security Policy.");
WorkerGlobalScope.cpp 243 exceptionState.throwDOMException(NetworkError, "The script at '" + url.elidedString() + "' failed to load.");
257 exceptionState.throwDOMException(NetworkError, "The script at '" + it->elidedString() + "' failed to load.");
  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.cpp 108 message.append("The page at '" + m_frame->document()->url().elidedString() + "' was loaded over HTTPS, but ");
111 message.append("displayed insecure content from '" + target.elidedString() + "': this content should also be loaded over HTTPS.\n");
115 message.append("ran insecure content from '" + target.elidedString() + "': this content should also be loaded over HTTPS.\n");
118 message.append("is submitting data to an insecure location at '" + target.elidedString() + "': this content should also be submitted over HTTPS.\n");
FrameFetchContext.cpp 55 FrameLoader::reportLocalLoadFailed(m_frame, url.elidedString());
FrameLoader.cpp 685 reportLocalLoadFailed(m_frame, url.elidedString());
    [all...]
DocumentLoader.cpp 456 String message = "Refused to display '" + response.url().elidedString() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'.";
  /external/chromium_org/third_party/WebKit/Source/core/frame/
History.cpp 134 exceptionState.throwSecurityError("A history state object with URL '" + fullURL.elidedString() + "' cannot be created in a document with origin '" + m_frame->document()->securityOrigin()->toString() + "'.");
  /external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepositoryClientImpl.cpp 123 exceptionState.throwDOMException(URLMismatchError, "The location of the SharedWorker named '" + name + "' does not exactly match the provided URL ('" + url.elidedString() + "').");
  /external/chromium_org/third_party/WebKit/Source/modules/beacon/
NavigatorBeacon.cpp 56 exceptionState.throwSecurityError("Refused to send beacon to '" + url.elidedString() + "' because it violates the document's Content Security Policy.");
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.h 114 String elidedString() const;
KURL.cpp 171 String KURL::elidedString() const
  /external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.cpp 63 openerFrame.document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked opening '" + request.resourceRequest().url().elidedString() + "' in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.");
EventSource.cpp 96 exceptionState.throwSecurityError("Refused to connect to '" + fullURL.elidedString() + "' because it violates the document's Content Security Policy.");
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 314 contextDocument->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Refused to execute script from '" + resource->url().elidedString() + "' because its MIME type ('" + resource->mimeType() + "') is not executable, and strict MIME type checking is enabled.");
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.cpp 210 reportViolation(directive->text(), effectiveDirective, prefix + url.elidedString() + "' because it violates the following Content Security Policy directive: \"" + directive->text() + "\"." + suffix + "\n", url);
219 reportViolation(directive->text(), "frame-ancestors", "Refused to display '" + frame->document()->url().elidedString() + " in a frame because an ancestor violates the following Content Security Policy directive: \"" + directive->text() + "\".", frame->document()->url());
268 checkMediaTypeAndReportViolation(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.elidedString() + "' (MIME type '" + typeAttribute + "') because it violates the following Content Security Policy Directive: ") :
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 548 WTF_LOG(Network, "XMLHttpRequest %p open('%s', '%s', %d)", this, method.utf8().data(), url.elidedString().utf8().data(), async);
576 exceptionState.throwSecurityError("Refused to connect to '" + url.elidedString() + "' because it violates the document's Content Security Policy.");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 675 WTF_LOG(ResourceLoading, "ResourceFetcher::requestResource '%s', charset '%s', priority=%d, forPreload=%u, type=%s", url.elidedString().latin1().data(), request.charset().latin1().data(), request.priority(), request.forPreload(), ResourceTypeName(type));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 94 String urlString = url.isNull() ? "''" : url.elidedString();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.cpp 202 const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed: " + reason;
281 const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed: Connection closed before receiving a handshake response";
    [all...]
NewWebSocketChannelImpl.cpp 246 const String message = "WebSocket connection to '" + m_url.elidedString() + "' failed: " + reason;
WebSocket.cpp 318 exceptionState.throwSecurityError("Refused to connect to '" + m_url.elidedString() + "' because it violates the document's Content Security Policy.");
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 481 m_frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked script execution in '" + m_frame->document()->url().elidedString() + "' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.");
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 411 document().addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked form submission to '" + submission->action().elidedString() + "' because the form's frame is sandboxed and the 'allow-forms' permission is not set.");
HTMLMediaElement.cpp     [all...]

Completed in 251 milliseconds

1 2