Trevor Saunders
dd19f59774
bug 1021171 - don't return nulllptr in functions returning bool r=bz,waldo
2014-06-06 15:31:30 -04:00
Nicholas Hurley
3c8da7e52c
Bug 1019918 - Remove pushed stream from SpdyPushCache when cleaning it up. r=mcmanus
...
--HG--
extra : rebase_source : 2c1c23668adf041eb27c8f0509aebfbfab9497ca
2014-06-04 15:37:00 -04:00
Wes Kocher
1972488853
Merge b2g-inbound to m-c a=merge
2014-06-05 18:49:36 -07:00
Dave Hylands
edc2be9cf4
Bug 986331 - Enable .3g2 file extension to be recognized as 3gpp video. r=cajbir
2014-06-05 14:22:15 -07:00
Jeremy Poulin
21428535f7
Bug 1016622
: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
...
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
2014-06-03 13:37:46 -07:00
Nicholas Hurley
e4e5a0e568
Bug 1019921 - [http/2] Don't change to discarding padding state when all padding has been processed. r=mcmanus
2014-06-03 19:41:26 -07:00
Valentin Gosu
6633ae11f4
Bug 983243 - WSS WebSocket leaks TCP/IP connection if closed prematurely r=mcmanus
...
Prevent WebSocketChannel::OnTransportAvailable from reinitializing the channel's references after it has been closed.
2014-06-04 02:15:14 +03:00
Nicholas Hurley
53b38bf864
Bug 1019577 - Always make room in the table before emitting an entry. r=mcmanus
2014-06-03 13:09:08 -07:00
Honza Bambas
8f57c8e341
Bug 961024 - Move HTTP cache on Android to application's cache/profile leaf name, r=michal
2014-06-03 14:35:17 +02:00
Honza Bambas
4b14ce2ad7
Bug 1017546 - Move CacheStorageService::CleaupCacheDirectories job to background, r=michal
2014-06-03 14:35:17 +02:00
Monica Chew
3858a700c8
Bug 1012882: Restrict pinning to desktop (r=keeler)
2014-06-02 15:06:30 -07:00
Robert O'Callahan
2a92625af7
Bug 1015664
. Part 2: Remove some NS_HIDDEN usage. r=bsmedberg
2014-06-03 00:08:24 +12:00
Robert O'Callahan
cbb8fdebfc
Bug 1015664
. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg
2014-06-03 00:08:21 +12:00
Phil Ringnalda
3e5340dd29
Merge f-t to m-c
2014-05-31 20:31:07 -07:00
Victor Porof
9ce7e9c089
Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj
2014-05-23 17:12:29 -04:00
David Fifield
a5c112634b
Bug 1017769 - Make the CONNECT Host header the same as the Request-URI. r=mcmanus
...
It's possible to construct a request where the Host header differs from
the authority in the URL, for example in an extension with
nsIHttpChannel and setRequestHeader. MakeConnectString generates a
host:port string for the CONNECT Request-Line, but peeks into the
tunneled request in order to copy the Host header to the proxy request.
Instead, use the same host:port string for Host as is used in the
Request-URI, to avoid revealing the plaintext of the Host header outside
of the tunnel.
2014-05-29 11:01:02 -07:00
Bob Owen
742337c540
Bug 985135 - When owner is a null principal, propagate to replacement channel on redirect. r=bz
2014-05-28 15:04:04 +01:00
Nicholas Hurley
c69ead23da
Bug 1017692 - More logging for HPACK. r=mcmanus
2014-05-30 16:16:23 -07:00
Jason Duell
0218bb050c
Bug 1010434
- NeckoParent matches a wrong app for the request of a new RemoteOpenFile. r=bent
2014-05-30 12:50:51 -07:00
Wes Kocher
036a88c38e
Merge m-c to inbound
2014-05-29 18:03:39 -07:00
Wes Kocher
51289d72ba
Merge b2g-inbound to m-c
2014-05-29 17:44:25 -07:00
Mike Hommey
5c1ac57a30
Bug 1014976 - Remove MOZ_NO_DEBUG_RTL define in netwerk/streamconv/test. r=mshal
2014-05-30 09:39:27 +09:00
Ryan VanderMeulen
3dd20ce014
Merge m-c to b2g-inbound.
2014-05-29 14:36:11 -04:00
Honza Bambas
77f07df0e3
Bug 1017636 - Remove all conditional request headers when cache entry's sec-info or input fails to open. r=mcmanus
2014-05-29 19:42:33 +02:00
Brian Hackett
4e0b65ef88
Bug 941805 - Use helper thread pool in all runtimes in a process, r=billm.
2014-05-29 13:06:23 -06:00
Honza Bambas
7645fc87a0
Bug 1016451 - HTTP cache v2: add shutdown time probe for sanitize case, r=michal
2014-05-29 00:52:21 +02:00
Honza Bambas
3b4a73d31e
Bug 1014394 - Correctly delete all HTTP cache leftover trashes, r=michal
2014-05-29 00:52:21 +02:00
Ethan Tseng
29ee3c0241
Bug 1015169 - Cannot play RTSP streaming after reloading web page. r=vchang
2014-05-27 16:49:34 +08:00
Monica Chew
6fe994703a
Bug 974018: Implement nsIRedirectHistory (r=mayhemer)
2014-05-22 12:58:23 -07:00
Valentin Gosu
bfa80ae2c2
Bug 960014 - Make nsStandardURL::SetHost less magical around IPv6 r=honzab
...
Enforces brackets for IPv6 URLs in SetHost
Removed unreachable _if (!*host)_ block in nsStandardURL::SetHost
SetHostPort fails for empty and non-int strings
2014-05-02 06:31:43 +03:00
Jeremy Poulin
370d9ae036
Bug 1016617 - Prevent a subresources' hit count from overflowing over its parent. r=hurley
2014-05-29 10:38:30 -07:00
Jeremy Poulin
7095d2917e
Bug 1016615 - Make subresources inherit timestamps from their parent. r=hurley
2014-05-28 17:40:17 -07:00
Valentin Gosu
f26166e672
Bug 1006575 - Redirected iframe inserts 2 entries into resource timing buffer
2014-06-05 22:24:47 +03:00
Honza Bambas
4b98e16e4c
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
2014-06-05 20:14:07 +02:00
Ryan VanderMeulen
006487470f
Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
...
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
86c8669258
Bug 1019934 - don't access mRefCnt after CacheFileChunk::DispatchRelease() has been called, r=michal
2014-06-05 18:27:38 +02:00
Honza Bambas
995070a4f7
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
2014-06-05 18:27:38 +02:00
Honza Bambas
0219d2b402
Bug 938186 - introduce FORCE_ASYNC_CALLBACK for opening cache entries, r=michal
2014-06-05 18:27:38 +02:00
Patrick McManus
b17f6374d4
bug 1003566 - part 1 - allowSTS attribute to nsIHttpChannel r=honzab
2014-06-04 09:57:15 -07:00
Michal Novotny
8530936fe0
Bug 1011771 - fix for crash in CacheFile::RemoveChunk() and CacheFile::Unlock(), r=honzab
2014-05-28 16:16:03 +02:00
Ryan VanderMeulen
bbea47dc83
Backed out changeset 8164fe57ac92 (bug 1010434
) for bustage.
...
CLOSED TREE
2014-05-30 16:06:03 -04:00
Jason Duell
8b872e084c
Bug 1010434
- NeckoParent matches a wrong app for the request of a new RemoteOpenFile. r=bent
2014-05-30 12:50:51 -07:00
Honza Bambas
162eb32023
Bug 1017636 - Remove all conditional request headers when cache entry's sec-info or input fails to open, r=mcmanus, a=ryanvm on a CLOSED TREE
2014-05-29 19:42:33 +02:00
David Keeler
4434286b6b
bug 1006710 - add class of PSM errors to SEC and SSL errors r=briansmith
2014-05-28 15:28:03 -07:00
Doug Turner
da491f36e8
Bug 995430 - send header when user is signed into a children\'s account. r=mcmanus
2014-05-05 14:30:42 -07:00
Nils Ohlmeier [:drno]
24c7206622
Bug 1014304 - Remove onconnection and onclosedconnection from RTCPeerConnection. r=jib, r=jesup, r=smaug
2014-05-28 09:36:00 -04:00
Jeff Walden
96e2ce765d
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff
2014-05-27 14:32:41 -07:00
Patrick McManus
3ad35f2407
bug 1014589 - problem with https proxying and http pipelines r=hurley
...
--HG--
extra : rebase_source : 7c4f9f80d37102baa8951961d54b6ff842a19afb
2014-05-22 17:49:04 -04:00
Ryan VanderMeulen
095b86b386
Backed out changeset 2c631967ab9e (bug 999651) for B2G crashes.
...
CLOSED TREE
2014-05-27 14:08:30 -04:00
Jeff Walden
06f73fbe81
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent
2014-05-27 09:56:43 -07:00