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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.cpp 94 String message = String(allowed ? "" : "[blocked] ") + "The page at " + m_frame->document()->url().elidedString() + " " + action + " insecure content from " + target.elidedString() + ".\n";
FrameLoader.cpp 235 m_frame->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.");
864 reportLocalLoadFailed(m_frame, url.elidedString());
    [all...]
DocumentLoader.cpp 549 String message = "Refused to display '" + response.url().elidedString() + "' in a frame because it set 'X-Frame-Options' to '" + content + "'.";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
History.cpp 149 es.throwDOMException(SecurityError, "A history state object with URL '" + fullURL.elidedString() + "' cannot be created in a document with origin '" + m_frame->document()->securityOrigin()->toString() + "'.");
CreateWindow.cpp 64 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 95 es.throwDOMException(SecurityError, "Refused to connect to '" + fullURL.elidedString() + "' because it violates the document's Content Security Policy.");
ContentSecurityPolicy.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.cpp 207 scriptExecutionContext()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, "Invalid url for WebSocket " + m_url.elidedString());
214 scriptExecutionContext()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, "Wrong url scheme for WebSocket " + m_url.elidedString());
220 scriptExecutionContext()->addConsoleMessage(JSMessageSource, ErrorMessageLevel, "URL has fragment component " + m_url.elidedString());
356 LOG(Network, "WebSocket %p send() Sending Blob '%s'", this, binaryData->url().elidedString().utf8().data());
MainThreadWebSocketChannel.cpp 165 LOG(Network, "MainThreadWebSocketChannel %p send() Sending Blob '%s'", this, binaryData.url().elidedString().utf8().data());
204 const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed: " + reason;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURL.h 113 String elidedString() const;
KURL.cpp 163 String KURL::elidedString() const
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceFetcher.cpp 347 FrameLoader::reportLocalLoadFailed(frame(), url.elidedString());
489 LOG(ResourceLoading, "ResourceFetcher::requestResource '%s', charset '%s', priority=%d, forPreload=%u", url.elidedString().latin1().data(), request.charset().latin1().data(), request.priority(), request.forPreload());
732 LOG(ResourceLoading, "Loading Resource for '%s'.", request.resourceRequest().url().elidedString().latin1().data());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 328 executingDocument->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Refused to execute script from '" + m_resource->url().elidedString() + "' because its MIME type ('" + m_resource->mimeType() + "') is not executable, and strict MIME type checking is enabled.");
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 585 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/xml/
XMLHttpRequest.cpp 478 es.throwDOMException(SecurityError, "Refused to connect to '" + url.elidedString() + "' because it violates the document's Content Security Policy.");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp 643 LOG(Media, "HTMLMediaElement::canPlayType(%s, %s, %s) -> %s", mimeType.utf8().data(), keySystem.utf8().data(), url.elidedString().utf8().data(), canPlay.utf8().data());
    [all...]

Completed in 543 milliseconds