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

47956 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 0de3c034b5 using new linebreak helper class to convert mac cr's to linefeeds expected by the dom. fixes 18409 for macOS. r=sfraser. 1999-12-02 03:40:29 +00:00
pinkerton%netscape.com 8d8eb7dc75 added nsLinebreakHelper class so clipboard and d&d can easily convert linefeeds from native to DOM. bug 18409, r=sfraser 1999-12-02 03:39:41 +00:00
briano%netscape.com 5d6a7889a8 Fix for QNX-specific build bustage. QNX doesn't provide a prototype for random(). 1999-12-02 03:35:52 +00:00
briano%netscape.com 398e717fc7 Fix for QNX-specific build bustage. QNX doesn't provide a prototype for truncate(). 1999-12-02 03:17:04 +00:00
sfraser%netscape.com 75d8b254fc Fix for another part of for 19954 -- convert textarea data to LF termination before saving frame state. r=pollman 1999-12-02 03:12:51 +00:00
alecf%netscape.com cbe91f065b fix for #20405 - change Organization, Identity Name and FullName to be unicode, using new unicode prefs
r=rhp
1999-12-02 03:11:52 +00:00
sfraser%netscape.com f33fc0a9d5 Fix for 19954 -- convert form values to CRLF linebreaks when submitting forms. r=pollman 1999-12-02 03:11:38 +00:00
waldemar%netscape.com 445f739dc0 NOT IN BUILD. Added strdup to make Mac standalone js engine work again 1999-12-02 03:05:14 +00:00
waldemar%netscape.com 6fd8a95ec7 Fix to bug 17263: toPrecision when called with no arguments. r=shaver 1999-12-02 03:04:31 +00:00
rhp%netscape.com 424d48e6d3 Fix for mac display problem - Bug #: 18866 - r: alecf 1999-12-02 02:58:06 +00:00
warren%netscape.com 688ffa434f Fixed bug where file transport would spin if it failed in the nsIFileSystem::Open method. Affected jar protocol. 1999-12-02 02:50:48 +00:00
waterson%netscape.com 562bcab6b2 Bug 9489. Remove cliprect push/pop to decrease paint time on titledbuttons. The cliprect was not doing anything useful, and was costing about 36% of titledbutton paint time. r=hyatt 1999-12-02 02:50:29 +00:00
warren%netscape.com 73d674380c Prefixed error/warning messages with something bold and assertive! (And somewhat distinguishable from other output.) 1999-12-02 02:37:54 +00:00
bryner%uiuc.edu e58c61d6f5 Removing unused UNIX_LDAP define from the build. r=cls. 1999-12-02 02:34:39 +00:00
erik%netscape.com 4a9e703f28 bug 15496; cannot see Japanese text when entering it after focussing text
field for the first time; fixed by initializing Y coordinate to better
value; r=ftang
1999-12-02 02:27:00 +00:00
ssu%netscape.com e4f7f8163d changed requested access permissions for accessing the Windows registry from a general access value of KEY_ALL_ACCESS to a more specific access that does not necessarily require admin previlidges. r=sgehani@netscape.com. This affects only windows. 1999-12-02 02:22:35 +00:00
ducarroz%netscape.com 30fa8e4460 Fix for bug 20219. Use spring instead of flex to separate a label from its text field. R=sspitzer 1999-12-02 02:17:50 +00:00
ssu%netscape.com 36f328a592 fixing problem with not checking for empty string of command line path passed into setup. If an empty string was passed in (meaning nothing was passed in), it would used to still try to contatenate a filename to this empty string. bad. r=sgehani@netscape.com 1999-12-02 02:14:51 +00:00
rhp%netscape.com 20f2bf9542 Fixing project file for release build. 1999-12-02 01:45:13 +00:00
cmanske%netscape.com 39af8a48f5 Added immediate saving of sidebar show/hide and width states. r=slamm 1999-12-02 01:36:40 +00:00
rogerl%netscape.com 68e586ec9e Added missing null scope parameter. 1999-12-02 01:33:22 +00:00
morse%netscape.com e3f9de67f7 fix bug 20539, cookie & signon viewer display blank lines, r=davidm 1999-12-02 01:32:33 +00:00
tbogard%aol.net 67a63ea29b Removed now defunct interfaces. 1999-12-02 01:30:41 +00:00
slamm%netscape.com 1b3ebcaea4 Use the correct URL for the tinderbox panel. 1999-12-02 01:29:33 +00:00
warren%netscape.com 64862c57a7 Fixed bug accessing jar entry. 1999-12-02 01:27:48 +00:00
valeski%netscape.com de5e0f086d r=waterson. 19939. sym links in ftp dir listings now look different and spin when accessed. 1999-12-02 01:21:05 +00:00
dougt%netscape.com 02869e1fe1 Changes to the nsIFile.idl which were discussed between shaver, brendan,
sdagley and I.  not part of the build.
1999-12-02 01:19:10 +00:00
alecf%netscape.com ea924fd611 add new unicode-friendly pref accessors
(prefs will be stored in UTF8)
preparation for #20405, r=nhotta
1999-12-02 01:18:24 +00:00
rogerl%netscape.com 2f671616d5 Passing scope down into parser/IRFactory/NodeTransformer so that syntax
errors can be packaged as ECMA Error objects.
1999-12-02 01:16:02 +00:00
cmanske%netscape.com 2889f9fc92 Added immediate saving of sidebar show/hide persist state. r=slamm 1999-12-02 01:15:49 +00:00
ducarroz%netscape.com aa9944e755 original data was corrupted. I hoppe this time it will work. R=cmanske 1999-12-02 01:12:30 +00:00
ducarroz%netscape.com 65a16ca43e Fix column width problem in MsgCompose addressing widget. This is related to bug 20506. R=sspitzer. 1999-12-02 01:11:16 +00:00
bienvenu%netscape.com 205cd3dffd turn back on throbber now that paint problems are fixed 1999-12-02 01:07:38 +00:00
evaughan%netscape.com 5c9a818369 1) Added sanity checks to box to case memory bugs
2) Fixed the floating point roundoff that was causing boxes to lay themselves out off by 1 pixel
3) Simplified box data structure

-r Hyatt
1999-12-02 01:07:27 +00:00
bienvenu%netscape.com 632b657826 fix assert creating uri's for imap sub-folders, r=mscott 1999-12-02 01:06:50 +00:00
bienvenu%netscape.com 4bb8cc1eb1 fix pop move msg filters to truncate inbox r=mscott, #18030 1999-12-02 01:05:31 +00:00
troy%netscape.com 7ca374e1b7 b=20367, r=jinjin@pacbell.net. Changed ResizeReflow() so that if we skip
reflowing the table cell (that's an optimization we do) we make sure and
position any child views
1999-12-02 01:02:53 +00:00
pavlov%netscape.com 5c0d4d775a building with --enable-x11-shm actually uses xshm now and works r=shaver 1999-12-02 01:01:13 +00:00
sspitzer%netscape.com a5965f0201 I just crashed because we were dereferencing null.
so here some bulletproofing to prevent the crash.
I haven't been able to reproduce it, so I don't have a bug for this.
1999-12-02 01:00:24 +00:00
tbogard%aol.net 5a797b65bd Removed nsIDocShellEdit.idl and nsIDocShellFile.idl. 1999-12-02 00:59:28 +00:00
tbogard%aol.net df0893bcc5 Removed 1999-12-02 00:58:49 +00:00
warren%netscape.com 900ae728fc Fix from Jud where we were dropping error code. r=warren 1999-12-02 00:58:43 +00:00
pavlov%netscape.com f705f1f50f intersect expose rects with the width and height of the window and unqueue draws and reset update area on scrolls r=mcafee 1999-12-02 00:51:13 +00:00
sfraser%netscape.com 86dd7a5eab Fix linkage errors with nsLinebreakConverter.r=kin 1999-12-02 00:31:45 +00:00
cmanske%netscape.com 20b87f588a Removing unused images 1999-12-02 00:28:31 +00:00
varada%netscape.com 282051187c changing the checkboxes for readme and license to being not checked by default 1999-12-02 00:17:17 +00:00
ducarroz%netscape.com 4e85a6f601 Fix build bustage. Casting missing! 1999-12-02 00:04:26 +00:00
rhp%netscape.com f1abed910a Adding smime wrapper- R: ducarroz 1999-12-01 23:22:25 +00:00
rhp%netscape.com 07a6a84688 Correcting project file. 1999-12-01 23:17:58 +00:00
rogerl%netscape.com e01b13c759 Bug #19980 - insist on curly-brace after catch block rather than just
accepting it - forces error that allows catch block to span lines for
interactive input.
1999-12-01 23:12:58 +00:00