Граф коммитов

106610 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 93d6fa9aad Fix problem where hiding the status bar in a popup would cause the content
area to extend below the window and scrolling would be messed up and the
horizontal scrollbar would be hidden. (bug 153116).
2002-08-06 19:20:28 +00:00
cmanske%netscape.com 462beec449 Moved text properties utility methods as part of image border bug 142093, r=brade, sr=dveditz. Editor.js also has fix for wrong 'Find' component causing missing menuitems, b=142093, r=akkana, sr=alecf 2002-08-06 19:16:03 +00:00
cmanske%netscape.com 4849cd5eee Improved border attribute handling for images, b=142093, r=brade, sr=dveditz 2002-08-06 19:15:55 +00:00
wtc%netscape.com fdc41cd064 Bug 161316: make pk11pqg.h C++ safe. 2002-08-06 18:31:35 +00:00
mitchf%netscape.com b3b70c6988 allows default mail port number in empty check. fixes bug 18780 2002-08-06 18:11:37 +00:00
rogerl%netscape.com 56f02f49f3 Adding more static defn. 2002-08-06 17:34:32 +00:00
glen.beasley%sun.com 178cd7c22b commented debug statement 2002-08-06 16:41:43 +00:00
mkaply%us.ibm.com e64a838884 OS/2 bustage 2002-08-06 15:22:34 +00:00
timeless%mac.com d40c083d1e Bug 101059 [FIX] Can't drag between folders on personal toolbar
patch by chanial@noos.fr r=timeless sr=blake
2002-08-06 15:16:40 +00:00
timeless%mac.com 40156a1ad5 Bug 83298 Folder Properties window has the wrong text
patch by chanial@noos.fr r=timeless sr=blake
2002-08-06 15:13:43 +00:00
pinkerton%netscape.com ce4d7712a3 Always use setTitle to set the window title (bug 152626) 2002-08-06 15:00:30 +00:00
jaggernaut%netscape.com c5f24f1e8a BUg 144533: filter some of the browser's web progress notifications in C++ to avoid expensive c++ -> JS calls. Patch by darin, jag, r=caillon, sr=bryner 2002-08-06 14:51:06 +00:00
glazman%netscape.com b9599b1617 Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky 2002-08-06 14:39:55 +00:00
dbaron%fas.harvard.edu 558562bfd2 Mark freed memory with 0xdd in DEBUG builds so that we don't free things to the pres shell's arena and then continue using them. b=114219 r=hixie sr=bzbarsky 2002-08-06 13:57:16 +00:00
bzbarsky%mit.edu 567fd42683 respect content-style-type HTTP header and support the <meta> tag in
XML.  Bug 161268, r=peterv, sr=dbaron.
2002-08-06 13:51:48 +00:00
dbaron%fas.harvard.edu 5e339bca9e Allocate PerFrameData and PerSpanData in pres shell's stack arena. b=154910 r=bzbarsky sr=waterson 2002-08-06 13:51:07 +00:00
dbaron%fas.harvard.edu 886e6f1527 Add comments explaining lookups in nsCachedStyleData. b=156902 sr=bzbarsky 2002-08-06 13:46:35 +00:00
dbaron%fas.harvard.edu b4de133022 Propagate |aNotify| parameter through XBL to attribute changes of XBL-inherited attributes. b=156547 sr=hyatt r=bryner 2002-08-06 13:39:22 +00:00
kaie%netscape.com 97f44797bc b=148232 Support application/pkcs7-signature mime type on incoming S/Mime messages.
r=ducarroz sr=darin
2002-08-06 13:29:12 +00:00
kaie%netscape.com 346ebd7510 b=124037 Decrease cert manager loading time.
r=rangansen/jkeiser sr=alecf
2002-08-06 13:25:23 +00:00
kaie%netscape.com 69ea18b8f3 b=136819 Returned value from getPSMContentType is compared to wrong enum
Patch from t8m@centrum.cz
r=kaie sr=alecf
2002-08-06 13:21:32 +00:00
kaie%netscape.com e0682e5b27 b=144435 Allow to edit trust for other people's certificate
r=javi sr=alecf
2002-08-06 13:18:12 +00:00
kaie%netscape.com 02d9df0cf7 b=74339 Support import of SSL, S/MIME, and CA certs
r=javi sr=alecf
2002-08-06 13:11:15 +00:00
kaie%netscape.com 098841f1b3 b=159053 Memory leak in nsSecureBrowserUIImpl
r=jkeiser sr=alecf
2002-08-06 13:06:21 +00:00
mkaply%us.ibm.com b381682e87 OS/2 bustage - I think our compiler has trouble because an nsCOMPtr to nsIWidget isn't a real nsIWidget pointer 2002-08-06 13:03:25 +00:00
dbaron%fas.harvard.edu 012105b216 Hacky fix to make HR's ALIGN attribute work again. b=158197 r=mjudge sr=bzbarsky 2002-08-06 12:59:48 +00:00
dbaron%fas.harvard.edu b05f4afab2 Make XBL report XML parse errors. b=156714 r=caillon sr=ben 2002-08-06 12:55:44 +00:00
dbaron%fas.harvard.edu e2d870b917 Fix regression causing scrollbars not to be extended by absolutely positioned elements in some cases. Also removed unused |FixParentAndView|. b=154230 r=bzbarsky sr=jst 2002-08-06 12:54:52 +00:00
kaie%netscape.com f1bf4f4474 b=135546 Fix internal slot reference leak in cryptojs_generateOneKeyPair()
r=wtc sr=alecf
2002-08-06 12:54:39 +00:00
kaie%netscape.com d47a8b3a35 b=132589 Fix incorrect verification status when viewing email-signing-only certificates.
r=javi sr=alecf
2002-08-06 12:51:43 +00:00
dbaron%fas.harvard.edu 03857773db Stop using |nsCOMPtr|s on nsIBox and nsIMenuParent, which are always implemented on frames, to prevent calling of |Release| after frame destruction and freeing to the pres shell arena. b=114235 r=bryner sr=bzbarsky 2002-08-06 12:48:28 +00:00
peterv%netscape.com 5919fcc880 Bustage fix for Transformiix standalone. 2002-08-06 12:29:49 +00:00
peterv%netscape.com 8046e251db Landing TX_BRIDGE_1_1_BRANCH.
Rewrite pretty much all variable and parameter handling. Makes global and local variables be handled differently. Global variables are no longer part of the variables stack, and are lazily evaluated. Fixes bugs 117658, 92929 and some unfiled bugs and fixes remaining parts of bugs 83651 and 96802. Patch by sicking, r=Pike sr=bz.

Fix for bug 156464: fix rounding problems in module, allow patterns without any '0's in the integer part and fix problems with grouping for standalone. Patch by sicking, r=Pike sr=bz.

Fix for bug 157340 (Probable bugs in extensions/transformiix/source/base/txMozillaString.h). Patch by peterv, r=Pike, sr=bz.

Fix for bug 146967 (Clean up Transformiix strings). Patch by peterv, r=sicking, sr=jst.

Fix for bug 156464 (Remove static strings from Transformiix). Patch by peterv, r=Pike, sr=jst.
2002-08-06 12:28:27 +00:00
mikep%oeone.com d4b6f606a9 Fixing bug 161252. 2002-08-06 12:22:46 +00:00
bzbarsky%mit.edu cc95144274 part of patch for bug 127847. r=jkeiser, sr=jst 2002-08-06 09:53:58 +00:00
hyatt%netscape.com c3137774b4 Dialog looks much better now. 2002-08-06 08:52:54 +00:00
hyatt%netscape.com 680217af72 Dialog looks much better now. 2002-08-06 08:51:34 +00:00
hyatt%netscape.com bfd241bb38 Dialog looks much better now. 2002-08-06 08:42:24 +00:00
bzbarsky%mit.edu 69283ac16a ugh. I mismerged the patch for bug 150451. This is the right code
now.  Thanks to Sander for catching it.
2002-08-06 08:41:52 +00:00
kerz%netscape.com e96fc07597 adding images 2002-08-06 08:37:30 +00:00
kerz%netscape.com d22898a3f9 more images 2002-08-06 08:36:28 +00:00
bzbarsky%mit.edu 60c7d14e69 <object> should be in form.elements. Bug 127847, r=jkeiser, sr=jst. 2002-08-06 08:32:19 +00:00
hyatt%netscape.com 1ebebb8466 Add help text above toolbar. 2002-08-06 08:29:38 +00:00
blakeross%telocity.com 2286f95e37 *** empty log message *** 2002-08-06 08:29:06 +00:00
blakeross%telocity.com 9df7dc40c4 *** empty log message *** 2002-08-06 08:28:39 +00:00
blakeross%telocity.com 71140ab55f *** empty log message *** 2002-08-06 08:22:57 +00:00
hyatt%netscape.com c49b030571 Fix url bar and throbber. 2002-08-06 08:22:45 +00:00
blakeross%telocity.com a4aefa69fd Add title to the customize dialog. 2002-08-06 08:22:33 +00:00
blakeross%telocity.com ecc6341db8 *** empty log message *** 2002-08-06 08:17:29 +00:00
hyatt%netscape.com 84c030fdcd Make restoring the default set work. 2002-08-06 08:12:33 +00:00