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

36558 Коммитов

Автор SHA1 Сообщение Дата
saari%netscape.com 6880f16fad Fix for build break, one too many *s 1999-08-09 20:06:11 +00:00
ftang%netscape.com f08b63fef1 add new ISO2022JP to Unicode converter 1999-08-09 20:03:57 +00:00
rods%netscape.com b24ae7ff24 Fixed GetFrameForPoint so it passes back the corrct frame for event for form controls (Bug #11467) 1999-08-09 19:59:48 +00:00
srinivas%netscape.com 53f08aed21 The "-mno-486" compiler option is no longer relevant and not supported
in new gcc compilers (v2.95). Bug #11455. Checkin for jdaly@ixl.com.
1999-08-09 19:53:59 +00:00
tague%netscape.com 0f97c41aad Fixed bug #11477 - nsLocale not correctly getting application locale. 1999-08-09 19:53:02 +00:00
bienvenu%netscape.com 98bc602428 sort by sender correctly, fix ptr/ref idl stuff in nsIMsgDatabase 1999-08-09 19:52:46 +00:00
putterman%netscape.com 447605d0a7 Only refresh after EmptyTrash if the trash is the currently selected folder. 1999-08-09 19:51:07 +00:00
toshok%hungry.com 7d6658918b if we're building nspr from the mozilla tree, add the correct private NSPR include dir. 1999-08-09 19:47:21 +00:00
buster%netscape.com a9693b1b69 trivial fix to make sure we're storing an nsIHTMLEditor result in an
nsCOMPtr<nsIHTMLEditor> variable.
1999-08-09 19:37:18 +00:00
sfraser%netscape.com a43c71eae4 Optimization: don't invalidate and update the scroll bar if the value has not changed. 1999-08-09 19:34:34 +00:00
vidur%netscape.com ff5ce3e079 Changed attribute getter glue to use NS_SUCCESS macro instead of comparing to NS_OK 1999-08-09 19:19:49 +00:00
sfraser%netscape.com 0166147f3c Optimization so that moving a collapsed selection does not cause the frame to redraw. 1999-08-09 19:15:04 +00:00
saari%netscape.com 556759446f First Checked In. 1999-08-09 19:15:01 +00:00
vidur%netscape.com e6f812551a changed name of NS_CreateContext to NS_CreateScriptContext 1999-08-09 19:14:49 +00:00
sfraser%netscape.com 953e2971e4 Make the caret use InvetRect for drawing. 1999-08-09 19:14:43 +00:00
saari%netscape.com 3979d88e03 Adding Mac dynamic menus support. This touches a little XP code, notably, adding GetDOMNode and SetDOMNode to nsIMenuItem. 1999-08-09 19:14:38 +00:00
vidur%netscape.com 66a87fc882 Implemented document.lastModified 1999-08-09 19:10:24 +00:00
chuang%netscape.com 74311a9c00 fix Bug 11399 and add remove address book backend 1999-08-09 19:09:32 +00:00
buster%netscape.com 5b65a4e45f moved handling of flags from rules constructor to rules init, so
rules code can call SetFlags with mEditor initialized and do real
processing if it wants to.
1999-08-09 18:39:49 +00:00
brade%netscape.com 2cc4ca99b8 more strings 1999-08-09 18:38:31 +00:00
brade%netscape.com aff0541fed localize buttons 1999-08-09 18:38:06 +00:00
neeti%netscape.com 284ae1a72f Add api Cookie_RemoveAllCookies 1999-08-09 18:36:55 +00:00
terry%mozilla.org 5294289135 Removed BEOS. 1999-08-09 18:30:24 +00:00
brade%netscape.com db927a693f localization (point to EditorHLineProperties.dtd) 1999-08-09 18:23:55 +00:00
sfraser%netscape.com ac5099a587 Fix the nsTextEditRules init so that setting the flags works. 1999-08-09 18:22:13 +00:00
brade%netscape.com 39bbde1449 add locale directory 1999-08-09 18:15:35 +00:00
chuang%netscape.com 9c1de07682 make clobber remove the right file 1999-08-09 18:08:35 +00:00
nhotta%netscape.com e2b8dde433 Use region code for latin scripts. 1999-08-09 18:05:32 +00:00
buster%netscape.com 503defd7f0 backed out my last change, it didn't fix the problem I thought it would. 1999-08-09 18:01:08 +00:00
nhotta%netscape.com 333e1fa73e Scriptable date format. 1999-08-09 17:59:39 +00:00
ramiro%netscape.com 3d579a37f9 More qt support from Shawn Packwood. 1999-08-09 17:53:04 +00:00
buster%netscape.com 151ee02b62 call SetFlags from Init, so plaintext logic gets executed. 1999-08-09 17:44:14 +00:00
buster%netscape.com fde9da42d0 brought init code up to date with recent editor API changes. 1999-08-09 17:41:55 +00:00
ftang%netscape.com b631012308 add nsJapaneseToUnicode.cpp 1999-08-09 15:03:33 +00:00
briano%netscape.com ab906b9007 Automated update 1999-08-09 15:00:54 +00:00
ftang%netscape.com 6d4d917827 add nsJapaneseToUnicode 1999-08-09 15:00:22 +00:00
ftang%netscape.com 5d0b334384 fix bug 10674. Typo in progid 1999-08-09 14:56:47 +00:00
ramiro%netscape.com 8adc9ad359 Added Qt support to the unix build system. Thanks to Shawn Packwood
<shawnp@colba.net> for the patches.
1999-08-09 14:55:56 +00:00
ftang%netscape.com 21536cad6e fix typo in argument handling 1999-08-09 14:54:13 +00:00
dcone%netscape.com 5648e95834 took out the assert for mWindow as null, and put in support that
allows the webshell to run with a null mWindow-- needed for printing frames
1999-08-09 14:30:32 +00:00
sspitzer%netscape.com b7912c60da use try and catch in the message compose javascript. 1999-08-09 14:23:44 +00:00
neeti%netscape.com 56edfef45c fix cookie_RemoveAllCookies and cookie_RemoveAllPermissions 1999-08-09 14:10:45 +00:00
brade%netscape.com 49ecf5b840 editor/ui/composer/locale 1999-08-09 13:35:39 +00:00
brade%netscape.com cb24c7a3bc First Checked In. 1999-08-09 13:35:01 +00:00
brade%netscape.com b44772a539 move entities to external dtd 1999-08-09 13:33:03 +00:00
mccabe%netscape.com 2ad4814518 Change a mispatched | to a !. Thanks to Anton Blanchard <anton@progsoc.uts.edu.au>. 1999-08-09 12:37:24 +00:00
mccabe%netscape.com c05b826555 Fix to 11451.
Stop coredump on bad argument name in [iid_is(bogus)]; add != NULL safety check to loop.
1999-08-09 09:34:22 +00:00
rpotts%netscape.com 04a3d364ce Implement the nsIRequest interface for nsHTTPChannel. This allows channels that are cancelled from a LoadGroup to *actually* get removed... 1999-08-09 07:07:08 +00:00
rpotts%netscape.com eabc748ec0 Implement nsIRequest::Cancel() for the SocketTransport. 1999-08-09 07:05:15 +00:00
dp%netscape.com 89a8cf7fd3 dummy 1999-08-09 05:40:51 +00:00