Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [atf-dev] Mozilla Browser proxy configuration

On 8/23/07, Victor Osório <xmv746@xxxxxxxxxxxx> wrote:
    I'm trying to configure the proxy in the ATF's Mozilla.

Since we now use the SWT Browser, this needs to be fixed in that code.  The relevant bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=82295.

As a workaround, you can add the following line the the prefs.js used by the SWT Browser profile:
    user_pref("network.proxy.http_port",8080);

Check in the SWT Browser code for the location of the profile.  On Mac OS X, it is /Users/<username>/Library/Mozilla/eclipse/prefs.js.


Javier Pedemonte
ATF Developer

Back to the top