Commit Graph

2850 Commits

Author SHA1 Message Date
Patrick McManus
e96ec1a3d1 bug 790184 spdy: fix tcp send buffers to bound ping rtt r=honzab sr=biesi 2012-10-06 20:48:20 -04:00
Ed Morley
fd14735924 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-06 20:30:35 +01:00
Bill Gianopoulos
b93c8a3e28 Bug 798352 - Define EALREADY for VC9. r=rjesup 2012-10-05 16:54:51 -04:00
Patrick McManus
2d67c95f47 bug 798426 spdy/3 goaway frame has 8 byte payload r=honzab
--HG--
extra : rebase_source : 5dd9fb269da28c1fac76b3f574c2644aa9839fe4
2012-10-05 15:03:24 -04:00
Patrick McManus
7137ee34e5 bug 798243 spdy enable reading of ping reply r=honzab
--HG--
extra : rebase_source : 358dacd3f10bac145ff40ce5e84f0c8cde540849
2012-10-05 15:03:14 -04:00
Josh Matthews
6d1b762da8 Bug 792582 - Add nsIPrivateBrowsingChannel support to nsBaseChannel. r=jduell 2012-10-05 15:53:07 -04:00
Andrew Quartey
52003ca06d Bug 792581 - part 12: Replace LL_DIV with division operator. r=ehsan 2012-10-05 01:05:28 -04:00
Andrew Quartey
42f2f3750f Bug 792581 - part 11: Replace LL_MUL macro with multiplication operator. r=ehsan 2012-10-05 01:05:28 -04:00
Andrew Quartey
1839819e70 Bug 792581 - part 10: Replace LL_SUB macro with mathematical minus operator. r=ehsan 2012-10-05 01:05:27 -04:00
Nick Hurley
d158d44f4b Bug 786086 - Make the new default cache size display properly. r=michal 2012-10-05 12:29:14 -07:00
Simone Carletti
f97ede2b13 Bug 761769 - Update PSL for .ve. Take 2. r=gerv. 2012-10-05 14:28:00 +01:00
Ed Morley
0db806f159 Backout 953079e94edd (bug 791769) for xpcshell failures 2012-10-05 11:59:25 +01:00
Simone Carletti
8e3ae7614c Bug 797787 - Update CentralNic submission date in PSL and make list alphabetical. r=gerv. 2012-10-05 11:10:50 +01:00
Simone Carletti
70a6e3acae Bug 791769 - Update PSL for .ve. r=gerv. 2012-10-05 11:09:26 +01:00
Valentin Gosu
3ce8119088 Bug 796192 - A/B test HTTP Pipelining on pre-release channel. r=mcmanus 2012-10-04 21:08:58 -04:00
Patrick McManus
113f287057 bug 795905 call proxyservice::asyncresolve() when direct in case of filters r=biesi
--HG--
extra : rebase_source : c0d97222a8c5bad3ed8120c5a5a9cfdb7d3b8d6f
2012-10-04 15:08:26 -04:00
Randell Jesup
3864eb3c22 Bug 729512: DataChannel protocol rollup r=mcmanus 2012-10-03 19:51:23 -04:00
Ryan VanderMeulen
e45cae4406 Backout a9ab0881ebe2 (bug 729512) and ed6491f2335e (bug 733002) due to M3 orange. 2012-10-03 21:03:16 -04:00
Randell Jesup
7bf714324b Bug 729512: DataChannel protocol rollup r=mcmanus 2012-10-03 19:51:23 -04:00
Ehsan Akhgari
803b082135 Bug 774963 - Remove removeDataFromDomain from nsIPrivateBrowsingService, and put it in its own JS module, ClearRecentHistory; r=jdm 2012-10-03 11:29:10 -04:00
Andrew Quartey
21f22f5076 Bug 792581 - part 5: Replace LL_CMP macro with standard comparison. r=ehsan 2012-10-03 10:13:19 -04:00
Andrew Quartey
c2113adcdd Bug 792581 - part 4: Replace LL_GE_ZERO macro with standard relation. r=ehsan 2012-10-03 10:13:19 -04:00
Andrew Quartey
101deea163 Bug 792581 - part 2: Replace LL_EQ macro with standard relation. r=ehsan 2012-10-03 10:13:18 -04:00
Randell Jesup
12783ac168 Bug 729511: (and Bug 783843) build libsctp within Mozilla tree r=biesi r=ted 2012-03-29 17:25:15 -04:00
Randell Jesup
db5831e562 Bug 729511: patch to libsctp_8279 - add __USE_GNU for netinet/in.h r=biesi 2012-10-03 03:22:45 -04:00
Randell Jesup
f845ae8ff7 Bug 729511: Import usrsctp library rev 8279 rs=biesi 2012-10-03 03:22:43 -04:00
Cameron Kaiser
8035af7ab6 Bug 718910 - Disable Spotlight on the cache directory on Mac; r=michal.novotny, f=smichaud,josh 2012-10-02 23:05:40 -04:00
Tom Schuster
e1dc8d9cc1 Bug 795442 - Allow nsIChannel.contentDispositionFilename to be writable. r=jduell, sr=biesi 2012-10-02 09:43:00 -07:00
Jason Duell
62e32bff8b Bug 786299 - Delete app-cache related to an app when uninstalled. r=honza,jduell 2012-10-02 17:39:09 -07:00
Patrick McManus
cf50815341 bug 795305 - http channel can drop callback references sooner on asyncopen failures r=jduell
--HG--
extra : rebase_source : 95240c7f54ef177e285217f4c35cd2474f78aed2
2012-10-02 20:18:34 -04:00
Daniel Holbert
2cf9b0e656 Bug 797117: Explicitly cast UINT16_MAX to uint32_t in comparison within nsSocketTransportService::DoPollIteration(), to prevent it from being treated as signed and causing a build warning. r=ehsan 2012-10-02 17:18:47 -07:00
Simone Carletti
8c8aaac6dc Bug 794882 - Add hu.net to PSL. r=gerv. 2012-10-02 12:59:31 +01:00
Jason Duell
0000a2fb4a Bug 796164 - Change NECKO_UNKNOWN_APP_ID to UINT32_MAX. r=ehsan 2012-10-01 21:44:29 -07:00
Patrick McManus
03420cc4e4 bug 795082 http remove dead or redundant code r=honzab
--HG--
extra : rebase_source : 7dbaffae0670fb71ef8baa29a9884f63edfa2488
2012-10-01 20:10:08 -04:00
Ehsan Akhgari
4b71a98ab2 Bug 579517 follow-up: Remove NSPR types that crept in 2012-10-01 16:04:09 -04:00
Michal Novotny
d811a0d478 Bug 795897 - Force NSPR logging for cache module in release build, r=biesi 2012-10-01 18:10:21 +02:00
Mounir Lamouri
d724eae665 Bug 795711 - 'network.activity.blipIntervalMilliseconds' user pref should be taken into account. r=bz 2012-10-01 10:43:14 +01:00
Masatoshi Kimura
0cf7f6068d Bug 795584 - Add a template parameter to clamped. r=Ms2ger 2012-09-30 14:19:34 -04:00
Steve Workman
1de10bcca3 Bug 734546: Add DASH Decoders and Readers r=cpearce r=ted 2012-09-29 16:29:04 -07:00
Josh Aas
34a62cb9cc Bug 766973: Don't allow synchronous DNS queries from the main thread. r=sworkman 2012-09-29 00:50:59 -04:00
Ed Morley
77ca6b18f2 Backout bec7e68cad9a & a6228bc28958 (bug 786299) for Windows compilation errors on a CLOSED TREE 2012-09-29 01:44:30 +01:00
Jason Duell
f2b6cb61ab Bug 786299 - Part 2: Delete app-cache related to an app when uninstalled. r=honza 2012-09-28 16:13:17 -07:00
Jason Duell
7babbef463 Bug 786299 - Delete app-cache related to an app when uninstalled, part 1 r=jduell 2012-09-28 16:13:15 -07:00
Isaac Aggrey
952cf1de3f Bug 795351: Replace LL_MaxInt(), LL_MinInt(), LL_MaxUint() with stdint macros; r=ehsan 2012-09-28 17:08:26 -05:00
Isaac Aggrey
a53c93b026 Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan 2012-09-28 14:55:23 -05:00
Michal Novotny
eea374fe1f Bug 777445 - Network activity indicator for B2G, r=jduell 2012-09-29 00:39:20 +02:00
Isaac Aggrey
0cc4b12d36 Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan 2012-09-28 01:57:33 -05:00
foudfou
62d7406c52 Bug 785542 - Convert usages of PR_MIN and PR_MAX to NS_MIN and NS_MAX; r=ehsan
Occurences of PR_MAX in layout/style/nsCSSProps.cpp and xpcom/glue/nsTArray.h
can not be converted without C++11 support (constexpr).

--HG--
extra : rebase_source : 3b4f7e26690fad487dd11594449948411d4e79bc
2012-09-27 23:44:47 +02:00
Ed Morley
4cefec1e0b Backout 927bda3a4947 (bug 777445) for failing to build on a CLOSED TREE 2012-09-28 13:14:26 +01:00
Michal Novotny
874dc9c6a2 Bug 777445 - Network activity indicator for B2G, r=jduell 2012-09-28 13:53:52 +02:00