Ed Morley
|
e72fa6d68c
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-06-01 15:27:36 +01:00 |
Brian Smith
|
95cff046d9
|
Bug 722034 - Part 8 - Work around bug 759805, r=michal
|
2012-05-31 22:12:01 -07:00 |
Jason Duell
|
82550caf75
|
Bug 748766 - Only count connected websockets toward max-websocket limit. r=mcmanus
|
2012-05-31 16:41:24 -07:00 |
Brian Smith
|
512c67299c
|
Bug 722034 - Part 6 - Stop accessing cache descriptor on main thread for telemetry purposes, r=hurley
|
2012-05-31 15:20:06 -07:00 |
Brian Smith
|
14b3034808
|
Bug 722034 - Part 5 - Move cache validation to the cache thread, r=honzab
|
2012-05-31 15:20:05 -07:00 |
Brian Smith
|
ad77600657
|
Bug 722034 - Part 4 - Make a copy of the information needed during cache validation in preparation for moving cache validation to the cache thread, r=honzab
|
2012-05-31 15:20:05 -07:00 |
Brian Smith
|
abff910e11
|
Bug 722034 - Part 3 - Convert HttpBaseChannel::mRedirectedCachekeys to nsAutoPtr<nsTArray<nsCString> >, r=biesi
|
2012-05-31 15:20:05 -07:00 |
Patrick McManus
|
fdedcd5b54
|
bug 759438 - crash in nsHttpTransaction::HandleContentStart due spdy restart r=honzab
|
2012-06-03 21:13:12 -04:00 |
Geoff Brown
|
1d11fd0b04
|
Bug 745340 - Improve disk cache smart sizing for mobile; r=jduell
|
2012-05-30 22:59:33 -04:00 |
Shriram Kunchanapalli
|
5b9a95ea6a
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01:00 |
Ed Morley
|
6cf4e96cb1
|
Merge mozilla-central to mozilla-inbound
|
2012-05-30 18:24:56 +01:00 |
Patrick McManus
|
7294cbd950
|
bug 737470 new spdy v3 files had old mpl header r=trivial
|
2012-05-30 12:23:05 -04:00 |
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
Honza Bambas
|
eee5d0070e
|
Bug 758852 - crash @ nsHttpConnectionMgr::nsHalfOpenSocket functions in Private Browsing, r=mcmanus
|
2012-05-29 16:51:21 +02:00 |
julian.reschke@gmx.de
|
5fcdbb550a
|
Bug 730574: handle quoted-string unescaping in RFC 2231 continuation parameters. r=jduell
|
2012-05-28 16:14:04 -04:00 |
Magnus Melin
|
b9a8563603
|
Bug 223681 - [mozTXTToHTMLConv] fails for links with ipv6 addresses. r=ben.bucksch, sr=cbiesinger
|
2012-05-28 22:07:56 +03:00 |
Brian Smith
|
ab38494662
|
Bug 722034 - Part 2 - Factor out nsHttpChannel::Hash into a standalone function, r=biesi
|
2012-04-05 01:57:30 -07:00 |
Michal Novotny
|
7650594949
|
Bug 722034 - Part 1 - Make AsyncOpenCacheEntry call the listener for non-blocking async requests from background threads, r=hurley
|
2012-05-31 15:20:04 -07:00 |
Brian Smith
|
390836258c
|
Bug 746018 - Part 6 - Start buffering cache entries in memory before we validate them, r=honzab
|
2012-05-31 15:20:04 -07:00 |
Brian Smith
|
f9466c8ef5
|
Bug 746018 - Part 5 - Simplify ShouldUpdateOfflineCacheEntry, r=honzab
|
2012-05-31 15:20:03 -07:00 |
Brian Smith
|
0184bfe5df
|
Bug 746018 - Part 4 - More cache logging, r=jduell
|
2012-05-31 15:20:03 -07:00 |
Brian Smith
|
0499d869d8
|
Bug 746018 - Part 3 - Do more logging in nsInputStreamWrapper, r=jduell
|
2012-05-31 15:20:02 -07:00 |
Brian Smith
|
9ed64256d8
|
Bug 746018 - Part 2 - Split nsHttpChannel::Connect() into two pieces--one that executes before checking the cache, one that executes after, r=honzab
|
2012-05-31 15:20:02 -07:00 |
Brian Smith
|
4ebd5ef705
|
Bug 746018 - Part 1 - Prevent changing channel state after AsyncOpen in more places, r=honzab
|
2012-05-31 15:20:02 -07:00 |
Brian Smith
|
ab91f6f0a2
|
Bug 759019 - Make nsHttpResponseHead and nsHttpRequestHead copy-constructable, assignable, and const-correct, r=biesi
|
2012-04-05 01:21:02 -07:00 |
Patrick McManus
|
b5d1b0d101
|
bug 757882 replace 250+ lines of redundant nsAHttpConnection implementations with macros r=jduell
|
2012-05-25 17:56:41 -04:00 |
Patrick McManus
|
cae1bafa38
|
bug 737470 patch 3 implement spdy v3 (pref off) r=honzab
|
2012-05-25 17:43:10 -04:00 |
Patrick McManus
|
e68b6e9d07
|
bug 737470 patch 2 clone spdy/2 into spdy/3 r=honzab
--HG--
rename : netwerk/protocol/http/SpdySession2.cpp => netwerk/protocol/http/SpdySession3.cpp
rename : netwerk/protocol/http/SpdySession2.h => netwerk/protocol/http/SpdySession3.h
rename : netwerk/protocol/http/SpdyStream2.cpp => netwerk/protocol/http/SpdyStream3.cpp
rename : netwerk/protocol/http/SpdyStream2.h => netwerk/protocol/http/SpdyStream3.h
|
2012-05-25 17:37:08 -04:00 |
Patrick McManus
|
ba5ffc3931
|
bug 737470 patch 1 use ASpdySession to generically dispatch current version of spdy r=honzab
--HG--
rename : netwerk/protocol/http/SpdySession.cpp => netwerk/protocol/http/SpdySession2.cpp
rename : netwerk/protocol/http/SpdySession.h => netwerk/protocol/http/SpdySession2.h
rename : netwerk/protocol/http/SpdyStream.cpp => netwerk/protocol/http/SpdyStream2.cpp
rename : netwerk/protocol/http/SpdyStream.h => netwerk/protocol/http/SpdyStream2.h
|
2012-05-25 17:37:01 -04:00 |
Patrick McManus
|
c1096ca2e1
|
bug 758725 spdy act on fin on synreply r=honzab
|
2012-05-25 17:18:41 -04:00 |
Josh Matthews
|
724407ef07
|
Bug 722845 - Part 4: Add PB information to wyciwyg channels. r=jduell
|
2012-05-24 16:31:54 +01:00 |
Josh Matthews
|
447c9b5f07
|
Bug 722845 - Part 3: Remove cache service use of private browsing service, and replace it with a single observer notification. r=michal.novotny
|
2012-05-24 16:31:54 +01:00 |
Josh Matthews
|
4a1921cd15
|
Bug 722845 - Part 2: Generalize channel private browsing information to a PB consumer interface. r=jduell
|
2012-05-24 16:31:54 +01:00 |
Josh Matthews
|
30d7146e2c
|
Bug 722845 - Part 1: Add private browsing information to HTTP channels. r=jduell,mayhemer
|
2012-05-24 16:31:53 +01:00 |
Josh Matthews
|
c45b403049
|
Bug 722845 - Part 0: Add private flag for cache entries/sessions/requests. r=michal.novotny
|
2012-05-24 16:31:53 +01:00 |
Ed Morley
|
f356417694
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-05-23 10:41:25 +01:00 |
Jan Varga
|
4731c74308
|
Bug 757511 - Make it possible to raise the maximum number of threads. r=biesi
|
2012-05-23 06:24:18 +02:00 |
Jan Varga
|
d4b98885d8
|
Bug 757507 - Implement read-write file streams. r=biesi
|
2012-05-23 06:23:11 +02:00 |
Ryan VanderMeulen
|
4f9cad8a80
|
Merge m-c to inbound.
|
2012-05-21 20:37:54 -04:00 |
Patrick McManus
|
6b1a01cb30
|
bug 756551 part 2 verify state of spdy mNeedsCleanup stream r=honzab
|
2012-05-21 17:09:34 -04:00 |
Patrick McManus
|
b4492fadee
|
bug 756551 spdy stream index integrity checks r=honzab
|
2012-05-21 17:09:25 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Shawn Landden
|
a31c0374b0
|
Bug 747257 - Part 2: Add media type mapping for .mp4. r=rillian
Associate .mp4 files with the "video/mp4" mime type so that we can open them
directly via file://
|
2012-05-17 17:20:15 -07:00 |
Honza Bambas
|
c8c5d41176
|
Bug 749209 - Happy Eyeballs implementation still not quite right, r=mcmanus
|
2012-05-22 22:12:40 +02:00 |
julian.reschke@gmx.de
|
dc686f0a90
|
Bug 663057 - support RFC2231/5987 encoding for title parameter in HTTP link header fields. r=hsivonen
|
2012-05-21 06:31:00 -07:00 |
Oleg Romashin
|
98f9df6c9e
|
Bug 756384 - Maemo/Meego builds should have the "Mobile" token in the UA string. r=mfinkle
|
2012-05-19 11:31:17 -04:00 |
Benjamin Smedberg
|
eaa4878487
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
Jason Duell
|
fe4f933442
|
Bug 753105 - Change Websocket "internal error" code to 2011. r=mcmanus
|
2012-05-17 10:59:26 -07:00 |
Jason Duell
|
dc8e1646bb
|
Bug 748580 - websockets: omit close code when none passed to close(). r=mcmanus
|
2012-05-17 10:56:56 -07:00 |
Patrick McManus
|
c02fb45d9a
|
Bug 755316 nullhttptransaciton based spdystream does not finish r=honzab
|
2012-05-16 09:05:34 -04:00 |
Patrick McManus
|
ddf8294f59
|
bug 755174 spdysession::readsegments may not set reader without transaction r=honzab
|
2012-05-16 09:05:34 -04:00 |
Patrick McManus
|
a0e3fa61bd
|
Bug 755167 - spdysession::mConnection should not be nsHttpPipeline r=honzab
|
2012-05-16 09:05:34 -04:00 |
Ryan VanderMeulen
|
d0d422a19f
|
Merge m-c to inbound
|
2012-05-15 19:24:50 -04:00 |
Patrick McManus
|
4e71c1624c
|
Bug 755467 SpdySession::RestrictConnections() should use conn->EverUsedSpdy() r=honzab
|
2012-05-15 16:31:29 -04:00 |
Mike Hommey
|
fe881f4ebe
|
Bug 748001 - Use explicit targets for object files. r=ted
|
2012-05-15 07:44:32 +02:00 |
Brian R. Bondy
|
c2f0611b53
|
Bug 754894 - Catalog sheet code is broken at least in unpackaged build. r=bz
|
2012-05-15 12:15:05 -04:00 |
Honza Bambas
|
44c6a064f2
|
Bug 621446 - Crash [@ mozilla::net::HttpChannelParent::RecvRedirect2Verify ], r=jduell
|
2012-05-15 16:44:25 +02:00 |
Alexandre Poirot
|
b74038af93
|
Bug 682305 - nsXMLHttpRequest::Send fails with mChannel being implemented in JS. r=sicking
|
2012-05-10 19:58:48 +01:00 |
Blake Kaplan
|
94c4150fb9
|
Backed out changeset ad106d37ee43. The bug number in the changeset was wrong.
|
2012-05-15 12:03:01 +02:00 |
Alexandre Poirot
|
ce12f7fafe
|
Bug 736046 - nsXMLHttpRequest::Send fails with mChannel being implemented in JS r=sicking
--HG--
extra : rebase_source : 447999d425cb6a405c287fecdcfc7810676ea3b9
|
2012-05-10 19:58:48 +01:00 |
Mook
|
3895fd07b1
|
Bug 485255 - Add path prefix handler to nsIHttpServer; r=biesi
|
2009-03-25 15:08:18 -07:00 |
Jason Duell
|
d6ef5f87ed
|
Bug 737164 - Make ReadInputStreamToString fallible. r=bsmedberg
|
2012-05-14 14:35:49 -07:00 |
Gavin Sharp
|
1bb7799846
|
Bug 747990: Add ability to specify the "application name" used in the user agent in application.ini, r=bsmedberg
--HG--
extra : rebase_source : fbaaa2e94c2bbaf74e001147ec014b1ffdf3502f
|
2012-04-23 16:09:23 -04:00 |
Patrick McManus
|
2ff7624621
|
bug 726366 part 2 - fix tunnel spdy over http proxy initial settings race r=honzab
|
2012-05-14 14:49:18 -04:00 |
Patrick McManus
|
de0097f3eb
|
bug 752648 - fix regression with restarting due to tls intolerance r=honzab
--HG--
extra : rebase_source : 8155ae4c221df4c5931816fb8773123cc37dd148
|
2012-05-14 13:25:28 -04:00 |
Honza Bambas
|
b58db907db
|
Bug 748240 - view-source: doesn't load HTML from AppCache, r=bz
|
2012-05-12 11:42:20 +02:00 |
Jason Duell
|
c874883aa1
|
Backed out changeset a88c34de5d01
|
2012-05-11 14:32:58 -07:00 |
Jason Duell
|
1cf77fae9d
|
Bug 737164. Make ReadInputStreamToString fallible. r=bsmedberg
|
2012-05-11 14:16:09 -07:00 |
Matt Brubeck
|
60b5d7f292
|
Back out c209fea124e1 (bug 754198) because of Win64 build failure
|
2012-05-11 13:23:49 -07:00 |
Vivien Nicolas
|
0752696463
|
Bug 722197 - Add a preference to map some domain names to localhost r=mcmanus
|
2012-05-11 12:59:19 -07:00 |
Fabrice Desré
|
5397f4846a
|
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
|
2012-05-11 12:34:24 -07:00 |
Brian R. Bondy
|
1d10d8833a
|
Bug 753813 - Cache is disabled if you have too many old cache directories to delete
Bug 753813 - Cache is disabled if you have too many old cache directories to delete. r=jduell
|
2012-05-10 09:18:00 -07:00 |
Benjamin Smedberg
|
43508ac8e5
|
Bug 737164 part B - use fallible or infallible strings appropriately in necko, r=jduell
--HG--
extra : rebase_source : 5fbaa24f4483a3f0b9ffdcd96669133af0b92d56
|
2012-05-08 13:55:19 -04:00 |
Patrick McManus
|
4cd96ac9ae
|
bug 752648 - backout patch for breaking cert override dialog r=backout
|
2012-05-10 13:11:10 -04:00 |
Ryan VanderMeulen
|
a1c0d1beb6
|
Backout ff1f86491512:29e94992504b due to orange.
|
2012-05-09 20:02:40 -04:00 |
Oonishi Atsushi
|
5615fc9ed3
|
Bug 282432 - Test. r=bz
|
2012-05-09 18:46:44 -04:00 |
Oonishi Atsushi
|
7fdeac46a5
|
Bug 282432 - Calling asyncOpen on a file channel should notify about file not found errors asynchronously instead of throwing from asyncOpen. r=bz
|
2012-05-09 18:46:12 -04:00 |
Ed Morley
|
0e6b28c1e9
|
Merge mozilla-central to mozilla-inbound
|
2012-05-09 18:09:29 +01:00 |
Honza Bambas
|
b7d22bf137
|
Bug 748647 - INHIBIT_PERSISTENT_CACHING was set to early, r=michal
|
2012-05-09 14:58:39 +02:00 |
Jason Duell
|
23fc5763a3
|
Bug 752675. Clarify why we don't preconnect for some cache flags. r=mcmanus
|
2012-05-08 18:02:31 -07:00 |
Jason Duell
|
21bba54896
|
Bug 752675- Improve documentation of nsIRequest::LOAD_FROM_CACHE. r=michal
|
2012-05-08 18:01:57 -07:00 |
Jason Duell
|
1852e76ae2
|
Bug 750616 - Get rid of warnings in necko on android. r=blassey
|
2012-05-08 17:00:12 -07:00 |
Gavin Sharp
|
008fe44520
|
Bug 738992: add some debug logging to try and figure out why this test fails intermittently
|
2012-05-08 09:45:32 -07:00 |
Honza Bambas
|
ca8751c41b
|
Bug 715837 - Crash @ mozilla::net::HttpChannelParent::RecvMarkOfflineCacheEntryAsForeign, r=jduell
|
2012-05-07 13:20:21 +02:00 |
Patrick McManus
|
be04c92f52
|
bug 726366 - support tunneling spdy through proxies r=honzab
--HG--
extra : rebase_source : 866ba1670ae0a2023e8cae8185b1e9d12bd1aed5
|
2012-05-07 10:27:25 -04:00 |
Patrick McManus
|
36f1ecd09b
|
bug 751647 - speculative connect needs to check spdy ip pooling table r=honzab
|
2012-05-07 09:43:46 -04:00 |
Geoff Lankow
|
26d7b4d428
|
Backed out changeset b4cf9833464e (bug 715837)
|
2012-05-07 23:42:18 +12:00 |
Honza Bambas
|
9c020d5d62
|
Bug 715837 - Crash @ mozilla::net::HttpChannelParent::RecvMarkOfflineCacheEntryAsForeign, r=jduell
|
2012-05-07 13:20:21 +02:00 |
Doug Turner
|
9ec5a09e8c
|
Bug 742179 - Move MakeRandomString to xpcom/ds. r=bsmedberg
|
2012-04-05 09:50:55 -07:00 |
Patrick McManus
|
2e902713dc
|
bug 739522 allow parallelism for hosts that exhibit mixed spdy/http r=honzab
|
2012-05-03 20:32:12 -04:00 |
Ehsan Akhgari
|
1efb879ece
|
Merge from mozilla-central
|
2012-05-03 17:33:52 -04:00 |
Brian R. Bondy
|
7c21b9fb8d
|
Bug 670514 - LNK file test for Windows share security. r=bz
|
2012-05-03 15:23:32 -04:00 |
Brian R. Bondy
|
807e54d008
|
Bug 670514 - Arbitrary File + Directory read via .lnk files on Windows Share. r=bz
|
2012-05-03 15:23:28 -04:00 |
Patrick McManus
|
c7a42e6cda
|
bug 749839 - apply unexpected server read test only to http pconns r=jduell
|
2012-05-03 09:10:11 -04:00 |
Kai Engert
|
3e746646f8
|
backout bug 650355, r=wtc
|
2012-05-03 12:38:29 +02:00 |
Geoff Brown
|
f67d699aed
|
Bug 750817 - Do not rely on xpcomlib in netwerk xpcshell tests. r=jduell
|
2012-05-03 06:22:58 -04:00 |
Brian Nicholson
|
3529eb4647
|
Bug 746697 - Create nsApplicationCacheService to wrap nsOfflineCacheDevice. r=honzab
|
2012-04-30 10:57:09 -07:00 |
Dão Gottwald
|
7500ef3a26
|
Bug 588909 - Replace Gecko/<date> with Gecko/<version> in UA string. r=bz sr=gerv
|
2012-04-30 13:06:45 +02:00 |
julian.reschke@gmx.de
|
8ec547df35
|
Bug 693806: RFC2231/5987 encoding: charset information should be treated as authoritative. r=jduell
|
2012-04-29 13:40:00 -07:00 |
Patrick McManus
|
1d242ebb35
|
bug 749649 checked wrong pointer in SpeculativeConnect r=honzab
|
2012-04-27 16:18:21 -04:00 |