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

33778 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com c61e84eaaf editor dialogs locale 1999-07-14 19:57:18 +00:00
brade%netscape.com 1116112b59 add locale 1999-07-14 19:56:08 +00:00
brade%netscape.com e55ca5fdaa First Checked In. 1999-07-14 19:55:23 +00:00
sgehani%netscape.com dc55157beb Correcting Unix permissions on directories created from 755 -> 0755. 1999-07-14 19:49:50 +00:00
sgehani%netscape.com 4e422fa91b Fix for bug 9759. 1999-07-14 19:49:12 +00:00
waterson%netscape.com cd0f76e1ae Use enum trick to get around VC++ braindead-ness wrt. 'const PRUin32'. 1999-07-14 19:42:55 +00:00
tague%netscape.com 558d170697 Fix bug #8227/#9841 Deref errors 1999-07-14 19:41:17 +00:00
waterson%netscape.com a4827eaa9c Use allocated buffer instead of trying to allocate dynamic array on stack. 1999-07-14 19:41:05 +00:00
mcafee%netscape.com b0552c2036 Moved inclusion of nsIStyleContext.h into nsToolbarFrame.h, this fixes Solaris bustage. 1999-07-14 19:40:03 +00:00
dveditz%netscape.com 8a7de3157b 50% speed up on a depend pass. Also eliminated the occasional duplicate
where full path and depth-relative forms were not detected as the same
1999-07-14 19:39:58 +00:00
tague%netscape.com ab8b633111 Fixed bug #8227/#9841 - Deref errors 1999-07-14 19:37:03 +00:00
jefft%netscape.com ee8573fc58 rename nsImapMailCopyState variables to prefix with m_ 1999-07-14 19:35:31 +00:00
mcafee%netscape.com e9c4a81136 Fixing Solaris bustage for TOOLBAR_DD ifdef. 1999-07-14 19:35:22 +00:00
pollmann%netscape.com f0cd040396 Bug 9847: Check for null returned from new. 1999-07-14 19:32:22 +00:00
dveditz%netscape.com 5a621b3b8e Oops, this is the version I meant to check in 1999-07-14 19:32:20 +00:00
dveditz%netscape.com 7af0b37492 make overhead speed-up if WINOS is pre-defined. Significant on Win9x systems 1999-07-14 19:30:50 +00:00
blizzard%redhat.com 64f9267747 add list of copyright holders 1999-07-14 19:30:19 +00:00
hyatt%netscape.com 9a6f55e84c Fix for bugs 9601 and 9698. 1999-07-14 19:21:27 +00:00
brade%netscape.com 6aeb2fcd4b First Checked In. 1999-07-14 19:20:54 +00:00
dveditz%netscape.com 86b31f7433 catch the odd missed header in makedep 1999-07-14 19:18:53 +00:00
jdunn%netscape.com 12f3466b6b anonymous unions CAN'T define any new types, so the struct's definition has
to be outside of the union... plus since the union is protected (and can't
be declared a friend - since it is anonymous, the struct's def must be public.
1999-07-14 19:09:42 +00:00
ftang%netscape.com 29d5937475 fix bug 9841 1999-07-14 18:57:34 +00:00
akkana%netscape.com 8edd850da4 Xlib clipboard implementation (not finished yet) 1999-07-14 18:55:46 +00:00
akkana%netscape.com 6d07c8eeb4 Restructure the editor output routines to allow passing in
a mime type and a flag argument.  Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
      editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
ftang%netscape.com 1c92b7642b fix bug 9841 1999-07-14 18:46:44 +00:00
Jerry.Kirk%Nexwarecorp.com f6f06aa9f1 - Bug 9830 Checking for "Out Of Memory" conditions in PushState 1999-07-14 18:37:02 +00:00
pavlov%pavlov.net 1e25ab7285 fix for 9774 and other misc things 1999-07-14 18:36:24 +00:00
kin%netscape.com 7d535c6162 Call NS_IF_RELEASE instead of NS_RELEASE for handler, because it could be NULL.
Fixes crash that occurs when pressing the submit button in a for displayed in
the editor.
1999-07-14 18:33:24 +00:00
jj%netscape.com e0da1fbaf8 changed duplicate fragment name 1999-07-14 18:24:13 +00:00
cbegle%netscape.com fdca8e9c92 correct the naming of these tests. negative tests have an -n.js filename
extension.
1999-07-14 18:12:11 +00:00
cbegle%netscape.com a981b78562 allow command line option to specify the full path to the js executable. 1999-07-14 18:11:22 +00:00
brade%netscape.com 8723619c5e add GetTextLength() 1999-07-14 18:06:13 +00:00
nisheeth%netscape.com 5e2ebc1d78 Fix for bug 8314. The block frame takes the bullet's position and area into account when it sets the combined area of the frame during reflow. 1999-07-14 18:02:14 +00:00
brade%netscape.com ba38beda3e localization 1999-07-14 18:00:26 +00:00
nisheeth%netscape.com ea2bbccb91 Removing ifdef XML_PSEUDO_ELEMENT which is never defined. 1999-07-14 17:59:19 +00:00
blizzard%redhat.com 54150c1558 Check memory allocation. Closes bug 9833. 1999-07-14 17:50:19 +00:00
brade%netscape.com e80ea22e6d localization 1999-07-14 17:37:08 +00:00
ducarroz%netscape.com 8486363231 Improve function GetArgs. Now a argument can have a comma in it. 1999-07-14 17:37:01 +00:00
bienvenu%netscape.com 6233d7340e check for null resultIndex 1999-07-14 17:33:21 +00:00
kipp%netscape.com d35dadaa64 Added GetFrameName 1999-07-14 17:32:56 +00:00
kipp%netscape.com 890d89df6c Added GetFrameName method to improve List's; fix a purify BSR by stubbing out maxElementSize; left in some debug noise (disabled) 1999-07-14 17:32:43 +00:00
brade%netscape.com a875d34c6f forceInteger by pete@postpagan.com 1999-07-14 17:32:10 +00:00
kipp%netscape.com 8dd2e06ad4 Tweaked an improper if then else code from troy 1999-07-14 17:31:43 +00:00
kipp%netscape.com dd99cac982 Tweaked nested dl handling; added counter-reset property for better list numbering handling 1999-07-14 17:31:17 +00:00
harishd%netscape.com e2688463c8 Per spec. IFRAME can contain flow elements.
Updating element table accordingly.
(courtesy - vidur )
1999-07-14 17:30:30 +00:00
kipp%netscape.com 780f14d551 Removed compiler warnings 1999-07-14 17:30:22 +00:00
kipp%netscape.com 6b66efc545 nop 1999-07-14 17:30:07 +00:00
kipp%netscape.com 1df980ad55 Removed some compiler warnings 1999-07-14 17:29:45 +00:00
kipp%netscape.com e8bb2cffe1 Removed some compiler warnings; fix subtlety with handling empty inline frames and whitespace compression for bug #5999 1999-07-14 17:29:32 +00:00
brade%netscape.com 14b253d89e keybinding fix 1999-07-14 17:29:15 +00:00