import changes from tenfourfox:

- M1329323 (c32ad8617)
- #422: bite me imgur (aad4dea91)
- #425: M1383645 M1383646 M1385459 (fccfbd122)
- #399: URL.toJSON() (e9cc6b1d3)
- #399: fix 'null' Blobs, add isSameNode(), fix select element non-match bug (e085a5b30)
- #399: implement scrollingElement, fix HTTP/2 options, enable SourceMap header (3436d2431)
- #399: M1352799 maxlength is now dynamic (e5a4aa65b)
- #399: change JS date 2-digit year base (a7518d26c)
- #334: remove tele from content menu (a62ee9ff9)
- #430: refactor for loops from M1233249 (b2141ff52)
- #430: regression fix from M1235640 (0e5c0b9e5)
- #430: remove parenthesized yield expression requirement M1250589 (289bb253c)
- #430: implement destructuring default arguments from M932080 +test changes (a9e9d0bb5)
- #430: fix reversions with legacy generators, restore/new tests (a05b152ee)
- #334: remove telemetry from places and autocomplete (127ef91c9)
- #428: optimized Object.values and Object.entries from M1232369 (af74f27ed)
This commit is contained in:
2018-05-30 07:24:57 +08:00
parent 33f799ba70
commit 9618a8d818
99 changed files with 2075 additions and 2156 deletions
+2 -1
View File
@@ -181,7 +181,8 @@ HttpBaseChannel::Init(nsIURI *aURI,
rv = mRequestHead.SetHeader(nsHttp::Host, hostLine);
if (NS_FAILED(rv)) return rv;
rv = gHttpHandler->AddStandardRequestHeaders(&mRequestHead.Headers(), isHTTPS);
rv = gHttpHandler->AddStandardRequestHeaders(&mRequestHead.Headers(), isHTTPS,
hostLine);
if (NS_FAILED(rv)) return rv;
nsAutoCString type;