[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-09-16 Thread codesite-noreply
Comment #40 on issue 271 by ero...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 @bower.nick: I have opened a new bug to investigate this, at http://crbug.com/22082 Please post your information (repro s

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-09-16 Thread codesite-noreply
Comment #39 on issue 271 by bower.nick: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Please re-open this bug - it's back in v3! I have a proxy.pac script, and Chrome is insisting on local DNS resolution (which of c

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-09-09 Thread codesite-noreply
Comment #38 on issue 271 by nemethv: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Hi, I'm also having issues w/ this, even when the v8 tag is on. Version 3, the build that came out today. Proxy script is the follo

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-07-13 Thread codesite-noreply
Updates: Status: Fixed Comment #37 on issue 271 by ero...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Ok, tentatively closing this bug. -- You received this message because you are listed in th

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-07-10 Thread codesite-noreply
Comment #36 on issue 271 by andresodio: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 It does seem to be working! I'm running 3.0.192.1 -- You received this message because you are listed in the owner or CC fields of

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-07-08 Thread codesite-noreply
Comment #35 on issue 271 by Lucractius: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Tested issue with current latest version of chrome & v8 proxy resolver flag. Loaded fine & now working. Seems to be good to go. --

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-03-19 Thread codesite-noreply
Comment #20 on issue 271 by henri.koskenranta: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 As spoken above, I gave you an edited version of the PAC script and yes we have real numbers there instead of port2 :) In

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-03-18 Thread codesite-noreply
Comment #19 on issue 271 by ero...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 The following information would be useful to me: (a) what are the proxy settings being used for chrome (wrench->options-

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-03-18 Thread codesite-noreply
Updates: Owner: ero...@chromium.org Comment #18 on issue 271 by da...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 I wonder if this is resolved by using --v8-proxy-resolver. Over to Roman who

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-09 Thread codesite-noreply
Updates: Owner: da...@chromium.org Labels: NewHTTP Comment #17 on issue 271 by j...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Darin, here is the PAC file that is failing for them. You

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-07 Thread codesite-noreply
Comment #16 on issue 271 by henri.koskenranta: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Here's the proxy.pac: function FindProxyForURL(url, host) { if ((host == "some.host.com") || (host == "some1.h

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-04 Thread codesite-noreply
Comment #15 on issue 271 by henri.koskenranta: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Our script is located on a web-server, so it starts http:// -- You received this message because you are listed in the owner

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-04 Thread codesite-noreply
Comment #14 on issue 271 by j...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 What is the URL of the PAC file? If it is a file:// URL then this is a duplicate of an existing bug. If it is not a file

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-04 Thread codesite-noreply
Comment #13 on issue 271 by henri.koskenranta: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Ok I'll try to edit it tomorrow at work, it's pretty long but I'll cut it short. -- You received this message because you

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-04 Thread codesite-noreply
Comment #12 on issue 271 by j...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Could you change the IP and machine names then give us the script? We don't need to know the specifics because we can't te

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-03 Thread codesite-noreply
Comment #11 on issue 271 by henri.koskenranta: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 I have 2.0.159.0 from the dev-branch and it's not working. The proxy script works in IE, FF, Opera and Safari. Unfortunatel

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-02-03 Thread codesite-noreply
Updates: Status: Assigned Owner: j...@chromium.org Labels: -Area-Misc Area-BrowserBackend Mstone-2.0 Comment #9 on issue 271 by j...@chromium.org: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 W

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2009-01-12 Thread codesite-noreply
Comment #8 on issue 271 by albatroz00: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Why are you giving only priority 2 for that issue? You are cutting a large number of users as henri mentioned above. That also incl

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2008-12-18 Thread codesite-noreply
Comment #7 on issue 271 by henri.koskenranta: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 This is still not fixed, I'd think fixing this could be important in getting more corporate users for Chrome. Our company ha

[chromium-bugs] Issue 271 in chromium: Doesn't detect proxy settings from automatic configuration scripts

2008-10-15 Thread codesite-noreply
Issue 271: Doesn't detect proxy settings from automatic configuration scripts http://code.google.com/p/chromium/issues/detail?id=271 Comment #6 by henri.koskenranta: We use also automated proxy here at work, it works great through Firefox/IE/Opera/Safari but Chrome fails to work with it. I can