GNOME Bugzilla – Bug 476411
Add remove_all to the Iface, implement it in the backends
Last modified: 2007-11-04 23:38:09 UTC
See #148314, comment 16 and comment 25. Concerned files are: embed/ephy-password-manager.c embed/ephy-password-manager.h And at first glance: mozilla/mozilla-embed-single.cpp webkit/webkit-embed-single.cpp xulrunner/embed/mozilla-embed-single.cpp
Created attachment 96453 [details] [review] proposed implementation This should work, but to test it properly, we need to commit the patch for bug #148314.
+#if 0 + /* FIXME if-zeroed because we can't build against XR atm to test it */ no need for this; just commit and I'll fix it if it breaks :)
Committed to trunk with Xulrunner part uncommented. Closing this as FIXED. ------------------------------------------------------------------------ r7623 | cosimoc | 2007-11-05 00:35:28 +0100 (lun, 05 nov 2007) | 4 lines Add remove_all_passwords method to EphyPasswordManager and implement it in Mozilla and XulRunner backends. Bug #476411.