bryner@brianryner.com
|
0346bee9cd
|
port fix to sort strings case-insensitively, bug 220067
|
2007-05-14 22:55:12 -07:00 |
|
bryner@brianryner.com
|
5c9482a97e
|
Make removal of stored logins play nicer with the tree widget. Do a (batched) notification of the treeBoxObject that the row count is changing when deleting one or more stored logins. Also do a rowCountChanged notification when removing all stored logins.
|
2007-05-14 22:55:11 -07:00 |
|
bryner@brianryner.com
|
9d1a632ea1
|
Lots of changes and bugfixes: - Enable multiple username support by listening to change events for the username field when there is more than one stored login for the form. - Make the signon hashtable store a SignonHashEntry, which has a pointer to the first SignonDataEntry. This lets us adjust the head of the linked list without a hashtable operation, and also fixes a case where we would continue using a deleted entry, leading to a crash.- Change FindPasswordEntryFromSignonData to FnidPasswordEntryInternal, and refactor it a bit.- Clean up prefill logic so that multiple forms on a page could be prefilled.- Fix bug where the last input was used as the username field, instead of the input just before the password.- Make sure we write out all entries for each realm.- Make sure we include all entries in each realm when returning an enumerator.- Remove some form manager cruft I missed in passwordManager.js.
|
2007-05-14 22:55:10 -07:00 |
|
bryner@brianryner.com
|
3f53c9bc9b
|
Adapt wallet's password manager UI (removing the form manager bits). Split into content and locale directories and add contents.rdf files for passwordmgr chrome package.
|
2007-05-14 22:55:09 -07:00 |
|
bryner@brianryner.com
|
cd5e840ee9
|
passwordmgr.properties, not satchel.properties
|
2007-05-14 22:55:20 -07:00 |
|
bryner@brianryner.com
|
b063396826
|
Initial add of new (work-in-progress) password manager implementation. Not part of the build.
|
2007-05-14 22:55:19 -07:00 |
|
roc+@cs.cmu.edu
|
42a453e958
|
NPOTB, new-text-frame. Fix mouse events targeting after the end of a textframe.
|
2007-05-14 22:23:19 -07:00 |
|
dbaron@dbaron.org
|
b065ff84ea
|
Account for non-pixel-aligned current transforms when snapping to pixel coordinates. b=369882 r=vlad
|
2007-05-14 22:15:45 -07:00 |
|
dbaron@dbaron.org
|
0b1ce291e2
|
Handle -moz-initial for 'font' shorthand (and fix bugs in some of its subproperties). b=377521 r+sr=bzbarsky
|
2007-05-14 22:13:49 -07:00 |
|
surkov.alexander@gmail.com
|
386c331ac3
|
Bug 380412 - loading ajax pages reliable craches, r=aaronlev
|
2007-05-14 22:12:50 -07:00 |
|
mozilla.mano@sent.com
|
f5f32a1a38
|
Bug 380693 - unable to create a bookmark folder. r=sspitzer.
|
2007-05-14 21:22:14 -07:00 |
|
mozilla.mano@sent.com
|
7d3423612f
|
Bug 380689 - Import & Export separators titles. r=sspitzer.
|
2007-05-14 21:18:25 -07:00 |
|
mozilla.mano@sent.com
|
9cf5508862
|
Bug 329842 - Add support for POST keywords. r=sspitzer.
|
2007-05-14 20:59:38 -07:00 |
|
roc+@cs.cmu.edu
|
c04ab10b10
|
Back out enabling of new text frame... its time has not yet come
|
2007-05-14 20:58:10 -07:00 |
|
roc+@cs.cmu.edu
|
69246cf0ee
|
Bug 380692. Change gfxTextRun API so the textrun copies text, if necessary, instead of the caller having to do it. r=vlad
|
2007-05-14 20:56:47 -07:00 |
|
roc+@cs.cmu.edu
|
54fb98b302
|
Not (Really) Part Of The Build (Yet). Make gfxSkipCharsIterator::IsOriginalCharSkipped operate correctly when the iterator is currently pointed at a zero-length run.
|
2007-05-14 20:09:16 -07:00 |
|
roc+@cs.cmu.edu
|
ec3b45488e
|
Bug 380484. Work around ATSUI's 32k pixel limitation; when creating textruns, split the textrun up into smaller pieces if necessary before we pass it to ATSUI. r=vlad
|
2007-05-14 20:06:52 -07:00 |
|
roc+@cs.cmu.edu
|
77ac654c2d
|
Bug 380484. Work around ATSUI's 32k pixel limitation; when creating textruns, split the textrun up into smaller pieces if necessary before we pass it to ATSUI. r=vlad
|
2007-05-14 19:54:19 -07:00 |
|
mozilla.mano@sent.com
|
3031ce0327
|
Bug 372508 part 2 - remove folderId getter. r=sspitzer.
|
2007-05-14 14:56:38 -07:00 |
|
mozilla.mano@sent.com
|
c0bac3b3b7
|
Bug 376852 - Add description and keyword columns to places orgaznier. r=sspitzer.
|
2007-05-14 14:53:33 -07:00 |
|
mozilla.mano@sent.com
|
4c735f8832
|
Bug 376650 - Sort by keyword support. r=sspitzer.
|
2007-05-14 14:47:59 -07:00 |
|
mozilla.mano@sent.com
|
301af5c506
|
Bug 380505 - Simplify and optimize mDBGetChildren. r=sspitzer.
|
2007-05-14 14:42:57 -07:00 |
|
bzbarsky@mit.edu
|
323c363bc3
|
Make PSM make sure to shut down NSS before trying to start it up with theinitial profile on app startup. Fix leak of one of the user modules that waspreventing a clean shutdown. Bug 379582, r=rrelyea, kaie, sr=biesi.
|
2007-05-14 14:09:58 -07:00 |
|
cbiesinger@web.de
|
9b8503bb13
|
Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
|
2007-05-14 13:09:20 -07:00 |
|
gavin@gavinsharp.com
|
e709c38502
|
Bug 379997: don't delete logins if authentication fails, patch by Justin Dolske <dolske@mozilla.com>, r+sr=biesi
|
2007-05-14 11:39:34 -07:00 |
|
sayrer@gmail.com
|
f321a1c767
|
leave profile dir until the next run. r=rcampbell on irc
|
2007-05-14 09:56:39 -07:00 |
|
ted.mielczarek@gmail.com
|
bf6f3e35d3
|
mistake from bug 378926. r=bsmedberg
|
2007-05-14 07:21:44 -07:00 |
|
Olli.Pettay@helsinki.fi
|
eb21eeb174
|
Seamonkey/Win bustage
|
2007-05-14 05:16:56 -07:00 |
|
Olli.Pettay@helsinki.fi
|
ebad851a70
|
Seamonkey/Win bustage
|
2007-05-14 05:02:38 -07:00 |
|
wr@rosenauer.org
|
a0d0c315a6
|
Bug 378136 - changed passwords not saved for existing entry, r=mconnor
|
2007-05-14 04:01:57 -07:00 |
|
Olli.Pettay@helsinki.fi
|
23a27d0393
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:29:22 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7ec10e025c
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|
bzbarsky@mit.edu
|
95764e882c
|
Put content types and charsets on the text/plain parts of the form submissionfor multipart POST submissions. Bug 116346, patch by David Nesting<david@fastolfe.net>, r=bzbarsky, sr=sicking
|
2007-05-13 21:00:49 -07:00 |
|
bzbarsky@mit.edu
|
5b2ec7d443
|
Process XBL constructors right after the frame construction inInitialReflow(). Bug 377119, r+sr=sicking
|
2007-05-13 20:52:48 -07:00 |
|
bzbarsky@mit.edu
|
64d30dda04
|
Make use of the wonders of inline-block to produce a much smaller DOM for XMLprettyprinting (fewer nodes, fewer frames, etc). Speeds up prettyprinting by afactor of 2 or so over here, with a 25% memory usage decrease. Bug 379683,r+sr=sicking
|
2007-05-13 20:00:14 -07:00 |
|
aaronleventhal@moonset.net
|
9d959574ab
|
Associate label with textbox in find bar. r=mano
|
2007-05-13 19:23:02 -07:00 |
|
mats.palmgren@bredband.net
|
8e24a56d18
|
Be more careful when detaching an old window. b=374102 r+sr=roc
|
2007-05-13 17:43:13 -07:00 |
|
mats.palmgren@bredband.net
|
587e9762aa
|
Don't create a widget if the view already has one and check error return code from CreateViewForFrame(). b=374102 r+sr=roc
|
2007-05-13 17:42:38 -07:00 |
|
stefanh@inbox.com
|
0ddb75fdb1
|
Bug 346605 - Make openHelp() calls call suiterunner help correctly: Remove help buttons/js from Composer dialogs and use an overlay in suite/common instead. r=IanN, sr=Neil.
|
2007-05-13 14:36:09 -07:00 |
|
asqueella@gmail.com
|
b27c97fe76
|
Bug 369787 - calling nsHttpChannel::SetContentType on a closed channel doesn't work as expected.p=Sylvain Pasche <sylvain.pasche@gmail.com>r=biesi, sr=darin
|
2007-05-13 10:09:52 -07:00 |
|
asqueella@gmail.com
|
3c8901d1d8
|
Bug 347752 - Crash [@ MSVCR80.dll] when using nsIProperties service get method with null argumentp=Alfred Kayser <alfredkayser@nl.ibm.com>r=darin, sr=dougt
|
2007-05-13 09:48:39 -07:00 |
|
asqueella@gmail.com
|
1cafc60b98
|
Bug 331991 - Save as "Web Page, Complete" for HTML should include meta charset or encode all non-ASCII characters as entitiesp=Ryan Jones <sciguyryan@gmail.com>r=glazou, sr=peterv
|
2007-05-13 09:44:06 -07:00 |
|
asqueella@gmail.com
|
53f5456ba7
|
Bug 362043 - XMLHttpRequest should set a charset in the Content-Type request headerp=Ryan Jones <sciguyryan@gmail.com>r+sr=peterv
|
2007-05-13 09:41:46 -07:00 |
|
asqueella@gmail.com
|
1f0637ebc5
|
Bug 380094 - make mousethrough more generally usefulp=toshok@hungry.comr+sr=roc
|
2007-05-13 09:00:00 -07:00 |
|
asqueella@gmail.com
|
2c6c566eb7
|
Bug 371276 - In Find toolbar, all buttons should be in Tab orderp=Nian Liu <nian.liu@sun.com>r=mano, ui-r=beltzner
|
2007-05-13 08:53:53 -07:00 |
|
asqueella@gmail.com
|
4292dc9f78
|
Bug 369097 - Only escape % in to-be-evaluated JavaScript codep=Simon Bunzli <zeniko@gmail.com>r=gavin, sr=neil
|
2007-05-13 08:48:43 -07:00 |
|
asqueella@gmail.com
|
3c8e93bdce
|
Bug 338864 - ctrl+enter doesn't work if the url starts with wwwp=Simon Bunzli <zeniko@gmail.com>r=gavin
|
2007-05-13 08:47:05 -07:00 |
|
timeless@mozdev.org
|
60cbc52cd6
|
Bug 379723 gtk_moz_embed_set_directory_service_provider not in gluepatch by tomeu@tomeuvizoso.net r=timeless
|
2007-05-13 07:52:52 -07:00 |
|
Olli.Pettay@helsinki.fi
|
dc641fc5d4
|
Bug 369644, make mouseover/out handle native anonymous content properly, r=jst, sr=sicking
|
2007-05-13 06:59:00 -07:00 |
|
asqueella@gmail.com
|
5d9ef67866
|
Bug 374320 - add a label and an accesskey for the 'code' textbox in the Error Consolep=Cedric Corazza <cedric.corazza@wanadoo.fr>r=mconnor
|
2007-05-13 05:37:19 -07:00 |
|