Bug 1048579 - Update the nsIChannel UUID. rs=Ms2ger

--HG--
extra : rebase_source : c4032b92e3ced113610ec9c365a5dadea2f57947
This commit is contained in:
Ryan VanderMeulen 2014-08-25 09:55:57 -04:00
parent 9f7b84b25b
commit daedf86689
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
interface nsIFile;
interface nsIZipEntry;
[scriptable, builtinclass, uuid(8cce289f-1671-452e-b9c3-3b7366ec8337)]
[scriptable, builtinclass, uuid(6b438dc3-9ba0-4f5f-b83f-82e1d7b98604)]
interface nsIJARChannel : nsIChannel
{
/**

View File

@ -25,7 +25,7 @@ interface nsILoadInfo;
*
* This interface must be used only from the XPCOM main thread.
*/
[scriptable, uuid(3423767b-9f4e-430e-9859-67a83ffb689d)]
[scriptable, uuid(1bc48693-c45d-45f4-8ab1-46e323037fe1)]
interface nsIChannel : nsIRequest
{
/**

View File

@ -14,7 +14,7 @@ interface nsIHttpHeaderVisitor;
* the inspection of the resulting HTTP response status and headers when they
* become available.
*/
[scriptable, uuid(22816a32-2179-4b81-9b29-e31d6f9a36c2)]
[scriptable, uuid(1bc753ad-5b88-454d-b4c0-4fd34cce6d96)]
interface nsIHttpChannel : nsIChannel
{
/**************************************************************************

View File

@ -5,7 +5,7 @@
#include "nsIChannel.idl"
[uuid(0073d67c-a64f-4f45-8f36-02cd0abfeca1)]
[uuid(ac5bcfe9-fe54-4e9a-95fb-cd7aa558c5bc)]
interface nsIViewSourceChannel : nsIChannel
{
/**

View File

@ -12,7 +12,7 @@
* help layout save dynamic pages in cache for future retrievals.
*/
[scriptable, uuid (89b0674a-9e2f-4124-9b59-481444be841d)]
[scriptable, uuid (8b8f3341-46da-40f5-a16f-41a91f5d25dd)]
interface nsIWyciwygChannel : nsIChannel
{
/**