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

64040 Коммитов

Автор SHA1 Сообщение Дата
mjudge%netscape.com 4d8ea6168b cleaning up 34896 ender-lite with saari's review. 2000-06-09 21:13:03 +00:00
mjudge%netscape.com 889fe287ea turning on ender-lite as per smfr's instructions. bug 34896. 2000-06-09 21:10:48 +00:00
leaf%mozilla.org 3d7904eba5 Automated update 2000-06-09 21:00:10 +00:00
alecf%netscape.com 075eb41d60 fix for #41996 - crash because getter was not pre-allocating the result
fix all callers to ensure they are freeing the result
2000-06-09 20:58:59 +00:00
tor%cs.brown.edu 56620d702d SUNWspro build bustage fix. Add an include of stdlib.h so glib
doesn't screw us over with its definition of NULL.
r=blizzard a=brendan
2000-06-09 20:53:11 +00:00
akkana%netscape.com 854171971d 34896: Turn on ender lite for Unix. r=mjudge 2000-06-09 20:51:45 +00:00
akkana%netscape.com 67d92a8e0c 34896: Fix ender lite build on Unix. r=mjudge 2000-06-09 20:50:24 +00:00
morse%netscape.com 18ba5dbc5a update wallet tables, not part of build 2000-06-09 20:47:32 +00:00
morse%netscape.com ac34451df8 fix bug 40031, checkin for Henrik Gemal, r=morse a=morse/waterson 2000-06-09 20:46:11 +00:00
edburns%acm.org b463859667 Created file to allow shift-clicking. 2000-06-09 19:03:42 +00:00
blizzard%redhat.com 964a2fc92b add .dynstr clean up tool from Alexander Larsson <alla@lysator.liu.se>. also add poor man's Makefile until this tool is finished. this is not part of the build. 2000-06-09 18:52:39 +00:00
wtc%netscape.com ae154c05a3 Bugzilla bug #40542: pass the correct size of struct sockaddr_in8 to
native socket functions on Solaris 8 for Intel/x86. r=larryh@netscape.com.
a=pdt. Thanks to dcran@us.ibm.com (Donnie Cranford) for the bug report.
Modified files: _solaris.h, primpl.h
2000-06-09 18:18:19 +00:00
tara%tequilarista.org 39482e9f20 Applying timeless' fix for 39918 2000-06-09 18:03:18 +00:00
jst%netscape.com f593582dba Fixing problem with an uninitialized member in a nsMouseEvent struct, this problem surfaced yesterday when the link handling was changed by pinkerton. The problem was that clicking on links on unix sometimes opened the link in a new window in stead of the current window. r=brade 2000-06-09 14:48:58 +00:00
bienvenu%netscape.com ef26d5c9be fix unescaping of search data before passing to server, r=sspitzer, 33101 2000-06-09 12:48:22 +00:00
bienvenu%netscape.com d65d295579 more work on search backend, 33101 r=alecf, fix some buffer overruns in i18n stuff, add nsIMsgFolder to search hits 2000-06-09 12:47:15 +00:00
hyatt%netscape.com e195e0d0d8 Didn't mean to check in box object. backing out. bug#30511, r=pav 2000-06-09 09:28:37 +00:00
hyatt%netscape.com 5bad1bf5a1 Fix case error. 2000-06-09 09:28:08 +00:00
mjudge%netscape.com 6ddeda2887 turning on ender-lite. bug = 34896 2000-06-09 09:19:28 +00:00
mjudge%netscape.com a94a571f51 turning on ender-lite. bug=34896 2000-06-09 09:17:18 +00:00
hyatt%netscape.com cb34ce7195 30511, r=pav 2000-06-09 09:15:43 +00:00
hyatt%netscape.com 5fc92f7543 Keyboard navigation and ensurevisible support for new tree widget. Bug#30511, r=pav 2000-06-09 09:13:37 +00:00
warren%netscape.com 6188692835 Removed debug code. 2000-06-09 08:02:42 +00:00
warren%netscape.com ecc2d9c51c Bug 27971. Better strategy for resource: urls to use less memory. Saves about 0.4% of entire run just bring up one page (home.mozilla.org). r=waterson 2000-06-09 07:51:13 +00:00
alecf%netscape.com 023b7e058c fix for #41030 - save server auth method in a temporary text variable, and then
init/save it in the appropriate method
r=sspitzer
2000-06-09 07:27:21 +00:00
mjudge%netscape.com 446e89c8cb form elements now accept a nsIFormFrame instead of the implementation as the parameter to allow others that inheirit from nsIFormFrame to call "CanSubmit". bug=34896 ender-lite, r=hyatt 2000-06-09 07:16:20 +00:00
warren%netscape.com 5ef4ea6ef7 Added jar manifest support. Kind of works on Windows so far. 2000-06-09 06:33:25 +00:00
mjudge%netscape.com 45f1100bd4 r=akkana, bug=34896. ender-lite causing an output problem since we do not output the body tag anymore on selection. we still need to output leafs 2000-06-09 05:17:00 +00:00
mjudge%netscape.com 73fa3909cf new atop to tell what type the text frame is. for blocker to 34896 2000-06-09 05:15:58 +00:00
mjudge%netscape.com b8ab3b74f2 too many copies for ender-lite. happening whenever people were setting selection progromatically. r=hyatt 34896 2000-06-09 05:14:19 +00:00
mjudge%netscape.com a6d523713a not in build, bug 34896 2000-06-09 05:13:32 +00:00
mjudge%netscape.com f49369d817 copy was copying too much on ender-lite. thiswill reduce the volume of autocopies to only copy when mouse ups are called. r=hyatt 34896 2000-06-09 05:11:12 +00:00
mjudge%netscape.com d2af041d9a use of new api for caret un-drawing. r=hyatt 2000-06-09 05:07:42 +00:00
sspitzer%netscape.com e61ef2d61f fix for #41943. r=mscott 2000-06-09 04:55:29 +00:00
mjudge%netscape.com 85534a4446 added new caret api implementation from new nsicaret api. EraseCaret. erase the caret without messing with visibility. forces a refresh of state to mDrawn=0; r=hyatt, bug = 34896 2000-06-09 04:22:20 +00:00
mjudge%netscape.com b6ea3c054f new caret api for erasing the caret. this is needed to simply clear the caret away without messing with visibility. r= hyatt. bug=34896 2000-06-09 04:21:02 +00:00
mjudge%netscape.com c291ccb69f fixing leak from earlier chekin. copied code, dont look at me. r=scc bug=34896 2000-06-09 04:19:09 +00:00
blizzard%redhat.com 85ecfeff5c still trying to fix solaris 2000-06-09 04:17:09 +00:00
mjudge%netscape.com a87466361e fixing leaks! r=scc bug=34896 2000-06-09 04:16:50 +00:00
mjudge%netscape.com 964fef8f5a constants added r=hyatt. bug34896 2000-06-09 04:15:26 +00:00
mjudge%netscape.com 44280fcc41 commiting generated file from SelectionListener.idl. r=hyatt bug = 34896 2000-06-09 04:14:53 +00:00
mjudge%netscape.com cc69465978 34896, change to move constants to this file. r=hyatt 2000-06-09 04:12:50 +00:00
pinkerton%netscape.com 38130f824c nsAllocator->nsMemory. doh! 2000-06-09 04:03:58 +00:00
blizzard%redhat.com 2653f930f1 try to fix solaris build 2000-06-09 03:46:26 +00:00
blizzard%redhat.com d57f50cd41 remove DEBUG_blizzard defines. no approval, just changes in ifdefs. 2000-06-09 03:26:29 +00:00
pinkerton%netscape.com 6af6e13e60 Use title stashed in x-moz-url data flavor as the title of the internet
shortcut created. r=scc, bug# 37410.
2000-06-09 03:21:01 +00:00
pinkerton%netscape.com 5e5e1affe9 adding title (modulo bug) to x-moz-url flavor when dragging proxy icon. r=scc, bug#37410 2000-06-09 03:20:12 +00:00
blizzard%redhat.com 2c0919b2a5 fix bug #29027. When calling nsIWidget::SetFocus on a widget, bring it's toplevel window to the top of the stacking order and unminimize it if necessary. r=pavlov, a=brendan 2000-06-09 03:09:31 +00:00
tao%netscape.com aee3b0454d Patch NT startup crash when chrome registry is not ready yet. r,a=scc 2000-06-09 03:09:20 +00:00
blizzard%redhat.com 89ca103953 fix for bug #41930. make sure to reset the drag state to PR_FALSE if getting the selection failed. this should fix dragging to the composer on linux. r=pavlov,a=brendan 2000-06-09 03:05:18 +00:00