summaryrefslogtreecommitdiffstats
path: root/packages/services/PacProcessor/src
Commit message (Collapse)AuthorAgeFilesLines
* Do not throw NullPointerException from PacServiceAndrei Kapishnikov2015-01-161-2/+8
| | | | | | | | | Do not throw NullPointerException from PacService since the calling client may not expect it and crash. Fix of Bug 18818567 Change-Id: Ic36e8a1ca13cdaa7f605b6ade9cc6783517cbf40
* Verify inputs to PAC resolving.Jason Monk2013-08-221-1/+15
| | | | | | | | This verifies both the URL and host are valid before they are passed to the javascript for PAC. This is to protect against injection attacks. Bug: 10230771 Change-Id: Ib1996181971a49ccd390f181ec3848124801e4d5
* Change PacProcessor to Android ServiceJason Monk2013-08-202-0/+187
This switches the PacProcessor over to an Android Service. The service is bound and unbound by the PacManager, which also adds it to the ServiceManager, allowing for Context-Free access by the PacProxySelector in all DVMs. bug:10182711 Change-Id: Id1ff7660be56e8976cdcccd76e041feb47a17a61