Wes Kocher
dd8a8fcae7
Merge m-c to inbound a=merge CLOSED TREE
2015-03-26 17:46:35 -07:00
Francois Marier
d86c398568
Bug 1138979 - Pref to turn TP on when in Private Browsing mode. r=mmc, r=ehsan
2015-03-24 14:10:00 -04:00
Monica Chew
d65c27d33c
Bug 1144786: Create ClassifyLocalWithTables (r=gcp,francois)
2015-03-26 15:24:19 -07:00
Shian-Yow Wu
f37c123bc0
Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen
2015-03-26 15:11:08 +08:00
Shian-Yow Wu
c9c0b53e89
Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus
2015-03-26 15:11:05 +08:00
Michal Novotny
161aed571b
Bug 1141555 - HTTP cache v2 generates corrupted entries, r=jduell
2015-03-26 23:05:34 +01:00
Randell Jesup
ce2dc0b38e
Bug 1146096: rollup of sctp modifications for Android rs=jesup
2015-03-26 17:15:44 -04:00
Randell Jesup
6a6a0374bb
Bug 1146096: update usrsctp to rev 9209 from upstream rs=jesup
...
Pick up build fixes for musl-libc from upstream and a null-deref fix
2015-03-26 17:15:43 -04:00
Ehsan Akhgari
9ec35438a8
Bug 1147746 - Null check mInterceptListener in HttpChannelChild::ResetInterception; r=jdm
2015-03-26 17:10:15 -04:00
Honza Bambas
4ab63b1bb4
Bug 1098422 - Change the HTTP cache half-life experiment values. r=jduell
2015-02-27 10:17:00 -05:00
Wes Kocher
126b0dcd96
Backed out changeset 8be35539cc88 (bug 1124880) for build bustage CLOSED TREE
2015-03-26 12:47:53 -07:00
Honza Bambas
7926bf48c5
Bug 1124880 - Call PR_Close of UDP sockets on new threads. r=mcmanus
2015-03-25 11:36:00 -04:00
Honza Bambas
33748ceb3c
Bug 1132172 - Don't access CacheEntry::mFrecency on non-cache threads. r=michal
2015-03-25 14:55:00 -04:00
Honza Bambas
2e66332e81
Bug 1147392 - Workaround herness orange, recreate cache entry in test test_cache2-23-read-over-chunk.js every time. r=michal
2015-03-25 11:23:00 -04:00
Trevor Saunders
98873cda27
bug 1146027 - more final r=froydnj
2015-03-24 17:51:43 -04:00
Nikhil Marathe
42fd8be69d
Bug 1134324 - Set CORS mode and credentials on Fetch event Request. r=michal
...
renames fetch to fetchXHR() since fetch() is now a superpower.
2015-03-17 08:47:02 -07:00
Valentin Gosu
61d1a44d2b
Bug 1145812 - Fix assertion with dom.url.encode_decode_hash pref set to true r=mcmanus
2015-03-23 23:28:50 +02:00
Masatoshi Kimura
03c159b85e
Bug 1140032 - Re-enable FTP xpcshell tests by removing dependency on the cache. r=mayhemer
2015-03-24 05:11:18 +09:00
Valentin Gosu
9496df0e27
Bug 1144398 - Restrict charcters which are allowed in the URL hash (ref). r=mcmanus
2015-03-18 18:40:35 +02:00
Ehsan Akhgari
fc070e4c36
Bug 1146169 - Check mChannel for null-ness in nsIInterceptedChannel::SetSecurityInfo(); r=jdm
2015-03-22 19:54:03 -04:00
Nikhil Marathe
614f31e10e
Bug 1141332 - Disable content decoding and use decoded length on intercepted channels. r=mcmanus
2015-03-17 08:48:32 -07:00
Ehsan Akhgari
33bb32f549
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Wes Kocher
a694cc39ce
Merge m-c to inbound a=merge CLOSED TREE
2015-03-20 18:01:17 -07:00
Christoph Kerschbaumer
57c774b736
Bug 1144270 : Update remaining callers of newChannel to newChannel2 in netwerk/ (r=mcmanus)
2015-03-20 12:27:34 -07:00
Jonathan Hao
5bdc2f1bbd
Bug 1144513 - [gonk-lmr1] Adapt RTSPSource.cpp. r=ettseng
2015-03-19 16:45:43 +08:00
Geoff Brown
a3e7accefa
Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor
2015-03-19 11:00:58 -06:00
Boris Zbarsky
3550ddd74e
Bug 1143793 part 1. Remove the obj argument of JS_CompileScript. r=luke
2015-03-19 10:13:33 -04:00
Daniel Holbert
1d9455d2a8
Bug 1134462 followup: Add missing MOZ_OVERRIDE annotation to SynthesizeStatus impls in SynthesizeStatus.h. r=ehsan
2015-03-18 16:44:02 -07:00
Wes Kocher
b86d5e6713
Merge fx-team to m-c a=merge
2015-03-18 15:38:20 -07:00
Nikhil Marathe
8435e04285
Bug 1134462 - Synthesize status and headers from Response returned by ServiceWorker. r=jdm
2015-03-17 08:48:30 -07:00
Olli Pettay
d43ff13300
Bug 1124206, don't release nsCORSListenerProxy so early, r=mcmanus
2015-03-18 00:26:33 +02:00
Patrick McManus
33ccff8945
bug 1135160 - ioservice have speculative connect use proxy-resolve2() r=hurley
2015-03-13 17:32:18 -04:00
Daniel Stenberg
8d1705358d
Bug 1144040 - Coverity detected uninitialized nsHttpHandler members, r=mcmanus
2015-03-17 02:19:00 +01:00
Daniel Stenberg
5510ec54ed
Bug 1144031 - fix use of uninitialized variable, r=mcmanus
2015-03-17 01:45:00 +01:00
Kartikaya Gupta
3d1655bb5a
Bug 1140808 - Shut down the active entries table when the cache service is shut down. r=michal
2015-03-17 10:55:00 +01:00
Josh Matthews
ac7930ade5
Bug 1142124 - Never revalidate cache entries for synthesized responses. r=michal
2015-03-11 13:00:38 -04:00
Daniel Holbert
2c24121797
Bug 1142841: Convert all nsRefPtr<nsIRunnable> to nsCOMPtr<nsIRunnable>. r=ehsan
...
This patch was generated by a script. Here's the source of the script for
future reference:
find . \( -iname "*.cpp" -o -iname "*.h" \) | \
xargs -n 1 sed -i "s/nsRefPtr<nsIRunnable>/nsCOMPtr<nsIRunnable>/g"
2015-03-17 09:29:17 -07:00
Nicholas Hurley
f30ccae693
Bug 1136484 - Fix happy eyeballs regression from bug 1003448. r=mcmanus
2015-03-17 09:23:11 -07:00
Daniel Stenberg
2f48a7bbb5
Bug 1142586 - avoid asking the link service for online status on CHANGED. r=valentin
2015-03-12 09:46:00 +01:00
Chris Peterson
302989a0f2
Bug 1142860 - Remove unused exception parameter in osx_corewlan.mm. r=mstange
2015-03-04 21:36:07 -08:00
Boris Zbarsky
9bdcb642ba
Bug 1097987 part 6. Require callers of JS_ExecuteScript to either use the global as the scope or pass in an explicit scopechain. r=waldo
2015-03-14 01:36:16 -04:00
Ehsan Akhgari
c2da85ce42
Bug 1133763 - Part 5: Allow the security info on intercepted HTTP channels to be overridden; r=michal
2015-03-13 14:37:21 -04:00
Ehsan Akhgari
0cf38d2ae1
Bug 1133763 - Part 1: Remember the security info associated with HTTP fetches and record it inside InternalResponse; r=nsm
2015-03-13 14:37:14 -04:00
Daniel Stenberg
ccd4d46267
Bug 1139453 - Send network UP/DOWN events on desktop Linux. r=valentin
2015-03-13 08:33:00 -04:00
Chih-Kai (Patrick) Wang
1ad4e22f45
Bug 1129315 - require app processes update permissions after forked from nuwa. r=jdm
2015-03-12 16:53:22 +08:00
Dragana Damjanovic
394607b46d
Bug 1130444 - Add telemetry for measuring SocketTransortService cycles; r=mcmanus
2015-03-12 10:25:13 +01:00
Daniel Stenberg
93afb7ff38
Bug 1141741 - Make mDisablePrefetch assigns atomic; r=mcmanus
2015-03-11 13:58:29 +01:00
Daniel Stenberg
6a6192eaec
Bug 1140284 - start the resolver even when offline; r=ehsan
2015-03-09 09:52:05 +01:00
Alex Verstak
9cdcb7f5f0
Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz
2015-01-05 09:42:31 -08:00
Jim Porter
cb2b55eec5
Bug 1039639 - Add support for Flac on Firefox OS. r=cajbir
2014-12-02 16:37:00 -05:00
Daniel Stenberg
68ea809953
Bug 1145050 - Fix uninitialized class members in Http2Session. r=hurley
2015-03-20 00:42:00 -04:00
awake
ec75e033e6
Bug 1108183 - Regularize case of language subtags in Accept-Language header. r=mcmanus
2014-12-05 19:44:00 +01:00
Valentin Gosu
2ace8b0a05
Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus
2015-03-11 06:08:27 +02:00
Nathan Froyd
e9f067ac2a
Bug 1141689 - use services::GetObserverService more; r=ehsan
2014-04-29 13:31:06 -04:00
Jed Davis
91e13251f6
Bug 1043143: Step 2a: Add a class like nsDownloader but using memory instead of a file.
2015-03-10 17:00:01 -07:00
Wes Kocher
f87c38fe16
Merge m-c to inbound a=merge CLOSED TREE
2015-03-10 16:11:23 -07:00
Wes Kocher
f303b4d81c
Merge b2g-inbound to m-c a=merge CLOSED TREE
2015-03-10 15:44:53 -07:00
Thomas Zimmermann
77fe750486
Bug 1137151: Mark destructor of |STSThreadPoolListener| as protected, r=mcmanus
2015-03-10 13:44:02 +01:00
Thomas Zimmermann
e3e85bf001
Bug 1137151: Marked destructors of ref-counted RTSP classes as protected, r=sworkman
2015-03-10 13:44:02 +01:00
Christoph Kerschbaumer
b8da67b867
Bug 1138648 - Update remaining callsites to use newChannel2 in netwerk/ (r=sworkman)
2015-03-09 20:00:55 -07:00
Ethan Tseng
1f7766fc07
Bug 1133461 - [RTSP] Remove the extra PLAY request for seek operation. r=bechen
2015-03-04 17:34:35 +08:00
Patrick McManus
43ec2f268a
bug 1135160 - implement link rel=preconnect r=smaug
2015-02-20 17:01:36 -05:00
Patrick McManus
dd6002d52f
bug 1136140 - wss inside https proxy null deref r=hurley
2015-03-09 16:44:34 -04:00
Ethan Tseng
1e3af001ff
Bug 1117486 - [FFOS2.0][Woodduck] System crash by replaying the same RTSP clip several times. r=bechen
2015-02-16 12:37:09 +08:00
Ryan VanderMeulen
314718f75b
Backed out changeset a1d51e3fea63 (bug 935838) for B2G test_udpsocket.html timeouts.
...
CLOSED TREE
2015-03-09 16:35:06 -04:00
Masatoshi Kimura
7fdbca2023
Bug 1106470 - Drop SSLv3 support from devtools. r=vporof
2015-03-10 01:23:00 +09:00
Honza Bambas
eab815bb2e
Bug 1139924 - Dooming an unloaded HTTP cache entry by its URL may fail. r=michal
2015-03-05 08:42:00 -05:00
Alex Henrie
a83f28f84d
Bug 1134537 - Only support GIO in nsIOService. r=mcmanus
2015-03-06 22:06:34 -07:00
Dragana Damjanovic
beab056b04
Bug 935838 - Add per app network traffic statistics to the UDP socket. r=sicking, r=mayhemer
2015-03-06 06:38:00 -05:00
Blake Kaplan
af6b2318f3
Bug 1131406 - Fix IPC serialization for nsSimpleNestedURI. r=billm
2015-03-06 22:33:00 +01:00
Blake Kaplan
85c8ba7de7
Bug 1131406 - Don't lose information about JS URIs when serializing them. r=billm
2015-03-06 22:33:00 +01:00
Ehsan Akhgari
ce5d857ed8
Bug 1140765 - Build some network code in unified mode; r=mcmanus
2015-03-08 15:46:38 -04:00
Ryan VanderMeulen
9df25bfc88
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-03-06 16:18:04 -05:00
Ethan Tseng
d26899e199
Bug 1138983 - RTSP not enabled in Lollipop. r=vchang
2015-03-05 13:34:08 +08:00
Michal Novotny
d3ce94ee8d
Bug 1139014 - Optimize memory allocations in CacheFileMetadata, r=honzab
2015-03-06 15:49:04 +01:00
Masatoshi Kimura
926928febc
Bug 1138882 - Add a pref to enable unrestricted RC4 fallback. r=keeler
2015-03-05 22:51:31 +09:00
Honza Bambas
f870d95ddf
Bug 1136897 - Don't evict expired entries from disk. r=michal
2015-03-03 07:58:00 +01:00
Dragana Damjanovic
315caa1553
Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus
2015-03-04 14:17:00 +01:00
Jesse Ruderman
3d67f78bc7
Bug 1133142 - downgrade 'mTempFile not equal to mTargetFile' from assertion to warning. r=yoric
2015-03-05 01:31:41 -08:00
Jesse Ruderman
c462e2b8f8
No bug - remove trailing whitespace
2015-03-05 01:30:25 -08:00
Randell Jesup
1e78a62b94
Bug 1139020: rollup of sctp modifications for Android rs=jesup
2015-03-05 00:26:49 -05:00
Randell Jesup
80d9ba78b9
Bug 1139020: Update SCTP library from upstream to rev 9168 rs=jesup
2015-03-05 00:17:42 -05:00
Dragana Damjanovic
664aedce88
Bug 1135405 - use different multicast addresses for each test. r=michal
2015-03-04 02:34:00 +01:00
Carsten "Tomcat" Book
529575eb3c
Merge mozilla-central to mozilla-inbound
2015-03-03 14:10:55 +01:00
Carsten "Tomcat" Book
3d8353b7ec
merge mozilla-inbound to mozilla-central a=merge
2015-03-03 13:54:33 +01:00
Gregory Szorc
84c01c942b
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.
2015-02-26 10:21:52 -08:00
Nicholas Hurley
cf652ea015
Bug 1136361 - update node-http2 on ci. rs=mcmanus
2015-02-26 11:00:38 -08:00
Patrick McManus
2c0421d96a
Bug 967792 - Make localhost resolve offline. r=dragana
2015-02-25 14:02:38 -05:00
Valentin Gosu
9676d556f3
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
3de704d5e7
Bug 1123920 - requestStart timestamp is before connectEnd when using persistent connections r=mcmanus
2015-02-25 20:23:35 +02:00
Valentin Gosu
bd5a20075a
Bug 1132572 - Fix data race for nsHttpTransaction's timing info r=mcmanus
2015-02-25 20:23:23 +02:00
Michal Novotny
4d3d6c8f3f
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
8fcbb92fd8
Backed out changeset 13d9a5e39eb3 (bug 967792) for Gaia unit test failures.
2015-02-25 11:39:14 -05:00
leo@bastilia.ru
feb2e9c853
Bug 1134993: Include *.su geographic domains in PSL. r=gerv
2015-02-25 14:46:16 +00:00
Patrick McManus
f2bdf74d8a
bug 967792 - make localhost resolve offline r=dragana
2015-02-15 13:50:48 -05:00
Daniel Stenberg
8ee450c917
Bug 237623 - introduce "soft" checks for HTTP framing errors, r=mcmanus
2015-02-25 01:16:00 +01:00
Blake Kaplan
83919915e7
Bug 1087646 - fast-path null principal'd documents. r=mcmanus
2015-02-24 12:54:40 -08:00
Michal Novotny
0ff4cae490
Bug 1055369 - Assertion failure: !handle || !handle->IsDoomed(). r=honzab
...
CLOSED TREE DONTBUILD
2015-02-24 11:49:46 -05:00
Ryan VanderMeulen
01216a46ea
Backed out changeset 12b059c5afc2 (bug 1055369) for frequent asserts across all test suites.
2015-02-24 11:40:22 -05:00
Timur Valeev
75d7ca8a53
Bug 1133846 - Add missing arguments to logging call in ActivateTimeoutTick. r=mcmanus
2015-02-24 00:57:00 -05:00
Michal Novotny
1b83ac3cc4
Bug 1055369 - Assertion failure: !handle || !handle->IsDoomed(), r=honzab
2015-02-24 16:09:17 +01:00
Honza Bambas
aee83de9bf
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
4bcf1dde4d
Bug 1076366 - HTTP cache v2: Hand out CacheEntry to read-only callback demanding re-validation, r=michal
2015-02-20 12:50:00 +01:00
Michal Novotny
4d4de23cb9
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
3a2782b5f9
Bug 1131600 - Add telemetry probes to get detailed disk cache hit rate, r=mcmanus
2015-02-23 12:26:06 +01:00
Michal Novotny
033716e8e4
Bug 1128339 - Add telemetry probes to find out impact of bug 1120945, r=jduell
2015-02-23 12:24:35 +01:00
Henry Hu
0953a3bcec
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
02af089f24
bug 1133177 - https tunnel of h1 without pconn inside h2 session stall r=hurley
2015-02-19 13:50:15 -05:00
Patrick McManus
c13f05907d
bug 1133177 - network logging and cleanups (part 1) r=hurley
2015-02-19 12:21:03 -05:00
Honza Bambas
e32f5ff77b
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
1077e47bb9
Bug 1132693 - Add back check for mManageOfflineStatus r=jduell
2015-02-20 17:10:33 +02:00
Christoph Kerschbaumer
653d336523
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking)
2015-02-19 11:47:59 -08:00
Christoph Kerschbaumer
04c1112977
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
3c514289ec
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
be893961ee
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
ba73acde33
Bug 1134196 - Allow 'null' LoadInfo within nsNetutil.h (r=sicking,jduell)
2015-02-18 15:13:23 -08:00
Christoph Kerschbaumer
7069ca832a
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
e41adc7788
Backed out changeset 25f90464e93b (bug 1065216) for Android mochitest failures.
2015-02-18 16:00:33 -05:00
Josh Matthews
c1a7e4eed2
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
fb212f7fda
Backed out changeset 4ef497dc6f9b (bug 1131557) for frequent Linux xpcshell failures.
...
CLOSED TREE
2015-02-18 12:38:19 -05:00
Ryan VanderMeulen
0b5207f6de
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
Christoph Kerschbaumer
50038ae7a9
CLOSED TREE - 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-17 19:53:06 -08:00
Carsten "Tomcat" Book
327efca1b3
Backed out changeset 5f5540f3fcce (bug 1109910) for Bustage on a 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 17:15:00 +01:00
Christoph Kerschbaumer
d5f983e961
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-17 19:53:06 -08:00
Dragana Damjanovic
aa56f5a6fc
Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus
2015-02-18 06:35:00 -05:00
Dragana Damjanovic
c40d42326a
Bug 918827 - Remove caching for ftp connections. r=michal
2015-03-02 14:31:53 -08:00
Nathan Froyd
5f9d88f171
Bug 883954 - part 3 - build etld_data.inc using new GENERATED_FILES functionality; r=gps
...
As a proof-of-usefulness, let's change the build process for
etld_data.inc to write out the rules generating it automatically through
moz.build.
2014-12-16 15:15:14 -05:00
Daniel Holbert
366a50a6e0
Bug 1099296 followup: Drop now-unused variable "kIOServiceCID" from PropertiesTest.cpp. rs=ckerschb
2015-02-17 11:35:13 -08:00
Ben Kelly
492970ffa0
Bug 940273 - Part 1b - Expose nsFileProtocolHandler.h in mozilla/net. r=mcmanus
2015-03-02 14:11:00 +01:00
Christoph Kerschbaumer
3b44bb1205
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - websocket changes (r=jduell)
2015-02-17 10:09:58 -08:00
Christoph Kerschbaumer
3a1d79ca07
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in netwerk/ (r=sworkman)
2015-02-17 10:09:31 -08:00
Gervase Markham
adf9417bff
Bug 1129436 - Add SinaAppEngine domains to PSL. r=gerv
2015-02-17 17:53:27 +00:00
Carsten "Tomcat" Book
e0fbe0a076
Backed out changeset d168a14d3f71 (bug 967792) for suspicion of causing OS X xpcshell test failures on a CLOSED TREE
2015-02-17 09:48:33 +01:00
Patrick McManus
87a8028347
bug 967792 - make localhost resolve offline r=dragana
2015-02-15 13:50:48 -05:00
Chris Peterson
bc857705eb
Bug 1133282 - Remove nonstandard expression closures from netwerk. r=mcmanus
2015-01-24 23:50:26 -08:00
Valentin Gosu
2f8815b369
Bug 1132693 - navigator.onLine detection not working on Android r=mcmanus
2015-02-16 19:25:40 +02:00
Patrick McManus
c2ffe1842c
bug 1133156 backout 7abb1cb9739e (bug 237623) for regression r=backout
2015-02-13 22:57:03 -05:00
Patrick McManus
a2bff2fdcd
bug 1132808 - HttpBaseChannel::GetPrincipal should return URI prinicipal r=ckerschb r=sicking
2015-02-13 15:54:04 -05:00
Patrick McManus
9200ee3da8
bug 1132212 - nshttptransction.cpp dont play with data race fire r=sworkman
...
--HG--
extra : rebase_source : 9c36261b9ce11598664932f2e40693eee735b498
2015-02-12 15:00:18 -05:00
Honza Bambas
26855ea136
Bug 1132109 - Make CacheEntry::mSortingExpirationTime atomic/relaxed. r=michal
...
CLOSED TREE
--HG--
extra : amend_source : 241fc7e6eafd615ed4f45b0463700ac0eb060327
2015-02-13 07:59:00 -05:00
Honza Bambas
955f854356
Bug 1131092 - Place mFileStatus=NS_OK after CacheFile.Init() call in CacheEntry::Load(). r=michal
2015-02-13 07:58:00 -05:00
Honza Bambas
0811388dd8
Bug 1128219 - Re-check mListener while calling OnStopRequest after OnStartRequest in HttpBaseChannel::DoNotifyListener. r=michal
2015-02-13 07:56:00 -05:00
Honza Bambas
da6a89e31a
Bug 1117763 - Remove range request headers on cache entry open failure. r=michal
2015-02-13 07:54:00 -05:00
Honza Bambas
3db9b3351b
Bug 1120631 - CacheEntry::mFileStatus made atomic/rel_acq. r=nfroyd, r=michal
2015-02-13 07:55:00 -05:00
Honza Bambas
8ebce48c30
Bug 1079789 - Don't doom expired entries in the HTTP cache intermediate memory pool. r=michal
...
CLOSED TREE
2015-02-12 14:00:00 -05:00
Monica Chew
15d42c0db5
Bug 1130893 - Use GetChannelURIPrincipal instead of GetChannelResultPrincipal in nsChannelClassifier, only call nsChannelClassifier if LOAD_CLASSIFY_URI is set. r=mcmanus r=ckerschb
2015-02-12 22:23:50 -08:00
Mark Goodwin
f3e5dfdabd
Bug 1092055 - Show security messages for subresources. r=mcmanus
2015-02-09 07:04:00 -05:00
Honza Bambas
6df773a0f8
Bug 881830 - Make CORS redirect handling ignore redirects due to an STS upgrade. r=bz
2015-02-10 08:00:00 -05:00
Michal Novotny
a29a10fc73
Bug 1130784 - FAT32 file create limit code is using a bad error number, r=honzab
2015-02-12 11:28:50 +01:00
Valentin Gosu
322dd6f85a
Bug 1120985 - nsPartChannel does not return the correct value for isLastPart r=honzab
2015-02-12 00:11:24 +02:00