Lines Matching full:proxy
1883 Proxy
13631 (WebCore::HTMLMediaElement::createRenderer): Make a RenderEmbeddedObject for the plugin-proxy case.
13632 (WebCore::HTMLMediaElement::finishParsingChildren): Use toRenderEmbeddedObject() in the plugin-proxy code.
14375 (WebCore::ScriptController::proxy):
14431 (WebCore::ScriptController::proxy):
14889 (WebCore::ScriptController::proxy):
28585 SocketStreamHandleCFNet should support CONNECT proxy credentials
29248 Make WebSocketHandleCFNet respect proxy auto-configuration files via CFProxySupport
30445 Ignore realm for proxy protection spaces
30447 Only affects WebSocket proxy authentication, cannot be tested in DRT.
31907 Add unauthenticated proxy support to SocketStreamHandleCFNet
31912 (WebCore::SocketStreamHandle::chooseProxy): Fetch proxy information from OS.
32652 Existing WebSocket tests now pass on Mac. No proxy support yet.
36514 Assertion failure in CredentialStorage::set() when proxy credentials are being set
36516 No test, cannot test proxy behavior.
41781 Reuse already fetched proxy.
50148 Proxy to the m_private.
50150 Proxy to m_private.
51373 Added V8ListenerGuard that is shared by listeners and proxy. On
51374 navigation proxy sets a flag in the guard turning off listeners.
52164 Use isClosure property of scope proxy to decide whether the
57629 and unwrap the completions result into a proxy object.
60976 it forwards it to servers in some cases (like when using a proxy)
64832 window lives in a different process in Chromium while frontend proxy
67764 who the validating resource (or proxy) is.
67772 Only clean up the resourceToRevalidate if it hasn't gotten a new proxy resource.
67775 is still being referred to by it and the code it robust to this being switched to a new proxy
73507 Shuts down the proxy when the last associated document is detached.
73509 Marks the proxy as closed so it is no longer shared with new instances.
73511 Removes the proxy from the repository/frees the proxy when the associated SharedWorkerContext is destroyed.
74995 Proxy now tracks worker URL and name to allow validity checks per section 4.8.3 of the WebWorkers spec.
75954 Proxy object used to handle resource loading for a given shared worker.
77558 [v8] check if proxy is present before invoking a handler
77561 Do not invoke handler function if proxy is null pointer (that would lead to access violation
84236 Restore proxy retrieval
84291 StorageArea should only contain methods we intend to proxy.
86410 that is aware that proxy <-> context do not stand in one-to-one
87183 Reinitializing the context is not necessary when clearing the proxy for navigation
89338 implementation. In a later patch, I'll implement a proxy interface
96315 entirely into the platform-dependent proxy.