Transitioning from nsIHttpEventSink.h to nsIHTTPEventSink.idl Also cleaned up the event sink to only have OnHeadersAvailable and OnRedirect as messages. r=valeski,a=jar
git-svn-id: svn://10.0.0.236/trunk@62357 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2,4 +2,4 @@ nsIHTTPChannel.idl
|
||||
nsIHTTPProtocolHandler.idl
|
||||
nsIHTTPHeader.idl
|
||||
nsIHttpNotify.idl
|
||||
nsIHTTPProtocolHandler.idl
|
||||
nsIHTTPEventSink.idl
|
||||
|
||||
@@ -34,10 +34,10 @@ XPIDLSRCS = \
|
||||
nsIHTTPChannel.idl \
|
||||
nsIHttpNotify.idl \
|
||||
nsIHTTPProtocolHandler.idl \
|
||||
nsIHTTPEventSink.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsIHttpEventSink.h \
|
||||
nsHTTPEnums.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -29,12 +29,12 @@ XPIDL_MODULE = necko_http
|
||||
XPIDLSRCS = \
|
||||
.\nsIHTTPHeader.idl \
|
||||
.\nsIHTTPChannel.idl \
|
||||
.\nsIHttpNotify.idl \
|
||||
.\nsIHTTPProtocolHandler.idl \
|
||||
.\nsIHttpNotify.idl \
|
||||
.\nsIHTTPProtocolHandler.idl \
|
||||
.\nsIHTTPEventSink.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsIHTTPEventSink.h \
|
||||
nsHTTPEnums.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user