Skip to content
  1. Oct 21, 2017
  2. May 19, 2017
  3. Feb 14, 2017
  4. Jan 08, 2017
  5. Nov 23, 2016
  6. Oct 29, 2016
    • Carlos Garcia Campos's avatar
      browser-plugin: The NPObject returned by NPP_GetValue should be retained · f49e28ae
      Carlos Garcia Campos authored and Michael Catanzaro's avatar Michael Catanzaro 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
      f49e28ae
  7. Oct 09, 2016
  8. Sep 13, 2016
  9. Sep 10, 2016
    • Michael Catanzaro's avatar
      loginDialog: fix cancel button in ask for username mode · 15e727e1
      Michael Catanzaro authored
      If the user clicks Not Listed? to enter ask for username mode, clicks
      cancel, and then attempts to log in via the user list, the user will see
      "Authentication failed" after correctly typing the password, and then
      will become stuck in an empty screen with just the gray noise background.
      
      The problem is, we forgot to disconnect from the signal that's waiting
      for the next button to be pressed on the username entry screen. Since
      the signal handler that executes here is expecting the username to be
      input, and isn't prepared for us to have switched back to user list,
      various bad things happen. We try to start two gdm-password
      conversations at once, for instance, one using the user's password as
      the username. I stopped investigating here, because it's easy to fix by
      disconnecting from the signal at the right time.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=770328
      15e727e1
  10. Aug 19, 2016
  11. Jul 12, 2016
  12. Jul 08, 2016
  13. Jul 01, 2016
  14. Jun 29, 2016
  15. Jun 28, 2016
  16. Jun 24, 2016
  17. Jun 03, 2016
  18. May 19, 2016
  19. May 17, 2016
  20. May 14, 2016
  21. May 11, 2016
  22. May 10, 2016
  23. May 03, 2016
  24. Apr 30, 2016
  25. Apr 27, 2016
  26. Apr 26, 2016