Rob--W / https-by-default

Use HTTPS by default for navigations from the location bar in Chrome / Firefox.
MIT License
63 stars 12 forks source link

Update Chromium patch (66.0.3359.117) #22

Closed dennisschagt closed 6 years ago

dennisschagt commented 6 years ago

Old patch did not apply (probably due to commit 142de38acea69). Fixed by changing one line in the patch net::UnescapeRule::NORMAL, nullptr, prefix_end, nullptr)); into net::UnescapeRule::NORMAL, nullptr, nullptr, nullptr));

Updated patch is generated by executing git diff 66.0.3359.117 in the chromium source repo.

Rob--W commented 6 years ago

Could you amend the commit message so that its format looks more similar to the previous commit messages? See https://github.com/Rob--W/https-by-default/commits/master/chrome/https-by-default.patch

The patch update is caused by the following:

(I found the last one by looking at the history for https://chromium.googlesource.com/chromium/src/+log/66.0.3359.117/components/toolbar/toolbar_model_impl.cc)