Class PolicyRemote
Defined in: ContentPolicyRemote.jsm.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
nsIContentPolicy and nsIChannelEventSink implementation
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
PolicyRemote.asyncOnChannelRedirect(oldChannel, newChannel, flags, callback)
|
| <static> |
PolicyRemote.createInstance(outer, iid)
|
| <static> |
PolicyRemote.observe(subject, topic, data, additional)
|
| <static> |
PolicyRemote.onChannelRedirect(oldChannel, newChannel, flags)
|
| <static> |
PolicyRemote.shouldLoad(contentType, contentLocation, requestOrigin, node, mimeTypeGuess, extra)
|
| <static> |
PolicyRemote.shouldProcess(contentType, contentLocation, requestOrigin, insecNode, mimeType, extra)
|
| <static> |
PolicyRemote.startup()
|
Method Detail
<static>
PolicyRemote.asyncOnChannelRedirect(oldChannel, newChannel, flags, callback)
- Parameters:
- oldChannel
- newChannel
- flags
- callback
<static>
PolicyRemote.createInstance(outer, iid)
- Parameters:
- outer
- iid
<static>
PolicyRemote.observe(subject, topic, data, additional)
- Parameters:
- subject
- topic
- data
- additional
<static>
PolicyRemote.onChannelRedirect(oldChannel, newChannel, flags)
- Parameters:
- oldChannel
- newChannel
- flags
<static>
PolicyRemote.shouldLoad(contentType, contentLocation, requestOrigin, node, mimeTypeGuess, extra)
- Parameters:
- contentType
- contentLocation
- requestOrigin
- node
- mimeTypeGuess
- extra
<static>
PolicyRemote.shouldProcess(contentType, contentLocation, requestOrigin, insecNode, mimeType, extra)
- Parameters:
- contentType
- contentLocation
- requestOrigin
- insecNode
- mimeType
- extra
<static>
PolicyRemote.startup()