Commit Graph

1713 Commits

Author SHA1 Message Date
Honza Bambas
bc19c36809 Bug 904571 - crash in mozilla::net::HttpChannelParentListener::OnRedirectResult, r=jduell 2014-03-05 15:01:54 +01:00
snigdha
dde15b4b7a Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey 2014-03-05 08:47:45 -05:00
Kent James
6397b2c087 Bug 977736 - Rewind stream early in DoAuthRetry. r=honzab 2014-03-04 13:51:37 -05:00
Ehsan Akhgari
304ca88775 Bug 977964 - Move some flags to moz.build; r=glandium 2014-03-03 21:58:37 -05:00
Benjamin Smedberg
326dd57398 Bug 881413 - Avoid a race condition in HTTP shutdown by explicitly cancelling nsHttpConnectionMgr::mTimer when we shut down the socket thread, r=mcmanus 2014-02-28 16:40:38 -08:00
Ryan VanderMeulen
bd214454e7 Merge m-c to inbound. 2014-02-27 17:33:47 -05:00
Carsten "Tomcat" Book
ac78ac1ab1 Merge mozilla-central to b2g-inbound 2014-02-27 15:59:39 +01:00
Thomas Zimmermann
ea2b95ab71 Bug 970271: Fix inaccessible base class nsIStreamListener, r=jduell.mcbugs
GCC warns about an inaccessible base class nsIStreamListener in
class RtspChannel. Using protected inheritance in nsBaseChannel
fixes this.
2014-02-27 10:18:34 +01:00
Thomas Zimmermann
a1169ccec2 Bug 970271: Fix GCC warnings about unused variables, r=vchang 2014-02-27 10:18:26 +01:00
Thomas Zimmermann
0a652a5706 Bug 970271: Fix GCC warnings about ignored return value, r=jduell.mcbugs 2014-02-27 10:18:17 +01:00
Thomas Zimmermann
08cd590a43 Bug 970271: Fix GCC warnings about comparison of signed and unsigned values, r=rjesup 2014-02-27 10:18:10 +01:00
Thomas Zimmermann
59d088e10c Bug 970271: Fix GCC warnings about uninitialized variables, r=jduell.mcbugs 2014-02-27 10:18:00 +01:00
Scott West
5c2e99cf97 Bug 401564 - Test and fix for redirection losing Accept header. r=mcmanus
The test has a redirect where the initial GET request had Accept:
application/json, and ensures that this is also the type of the
redirected request.

The fix is done in the setup of the replicated HttpBaseChannel, where
the previous channel's Accept header is copied to the new one, if it
exists.
2014-02-26 09:03:14 -05:00
Andrew McCreight
c479f2a541 Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug 2014-02-27 10:04:09 -08:00
Patrick McManus
47c9825357 bug 975750 - remove httpdatausage r=jduell 2014-02-25 20:39:08 -05:00
Cameron McCormack
2a50f7512d Bug 976912 - Move Telemetry.h include from nsHttpChannel.h to nsHttpChannel.cpp. rs=mcmanus 2014-02-27 10:29:19 +11:00
Girish Sharma
119cd02523 Bug 970246 - Create an http-on-response-set-cookie notification to tell when cookies are created via SET-COOKIE response header. r=honzab 2014-02-27 00:14:42 +05:30
L. David Baron
5e307581fa Bug 976350 patch 2: Rename nsTraceRefcntImpl to nsTraceRefcnt. r=bsmedberg
Now that bug 975295 removed the obsolete wrapper class, we can rename
nsTraceRefcntImpl back to its correct pre-XPCOM-glue name,
nsTraceRefcnt.

The best part is that the one place where indentation should have needed
fixing, nsTraceRefcnt::DemangleSymbol, never had its indentation fixed
for the previous renaming.

--HG--
rename : xpcom/base/nsTraceRefcntImpl.cpp => xpcom/base/nsTraceRefcnt.cpp
rename : xpcom/base/nsTraceRefcntImpl.h => xpcom/base/nsTraceRefcnt.h
2014-02-26 13:36:36 -08:00
Patrick McManus
eb6f07eec0 bug 974932 - spdy large upload chunk sizes, and fewer TLS application data records r=hurley 2014-02-24 16:27:27 -05:00
Chris Peterson
2e4becc2a8 Bug 974785 - Fix -Wsometimes-uninitialized warning in nsHttpConnection.cpp. r=sworkman 2014-02-19 21:54:14 -08:00
James Kitchener
e693681068 Bug 464222 - Add a baseURI attribute to nsIViewSourceChannel. r=bz 2014-02-20 08:43:53 -05:00
Patrick McManus
b03da0f6e7 bug 973207 - revert 905460 for nightly crashes r=backout 2014-02-17 13:53:25 -05:00
Jeff Muizelaar
ea2a2d1102 Bug 973256. Don't double printf. r=jdm
I suspect this was accidental.

--HG--
extra : rebase_source : 002fd9d384bc8d7b961b58df0c870057fb3e0a18
2014-02-15 23:45:15 -05:00
Steve Workman
c453c12e79 Bug 970939 - Remove unwanted non-SPDY assertion from nsHttpConnection::StartShortLivedTCPKeepalives() r=mcmanus 2014-02-14 10:49:05 -08:00
Patrick McManus
69ceaccced bug 905460 - necko cleanups: manual ref counts, 32 bit formatters, whitespace r=sworkman
--HG--
extra : rebase_source : 2bfdaf1fc84d86ff07ed7fcad14447f591672beb
2014-01-17 17:06:25 -05:00
Patrick McManus
16624d3391 bug 971893 crash in onMsgCancelTransaction r=hurley
--HG--
extra : rebase_source : 3577ce28650db79883b3c39331d2e44413a2b96a
2014-02-13 10:52:57 -05:00
Patrick McManus
a9500c09a2 bug 971001 - backout 625383 for failing awsy r=backout 2014-02-11 16:18:17 -05:00
Ehsan Akhgari
82ebdc883f Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
Patrick McManus
94a03980f4 bug 970279 - tie null transactions to cancel and timeout events r=hurley 2014-02-07 17:30:36 -05:00
Honza Bambas
3b44705e2d Bug 969365 - Do ShouldCheckAppCache with AppID and InBrowser in HttpChannelParent, r=jduell 2014-02-07 22:15:25 +01:00
Honza Bambas
aabf7709fc Bug 965031 - Improve usage of levels of nsHttp log module, r=mcmanus 2014-02-07 22:15:24 +01:00
Steve Workman
e4026f2fad Bug 444328 - Enable TCP Keepalive for short and long-lived HTTP Connections (exc. SPDY, WebSockets) r=mcmanus 2014-02-06 11:51:38 -08:00
James Kitchener
a50442f4a0 Bug 964239 - Give selected channels awareness of srcdoc base URI. r=bz 2014-02-06 09:46:29 -05:00
Ethan Tseng
1e5609cd28 Bug 966627 - Fix typos in ARTSPConnection::receiveRTSPReponse/postReceiveReponseEvent. r=sworkman 2014-02-01 20:47:53 +08:00
Patrick McManus
b177fdb335 bug 625383 - optimize http chunked decoder memmoves r=hurley 2014-01-31 22:00:20 -05:00
Honza Bambas
f7941fb815 Bug 913820 - Base for size limit preferences in HTTP cache v2, r=michal 2014-02-04 01:53:00 +01:00
Honza Bambas
93f00fa94f Bug 949175 - Remove possibility to un-persist a cache entry after it has been opened, r=michal 2014-02-04 01:52:59 +01:00
Patrick McManus
cc7478581f bug 965348 - control SocketTransportService::Poll tick during spdy idle r=hurley 2014-01-30 02:29:20 -05:00
Ethan Tseng
e3de8a04f3 Bug 951188 - [RTSP][V1.3] No error notification when the RTSP link fails to load. r=sworkman 2014-01-30 10:00:53 +08:00
Nicholas Hurley
7b34af7fc0 Bug 959333 - HTTP/2 should say so in the status line. r=mcmanus 2014-01-29 13:42:19 -08:00
Nicholas Hurley
a54edb5c52 Bug 951293 - Fix speculative connection limiting. r=mcmanus 2014-01-29 13:39:30 -08:00
Ryan VanderMeulen
cc70c1ad0d Merge b2g-inbound to m-c. 2014-01-28 16:12:29 -05:00
Honza Bambas
53877ecac2 Bug 963703 - Don't use LoadUnblocked flag as cache priority load indication, r=michal 2014-01-28 17:21:21 +01:00
Jim Chen
3491e5208c Bug 963592 - Perform replacements for updated UA overrides. r=fabrice 2014-01-28 09:04:39 -05:00
Daniel Stenberg
c2eabb726c Bug 676358 - HTTP auth realm parameter parsed as quoted-string doesn't get unescaped r=jduell 2014-01-24 15:07:37 -08:00
Sid Stamm
572c5921a6 Bug 861117 - report errors when URIs passed into nsISiteSecurityService::IsSecureURI are malformed. r=briansmith,keeler 2014-01-24 14:37:51 -08:00
Daniel Stenberg
48aca7476e Bug 959100 - Make ParseChunkRemaining detect chunk size overflow. r=jduell 2014-01-17 17:07:29 +01:00
Daniel Stenberg
ac1844f7bb Bug 926042 - Convert path length to unsigned ints to avoid overflowing and crashing. r=jduell 2014-01-23 09:38:29 -05:00
Jason Duell
8c0f2ee202 Bug 936979: websocket will never connected after a lot of failure r=mcmanus 2014-01-22 19:04:18 -08:00
Honza Bambas
30d493e728 Bug 958311 - Fix partial content condition in nsHttpChannel, prevent any reuse of doomed files in cache v2, r=michal 2014-01-22 18:54:51 +01:00