From f67d6555b3bc014b3854b8318ed1281516e502c6 Mon Sep 17 00:00:00 2001 From: "julian.reschke@gmx.de" Date: Tue, 10 Jan 2012 20:06:17 -0500 Subject: [PATCH] Bug 716961 - clean up HTTP header field name constants in nsHttpAtomList.h r=bz --HG-- extra : rebase_source : c4158e1795522f37aa47b946b1b7e2ee2d758a71 --- netwerk/protocol/http/nsHttpAtomList.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/netwerk/protocol/http/nsHttpAtomList.h b/netwerk/protocol/http/nsHttpAtomList.h index 403f559059f..58fcbb0dce8 100644 --- a/netwerk/protocol/http/nsHttpAtomList.h +++ b/netwerk/protocol/http/nsHttpAtomList.h @@ -61,7 +61,6 @@ HTTP_ATOM(Authentication, "Authentication") HTTP_ATOM(Authorization, "Authorization") HTTP_ATOM(Cache_Control, "Cache-Control") HTTP_ATOM(Connection, "Connection") -HTTP_ATOM(Content_Base, "Content-Base") HTTP_ATOM(Content_Disposition, "Content-Disposition") HTTP_ATOM(Content_Encoding, "Content-Encoding") HTTP_ATOM(Content_Language, "Content-Language") @@ -69,24 +68,20 @@ HTTP_ATOM(Content_Length, "Content-Length") HTTP_ATOM(Content_Location, "Content-Location") HTTP_ATOM(Content_MD5, "Content-MD5") HTTP_ATOM(Content_Range, "Content-Range") -HTTP_ATOM(Content_Transfer_Encoding, "Content-Transfer-Encoding") HTTP_ATOM(Content_Type, "Content-Type") HTTP_ATOM(Cookie, "Cookie") HTTP_ATOM(Date, "Date") HTTP_ATOM(DAV, "DAV") HTTP_ATOM(Depth, "Depth") -HTTP_ATOM(Derived_From, "Derived-From") HTTP_ATOM(Destination, "Destination") HTTP_ATOM(DoNotTrack, "DNT") HTTP_ATOM(ETag, "Etag") HTTP_ATOM(Expect, "Expect") HTTP_ATOM(Expires, "Expires") -HTTP_ATOM(Forwarded, "Forwarded") HTTP_ATOM(From, "From") HTTP_ATOM(Host, "Host") HTTP_ATOM(If, "If") HTTP_ATOM(If_Match, "If-Match") -HTTP_ATOM(If_Match_Any, "If-Match-Any") HTTP_ATOM(If_Modified_Since, "If-Modified-Since") HTTP_ATOM(If_None_Match, "If-None-Match") HTTP_ATOM(If_None_Match_Any, "If-None-Match-Any") @@ -98,8 +93,6 @@ HTTP_ATOM(Lock_Token, "Lock-Token") HTTP_ATOM(Link, "Link") HTTP_ATOM(Location, "Location") HTTP_ATOM(Max_Forwards, "Max-Forwards") -HTTP_ATOM(Message_Id, "Message-Id") -HTTP_ATOM(Mime, "Mime") HTTP_ATOM(Overwrite, "Overwrite") HTTP_ATOM(Pragma, "Pragma") HTTP_ATOM(Proxy_Authenticate, "Proxy-Authenticate")