Shih-Chiang Chien
e206a42b79
Bug 1231416 - fix Mulet UA string generation rule. r=fabrice.
...
MozReview-Commit-ID: 69fIxw0FO9l
2016-02-16 18:54:12 +08:00
Wes Kocher
403e8658ce
Backed out changeset 9d5fa6d7558a (bug 1247432) for being a possible cause of the spike in ASAN test_browserElement_oop_getWebManifest.html failures
2016-02-16 16:40:43 -08:00
Patrick McManus
3fdb2719e9
Bug 1247205 - dont loop on http2 softerror r=dragana
2016-02-13 20:54:24 -05:00
Andrea Marchesini
872b50b01f
Bug 1245866 - A better buffer size check in nsIDNService::IDNA2008ToUnicode, r=jfkthame
2016-02-16 17:53:44 +00:00
ISHIKAWA, Chiaki
3716397205
Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
...
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check
- the outdated 0666 octal constant is still parsed correctly,
- the outdated 0666 octal constant raises syntax error flag
in strict mode, etc.
So leave them alone.
2016-02-15 08:57:00 +01:00
Honza Bambas
2eba454b93
Bug 1247432 - Don't do any unnecessary I/O in cache2 after shutdown, r=michal
2016-02-12 09:36:00 +01:00
Michal Novotny
c065bf45e7
Bug 1247806 - Fix HSTS redirect check in WebSocketChannel, r=mcmanus
2016-02-16 01:19:57 +01:00
Dragana Damjanovic dd.mozilla@gmail.com
b99aec6009
Bug 1242755 - Move nsHttpConnectionMgr->Shutdown back to nsHttpHandler. r=mcmanus
2016-02-04 04:14:00 +01:00
Patrick McManus
2c04fe7457
Bug 1240025 - incorrect close state on pushed stream r=hurley
2016-02-10 14:54:32 -05:00
Aidin Gharibnavaz
6b26e7ff2b
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
2016-02-10 08:23:00 +01:00
Carsten "Tomcat" Book
27564b1ff1
Merge mozilla-central to mozilla-inbound
2016-02-10 14:29:05 +01:00
Carsten "Tomcat" Book
67a51393f3
merge mozilla-inbound to mozilla-central a=merge
2016-02-10 11:47:34 +01:00
Valentin Gosu
73f17fbac5
Bug 1042347 - %2e entered in URL bar not normalized leading to denormalized request r=mcmanus
2016-02-10 13:13:23 +01:00
Valentin Gosu
967c5babae
Bug 464591 - Add test to make sure percent encoded host name can't bypass IDN normalization r=mcmanus
2016-02-10 13:13:10 +01:00
Honza Bambas
c8704f670b
Bug 1231512 - Allow nsIHttpChannel.redirectTo() work also on an open channel, r=jduell
2016-02-05 07:45:00 +01:00
Myk Melez
76721b9467
Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco
2016-02-08 11:24:22 -08:00
Nicholas Nethercote
b1b747a5ec
Bug 1246013 (part 2) - Change "explicit/xpcom/effective-TLD-service" path to the more sensible "explicit/network/effective-TLD-service". r=jduell.
2016-02-05 11:31:28 +11:00
Nicholas Nethercote
955fa91510
Bug 1246013 (part 1) - Store a copy of the ETLDEntry directly in DomainEntry instead of a pointer to it. r=jduell.
...
This reduces the size of nsEffectiveTLDService from 256 KiB to 128 KiB on
64-bit platforms.
2016-02-05 11:17:35 +11:00
Wes Kocher
a2c2a491ac
Backed out 2 changesets (bug 1148544) for failures in test_user_agent_overrides.html
...
Backed out changeset 5073d841f77d (bug 1148544)
Backed out changeset 64a2c41c6f20 (bug 1148544)
2016-02-09 16:58:54 -08:00
Dylan Roeh
d3bfdcc8a4
Bug 1148544 - Update tests to work with new way of handling user agent overrides. r=jchen
2016-02-09 16:51:43 -06:00
Dylan Roeh
77573ada71
Bug 1148544 - Figure out UA override once per LoadGroup and cache it, rather than once per channel. r=nwgh
2016-02-09 16:51:34 -06:00
Patrick McManus
719e51adb9
Bug 544986 - 64KB rwin for windows xp r=dragana
2016-02-04 17:41:28 -05:00
Daniel Stenberg
77c790c23c
Bug 1246850 - check the NotifyIpInterfaceChange() return code, r=mcmanus
2016-02-09 01:31:00 +01:00
Dragana Damjanovic dd.mozilla@gmail.com
3f2851b0d8
Bug 1242464 - Call shutdown() before closesocket() and change linger option on windows. r=mcmanus
2016-02-04 04:42:00 +01:00
Patrick McManus
5b5f27011a
Bug 1246778 - dont loop in nshttpconnection during shutdown r=dragana
2016-02-08 17:21:43 -05:00
Sebastian Hengst
fd21c9e3b2
Backed out changeset 28188ac5d84a (bug 1242755) for XPCshell failures on Linux x64. r=backout
2016-02-08 13:17:43 +01:00
Frédéric Wang
e6c0fb1aba
Bug 1242904 - Update Brotli to latest upstream revision ; now at 33aa40220b96cf95ad2b9ba61dc8d7fd2f964f2c. r=mcmanus
2016-02-08 12:01:21 +01:00
Carsten "Tomcat" Book
55bc48c02d
Backed out changeset c18e29c1b369 (bug 1164581) for cpp unit tests test failures
2016-02-08 11:17:38 +01:00
Dragana Damjanovic dd.mozilla@gmail.com
89a207a079
Bug 1242755 - Move nsHttpConnectionMgr->Shutdown back to nsHttpHandler. r=mcmanus
2016-02-04 04:14:00 +01:00
Shih-Chiang Chien
809767fc0c
Bug 1241368 - provide JS implemented MDNS service as a fallback. r=nwgh,nalexander.
2014-05-16 15:01:27 -04:00
Aidin Gharibnavaz
ec66ec4671
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
2016-02-07 10:56:00 +01:00
Sándor Gecsey
a8b9cf3515
Bug 241698 - Fixed init and use of nsDirIndex::mLastModified (-1LL) + built in nullptr checks where they were missing. r=dragana
...
Also unified the opening brackets in method bodies because they differed.
2016-02-03 10:16:00 -05:00
Patrick McManus
a35e7eb9ff
Bug 1246263 - fix unified build pollution r=valentin
2016-02-06 09:11:39 -05:00
Wes Kocher
a9569e2ad6
Backed out changeset 4eab8351973c (bug 241698) for being a possible cause of build bustage CLOSED TREE
2016-02-05 15:07:16 -08:00
Wes Kocher
5e6f76d1f2
Backed out changeset 448af29079c9 (bug 1231512) for being a possible cause of build bustage CLOSED TREE
2016-02-05 15:07:06 -08:00
Honza Bambas
61107b5fc9
Bug 1231512 - Allow nsIHttpChannel.redirectTo() work also on an open channel. r=jduell
2016-02-05 07:45:00 -05:00
Sándor Gecsey
88640cd748
Bug 241698 - Fixed init and use of nsDirIndex::mLastModified (-1LL) + built in nullptr checks where they were missing. r=dragana
...
Also unified the opening brackets in method bodies because they differed.
2016-02-03 10:16:00 -05:00
Nicholas Hurley
c80ac62d26
Bug 1244505 - Ensure we allow spaces in cookie names and values. r=mcmanus
2016-02-04 10:14:30 -08:00
Patrick McManus
5a2b210cd4
Bug 1241906 - test for suspended spdy3.1 channel r=hurley
2016-02-05 11:17:24 -05:00
Patrick McManus
4ff4477f57
Bug 1241906 - Spdy deadlock on suspended channel r=hurley
2016-01-29 11:47:58 -05:00
Valentin Gosu
a395694602
Bug 241788 - Add missing run_next_test() to xpcshell-test a=testonly
2016-02-05 16:49:49 +01:00
Valentin Gosu
61f61e2376
Bug 241788 - net_FilterURIString should filter \r\n\t from the entire URL r=honzab
...
* net_ExtractURLScheme now uses mozilla::Tokenizer
* net_FilterURIString also filters characters in the scheme now
* removed startPos and endPos parameters for net_FilterURIString and introduced net_IsAbsoluteURL
2016-02-05 14:45:08 +01:00
Valentin Gosu
f2674e1627
Bug 377052 - nsBaseURLParser::ParseURL doesn't handle spaces embedded in the scheme properly r=mcmanus
2016-02-01 14:07:16 +01:00
Ben Kelly
cacf706a2d
Bug 1243453 P1 Make nsCORSListenerProxy call UpdateChannel() for internal redirects. r=sicking
2016-02-04 07:28:21 -08:00
sayre@gmail.com
f4e5223cdd
Bug 407537 - Dont normalize a nonexistant file r=biesi
2016-02-03 13:47:20 -05:00
Andrew Sutherland
dd7d08ab97
Bug 345580 - Problem decoding quoted-printable question mark in subject r=biesi
2016-01-28 14:25:46 -05:00
Patrick McManus
a06b332716
bug 277813 - autogenerated expires needs max r=mayhemer
2016-01-26 15:54:25 -05:00
Christoph Kerschbaumer
8dc39a53cd
Bug 1195173 - Convert ExtensionProtocolHandler to use channel->Open2() (r=maglione)
2016-02-02 20:35:15 -08:00
Blake Kaplan
b7aab2bb7e
Bug 1242472 - Properly propagate mTopWindowURI through redirects. r=francois/ckerschb
2016-02-02 13:44:11 -08:00
Nicholas Hurley
ad8bbe890d
Bug 1241896 - Fix netaddr deserialization for AF_UNSPEC and AF_LOCAL. r=mcmanus
2016-02-01 10:03:24 -08:00