Valentin Gosu
b92a0fc9d8
Bug 1151899 - Add test for RustURL; r=bagder
...
MozReview-Commit-ID: GD5fnSsHf7
--HG--
extra : rebase_source : bde3cd30bff5aa2ccc48e455b2944874958e3729
2016-11-08 00:42:33 +01:00
Sebastian Hengst
16a9c895ed
Backed out changeset c778f23ccaf9 (bug 1151899)
2016-11-17 20:22:26 +01:00
Valentin Gosu
e27ee5f42a
Bug 1151899 - Add test for RustURL; r=bagder
...
MozReview-Commit-ID: GD5fnSsHf7
--HG--
extra : rebase_source : 93b422f6f3bf41c5519c10dfcefdfdcc5e2ba2bd
2016-11-08 00:42:33 +01:00
Ehsan Akhgari
eac76d9772
Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus
...
This patch removes support for mozapp iframes, leaving support for
mozbrowser iframes intact. Some of the code has been rewritten in order
to phrase things in terms of mozbrowser only, as opposed to mozbrowser
or app. In some places, code that was only useful with apps has been
completely removed, so that the APIs consumed can also be removed. In
some places where the notion of appId was bleeding out of this API, now
we use NO_APP_ID. Other notions of appId which were restricted to this
API have been removed.
2016-11-16 09:13:38 -05:00
Carsten "Tomcat" Book
3eacc680db
Backed out changeset 7d1f7dd996f7 (bug 1310845)
2016-11-16 14:50:44 +01:00
Ehsan Akhgari
cb369370b3
Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus
...
This patch removes support for mozapp iframes, leaving support for
mozbrowser iframes intact. Some of the code has been rewritten in order
to phrase things in terms of mozbrowser only, as opposed to mozbrowser
or app. In some places, code that was only useful with apps has been
completely removed, so that the APIs consumed can also be removed. In
some places where the notion of appId was bleeding out of this API, now
we use NO_APP_ID. Other notions of appId which were restricted to this
API have been removed.
2016-11-15 18:31:46 -05:00
David Major
72144b7ae4
Bug 1316116: Fix the clang-cl build in TestNamedPipeService.cpp. r=bagder
...
MozReview-Commit-ID: 8ZLGIHc8PyA
--HG--
extra : rebase_source : ab7025cfbcac90202c36c794b9401a05b915f21a
2016-11-09 10:38:36 -06:00
amy
a58ca1d174
Bug 976073 - Part 1 : Implement spec, r=jdm r=dveditz
2016-11-09 17:14:21 +08:00
Valentin Gosu
627f600a3e
Bug 1314859 - SetHost should also call NormalizeIPv4 r=mcmanus
...
MozReview-Commit-ID: 79sQrld6TBG
2016-11-06 23:26:04 +01:00
Sebastian Hengst
db89e7fcf4
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: netwerk. r=RyanVM
...
MozReview-Commit-ID: F2Wm2m6Wrkf
--HG--
extra : rebase_source : bcc9ccffedc16682d872cf8748c2c185bb453fa2
2016-11-05 11:29:21 +01:00
Liang-Heng Chen
05eb5322dd
Bug 1288308 - Part 3: test for nsINamedPipeService; r=bagder
...
MozReview-Commit-ID: GhnNadhXGWk
2016-11-03 18:15:09 +08:00
Andi-Bogdan Postelnicu
9d9d070b27
Bug 1311669
- Replace integer literals which are cast to bool. r=valentin
...
MozReview-Commit-ID: LdvpF0mFA5V
--HG--
extra : rebase_source : 831e71b9f40015636cbea9a6d72c96e7dfd070af
2016-11-01 14:44:10 +02:00
Andi-Bogdan Postelnicu
204bb10a86
Bug 1311669
- replace string literals containing escaped characters with raw string literals. r=valentin
...
MozReview-Commit-ID: 2e9j55eNTop
--HG--
extra : rebase_source : e633f6731ebabbca1a128fcc995b2dbf5d7c6a0b
2016-11-01 14:44:09 +02:00
Andi-Bogdan Postelnicu
702a3fbf63
Bug 1311669
- replace default bodies of special member functions with = default; r=valentin
...
MozReview-Commit-ID: YxHWVHUyDq
--HG--
extra : rebase_source : 24dbb81862770d82a3dc139ba8041bb576cf7cc4
2016-11-01 14:44:09 +02:00
Andi-Bogdan Postelnicu
5ca687e238
Bug 1311669
- use auto type specifier for variable declarations to improve code readability and maintainability. r=valentin
...
MozReview-Commit-ID: F5YO9pVK5O8
--HG--
extra : rebase_source : 7c8d22df9ec2ade3421d5f34229827f9c419b4d2
2016-11-01 14:44:09 +02:00
Andi-Bogdan Postelnicu
2789be758c
Bug 1311669
- convert loops to range-based loops in C++11. r=valentin
...
MozReview-Commit-ID: 5rc6d1JrU2F
--HG--
extra : rebase_source : bff7df85d38948e5a7d90c0d6d4d66f0811977ad
2016-11-01 14:43:37 +02:00
Valentin Gosu
6f93776828
Bug 1307456 - Remove packaged app related changes to nsMultiMixedConv r=bagder
...
MozReview-Commit-ID: Vkt8s9xT5E
--HG--
extra : rebase_source : 87f5a990638f65ad568619b504db057c9c05871a
2016-10-31 15:32:15 +01:00
Valentin Gosu
e825b942e9
Bug 1307456 - Remove PackagedAppService/Verifier r=bagder
...
MozReview-Commit-ID: LgT7RQAbEf8
--HG--
extra : rebase_source : 25ac286f8b0b69dfb0c80966a78926751f955284
2016-10-31 15:21:14 +01:00
Valentin Gosu
3a14f83970
Bug 1305204 - (Part 3) Backout bug 1275746 a=backout
...
MozReview-Commit-ID: B627xyv9BRm
2016-10-23 14:24:49 +02:00
Carsten "Tomcat" Book
5c08a87874
merge mozilla-inbound to mozilla-central a=merge
2016-10-18 10:38:37 +02:00
Ehsan Akhgari
ea467855d3
Bug 1310721 - Remove support for the b2g PAC generator; r=mcmanus
...
This effectively backs out bug 1115495.
2016-10-17 14:10:45 -04:00
Valentin Gosu
d746e122c8
Bug 1307491 - (Part 1) Remove support for per-app-offline in netwerk/ [nukeb2g] r=bagder
...
* * *
Bug 1307491 - Remove support for per-app-offline [nukeb2g] r=bagder
MozReview-Commit-ID: FoweWBv9QyE
--HG--
extra : rebase_source : 0f6e0f0d19f108c3aef8b25cb6d605ecd338ee2b
2016-10-17 03:54:46 +02:00
Ehsan Akhgari
9de6bbbaec
Bug 1261019 - Part 3: Remove Navigator.mozApps and code depending on it; r=myk,jryans,fabrice,mcmanus,peterv
2016-10-13 13:18:41 -04:00
Francois Marier
54d1778d66
Bug 1307596 - Add a preference for trimming third-party referrers. r=dragana
...
MozReview-Commit-ID: EL2L4yMnwAi
--HG--
extra : rebase_source : 6046849abb11560b7073b7fe30f46297e45d16e9
2016-10-05 16:36:16 -07:00
Yoshi Huang
2a51f65d99
Bug 1237152 - rename clear-origin-data to clear-origin-attributes-data, r=smaug
...
find \( -name '*.cpp' -o -name '*.h' -o -name '*.js' -o -name '*.jsm' -o -name '*.idl' -o -name '*.html' \) \
-a -type f -exec sed -i 's/clear-origin-data/clear-origin-attributes-data/g' {} \;
2016-10-07 17:45:10 +08:00
Andrea Marchesini
14d32a0990
Bug 1280590 - nsICookieManager2.cookieExists must use the originAttributes, r=smaug
2016-09-30 08:24:21 +02:00
Carsten "Tomcat" Book
c89ca66d22
Backed out changeset 826cc48624a3 (bug 1280590) for windows m-oth and xpc crashes
...
--HG--
extra : rebase_source : 895634096f3c1e275ab4f74f1d93691f5b55e22c
2016-09-29 15:28:53 +02:00
Andrea Marchesini
f69927d55d
Bug 1280590 - nsICookieManager2.cookieExists must use the originAttributes, r=smaug
2016-09-29 12:02:30 +02:00
Carsten "Tomcat" Book
572e74ee99
merge mozilla-inbound to mozilla-central a=merge
2016-09-28 15:56:33 +02:00
James Andreou
a47ce92ac2
Bug 1282124 - Remove nsILoadInfo.usePrivateBrowsing and the SEC_FORCE_PRIVATE_BROWSING flag; r=smaug,jryans
2016-09-27 16:56:44 -04:00
Valentin Gosu
632626f639
Bug 1231565 - (Part 4) Test that large alt-data content can be saved, and that streaming works r=honzab
...
--HG--
rename : netwerk/test/unit/test_alt-data_simple.js => netwerk/test/unit/test_alt-data_stream.js
rename : netwerk/test/unit_ipc/test_alt-data_simple_wrap.js => netwerk/test/unit_ipc/test_alt-data_stream_wrap.js
2016-09-27 10:26:32 +02:00
Valentin Gosu
29eff7dfe4
Bug 1231565 - (Part 3) Make alt-data responses report the correct content length r=michal
...
MozReview-Commit-ID: DvQP7NB4SqW
2016-09-27 10:26:00 +02:00
David Keeler
cba6d0293c
bug 1190674
- skip test_tls_server.js on XP for intermittent failures r=jryans,nwgh
...
MozReview-Commit-ID: Aud6qGQ1y6I
--HG--
extra : rebase_source : 62a6b5aff647bf2165b5a0763c4ce84436b05822
2016-09-26 15:46:29 -07:00
Martin Thomson
b4a425d1e8
Bug 1304919 - Update TLS server tests to expect TLS 1.3 cipher suite, r=ekr
...
MozReview-Commit-ID: Bz5v08xPNA6
--HG--
extra : rebase_source : 897583f67b5d07a8962d4423ffc9d4cf7cd23b8e
extra : source : bb62ee48735e56b8792ba8256edeed5971f93a34
2016-09-23 13:17:12 +10:00
Sebastian Hengst
0ac2129c0b
Backed out changeset bb62ee48735e (bug 1304919)
2016-09-24 18:00:12 +02:00
Martin Thomson
fb053d0a17
Bug 1304919 - Update TLS server tests to expect TLS 1.3 cipher suite, r=ekr
...
MozReview-Commit-ID: Bz5v08xPNA6
--HG--
extra : rebase_source : 530ad9191cef1309726f15a1d2e9aef84f669cad
2016-09-23 13:17:12 +10:00
Honza Bambas
cd3ee4c951
Bug 1231565 - (Part 1) Basic test for alt-data representation in cache r=honzab
2016-03-22 11:42:00 +01:00
Carsten "Tomcat" Book
25a074d342
merge mozilla-inbound to mozilla-central a=merge
2016-09-15 11:59:50 +02:00
Patrick McManus
14f8754356
Bug 1302488 - Alt-Svc Hard Refresh Race r=hurley
2016-09-13 13:24:19 -04:00
Manish Goregaokar
65e072aa45
Bug 1301621 - Parse URL ports as 16 bit; r=valentin
...
MozReview-Commit-ID: 5FbRUsYzJdy
--HG--
extra : rebase_source : dba9575a3d3a56560f39a81c6a3431da4e21f3e9
2016-09-09 15:42:42 +08:00
Thomas Wisniewski
0748df2882
Bug 1302312 - Treat URLs with username or password but no host info as malformed. r=valentin
...
--HG--
extra : rebase_source : 24fdcd9682cbcc3bb6850bf7708ea859264f4661
2016-09-13 12:47:16 -04:00
Carsten "Tomcat" Book
d63d14dfed
Backed out changeset fc9963bf6d98 (bug 1301621) for xpcshell bustage
2016-09-14 12:28:50 +02:00
Carsten "Tomcat" Book
6520e60ddb
Merge mozilla-central to autoland
2016-09-14 12:17:20 +02:00
Manish Goregaokar
ce7df594c1
Bug 1301621 - Parse URL ports as 16 bit; r=valentin
...
MozReview-Commit-ID: 5FbRUsYzJdy
--HG--
extra : rebase_source : 4274433be9e6c7f76909e22dc79f7a2a41e5f455
2016-09-09 15:42:42 +08:00
Patrick McManus
1d5bcef263
Bug 1301117 - update opportunisitic encryption r=hurley
2016-08-16 15:51:18 -04:00
Carsten "Tomcat" Book
0f2c669a48
merge mozilla-inbound to mozilla-central a=merge
2016-09-09 12:02:43 +02:00
Iris Hsiao
f0bad41648
Backed out changeset bb033983fe8d (bug 1301344), this shouldn't be landed, it's for test
2016-09-09 15:33:19 +08:00
Junior Hsu
1b0b85b2fe
Bug 1301344 - Add test. r=valentin
2016-09-08 02:36:00 -04:00
Shing Lyu
db11558e50
Bug 1288350 - Temporary reftest list for Stylo vs Gecko test r=heycam,manishearth
...
--HG--
extra : rebase_source : 4772418bd2813d4e79643a833eb09e47fe893d84
2016-09-05 11:45:39 +08:00
Nicholas Nethercote
37301e25ad
Bug 1297300 - Add missing checks to GetSpec() calls in netwerk/. r=hurley,dragana.
...
--HG--
extra : rebase_source : 961a82fb6e723688837e5250f57121c14ca958cb
2016-08-26 16:40:57 +10:00