Carsten "Tomcat" Book
ffe70d35b2
Merge mozilla-central to mozilla-inbound
2017-02-09 11:38:08 +01:00
Randell Jesup
6e0c53ec9f
Bug 1311380: make shutdown ordering for sctp deregister_address consistent r=tuexen
2017-02-09 02:55:20 -05:00
Tim Huang
756cf900c9
Bug 1336802 - Part 2: Updating the whole code base to make sure nsILoadInfo get null check. r=smaug
...
--HG--
extra : rebase_source : 22149fd540fd02119afe9fe5c9a815d01cf959c1
2017-02-07 11:49:34 +08:00
Valentin Gosu
f2fd6230e6
Bug 1337629 - Restrict allowed hostname characters r=mcmanus
...
MozReview-Commit-ID: H8u2C5oSiT9
2017-02-09 01:55:49 +01:00
Arthur Edelstein
29148d1da2
Bug 1305144 - Option to hide referrer when leaving a .onion domain. r=mcmanus
...
The boolean pref is named "network.http.referer.hideOnionSource"
--HG--
extra : rebase_source : b6e9af7de29e0f8a2457b777ba4703401ad45181
2017-02-02 23:47:00 -05:00
Valentin Gosu
ff510f7133
Bug 1275746 - Don't allow empty host name for URLTYPE_AUTHORITY URLs r=mcmanus
...
* Return NS_ERROR_MALFORMED_URI if mURLType is URLTYPE_AUTHORITY and the hostname is empty.
* Make sure nsStandardURL::SetFile calls init with the correct arguments
MozReview-Commit-ID: 7t3mZtAbMF3
2016-07-07 15:06:08 +03:00
Honza Bambas
b38f7e146d
Bug 1321612, r=valentin
...
--HG--
rename : netwerk/test/unit/test_multipart_streamconv.js => netwerk/test/unit/test_multipart_streamconv-byte-by-byte.js
rename : netwerk/test/unit/test_multipart_streamconv_missing_lead_boundary.js => netwerk/test/unit/test_multipart_streamconv_missing_boundary_lead_dashes.js
extra : rebase_source : dd5348aee7e022b84edfa2eec94e565133350fe3
2017-02-08 15:48:59 +01:00
Ehsan Akhgari
3742bdafe4
Bug 1337179 - Don't copy the cached LoadInfo::mSandboxedLoadingPrincipal in the copy ctor; r=bzbarsky
...
Otherwise, the pre and post redirect pages in a sandbox iframe may end
up with the same sandboxed loading principal which is undesirable.
2017-02-08 09:48:17 -05:00
Carsten "Tomcat" Book
55606baab8
merge mozilla-inbound to mozilla-central a=merge
2017-02-08 11:30:00 +01:00
Wes Kocher
95ae929bd7
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: AY7XekuIyIs
2017-02-07 16:56:19 -08:00
Wes Kocher
672c83ed65
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 5H1ZxSV0XuM
2017-02-07 16:33:31 -08:00
Sebastian Hengst
0264cdf6be
Bug 1336311 - Change code comments with http://hg.mozilla.org to https://. r=gps
...
For components also referencing it in code, see the blockers of bug 1336311.
MozReview-Commit-ID: 4tUZ24HKBWy
--HG--
extra : rebase_source : ec16149f525b9b7eaca7f96f1369929d21497121
2017-02-07 17:52:56 +01:00
Zibi Braniecki
b8f991e41b
Bug 1335983 - Migrate nsCollation::CreateCollection to use LocaleService::GetAppLocale. r=jfkthame
...
MozReview-Commit-ID: 5GEnL7Kihpj
--HG--
extra : rebase_source : 413d880035b49da82db0530379425d31ac31a82e
2017-02-07 12:52:03 -08:00
Valentin Gosu
a554aa0d27
Bug 1335645 - part 2 - Fix JS errors in test_protocolproxyservice.js r=bagder
...
Fixes:
line 721: ReferenceError: assignment to undeclared variable uriStrFilterList
- declared variable in global scope
line 617: ReferenceError: reference to undefined property "spec"
- changed onProxyAvailable expectation to be called with a channel instead of URI - now dumping channel.URI.spec
- Enabled strict mode.
MozReview-Commit-ID: AeC4CtCpDZF
2017-02-07 16:20:57 +01:00
Valentin Gosu
57ede22306
Bug 1335645 - part 1 - Fix JS errors in test_reopen.js and test_file_partial_inputstream.js r=junior
...
MozReview-Commit-ID: 2QOdvACvW8z
2017-02-07 16:20:18 +01:00
Valentin Gosu
64921de6f3
Bug 1333172 - Avoid 1100 warnings by replacing NS_ENSURE_SUCCESS in nsNetUtilInlines.h:180 r=bagder
...
MozReview-Commit-ID: 8PlYTXYGpI9
2017-02-07 16:17:45 +01:00
Valentin Gosu
a3908e89e0
Bug 1333174 - Don't use NS_ENSURE_SUCCESS at nsIOService:793 r=bagder
...
MozReview-Commit-ID: 7ckppZheX3k
2017-02-07 16:17:43 +01:00
Ehsan Akhgari
1f536efb1e
Bug 1337054 - Remove nsIPermissionManager::RefreshPermission(); r=jdm
2017-02-06 19:54:34 -05:00
Ehsan Akhgari
d9f2b1af97
Bug 1149127 - Stop exporting LoadInfo unnecessarily; r=ckerschb
2017-02-06 13:07:46 -05:00
Tom Tung
e185f7bc4c
Bug 1220936 - Flush console report to innerWindowID by using nsIDocument and nsILoadGroup. r=bkelly.
2017-02-06 09:19:34 +08:00
Wes Kocher
a9ce32d9a5
Backed out 2 changesets (bug 1335983) for build bustage a=backout
...
Backed out changeset 5a9559ded976 (bug 1335983)
Backed out changeset de2b0d90e2da (bug 1335983)
MozReview-Commit-ID: 377KQDU1QqJ
2017-02-07 12:34:30 -08:00
Zibi Braniecki
6d98bad59d
Bug 1335983 - Migrate nsCollation::CreateCollection to use LocaleService::GetAppLocale. r=jfkthame
...
MozReview-Commit-ID: bJVrVj2dAS
--HG--
extra : rebase_source : f3a28e003415f0c58462a73b5fd987455e102fc5
2017-02-06 14:57:09 -08:00
Gijs Kruitbosch
62b73b45c2
Bug 1335272 - add barebones functional test for about:cache, r=ckerschb
...
MozReview-Commit-ID: 5hlxfmYGgDa
--HG--
extra : rebase_source : f685aeb462fae3d42ffcc1df36af44eef94612f1
2017-02-02 15:40:03 +00:00
Gijs Kruitbosch
e4b6ebfe64
Bug 1335272 - fix about:cache internal links, r=bz
...
MozReview-Commit-ID: QzgsTTulJC
--HG--
extra : rebase_source : 8604d1ea660a6c5c811f47fd3ed98ab136e73c6e
2017-02-02 15:10:11 +00:00
David Keeler
906fda1f23
bug 1324952 - don't asyncWait on the input stream if we've been stopped in test_be_conservative.js r=mcmanus
...
MozReview-Commit-ID: 3wkbicHLuUG
--HG--
extra : rebase_source : 5d5aaf89640a62efab203f527dbced441144f677
2017-02-06 15:02:01 -08:00
Wes Kocher
0151c314cd
Merge m-c to autoland, a=merge CLOSED TREE
...
MozReview-Commit-ID: Kq0cDcNXrZf
2017-02-03 17:31:12 -08:00
Jed Davis
eae6e4b98c
Bug 778201 - Remove nsPluginHost::FindProxyByURL and nsProtocolProxyService::DeprecatedBlockingResolve. r=bsmedberg,mcmanus
...
MozReview-Commit-ID: 9xuddxdw5cd
--HG--
extra : rebase_source : 4eaa281e108545a98697712861a453d096120a24
2017-02-03 16:32:04 -07:00
Tim Huang
4b8d34bc82
Bug 1312954
- Part 12: Update speculativeConnect to speculativeConnect2 for test_speculative_connect.js. r=mayhemer
2017-02-02 22:20:00 -05:00
Tim Huang
65c848654a
Bug 1312954
- Part 10: Add an assertion to make sure every code path of gecko uses speculativeConnect2 correctly. r=ckerschb
2017-02-02 22:18:00 -05:00
Tim Huang
1ed1228b60
Bug 1312954
- Part 9: Update speculativeConnect to speculativeConnect2 for the search service. r=Gijs
2017-02-02 22:17:00 -05:00
Tim Huang
a51aff22a7
Bug 1312954
- Part 7: Update the tests of network predictor. r=nwgh
2017-02-02 22:17:00 -05:00
Tim Huang
715d0af359
Bug 1312954
- Part 5: Have the network predictor use OriginAttributes to properly partition connections it creates like non-predictive connections. r=nwgh
2017-02-02 22:16:00 -05:00
Tim Huang
0764c9c895
Bug 1312954
- Part 4: Add a new function in nsICacheEntry to allow its loadInfoContext to be fetched. r=mayhemer
2017-02-02 22:15:00 -05:00
Tim Huang
a6d4f91ce5
Bug 1312954
- Part 3: Add a test for nsICacheStorageService.asyncVisitAllStorages(). r=mayhemer
2017-02-02 22:15:00 -05:00
Tim Huang
4af0ebd9ee
Bug 1312954
- part 2: Add a new interface nsICacheStorageService.asyncVisitAllStorages() to allow visiting every cache entry. r=mayhemer
2017-02-02 22:15:00 -05:00
Tim Huang
f747db3bbd
Bug 1312954
- Part 1: Add the nsILoadContextInfo as one additional argument of nsILoadContextInfo.onCacheEntryInfo() and CacheStorageService::EntryInfoCallback.OnEntryInfo(). r=mayhemer
2017-02-02 22:14:00 -05:00
Wes Kocher
2dcccc4332
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 9bhCPrArK3P
2017-02-02 16:39:24 -08:00
Valentin Gosu
ba7d19b640
Bug 1321878 - Disable diagnostic assert and make test less racy r=me
...
MozReview-Commit-ID: LKiseNvd7t2
2017-02-02 15:03:32 +01:00
Ben Kelly
7d05d6fdd5
Bug 1321878 P1 Don't exclude child process and IPC transit time from Performance API network timings. r=mayhemer
...
MozReview-Commit-ID: 4JVFq40YvvF
2016-12-08 14:56:00 +01:00
Joel Maher
d85b37d5f5
Bug 1335181 - add BUG_COMPONENT to netwerk/* and dom/network/* files. r=mcmanus
...
MozReview-Commit-ID: AeIuBnLx6IF
2017-02-02 06:33:47 -05:00
amy
f7dbfb4e81
Bug 1325909 - Added a new bucket and modify the bucket name on telemetry COOKIE_LEAVE_SECURE_ALONE, r=dveditz
...
--HG--
extra : rebase_source : 8e44ed82db34ca669e2736d732a4492eae6976aa
2017-01-23 18:18:47 +08:00
Wes Kocher
a0aa7524d0
Backed out 3 changesets (bug 1321878) for wpt lint failures a=backout
...
Backed out changeset 7259adb4d564 (bug 1321878)
Backed out changeset 745f2862bc05 (bug 1321878)
Backed out changeset ea9c1598f049 (bug 1321878)
MozReview-Commit-ID: 8kfwt1SNoXQ
2017-02-01 16:49:44 -08:00
Valentin Gosu
6785b2feb6
Bug 1321878 - Disable diagnostic assert and make test less racy r=me
...
MozReview-Commit-ID: LKiseNvd7t2
2017-02-02 01:25:48 +01:00
Ben Kelly
5e98f7942c
Bug 1321878 P1 Don't exclude child process and IPC transit time from Performance API network timings. r=mayhemer
...
MozReview-Commit-ID: LWZNIoBZHUd
2016-12-08 14:56:00 +01:00
Ehsan Akhgari
b62bca9af3
Bug 1335526 - Ensure that sandboxed channel's result principal is unique; r=bzbarsky
2017-02-01 13:47:26 -05:00
Sebastian Hengst
53d59b106f
Backed out changeset a273aee1be72 (bug 1335526) for bustage. r=backout
2017-02-01 17:41:29 +01:00
Ehsan Akhgari
9b36bf10cd
Bug 1335526 - Ensure that sandboxed channel's result principal is unique; r=bzbarsky
2017-02-01 11:24:49 -05:00
Cameron McCormack
41bbd156cf
Bug 1314045 - stylo: Downgrade "Bad loading table" assertion since it occurs frequently. r=me
...
MozReview-Commit-ID: Hdt37MzhdsZ
2017-01-31 15:10:45 +08:00
Valentin Gosu
60dca5c744
Bug 1334443 - Crash in mozilla::net::nsProtocolProxyService::LoadHostFilters r=bagder
...
MozReview-Commit-ID: JugUEnMzQ4r
2017-02-01 02:29:17 +01:00
Sebastian Hengst
2664cfc0a9
Backed out changeset 0d069e7395e9 (bug 1314045) for Windows build bustage: warning at Loader.cpp(1885). r=backout on a CLOSED TREE
2017-01-31 18:17:09 +01:00