[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2014-12-03 Thread Rolf Leggewie
quantal has seen the end of its life and is no longer receiving any
updates. Marking the quantal task for this ticket as Won't Fix.

** Changed in: libunity-webapps (Ubuntu Quantal)
   Status: Triaged = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-08-29 Thread Alexandre Abreu
** Changed in: libunity-webapps
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-07 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/unity-chromium-
extension/12.10.fix-1138473

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-07 Thread Alexandre Abreu
** Description changed:

+  [Impact]
+ 
  See https://bugzilla.mozilla.org/show_bug.cgi?id=846863.
  
  This didn't really appear on the radar because of a problem with debug
  symbols for system libraries, but now that's been fixed this week.
  
  libunity-webapps is pulling gtk3 in to the address space of Firefox
  (which is gtk2).  They absolutely do not work along side each other in
  the same address space (gtk2 refuses to even initialize if it detects
  gtk3 symbols in the same process, but this check is bypassed because
  it's initialized before libunity-webapps is loaded), and having them
  both in the same process is not supported in any way whatsoever.
  
  I've no idea why this has only started being a problem now (perhaps it's
  the cause of a lot of random crash bugs / hangs that we get reports of).
  I can only think that Firefox used to do something on startup that
  indirectly caused the registration of the GdkKeymap type (in gtk2)
  before the webapps addon loaded, and now that doesn't happen until
  afterwards - by which point it has been registered in gtk3 code, which
  results in type registration failing later on and then it's a
  guaranteed crash.
  
  This is the sort of problem that's likely to explode due to a slight
  change in wind direction, which has now happened. For people
  experiencing this, it's a startup crash (meaning that Firefox is
  completely unusable for an unknown number of our users).
+ 
+ 
+ [Test Case]
+ 
+ - Launch Firefox with the webapps extension installed and the fix,
+ - Go to a webapp supported website (e.g. Twitter), and validate that no crash 
occurs,
+ - Validate that firefox does not have a memory region where the gtk3 .so is 
loaded by looking at it's /prox/maps
+ 
+ [Regression Potential]
+ 
+ Very slim, since only the tools/ found in the libunity-webapps source
+ package are impacted and the bit that was binding to gtk3 has been
+ removed and was not used by FF.

** Branch linked: lp:~abreu-alexandre/unity-chromium-
extension/fix-1138473

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-06 Thread Chris Coulson
I tested this and it seems to work fine

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-05 Thread PS Jenkins bot
Fix committed into lp:libunity-webapps at revision 982, scheduled for
release in libunity-webapps, milestone 2.3.3

** Changed in: libunity-webapps
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-05 Thread Chris Coulson
It's pretty impressive that the fix is in a version that was released in
September 2012. Your bot is magic ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-05 Thread Alexandre Abreu
@chrisccoulson: see how fast we work! We use quantum leaps internally
... :)

Could you validate that it does work on your end Chris, before I SRU
this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-05 Thread Chris Coulson
Sure, can do. I'd welcome any break from staring at arm assembler in
Chromium right now :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libunity-webapps -
2.4.4~daily13.03.06-0ubuntu1

---
libunity-webapps (2.4.4~daily13.03.06-0ubuntu1) raring; urgency=low

  [ Alexandre Abreu ]
  * Fix make distcheck (LP: #1123079)
  * libunity-webapps pulls gtk 3 in to Firefox (LP: #1138473)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 982
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Wed, 06 Mar 2013 
05:01:25 +

** Changed in: libunity-webapps (Ubuntu Raring)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-04 Thread Ken VanDine
** Changed in: libunity-webapps
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/libunity-webapps/less_deps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-04 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/libunity-webapps/fix-1138473

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-04 Thread Alexandre Abreu
@vrruiz I did smoke tests  validated the FF part of the fix, could you
quickly validate it also?

** Branch linked: lp:~abreu-alexandre/libunity-webapps/2.4-fix-1138473

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-04 Thread Alexandre Abreu
** Changed in: libunity-webapps
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-02 Thread Chris Coulson
** Also affects: libunity-webapps
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-01 Thread Jamie Strandboge
** Also affects: libunity-webapps (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: libunity-webapps (Ubuntu Raring)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138473] Re: libunity-webapps pulls gtk 3 in to Firefox

2013-03-01 Thread Chris Coulson
Will, is there anyone who can take a look at this, with some urgency?

** Changed in: libunity-webapps (Ubuntu Quantal)
   Importance: Undecided = Critical

** Changed in: libunity-webapps (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: libunity-webapps (Ubuntu Raring)
   Status: New = Triaged

** Changed in: libunity-webapps (Ubuntu Raring)
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138473

Title:
  libunity-webapps pulls gtk 3 in to Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libunity-webapps/+bug/1138473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs