Skip to content
  1. Oct 29, 2016
    • Carlos Garcia Campos's avatar
      browser-plugin: The NPObject returned by NPP_GetValue should be retained · a8c769e0
      Carlos Garcia Campos authored and Jeremy Bicha's avatar Jeremy Bicha committed
      The Mozilla documentation says: "And as always when working with
      reference counted NPObjects, the caller is responsible for calling
      NPN_ReleaseObject on the NPObject to drop the reference."
      
      Browsers assume that the plugin does the right thing and always call
      NPN_ReleaseObject. At some point the object is released and deallocated
      and both the plugin and browser still have references to the object
      thinking that it's still alive. That's why the crash is sometimes in the
      plugin when it tries to use the np object, and sometimes in the browser.
      
      https://bugzilla.gnome.org/post_bug.cgi
      a8c769e0
  2. Oct 09, 2016
  3. Jul 12, 2016
  4. Apr 21, 2016
  5. Apr 20, 2016
  6. Apr 03, 2016
  7. Mar 30, 2016
  8. Mar 21, 2016
  9. Mar 16, 2016
  10. Mar 05, 2016
  11. Feb 22, 2016
  12. Jan 27, 2016
  13. Jan 07, 2016
  14. Jan 02, 2016
  15. Dec 05, 2015
  16. Dec 02, 2015
    • Michael Catanzaro's avatar
      loginDialog: Reconsider user for user list when user changes · 3001f337
      Michael Catanzaro authored
      Generally a user-changed operation will be uninteresting, but if the
      user is currently in the user list and the account changes to locked, we
      want to remove it from the list, or if the user is not in the list and
      the account changed to unlocked, we want to add it to the list. This
      fixes the case where a new user account created in gnome-control-center
      does not appear in the user list. The password mode is set in the new
      account immediately after it is created, but the operations are not
      atomic, so the login dialog considers the new user account when it is
      still locked and rejects it from being displayed, then immediately
      afterwards the account is unlocked. This commit causes the login dialog
      to show the account when this occurs.
      
      The containsUser() check here is not strictly necessary, but reduces
      spurious calls to addUser() and removeUser(), since there's no easy way
      to check if the locked status of the account has changed (as it's much
      easier to connect to one signal on the UserManager than to
      notify::locked on each User object).
      
      https://bugzilla.gnome.org/show_bug.cgi?id=758568
      3001f337
    • Florian Müllner's avatar
      altTab: Fix window-switcher on HiDPI displays · 491e511a
      Florian Müllner authored
      We need to take the scale factor into account to avoid tiny window
      previews on HiDPI.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=758676
      491e511a
  17. Nov 23, 2015
  18. Nov 22, 2015
  19. Nov 17, 2015
  20. Nov 16, 2015
  21. Nov 12, 2015
  22. Nov 11, 2015
  23. Nov 10, 2015
  24. Oct 27, 2015
  25. Oct 24, 2015
  26. Oct 23, 2015
  27. Oct 22, 2015
  28. Oct 21, 2015
  29. Oct 20, 2015