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

39320 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 0d2e26c6f6 hookup the drag listener attributes. 1999-09-02 23:19:56 +00:00
pinkerton%netscape.com 9c2d1b71b2 fix a comment a=mcafee. 1999-09-02 23:17:21 +00:00
pinkerton%netscape.com 4a0e263d64 making sure we call StartDragSession and EndDragSession. a=mcafee 1999-09-02 23:17:07 +00:00
pinkerton%netscape.com 59cb646f50 personal toolbar d&d now in JavaScript. 1999-09-02 23:16:37 +00:00
briano%netscape.com d997687f34 Automated update 1999-09-02 22:45:47 +00:00
slamm%netscape.com 5a9c15a36d Fix typo s/CONFIG_TEMP/CONFIG_TMP/. 1999-09-02 22:41:43 +00:00
cata%netscape.com f3252a682a Fixed the fix. 1999-09-02 22:35:00 +00:00
cata%netscape.com 916f222b5e Fixed problem when calling deprecated method. 1999-09-02 22:20:23 +00:00
cyeh%netscape.com 30069ecf02 remove MODULAR_NETLIB define. obsolete. 1999-09-02 22:19:21 +00:00
briano%netscape.com 05076c627f Automated update 1999-09-02 22:15:49 +00:00
sspitzer%netscape.com cc8145c80a fix for #13062. prevent infinite loop when reading news. 1999-09-02 22:07:48 +00:00
slamm%netscape.com c4ac2d48be Move some defines into configure. Remove unused build variables. Include autoconf.mk if it hasn't already been included. 1999-09-02 22:02:46 +00:00
slamm%netscape.com 89a58e9dd6 Move some defines into configure. Remove unused build variables. 1999-09-02 22:02:19 +00:00
kin%netscape.com e6a8497cb2 Added support for scrolling SELECTION_ANCHOR_REGION into view.
Renamed GetFocusNodeRect() to GetSelectionRegionRect().
Made code in GetPrimaryFrameForFocusNode() more generic and put it
in a method called GetPrimaryFrameForRangeEndpoint().
GetPrimaryFrameFor{Anchor,Focus}Node() now call GetPrimaryFrameForRangeEndpoint().
1999-09-02 21:59:51 +00:00
sfraser%netscape.com a8fd2e712b Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup" 1999-09-02 21:58:12 +00:00
slamm%netscape.com 9e7c7ae890 Simplify cls's fix. Remove tabs. 1999-09-02 21:55:32 +00:00
alecf%netscape.com 10a40b0cb3 fix crash when server has no local root folder 1999-09-02 21:54:58 +00:00
putterman%netscape.com b8b9dad0e5 Speed up GetTarget by comparing to collation/sort property ptrs instead of parsing
property each time.
1999-09-02 21:54:11 +00:00
law%netscape.com d1574ed2a5 Adding to unix builds 1999-09-02 21:53:57 +00:00
radha%netscape.com 6c1f720626 New session history methods Set/GetHistoryObjectForUrl() 1999-09-02 21:53:28 +00:00
putterman%netscape.com 27c8a8441e use proportional sizing in threadPane. 1999-09-02 21:53:05 +00:00
alecf%netscape.com 8904a7cf87 remove stupid dump()s 1999-09-02 21:50:07 +00:00
morse%netscape.com 5d9d8aede7 fixes for bug 13022 1999-09-02 21:49:50 +00:00
law%netscape.com 82a10e6cd9 Adding to windows build 1999-09-02 21:49:07 +00:00
alecf%netscape.com 1aa59a0453 account wizard now creates new accounts
(first rough cut)
1999-09-02 21:48:26 +00:00
alecf%netscape.com 621dd46d9d implement getUniqueAccountKey for accounts 1999-09-02 21:47:59 +00:00
cata%netscape.com 07c5c69d90 Fixing build warnings. Step 3: remove the old deprecated API. 1999-09-02 21:41:40 +00:00
cata%netscape.com dd819d6f04 Fixing build warnings. Step 3: remove the old deprecated method. 1999-09-02 21:39:29 +00:00
radha%netscape.com f7b8617d26 Hook up session history with the history state object.
Let LoadURL() accept a historystate as an argument
1999-09-02 21:39:01 +00:00
waterson%netscape.com 9ed37acff5 Changed ParseNumericValue's declaration to match its definition. 1999-09-02 21:37:30 +00:00
radha%netscape.com b8b896478f New methods to set and get history state 1999-09-02 21:37:25 +00:00
morse%netscape.com f70948a9cc fixes for bug 13022 1999-09-02 21:37:24 +00:00
cata%netscape.com 5507697424 Method name change. 1999-09-02 21:35:50 +00:00
waterson%netscape.com 76e6f7760c Fix bug that was causing insertion sort to _never_ run. Also, fix code that was looking for ID attribute during RDF:Seq detection. 1999-09-02 21:34:57 +00:00
waterson%netscape.com 16613c3e10 Use nsAutoString() to avoid heap allocation during automatic coercion of 'const char*' to nsStrings. 1999-09-02 21:34:17 +00:00
waterson%netscape.com fb11c273f1 Replace calls to nsRDFContentUtils::MakeElementURI() with MakeElementResource(), which is what we wanted anyway. Tweak SplitProperty to use GetValueConst(). 1999-09-02 21:33:53 +00:00
ssu%netscape.com e8e1499cf5 fixing 13053 1999-09-02 21:33:49 +00:00
waterson%netscape.com 6b9f4e070d Use nsAutoString() to avoid heap allocation during automatic coercion of 'const char*' to nsStrings; get rid of dead code that was causing a call to SplitProperty. 1999-09-02 21:32:23 +00:00
waterson%netscape.com 1e71e7d09f Get rid of silly code that was converting a nsString to a naked unicode, which required automatic coercion _back_ to an nsString, this time using a copy on the heap :-/. 1999-09-02 21:31:22 +00:00
pavlov%netscape.com 93145abc11 clean up uses of QI and friends to use the macros correctly
clean up resizing and moving code.
wrote initial unix drag and drop code
more good things to come soon.
1999-09-02 21:30:31 +00:00
waterson%netscape.com b0fc39b600 Use bigger buffers to avoid spilling to the heap during string manipulation. 1999-09-02 21:29:46 +00:00
waterson%netscape.com d440dc9c2f Use PL_HashTableRawAdd() to avoid hashing twice. 1999-09-02 21:29:06 +00:00
waterson%netscape.com dca29351ad Rewrite to avoid heap-spill when mangling the nextVal. 1999-09-02 21:28:33 +00:00
erik%netscape.com eb74d6a831 Thanks to Sun, we now have input method support (e.g. Japanese keyboard
input) on Unix. Contact erik and/or tague if there are any problems.
1999-09-02 21:26:40 +00:00
shaver%netscape.com 0202c58f17 Added mmapio patch from jim_nance@yahoo.com (James L. Nance) to speed
registry-read.  Enabled on XP_UNIX only.
1999-09-02 21:23:44 +00:00
tonyr%fbdesigns.com 890aaa9c20 Added NS_ADDREF to child returned from GetChildNamed 1999-09-02 21:23:26 +00:00
cls%seawood.org d2eaec27b2 Fix for gcc2.95 bustage. ANSI C++ forbids declaration of function with no type. 1999-09-02 21:06:34 +00:00
mscott%netscape.com cafacc211b rename Cancel() to DoCancel so we don't over-write method from base class (which we will be doing
when the protocol inherits from nsIChannel).
1999-09-02 21:06:18 +00:00
mscott%netscape.com 070038e4f0 Export manifest file for mailnews\mime\build\ 1999-09-02 21:03:03 +00:00
mscott%netscape.com be9f484eb8 we should never delete an interface...always use release! i kept crashing here 1999-09-02 20:57:12 +00:00