Commit Graph

4768 Commits

Author SHA1 Message Date
mozilla.mano@sent.com
0712c2b2ab Trying to break the cycle on nsNavHistoryQueryResultNode::mQueries. 2007-05-19 12:02:38 -07:00
dietrich@mozilla.com
03a42d588e disabling post-test cleanup temporarily, r=sayrer 2007-05-19 02:07:15 -07:00
dietrich@mozilla.com
7eff9932a2 Bug 381240 - disabling to allow further testing (r=sayrer) 2007-05-19 01:20:50 -07:00
dietrich@mozilla.com
b564ff0e2f Bug 381240 backing out tests to figure out why failing on linux only (r=sayrer) 2007-05-19 00:18:44 -07:00
sdwilsh@shawnwilsher.com
d2424e5434 Bug 381219. nsIAlertsService on mac doesn' t check for if a listener has been allocated. r=gavin.sharp 2007-05-18 18:10:19 -07:00
sspitzer@mozilla.org
6023cbbfcd fix for bug #371827: places bookmarks need additional metadate for lastModified and dateAdded.fix for bug #381209: don't write out ID attributes to bookmarks.html, as it will confuse Firefox 2.patch by dietrich, sspitzer. r=mano,dietrich,sspitzer 2007-05-18 17:40:55 -07:00
thunder@mozilla.com
6b77e511dd Bug 380997: Don't set the places bookmarks toolbar favicon. r=sspitzer 2007-05-18 01:45:36 -07:00
sayrer@gmail.com
d7f0753e31 remove debugging statements 2007-05-17 19:24:15 -07:00
neil@parkwaycc.co.uk
40eda76518 Build xpfe download manager for suiterunner until such time as toolkit download manager becomes usable r=Standard8 (mpa=Mano for toolkit change) 2007-05-17 14:01:18 -07:00
sspitzer@mozilla.org
e8d40f55e1 fix for bug #380801: crash on startup when doing forced db migrationr=dietrich 2007-05-16 23:44:02 -07:00
thunder@mozilla.com
c9ebcce8b9 Bug 376253: Places bookmarks import/export unit tests + assorted fixes uncovered by the tests. r=mano, r=dietrich 2007-05-16 23:06:48 -07:00
dietrich@mozilla.com
97a014c571 Bug 380011 bookmarks.html replacement trouble (r=sspitzer) 2007-05-16 21:29:27 -07:00
joshmoz@gmail.com
8221832541 Mac applicationDockMenu delegate method not called after process restart. Patch by Steven Michaud. r=josh r=bsmedberg 2007-05-16 19:10:19 -07:00
dbaron@dbaron.org
f5908740aa Decode the older base64-obscured entries as well. b=380961 r=dolske 2007-05-16 18:53:52 -07:00
gavin@gavinsharp.com
1fcb5c8236 Bug 374723: remove files that are no longer built now that we've determined that the patch won't be backed out 2007-05-16 11:20:52 -07:00
ted.mielczarek@gmail.com
8b8fb2dc58 bug 380421 - get crash reporter params from nsXULAppInfo. r=bsmedberg 2007-05-16 10:14:59 -07:00
ted.mielczarek@gmail.com
3abc68c2c8 bug 380542 - add a Makefile for airbag/src/client stuff. r=bsmedberg 2007-05-16 09:44:56 -07:00
ted.mielczarek@gmail.com
0bb04098ed bug 380542 - add a Makefile for airbag/src/client stuff. r=bsmedberg 2007-05-16 08:58:42 -07:00
gavin@gavinsharp.com
72c7f36d73 Bug 380650: remove old files now that they've been copied to toolkit/components/passwordmgr/content 2007-05-16 07:33:26 -07:00
gavin@gavinsharp.com
bd4d1b832f Bustage fix #3 for bug 374723 2007-05-16 07:07:43 -07:00
gavin@gavinsharp.com
d4c02bb41c Bug 374723: also update installer manifests so that builds aren't broken, and change module name to avoid conflicts, r=me 2007-05-16 06:36:31 -07:00
gavin@gavinsharp.com
405957fd02 Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 03:02:45 -07:00
cbarrett@mozilla.com
bb1c6a6b22 Bug 380650 - Move passwordmgr/resources/content/* to passwordmgr/content/*. Patch by Justin Dolske <dolske@mozilla.com>, r=gavin. 2007-05-15 14:20:30 -07:00
sdwilsh@shawnwilsher.com
697fed38af Bug 378527 - Localize nsIAlertsService. r=cbarrett,r=mano. Also Fixes Bug 380142 - Growl doesn't support click notification 2007-05-15 13:25:53 -07:00
ted.mielczarek@gmail.com
4965f362d1 bustage fix from bug 378581, patch by Dave Camp <dcamp@mozilla.com>, r=me 2007-05-15 12:00:23 -07:00
ted.mielczarek@gmail.com
b0aad4172f bug 378581 - merge platform implementations of crash reporter client. Patch by Dave Camp <dcamp@mozilla.com>, r=me 2007-05-15 10:45:23 -07:00
jwatt@jwatt.org
630b7f11ab Change DOS line endings to unix so they don't appear in my diff when I save unrelated changes to this file. r=sayrer. No bug. 2007-05-15 10:16:09 -07:00
ginn.chen@sun.com
7ba9ae2d81 Bug 357969 container xul element which doesn't have a xbl def under a deck frame has no accessible objectpatch by nian.liu at sun.com r=surkov.alexander sr=neil 2007-05-15 02:46:06 -07:00
allan@beaufour.dk
5bf28a01b1 Change namespace to aNamespame to avoid reserved C++ keyword. Bug 380125, r=gavin, patch by tom.germeau@gmail.com 2007-05-15 01:18:09 -07:00
mattwillis@gmail.com
95a4a3088b bug 358285 - Fixes copy/paste error so that only one Password Manager window can be open at a time. r=gavin 2007-05-14 22:55:24 -07:00
philringnalda@gmail.com
27edf76fc0 Bug 343738 - deleting multiple stored passwords that are not in a row deletes only 1 password, r=mano 2007-05-14 22:55:24 -07:00
gavin@gavinsharp.com
85f2fe1195 Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest 2007-05-14 22:55:24 -07:00
bugzilla@standard8.demon.co.uk
d2f3188b22 Bug 349438 (bug 266945 enhanced / followup) add title and set default button to no for the remove all password manager confirm prompt. p=Serge Gautherie <gautheri@noos.fr>,r=mconnor 2007-05-14 22:55:23 -07:00
martijn.martijn@gmail.com
8e9fb9616d Bug 358120 - add id attributes to passwordManager.xul, r=gavin.sharp 2007-05-14 22:55:23 -07:00
gavin@gavinsharp.com
c9a1bc1893 Bug 343278, Hitting delete in the password manager doesn't delete the password, patch by Adam Guthrie <ispiked@gmail.com>, r=mconnor 2007-05-14 22:55:22 -07:00
mozilla.mano@sent.com
1b9bf3c875 Bug 266945 - Add confirm prompt for 'Remove All' operation in Password Manager. r+a181=mconnor. 2007-05-14 22:55:21 -07:00
gavin@gavinsharp.com
a2bd9be40a Bug 324063: "passwords never saved" is too hard to find, so move it into it's own window, r=mconnor, ui-r=beltzner 2007-05-14 22:55:20 -07:00
bsmedberg@covad.net
626afe6d31 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2007-05-14 22:55:23 -07:00
aaronleventhal@moonset.net
94f834e2b8 Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente 2007-05-14 22:55:21 -07:00
gavin@gavinsharp.com
ebd582ac92 Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor 2007-05-14 22:55:20 -07:00
mozilla.mano@sent.com
f5fca6c5cf Bug 284096 - Useless Cancel button in View Saved Passwords dialog. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor 2007-05-14 22:55:19 -07:00
db48x@yahoo.com
0328e9de17 bug 296662: Javascript strict warnings in preferences dialogpatch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa 2007-05-14 22:55:19 -07:00
marco@gnome.org
fc1ed778ad Bug 233461 Add button icons on the new preferences dialogr=mconnor 2007-05-14 22:55:18 -07:00
ben@bengoodger.com
fc1f55c0d4 283871 - password manager does not resize vertically... add flex to content box. Patch by Mook <mook.moz@gmail.com> r=me 2007-05-14 22:55:17 -07:00
ben@bengoodger.com
660ae38b81 274712 - new options dialog 2007-05-14 22:55:16 -07:00
gerv@gerv.net
c3074dd339 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-05-14 22:55:15 -07:00
ben@bengoodger.com
2151f5ec85 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2007-05-14 22:55:17 -07:00
bryner@brianryner.com
26085e6fa6 skip signon entries that don't decrypt properly 2007-05-14 22:55:16 -07:00
steffen.wilberg@web.de
26d76b3f96 Bug 239241 - (seamonkey port) option to show/display saved passwords. r=bryner 2007-05-14 22:55:14 -07:00
varga@nixcorp.com
7f997de803 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2007-05-14 22:55:14 -07:00