qutebrowser/qutebrowser/javascript
Kirill A. Shutemov ac3c8bb319 pac_utils.js: remove excessive escaping
Looks like the implementation was derived from Mozilla's
nsProxyAutoConfig.js, which is evaluated twice. It requires double
escaping.

In our case excessive escaping is harmful.

In particular it makes ip-matching regexp in isInNet() invalid and makes
it really slow as we go to dnsResolve() all the time, even when it's not
needed.

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
2017-02-21 15:23:27 +03:00
..
.eslintignore Ignore ESLint warnings for Mozilla's PAC utils 2016-12-07 02:01:19 +03:00
.eslintrc.yaml eslint: Turn off prefer-destructuring 2017-01-08 15:36:51 +01:00
pac_utils.js pac_utils.js: remove excessive escaping 2017-02-21 15:23:27 +03:00
position_caret.js Fix eslint 2016-08-18 16:52:53 +02:00
scroll.js Clean up JS 2016-10-03 07:01:22 +02:00
webelem.js Fix inserting text with QtWebEngine 2017-02-06 08:06:58 +01:00