Ehsan Akhgari
23958c27e7
Bug 1140765 - Build some network code in unified mode; r=mcmanus
2015-03-08 15:46:38 -04:00
Ryan VanderMeulen
8aaa845a81
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-03-06 16:18:04 -05:00
Ethan Tseng
40b48175fc
Bug 1138983 - RTSP not enabled in Lollipop. r=vchang
2015-03-05 13:34:08 +08:00
Michal Novotny
009dab9d94
Bug 1139014 - Optimize memory allocations in CacheFileMetadata, r=honzab
2015-03-06 15:49:04 +01:00
Masatoshi Kimura
3e7620bf97
Bug 1138882 - Add a pref to enable unrestricted RC4 fallback. r=keeler
2015-03-05 22:51:31 +09:00
Honza Bambas
c91f45280d
Bug 1136897 - Don't evict expired entries from disk. r=michal
2015-03-03 07:58:00 +01:00
Dragana Damjanovic
d25d9faf01
Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus
2015-03-04 14:17:00 +01:00
Jesse Ruderman
f0e53494c7
Bug 1133142 - downgrade 'mTempFile not equal to mTargetFile' from assertion to warning. r=yoric
2015-03-05 01:31:41 -08:00
Jesse Ruderman
1ad5c359ea
No bug - remove trailing whitespace
2015-03-05 01:30:25 -08:00
Randell Jesup
f5c457991f
Bug 1139020: rollup of sctp modifications for Android rs=jesup
2015-03-05 00:26:49 -05:00
Randell Jesup
c1755fc794
Bug 1139020: Update SCTP library from upstream to rev 9168 rs=jesup
2015-03-05 00:17:42 -05:00
Dragana Damjanovic
5a9c73cac0
Bug 1135405 - use different multicast addresses for each test. r=michal
...
--HG--
extra : rebase_source : fb316c7904f406bc72b6d73ccf30b4838fe7bfd0
2015-03-04 02:34:00 +01:00
Carsten "Tomcat" Book
6f58c47a0d
Merge mozilla-central to mozilla-inbound
2015-03-03 14:10:55 +01:00
Carsten "Tomcat" Book
e8beb2e4be
merge mozilla-inbound to mozilla-central a=merge
2015-03-03 13:54:33 +01:00
Gregory Szorc
6d01f694ab
Bug 1132771 - Support and test for reading without a config object; r=glandium
...
We want the ability to read data from any moz.build file without needing
a full build configuration (running configure). This will enable tools
to consume metadata by merely having a copy of the source code and
nothing more.
This commit creates the EmptyConfig object. It is a config object that -
as its name implies - is empty. It will be used for reading moz.build
files in "no config" mode.
Many moz.build files make assumptions that variables in CONFIG are
defined and that they are strings. We create the EmptyValue type that
behaves like an empty unicode string. Since moz.build files also do some
type checking, we carve an exemption for EmptyValue, just like we do for
None.
We add a test to verify that reading moz.build files in "no config" mode
works. This required some minor changes to existing moz.build files to
make them work in the new execution mode.
--HG--
extra : rebase_source : f701417f83dfa4e196e39182f8d0a6fea46c6fbb
extra : source : af07351bf2d6e85293ae3edf0fe4ae6cbc0ce246
2015-02-26 10:21:52 -08:00
Nicholas Hurley
6eb4be429d
Bug 1136361 - update node-http2 on ci. rs=mcmanus
2015-02-26 11:00:38 -08:00
Patrick McManus
7a1c7b71e8
Bug 967792 - Make localhost resolve offline. r=dragana
2015-02-25 14:02:38 -05:00
Valentin Gosu
435b62bfbc
Bug 1123920 - domainLookupEnd and requestStart out-of-order when using a persistent connection r=mcmanus
2015-02-25 20:23:56 +02:00
Valentin Gosu
44a47b4866
Bug 1123920 - requestStart timestamp is before connectEnd when using persistent connections r=mcmanus
2015-02-25 20:23:35 +02:00
Valentin Gosu
b197d037c7
Bug 1132572 - Fix data race for nsHttpTransaction's timing info r=mcmanus
2015-02-25 20:23:23 +02:00
Michal Novotny
a5ab63a1b9
Bug 1133739 - HTTP cache v2: Add telemetry probes to find out the best initial read size of the metadata (fixed missing initialization of mFirstRead in one constructor), r=jseward
2015-02-25 17:46:51 +01:00
Ryan VanderMeulen
fcc3099d24
Backed out changeset 13d9a5e39eb3 (bug 967792) for Gaia unit test failures.
...
--HG--
extra : rebase_source : 965ab6a8427a5753309b0e62b97f8287ce3fcc11
2015-02-25 11:39:14 -05:00
leo@bastilia.ru
a499d91e12
Bug 1134993: Include *.su geographic domains in PSL. r=gerv
2015-02-25 14:46:16 +00:00
Patrick McManus
a6c55eb584
bug 967792 - make localhost resolve offline r=dragana
...
--HG--
extra : rebase_source : b6080cdfc58a5c488b8dbe50741b44556e8f1c63
2015-02-15 13:50:48 -05:00
Daniel Stenberg
7421e0dc52
Bug 237623 - introduce "soft" checks for HTTP framing errors, r=mcmanus
...
--HG--
extra : rebase_source : a920948bc393de14a17d903c4604fd4c61356293
2015-02-25 01:16:00 +01:00
Blake Kaplan
2b00b0f294
Bug 1087646 - fast-path null principal'd documents. r=mcmanus
2015-02-24 12:54:40 -08:00
Michal Novotny
59b700c5ee
Bug 1055369 - Assertion failure: !handle || !handle->IsDoomed(). r=honzab
...
CLOSED TREE DONTBUILD
2015-02-24 11:49:46 -05:00
Ryan VanderMeulen
e6f89f97b9
Backed out changeset 12b059c5afc2 (bug 1055369) for frequent asserts across all test suites.
2015-02-24 11:40:22 -05:00
Timur Valeev
1234b03a23
Bug 1133846 - Add missing arguments to logging call in ActivateTimeoutTick. r=mcmanus
2015-02-24 00:57:00 -05:00
Michal Novotny
433ecb9f7d
Bug 1055369 - Assertion failure: !handle || !handle->IsDoomed(), r=honzab
2015-02-24 16:09:17 +01:00
Honza Bambas
e628b7561e
Bug 1134735 - Don't use tee->InitAsync in nsHttpChannel::InstallCacheListener when using cache2, r=michal
2015-02-19 12:36:00 +01:00
Honza Bambas
8b7f6eed90
Bug 1076366 - HTTP cache v2: Hand out CacheEntry to read-only callback demanding re-validation, r=michal
...
--HG--
extra : rebase_source : 1b12e0522e4cd5d97d165e8f629894a7221a4bb2
2015-02-20 12:50:00 +01:00
Michal Novotny
f6b06040ea
Bug 1133739 - HTTP cache v2: Add telemetry probes to find out the best initial read size of the metadata, r=jduell
2015-02-23 16:13:02 +01:00
Michal Novotny
e0f89ef3f6
Bug 1131600 - Add telemetry probes to get detailed disk cache hit rate, r=mcmanus
2015-02-23 12:26:06 +01:00
Michal Novotny
6ba1ff0b47
Bug 1128339 - Add telemetry probes to find out impact of bug 1120945, r=jduell
2015-02-23 12:24:35 +01:00
Henry Hu
9ebbd4b410
Bug 1132358 - Save and restore mIterGenCnt. Keep it consistent with mIter. r=mcmanus
...
CLOSED TREE
2015-02-20 15:13:39 -05:00
Patrick McManus
0f9824c683
bug 1133177 - https tunnel of h1 without pconn inside h2 session stall r=hurley
2015-02-19 13:50:15 -05:00
Patrick McManus
d0b1783640
bug 1133177 - network logging and cleanups (part 1) r=hurley
2015-02-19 12:21:03 -05:00
Honza Bambas
d39b19327e
Bug 1092857 - Drop conditional request headers when there is no cache entry available. r=michal
2015-02-20 06:31:00 -05:00
Valentin Gosu
3f26f11a87
Bug 1132693 - Add back check for mManageOfflineStatus r=jduell
2015-02-20 17:10:33 +02:00
Christoph Kerschbaumer
f3e352240e
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking)
2015-02-19 11:47:59 -08:00
Christoph Kerschbaumer
fdf17679f1
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - netUtil.h changes (r=sicking,sworkman)
2015-02-19 11:47:18 -08:00
Dragana Damjanovic
82480b23f3
Bug 1108957 - Add per network interface dns query. This is possible only with gonk. r=mayhemer
2015-02-19 00:14:00 -05:00
Josh Matthews
86618832b4
Bug 1065216 - Dispatch a fetch event to workers when controlled pages initiate a network load. r=baku,mayhemer,smaug
2015-02-18 20:34:29 -05:00
Christoph Kerschbaumer
97044a5d58
Bug 1134196
- Allow 'null' LoadInfo within nsNetutil.h (r=sicking,jduell)
2015-02-18 15:13:23 -08:00
Christoph Kerschbaumer
a8d1c507ad
Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman)
...
--HG--
rename : docshell/base/LoadInfo.cpp => netwerk/base/LoadInfo.cpp
rename : docshell/base/LoadInfo.h => netwerk/base/LoadInfo.h
rename : docshell/base/nsILoadInfo.idl => netwerk/base/nsILoadInfo.idl
2015-02-18 12:34:13 -08:00
Ryan VanderMeulen
5abea51e9a
Backed out changeset 25f90464e93b (bug 1065216) for Android mochitest failures.
2015-02-18 16:00:33 -05:00
Josh Matthews
cb61a019fc
Bug 1065216 - Dispatch a fetch event to workers when controlled pages initiate a network load. r=baku,mayhemer,smaug
2015-02-18 14:10:52 -05:00
Ryan VanderMeulen
804f23b3e0
Backed out changeset 4ef497dc6f9b (bug 1131557) for frequent Linux xpcshell failures.
...
CLOSED TREE
2015-02-18 12:38:19 -05:00
Ryan VanderMeulen
126294da7d
Backed out changeset 73e586b9f04f (bug 1109910) for bustage.
...
CLOSED TREE
--HG--
rename : netwerk/base/LoadInfo.cpp => docshell/base/LoadInfo.cpp
rename : netwerk/base/LoadInfo.h => docshell/base/LoadInfo.h
rename : netwerk/base/nsILoadInfo.idl => docshell/base/nsILoadInfo.idl
2015-02-18 11:57:57 -05:00