Commit Graph

1442 Commits

Author SHA1 Message Date
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
asqueella@gmail.com
228d6f48af Bug 378770 - Clean up Security Page Info visualsp=Johnathan Nightingale <johnath@mozilla.com>r=mano, ui-r=beltzner 2007-05-13 05:34:09 -07:00
asqueella@gmail.com
e8c2a7c282 Bug 380153 - SetupClusterBoundaries uses unset attrs from pango_break after NUL.p=Karl Tomlinson <mozbugz@karlt.net>r=roc 2007-05-13 05:31:24 -07:00
asqueella@gmail.com
e2a939226a Bug 379841 - nsIZipReader's last modified time ignores secondsp=Dave Townsend (Mossop) <mossop.bugzilla@blueprintit.co.uk>r=biesi, sr=bsmedberg 2007-05-13 05:27:49 -07:00
asqueella@gmail.com
fda3c3801e Bug 380422 - The evaluating iframe may contain nuts (and other remainders)p=Simon Bunzli <zeniko@gmail.com>r=gavin, sr=neil@parkwaycc 2007-05-13 04:36:50 -07:00
asqueella@gmail.com
498dedc047 Bug 375864 - Crash [@ gfxTextRun::CompressedGlyph::IsClusterStart] when viewing URL as UTF-16p=Karl Tomlinson <mozbugz@karlt.net>r+sr=roc 2007-05-13 04:32:43 -07:00