Andrea Marchesini
8051790d44
Bug 1091962 - AutoEventEnqueuer must keep alive ChannelEventQueue, r=smaug, r=jduell
2014-12-04 13:23:33 -08:00
Nicholas Hurley
f42d623474
Bug 1107267 - Advertise h2-16. r=mcmanus
2014-12-04 11:50:38 -08:00
awake
a032f44b4b
Bug 1054739 - Normalize language tags when setting the Accept-Language header. r=gerv,mcmanus
2014-11-27 15:23:00 +01:00
Trevor Saunders
1a013270b5
bug 1105074 - make more stuff final r=froydnj
2014-11-25 13:56:07 -05:00
Nils Ohlmeier [:drno]
a5dbd6b71b
Bug 1098583 - Clean up data channel open request. r=jesup
2014-11-26 14:00:36 -05:00
Shigeki Ohtsu
bb18946770
bug 1105302 - Fix to use indexed encoding for cookies more than 20 bytes r=mcmanus
2014-11-26 23:44:50 +09:00
Patrick McManus
88b035b0c8
bug 1104993 - fix connection manager half open accounting r=hurley
2014-11-24 22:42:10 -05:00
Patrick McManus
cec693e1bc
bug 1104987
- cleanup h1 instances in h2 tests promptly r=hurley
2014-11-25 16:24:02 -05:00
Nikhil Marathe
2c068a0e94
Bug 1104959
- Make nsStreamLoader retargetable. r=mcmanus
2014-11-24 10:28:54 -08:00
Patrick McManus
e1e37ec43e
bug 1094563 - assert necko ip connections made in parent r=jduell (despite the CLOSED TREE)
2014-11-05 15:01:53 -05:00
Nicholas Hurley
539494df82
Bug 1097320 - Enable advertising h2. r=mcmanus
2014-11-25 14:43:27 -08:00
Gijs Kruitbosch
01cfcfb2a8
Bug 1061898 - fix ftp dir listing for windows long dates, r=jduell
2014-11-05 13:10:26 +00:00
Wes Kocher
bd182684f1
Backed out changeset b3f742c00ba1 (bug 1103152
)
2014-11-24 17:04:30 -08:00
Wes Kocher
9bd1792b15
Backed out changeset b4b619628d1d (bug 1103368) for b2g build bustage
2014-11-24 17:03:44 -08:00
Mike Hommey
34b3be419c
Bug 1102022 - Increase the SOCKS I/O buffer size to avoid buffer overflows. r=mcmanus
...
This also adds static checks that buffer overflows do not sneak in again in
the future.
Interestingly, this also makes (at least) GCC generate more efficient code.
For example, before, writing to the buffer in WriteV5AuthRequest would look
like this:
mov 0x38(%rbx),%eax
mov 0x28(%rbx),%rcx
movb $0x5,(%rcx,%rax,1)
mov 0x38(%rbx),%eax
inc %eax
mov %eax,0x38(%rbx)
mov 0x28(%rbx),%rcx
movb $0x1,(%rcx,%rax,1)
mov 0x38(%rbx),%eax
inc %eax
mov %eax,0x38(%rbx)
mov 0x28(%rbx),%rcx
movb $0x0,(%rcx,%rax,1)
incl 0x38(%rbx)
Now it looks like this:
mov 0x28(%rbx),%rax
movb $0x5,(%rax)
movb $0x1,0x1(%rax)
movb $0x0,0x2(%rax)
movl $0x3,0x38(%rbx)
2014-11-25 08:46:59 +09:00
Jason Orendorff
986d9b9587
Bug 1103368, part 5 - Make Class::getProperty and setProperty nullable instead of needing stub functions. Never store stub functions in JSPropertyDescriptors. r=bhackett.
...
--HG--
extra : rebase_source : 4fffe30636fdc5f0c708bc50f98c974c67cd4459
2014-11-22 12:23:39 -06:00
Jason Orendorff
195aa9ff10
Bug 1103152
- Remove JS_DeletePropertyStub, JS_EnumerateStub, JS_ResolveStub, and JS_ConvertStub. Make five mandatory JSClass hooks optional (nullable). r=bhackett.
...
--HG--
extra : rebase_source : 40b75b926ae59d91c80374fc5b25d2a459ecb717
2014-11-21 15:14:58 -06:00
Manesh Samtani
6cdfdff41a
Bug 1102231 - Update PSL for UDR Ltd. domains. r=gerv
2014-11-21 04:28:00 +01:00
Nicholas Nethercote
d159649494
Bug 1098703 - Zero HttpBaseChannel::{mSelfAddr,mPeerAddr} on construction to avoid Valgrind complaints in e10s builds. r=michal.
...
--HG--
extra : rebase_source : b95ade0b14397103711f74a53e75c514df2e1e1b
2014-11-13 19:27:31 -08:00
Honza Bambas
cadedaa85d
Bug 1095281 - Open entries from a chosen appcache as read-only, r=michal
2014-11-19 18:46:10 +01:00
Honza Bambas
d2816c9755
Bug 1055580 - Intermittent test_cache2-14b-concurent-readers-complete.js | 1 == 3 | 2 == 1 | 3 == 2, r=michal
2014-11-19 18:46:09 +01:00
Nathan Froyd
970fc0e8a3
Bug 1099251 - make ChaosMode's behavior modifications more finely-grained selectable; r=roc
2014-11-14 13:12:51 -05:00
Patrick McManus
82ea2eebd2
bug 1095859 - proxy tweak r=valentin.gosu
2014-11-17 13:27:12 -05:00
Owen Chu
d3d0babc79
Bug 704320 - Changes for HttpChannelParent. (r=mcmanus)
2014-11-18 08:46:35 -05:00
Owen Chu
50259ae67d
Bug 704320 - Parse and implement meta tag-based referrer policies for documents and nsHttpChannels. (r=bz,mcmanus)
2014-11-18 08:46:29 -05:00
Dragana Damjanovic
29b1961748
Bug 1097878 - Additional fix for divertion from child to parent. r=sworkman
2014-11-12 18:01:00 +01:00
Patrick McManus
a0cb0e0b94
bug 1097944 - remove spdy/3 2/2 r=hurley
2014-11-17 12:35:06 -05:00
Patrick McManus
f7800dc7a7
bug 1099472 - nspr log argument mismatch h2::recvpushpromise r=hurley
2014-11-14 20:34:40 -05:00
Christoph Kerschbaumer
59e7c4cbd1
Bug 1083422 - Add triggering Principal to nsILoadInfo - e10s changes (r=jduell)
...
* * *
[mq]: tmp
2014-11-14 08:57:09 -08:00
Christoph Kerschbaumer
1b25c3732d
Bug 1083422 - Add triggering Principal to nsILoadInfo - netutil changes (r=jduell)
2014-11-14 08:56:39 -08:00
Randell Jesup
ac86a65eb9
Bug 1080312: update iteration code from upstream r=jesup
2014-11-12 22:59:53 -05:00
Nicholas Hurley
083547dbdc
Bug 1094519 - Advertise h2-15 in addition to h2-14. r=mcmanus
2014-11-10 21:17:00 +01:00
Blake Kaplan
17642920d2
Bug 1088457 followup -- fix b2g's build. CLOSED TREE
2014-11-11 16:27:12 -08:00
Blake Kaplan
b7672658f4
Bug 1088457 - Make nsChannelClassifier deal properly with e10s. r=mmc/sworkman
2014-11-11 15:05:55 -08:00
Blake Kaplan
b2e95fedcd
Bug 1096530 - Make sure we notify our listener if we were canceled before we redirected. r=mcmanus
2014-11-11 15:05:55 -08:00
Honza Bambas
23e519249d
Bug 1081089 - Move spdy io logs to level 5, r=mcmanus
2014-11-10 16:10:41 +01:00
Honza Bambas
a47bcaca63
Bug 1042396 - 'ASSERTION: Wrong Document Channel' with iframe src swap / better cancel detection on redirect, r=mcmanus
2014-11-10 16:10:41 +01:00
Dragana Damjanovic
4ccca6bd65
Bug 1073872 - Fix data encoding if a channel is diverted from a child back to the parent. r=sworkman
2014-11-07 07:50:00 +01:00
Connor
9c9e89038a
Bug 575094 - Modify how prefservice is accessed so that it's from the parent process and not from the child process. Also re-enable test_bug528292_wrap.js. r=jdm
...
--HG--
rename : netwerk/test/unit_ipc/disabled_test_bug528292_wrap.js => netwerk/test/unit_ipc/test_bug528292_wrap.js
2014-10-29 23:58:03 -04:00
Nicholas Hurley
2b6d3a17ba
Bug 1049814 - Retry REFUSED_STREAMs on the same session. r=mcmanus
2014-11-06 09:47:00 -05:00
Magnus Melin
0278ca314e
Bug 1074793 - Set more restrictive permissions for downloads in the temporary directory. r=paolo
2014-11-02 15:15:43 +02:00
Ryan VanderMeulen
410f09054e
Merge fx-team to m-c. a=merge
2014-11-07 13:35:28 -05:00
Andrea Marchesini
40f8089c74
Bug 1090142 - WebSocketChannelChild should respect the order of the runnable to be dispatched. r=jduell
2014-11-07 09:35:54 -05:00
Carsten "Tomcat" Book
6df42325a9
Merge mozilla-central to fx-team
2014-11-07 15:07:58 +01:00
Mark Goodwin
c71dc52d87
Bug 1068949 - Send SHA-1 deprecation warnings in to the web console. r=mcmanus
2014-11-04 13:25:00 -05:00
Jonathan Hao
df127474fb
Bug 1093521 - [RTSP] An extra PLAY request is send after end-of-stream. r=ettseng
2014-11-04 17:39:29 +08:00
Kershaw Chang
697446154c
Bug 1041419 - Patch 2: Replace PBrowser with PBrowserOrId in PWyciwygChannel. r=honzab
2014-11-04 02:58:00 +01:00
James Kitchener
a7839118a6
Bug 971432 - Move baseURI to nsILoadInfo. r=bz
2014-11-05 01:34:00 +01:00
Patrick McManus
f1a587a623
Bug 1092613 - reason phrases for http 207 and 208. r=hurley
2014-11-01 17:27:53 -04:00
Nicholas Hurley
3ba70bdea8
Bug 1055306 - Make h2 push origin check more correct. r=mcmanus
2014-11-03 16:19:00 +01:00