Re: [PACRunner PATCH 0/2] Fix JAVASCRIPT_ROUTINES for v8

2013-04-17 Thread Patrik Flykt
On Thu, 2013-04-11 at 12:08 -0700, Joshua Lock wrote: We'd noticed that PACRunner's FindProxyForURL() was always returning DIRECT when using the v8 backend. Tomasz helped trace the issue to an error from v8 Uncaught TypeError: object is not a function Which, with some further digging, was

Re: [PACRunner PATCH 0/2] Fix JAVASCRIPT_ROUTINES for v8

2013-04-12 Thread Tomasz Bursztyka
Hi Joshua, Thanks for the patch! ACK from me. Tomasz We'd noticed that PACRunner's FindProxyForURL() was always returning DIRECT when using the v8 backend. Tomasz helped trace the issue to an error from v8 Uncaught TypeError: object is not a function Which, with some further digging, was

[PACRunner PATCH 0/2] Fix JAVASCRIPT_ROUTINES for v8

2013-04-11 Thread Joshua Lock
We'd noticed that PACRunner's FindProxyForURL() was always returning DIRECT when using the v8 backend. Tomasz helped trace the issue to an error from v8 Uncaught TypeError: object is not a function Which, with some further digging, was revealed to be some non-standard JavaScript in isInNet().