Gervase Markham
3a0c78a851
Bug 1137114 - New TLD additions for TLDs contracted with ICANN from 2015-01-27 to 2015-02-26. r=gerv
2015-04-02 03:34:00 -04:00
Dragana Damjanovic
570137e623
Bug 1136969 - Add a check that OnStartRequest is called just once during the lifetime of a channel. r=mcmanus
2015-04-02 06:12:00 -04:00
Ehsan Akhgari
2306715bbc
Bug 1148854 - Part 2: Resume the intercepted network reuest if the interception fails for some reason; r=jdm
2015-04-02 17:58:22 -04:00
Patrick McManus
591860d29b
Bug 1148328 - Disable alt-svc. r=dveditz
...
CLOSED TREE
2015-03-31 18:57:44 -04:00
Ehsan Akhgari
06430ec340
Back out bug 1149127 because of Thunderbird insanity
2015-04-02 14:37:55 -04:00
Nathan Froyd
65f6c06592
Bug 1143651 - don't use CallQueryInterface when the compiler can do the cast for us; r=ehsan
2015-03-12 13:20:29 -04:00
Shian-Yow Wu
abf80334a1
Bug 1148503 - Test PAC Generator on B2G only. r=mcmanus
2015-04-02 09:17:59 +08:00
Dragana Damjanovic
ae09029ea9
Bug 647010 - Limit when HTTP authentication dialog is shown. Block cross-origin http auth prompts with pref. r=mayhemer, r=tanvi
2015-04-01 06:56:00 -04:00
Mike Hommey
ccd2a9b975
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
2015-04-01 13:51:45 +09:00
Monica Chew
f0210da034
Bug 1108017: Loosen third-party restrictions for tracking protection checks (r=sworkman)
2015-03-31 13:18:38 -07:00
Valentin Gosu
883cc0c011
Bug 1099209 - Only track leaked URLs on the main thread. r=honzab
2015-03-31 14:19:27 +03:00
Patrick McManus
94f7f88dee
bug 1148237 restart verifier null pattern r=honzab
2015-03-30 15:56:49 -04:00
Olli Pettay
26fb4ce03c
Bug 1149228, cache data: and https: handlers, r=honzab.moz
2015-03-30 22:32:26 +03:00
Mike Hommey
4da5ed0b71
Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn
...
The distinction between moz_malloc/moz_free and malloc/free is not
interesting. We are inconsistent in our use of one or the other, and
I wouldn't be surprised if we are mixing them anyways.
2015-03-31 12:32:49 +09:00
Ehsan Akhgari
8a31417477
Bug 1149127 - Stop exporting LoadInfo unnecessarily; r=ckerschb
2015-03-30 22:57:16 -04:00
Wes Kocher
77420a9c15
Merge m-c to inbound a=merge CLOSED TREE
2015-03-30 19:39:04 -07:00
Sylvestre Ledru
e803dcfc9a
Bug 1149078 - Missing UUID dump. r=mconley, a=me
...
DONTBUILD
2015-03-30 02:27:00 -04:00
Andrew McCreight
4b767927e9
Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley
2015-03-29 07:52:54 -07:00
Michal Novotny
bef7d1cd24
Bug 1147973 - Detailed disk cache hit rate telemetry is wrong, r=honzab
2015-03-30 21:08:52 +02:00
Andrew McCreight
78ef3a55a4
Bug 1147572 - Remove implementation language field from DOM class info. r=jst
2015-03-30 10:45:39 -07:00
Hiroyuki Ikezoe
94bf301376
Bug 1139254 - Use MockRegistrar in netwerk. r=jduell
2015-03-03 19:46:00 -05:00
Honza Bambas
e135c0a368
Bug 1124880 - Call PR_Close of UDP sockets on new threads. r=mcmanus
2015-03-27 09:24:00 -04:00
Blake Kaplan
0bcc36d8fc
Bug 1058551 - Support redirects to data: URIs. r=honza
2015-03-27 13:12:37 -07:00
Randell Jesup
dcb9e16c80
Bug 1148231: fix wrong error message on DataChannel failed resend of packet r=khuey
2015-03-27 13:34:45 -04:00
Andrea Marchesini
b212600c95
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
2015-03-27 18:52:19 +00:00
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