History log of /external/chromium-libpac/src/net_util.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3cfb099ff0c6756953679a2892f705aede3cff20 07-May-2016 Aurimas Liutikas <aurimas@google.com> Fix a compiler warning in chromium-libpac.

Fixes a -Wtautological-constant-out-of-range-compare warning.

Bug: 26936282
Change-Id: I526e99df41e307d4a672bc52070a543cf1508081
/external/chromium-libpac/src/net_util.cc
e6933f5359818aac4894c6291852834f67fe9aa5 05-Dec-2014 Ben Murdoch <benm@google.com> Start using libv8 rather than WebView V8.

Bug: 17370214
Change-Id: Ibc9b672af78a1c686bd530aa014988fe0448b1d1
/external/chromium-libpac/src/net_util.cc
c064be0a4ce83c22411d16ff6c1e129f2b9341d0 23-Aug-2013 Jason Monk <jmonk@google.com> Fix crash in ParseIpLiteralToNumber

Check for failure in inet_pton and resize vector before filling with
data.

Bug: 10458719
Change-Id: I40a832172b37da6843b9448972a87d1605903ee0
/external/chromium-libpac/src/net_util.cc
fc93418c483ce474a1f4888b50f92574a1b81be3 22-Jul-2013 Jason Monk <jmonk@google.com> Shared library that provides a PAC file parser.

This adds a shared library that provides a javascript proxy resolver extracted
from the chromium project. The resolver is designed to parse proxy auto-config
(PAC) files that implement a single javascript function
(FindProxyForURL(url, host)).

Change-Id: I241fe44555cb7a9f187fe98d265aa6dc8f1bec20
/external/chromium-libpac/src/net_util.cc