author | Jason Duell <jduell.mcbugs@gmail.com> |
Thu, 09 May 2013 17:12:40 -0700 | |
changeset 131439 | 01aa2993c04f85c03cf249f0ee13326b1c59ed2d |
parent 131438 | 797f695d4cb6340f0d4b527508be531f2962070c |
child 131440 | 6312fc1ea87a4e78723a51cfefd50caaeb321119 |
push id | 27858 |
push user | jduell@mozilla.com |
push date | Fri, 10 May 2013 00:12:55 +0000 |
treeherder | mozilla-inbound@01aa2993c04f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | trivial |
bugs | 870579 |
milestone | 23.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/netwerk/protocol/websocket/nsIWebSocketChannel.idl +++ b/netwerk/protocol/websocket/nsIWebSocketChannel.idl @@ -14,17 +14,17 @@ interface nsIInputStream; /** * Low-level websocket API: handles network protocol. * * This is primarly intended for use by the higher-level nsIWebSocket.idl. * We are also making it scriptable for now, but this may change once we have * WebSockets for Workers. */ -[scriptable, uuid(0683E9A4-994D-11E1-9478-1E356188709B)] +[scriptable, uuid(9ee5874c-ec39-4bc2-b2d7-194a4c98c9d2)] interface nsIWebSocketChannel : nsISupports { /** * The original URI used to construct the protocol connection. This is used * in the case of a redirect or URI "resolution" (e.g. resolving a * resource: URI to a file: URI) so that the original pre-redirect * URI can still be obtained. This is never null. */