[Desktop-packages] [Bug 875266]

2012-02-22 Thread Theodore Lee
Does this fix cover setting a SOCKS proxy? The 2012-02-21 Nightly still doesn't seem to pick up SOCKS proxy settings from GNOME 3. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266

[Desktop-packages] [Bug 875266]

2012-02-22 Thread Karlt
We'll need bug 713802 to get support in nightlies. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozilla Firefox B

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2012-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 11.0~b1+build1-0ubuntu1 --- firefox (11.0~b1+build1-0ubuntu1) precise; urgency=low * New upstream release from the beta channel (FIREFOX_11_0b1_BUILD1) - Fix LP: #875266 - Firefox ignores GNOME3 proxy settings - Fix LP: #857153 - N

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2012-02-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~mozillateam/firefox/firefox-beta.oneiric -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozil

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2012-02-01 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox/beta -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozilla Firefox Browser: Fix Rel

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2012-01-11 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox/aurora -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozilla Firefox Browser: Fix R

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2012-01-11 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozilla Firefox Browser: Fix Released

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2012-01-11 Thread Chris Coulson
** Changed in: firefox (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-12-08 Thread CuteChaps
How to apply the fix -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozilla Firefox Browser: Fix Released Status

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-12-07 Thread Bug Watch Updater
** Changed in: firefox Status: In Progress => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mo

[Desktop-packages] [Bug 875266]

2011-12-07 Thread Jhorak
Created attachment 579030 gsettings proxy patch v5 Thanks for review, attaching patch with replaced PR_FALSE. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ign

[Desktop-packages] [Bug 875266]

2011-12-07 Thread Dao-g
http://hg.mozilla.org/integration/mozilla-inbound/rev/2f33758829d2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The M

[Desktop-packages] [Bug 875266]

2011-12-07 Thread Matt Brubeck
https://hg.mozilla.org/mozilla-central/rev/2f33758829d2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozilla Fire

[Desktop-packages] [Bug 875266]

2011-12-05 Thread Karlt
Comment on attachment 578520 gsettings proxy patch v4 >+ items->AppendElement(obj, PR_FALSE); Can you update PR_FALSE with false, please? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net

[Desktop-packages] [Bug 875266]

2011-12-03 Thread Jhorak
Created attachment 578520 gsettings proxy patch v4 - Removed forgotten org.gnome.system.proxy.http - GetProxyFromEnvironment moved to the end as the last method to use to determine proxy - Part for checking org.gnome.syste.proxy schema removed. -- You received this bug notification because you

[Desktop-packages] [Bug 875266]

2011-12-01 Thread Karlt
Comment on attachment 578249 gsettings proxy patch v3 >+ nsCOMPtr proxy_settings; >+ >+ // Check if proxy is enabled, flag is only in schema >org.gnome.system.proxy.http, >+ // there is no separate flag for each schema. >+ nsresult rv = >mGSettings->GetCollectionForSchema(NS_LITERAL_CSTRING(

[Desktop-packages] [Bug 875266]

2011-12-01 Thread Jhorak
Created attachment 578249 gsettings proxy patch v3 Attaching next version. Mentioned issues should be resolved. Also changed UUID of nsIGSettingsService due to its change. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu

[Desktop-packages] [Bug 875266]

2011-12-01 Thread Karlt
Comment on attachment 577534 gsettings proxy patch v2 >+ obj->SetData(nsCString(*p_gs_strings)); nsDependentCString is more conventional here. >-static bool GConfIgnoreHost(const nsACString& aIgnore, >- const nsACString& aHost) >+static PRBool HostIgnoredByProxy

[Desktop-packages] [Bug 875266]

2011-12-01 Thread Karlt
Comment on attachment 577534 gsettings proxy patch v2 > FUNC(g_variant_get_string, const char *, (GVariant* value, gsize* length)) \ > FUNC(g_variant_is_of_type, gboolean, (GVariant* value, const GVariantType* > type)) \ > FUNC(g_variant_new_int32, GVariant *, (gint32 value)) \ > FUNC(g_v

[Desktop-packages] [Bug 875266]

2011-12-01 Thread Jhorak
Created attachment 577534 gsettings proxy patch v2 Thanks for reviewing. Attaching patch which should respect mentioned issues. >There is a new symbol that needs to be added to the GSETTINGS_FUNCTIONS at the >top of the file for dynamic lookup, and some other things to touch up there so >that thi

[Desktop-packages] [Bug 875266]

2011-11-29 Thread Karlt
(In reply to jhorak from comment #8) > Isn't NewAdoptingUTF8StringEnumerator available only for internal API? Looks like you are right, based on bug 466622 comment 16 and 17. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubu

[Desktop-packages] [Bug 875266]

2011-11-29 Thread Jhorak
(In reply to Karl Tomlinson (:karlt) from comment #7) > Think about whether using NS_NewAdoptingUTF8StringEnumerator instead of > nsIMutableArray would simplify things: > http://hg.mozilla.org/mozilla-central/annotate/84117219ded0/xpcom/ds/ > nsStringEnumerator.h#l90 Isn't NewAdoptingUTF8StringEnu

[Desktop-packages] [Bug 875266]

2011-11-25 Thread Karlt
Comment on attachment 556542 gsettings proxy patch v 1 I looked at the GSettingsService changes. There is a new symbol that needs to be added to the GSETTINGS_FUNCTIONS at the top of the file for dynamic lookup, and some other things to touch up there so that this compiles against old versions of

[Desktop-packages] [Bug 875266]

2011-10-25 Thread Karlt
Thank you. I'm OK with checking settings during startup if it's only for the whatsnew page when there is a new version. Looks like starting the proxy service is lazy intentionally: http://hg.mozilla.org/mozilla-central/annotate/767693e248aa/netwerk/base/src/nsIOService.cpp#l653 I'll look further

[Desktop-packages] [Bug 875266]

2011-10-18 Thread Jhorak
Created attachment 567719 backtrace first run Attaching backtrace of first run (when previous version of Firefox was executed last time). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/

[Desktop-packages] [Bug 875266]

2011-10-18 Thread Jhorak
Created attachment 567725 DumpJSStack By checking js stacktrace getting proxy settings for this kind of URI makes sense. I can't imagine how to avoid it during startup. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. h

[Desktop-packages] [Bug 875266]

2011-10-18 Thread Jhorak
Created attachment 567720 backtrace next run -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The Mozilla Firefox Browser

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-10-18 Thread CuteChaps
It was working fine on 11.04, multiple users are affected so please help us with a fix or workaround at the earliest. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Fire

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-10-18 Thread CuteChaps
Firefox/pidgin/thunderbird doesn't pick the proxy settings from system proxy settings. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox ignores GNOME 3 proxy setti

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-10-17 Thread ThierryM
Hi, I confirm the proxy settings aren't applied for Firefox and Thunderbird. But there are applied for Chromium. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 Title: Firefox

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-10-15 Thread Chris Coulson
** Changed in: firefox (Ubuntu) Status: New => Triaged ** Changed in: firefox (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/875266 T

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-10-15 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at https://bugzilla.mozilla.org/show_bug.cgi?id=682832. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://hel

[Desktop-packages] [Bug 875266] Re: Firefox ignores GNOME 3 proxy settings

2011-10-15 Thread Nobuto MURATA
** Bug watch added: Mozilla Bugzilla #682832 https://bugzilla.mozilla.org/show_bug.cgi?id=682832 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=682832 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 875266] [NEW] Firefox ignores GNOME 3 proxy settings

2011-10-15 Thread Nobuto MURATA
Public bug reported: Firefox ignores GNOME3 proxy settings. This is regression from Natty+GNOME 2. How to reproduce: 1. set proxy in gnome-control-center 2. set 'Use system proxy settings' in Firefox settings (default) 3. open web pages Expected: 4. pages are shown using proxy Happened inst