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

25354 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 35d8e41e33 Fix for the BSD/OS build (virtual memory exhausted). 1999-04-30 03:01:13 +00:00
briano%netscape.com ffc1865b04 Moved ns_observer_proc() to as close to the beginning of the file as possible to get rid of the static prototype that seemed to be confusing as and ld on FreeBSD 2.2. Okay'd by kipp and troy. 1999-04-30 01:58:44 +00:00
harishd%netscape.com f4c399a6e8 Fix for a crasher. Opening <BODY> in DidBuildModel()
for documents that that don't have an open <BODY> or
<FRAMESET>.
R=rickg A=chofmann
1999-04-30 01:52:38 +00:00
law%netscape.com ee38555172 Fix for bug #5690; reviewed=hyatt; approved=chofmann 1999-04-30 01:26:00 +00:00
troy%netscape.com 920ea0b453 Fix for bug #4525. Changed Reflow() to take into account 'overflow:scroll' when
determining the desired width
1999-04-30 00:55:18 +00:00
kipp%netscape.com 12389b25dd Wired up gtk widget destruction to nsWidget and related classes so that we don't ever have dangling points to dead gtk objects 1999-04-30 00:13:47 +00:00
kipp%netscape.com 9a7addb20e Made the web crawler a nsIDocumentLoaderObserver and hooked up page transitions to OnEndDocumentLoad 1999-04-30 00:12:52 +00:00
kipp%netscape.com 59283a8df5 Removed compiler warning 1999-04-30 00:12:17 +00:00
kipp%netscape.com d1fcc42e90 Hookup crawler to browser-window; let crawler deal with notifications instead of passing them on from here 1999-04-30 00:12:03 +00:00
kipp%netscape.com 1b2682b129 Let web crawler deal with notifications directly 1999-04-30 00:11:18 +00:00
kipp%netscape.com aaa907cf24 Cleaned up log messages; fixed doc loader to fire the OnEndDocumentLoad properly 1999-04-30 00:10:27 +00:00
kipp%netscape.com 98a10d26dd Use DestroyChildren instead of ReleaseChildren when destroying a webshell 1999-04-30 00:09:52 +00:00
kipp%netscape.com ccb405d714 Do not update views when refresh is disable 1999-04-30 00:09:04 +00:00
kipp%netscape.com 604b966287 Disable destroying webshell until later 1999-04-30 00:08:43 +00:00
kipp%netscape.com 1a6e518081 Disable rendering during presentation tear down 1999-04-30 00:08:17 +00:00
mjudge%netscape.com f7d1f91157 hack to get redraw to work on setting bold or italics editor only 1999-04-30 00:06:40 +00:00
briano%netscape.com 7f895734e2 Major rewrite to eliminate classic build support, attempt to capture output from the test run, and initial support for building in the source tree. 1999-04-29 23:27:05 +00:00
briano%netscape.com 87a253d75c Automated update 1999-04-29 23:14:43 +00:00
tague%netscape.com c462ade9fe Fixed #5678 approved by choffman and reviewed by leaf and briano 1999-04-29 23:01:49 +00:00
jj%netscape.com c7cc133501 changed $build{mailnews} = 1 for the automated/daily verification build. 1999-04-29 22:24:51 +00:00
jj%netscape.com 02559028c1 changed output shlb creator to 'MOZZ' in one or more targets. a=cyeh 1999-04-29 22:18:44 +00:00
phillip%netscape.com 3e96172316 script that eventually will be run with tinderbox builds. 1999-04-29 22:05:40 +00:00
rogerl%netscape.com fb2f92e61d !!! Not a part of SeaMonkey Build !!!
new sparc stub code + added missing initialization to invoke_copy
1999-04-29 21:34:25 +00:00
norris%netscape.com 2d389423af Fall through to number case only after considering character and boolean
independently.
1999-04-29 20:51:50 +00:00
akkana%netscape.com 8f52ec5394 5674: temp fix to prevent dialogs from grabbing selection ownership forever. r=mcafee/a=chofmann 1999-04-29 20:43:37 +00:00
akkana%netscape.com 4c748fc341 5534: Fix stack overflow caused by too large a pref string. r=mcmullen/a=chofmann 1999-04-29 20:42:14 +00:00
mjudge%netscape.com 05804e7429 m5 BUGS Choffman approved. simon reviewed. removing possible memory leak and getting anchor and focus frame to use the proper range instead of addreffing a node each! tested this afternoon 1999-04-29 20:24:21 +00:00
mjudge%netscape.com a0d0de9287 m5 BUGS Choffman approved. simon reviewed. fixing selection bug and removing unecessary methods in nsIFocusTracker.h 1999-04-29 20:23:24 +00:00
mjudge%netscape.com d7c5a91c74 FIXING M5 BUGS: making weak links to stop extra addreff to presshell. fixing xul to set editor doc type to "content" 1999-04-29 20:21:04 +00:00
valeski%netscape.com d4011270e6 conditionally include windows.h on pc only - patch from Andreas Otte <andreas.otte@primus-online.de> 1999-04-29 18:52:14 +00:00
troy%netscape.com 0598079d33 Fix for bug #5680. Re-arranged some assertion checking code 1999-04-29 18:29:56 +00:00
norris%netscape.com 02d3b99592 Fix bug where conversions of numbers to booleans in calls to Java methods were producing
IllegalArgumentExceptions.
1999-04-29 17:53:05 +00:00
karnaze%netscape.com 37a5770275 only print warnings on large cell width/height during pass 2 reflow 1999-04-29 17:43:41 +00:00
valeski%netscape.com 6cffde5f7a added a temp default http port (80) 1999-04-29 17:33:51 +00:00
norris%netscape.com 2cd15ff9fe Help message should indicate that -1 is an acceptible optimizer value. 1999-04-29 17:22:20 +00:00
waterson%netscape.com e325b77546 Bug 5637. Don't release each observer in the destructor, because we only hold a weak ref to it. r=putterman,a=chofmann. 1999-04-29 04:21:12 +00:00
waterson%netscape.com aa24a3d644 Bug 5637. Don't release each observer in the destructor, because we only hold a weak ref to it. r=rjc,a=chofmann. 1999-04-29 04:20:14 +00:00
sspitzer%netscape.com ec6e26b471 fix for bug #5668. now multiple news hosts really works. 1999-04-29 04:10:49 +00:00
mccabe%netscape.com 5e0d3d710b Not part of the Seamonkey build!
Made the 'js' standalone shell depend on fdlibm, so it gets updated properly when fdlibm is modified.
1999-04-29 03:18:48 +00:00
putterman%netscape.com 88de2b6b06 Fixed ref counting problems associated with deleting messages. Reviewed by bienvenu
and approved by chofmann.
1999-04-29 01:38:25 +00:00
putterman%netscape.com 5d1ffa22cf Fixed ref counting problems related to deleting a message. Reviewed by bienvenu and
approved by chofmann
1999-04-29 01:37:40 +00:00
pinkerton%netscape.com b446581eeb fix build bustage comparing raw pointer to nsCOMPtr. 1999-04-29 01:01:04 +00:00
bruce%cybersight.com 762b6b7eec s/NULL/nsnull/ 1999-04-29 00:45:41 +00:00
endico%mozilla.org eed883be67 add the gnome tree 1999-04-29 00:44:08 +00:00
kipp%netscape.com a3f127b46c Fix crash bug #5621; we weren't pushing frames to the next-in-flow in all cases like we should 1999-04-29 00:16:44 +00:00
kipp%netscape.com d9d610feb0 Clear first-letter ok style at the right time 1999-04-29 00:16:09 +00:00
buster%netscape.com 1e084486b5 approved bug fix for infinite loop when typing a space in a document with only a single text node 1999-04-29 00:14:05 +00:00
jefft%netscape.com cf44b1fccb fixed bug 5662 - imap failed to discover folders and downloading mail messages; fixed memory leaks when building message URI; r=mscott, a=chofmann 1999-04-29 00:13:55 +00:00
jefft%netscape.com 2e20189fef fixed bug 5662 - imap failed to discover folders and downloading mail messages; make sure we are generating correct message URI; merge in with multiple identies/accounts work; r=mscott, a=chofmann 1999-04-29 00:12:21 +00:00
jefft%netscape.com de71be9891 fixed bug 5662 - imap failed to discover folders and downloading mail messages; make sure we are generating correct message URI; r=mscott,bienvenu; a=chofmann 1999-04-29 00:10:55 +00:00