warren%netscape.com
816ad655d9
Fixed bug in calculating leak total.
1999-10-28 08:35:53 +00:00
warren%netscape.com
d3269bc410
Changed file transport to facilitate jar: protocol -- parameterized by nsIFileSystem. Bug#12579 r=gagan,gayatrib
1999-10-28 08:02:07 +00:00
rickg%netscape.com
e1f53e872b
fixed bug17388, dtd leak; r=mscott
1999-10-28 07:53:21 +00:00
tbogard%aol.net
c32b18752f
Changes made to reflect changes in nsIGenericWindow and nsIScrollable.
1999-10-28 07:52:08 +00:00
tbogard%aol.net
97d7653cab
Removed RemoveFocus() from nsIGenericWindow. Moved SizeToContent() to nsIHTMLDocShell. Added setCurScrollPosEx and setScrollRangeEx to nsIScrollable. Moved a bunch of code from nsHTMLDocShell into the base class. Commented out some stuff. Everything should compile now.
1999-10-28 07:51:10 +00:00
mscott%netscape.com
7af6e7d85f
build mime before compose so we can make sure nsIMimeStreamConverter.idl has been exported
...
before compose IDL files try to use it.
1999-10-28 07:23:20 +00:00
dougt%netscape.com
c33e86ffb9
Fix for this mornings crasher (17352) r=pavlov, mscott
1999-10-28 06:44:36 +00:00
ducarroz%netscape.com
17988515cd
another Mac bustage fix. Caught before it appears
1999-10-28 06:01:43 +00:00
ducarroz%netscape.com
206898973a
Fix Mac bustage for mscott.
Add build instruction for mozilla:mailnews:mime:public:MANIFEST_IDL.
1999-10-28 05:45:22 +00:00
mscott%netscape.com
1e50b0b74a
Remove incorrect export of nsIMimeStreamConverter.idl
1999-10-28 05:42:15 +00:00
mscott%netscape.com
9e8329606a
more work to try to fix the mac build.
1999-10-28 05:39:14 +00:00
ducarroz%netscape.com
b4199b6642
Fix for bug 17405. We need to skip entry that aren't valid during the search. R=mscott (he has also approved the fact I checking despite a red tree)
1999-10-28 05:34:07 +00:00
mscott%netscape.com
4bb54d0414
Fix windows build breakage. Try to build mime before compose so the IDL files
...
get exported first.
1999-10-28 05:08:36 +00:00
mscott%netscape.com
cf593d92e0
fix mac build by exporting nsIMimeStreamConverter.idl
1999-10-28 04:56:12 +00:00
waterson%netscape.com
a62e6fb8e1
Unix filenames are case-sensitive.
1999-10-28 04:36:04 +00:00
mscott%netscape.com
5e51863526
Bug #16927 --> when quoting a message, don't try to force a message URI into a protcol url. Convert the rdf uri
...
into a url and use that instead. For quoting the msg, use NS_NewChannel and AsyncOpen. some cleanup to fix
some ref counting stuff including supporting a new interface. Using the component manager
to create the quote listener instead of using new.
r=rhp
1999-10-28 04:22:08 +00:00
mscott%netscape.com
ec2f384151
Use nsCOMPtr. Add nsIMsgQuoteListener support, remove some extra member variables that we didn't need.
...
r=rhp
1999-10-28 04:21:30 +00:00
mscott%netscape.com
beea25c5c6
Bug #16927 add nsIMsgQuoteListener interface
...
r=rhp
1999-10-28 04:21:02 +00:00
mscott%netscape.com
9f12a154f8
Bug #16927 --> add msg quote listener to module.
...
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com
7591e49798
Bug #16927 --> add class id for msg quote listener
...
r=rhp
1999-10-28 04:19:59 +00:00
karnaze%netscape.com
57dc1ce399
simplified caching of column frames. split out collapsing border processing into nsBorderCollapser (checked in previously). r=troy
1999-10-28 04:09:39 +00:00
karnaze%netscape.com
d6272f0a07
added files: mozilla/layout/html/table/src/nsTableBorderCollapser.cpp
1999-10-28 04:06:36 +00:00
karnaze%netscape.com
62b3a73832
new class for collapsing borders, extracted from nsTableFrame, r=troy
1999-10-28 03:51:55 +00:00
braddr%puremagic.com
ea13be0a26
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.
...
r=scc
1999-10-28 03:16:48 +00:00
brendan%mozilla.org
7006901820
Fix bogus assertion (r=shaver@mozilla.org) found by chouck@geocast.com.
1999-10-28 02:50:15 +00:00
fur%netscape.com
4b2ff59070
Removed unused variable declaration to eliminate warning
1999-10-28 02:48:32 +00:00
srinivas%netscape.com
923e93d99e
Add PR_Block/Unblock_Interrupt functions. Bugzilla 17055
1999-10-28 02:48:01 +00:00
fur%netscape.com
fcc70cf034
Eliminated references to long-dead jsaddr.[ch].
...
Note: These files only used in standalone JS, not SeaMonkey build.
1999-10-28 02:45:01 +00:00
fur%netscape.com
54e42de267
Removed unused files - they have been dead for years
1999-10-28 02:42:49 +00:00
tbogard%aol.net
321adc8600
Pushed many of the method implementations done by buster from nsHTMLDocShell into the base class.
1999-10-28 02:20:44 +00:00
mscott%netscape.com
06fc9aaccf
part of url dispatching.
...
export the uri dispatching interfaces.
no reviewer for this makefile change.
1999-10-28 02:05:12 +00:00
danm%netscape.com
3ff6d8573f
moving initial content focus from OnEndDocumentLoad to Show. Reinstating SetSizeFromXUL. reduces new window flashing and allows gtk windows to size from JS. r:hyatt@netscape.com
1999-10-28 01:52:49 +00:00
mscott%netscape.com
9c0d8c884f
Checking this in for hangas. Fixes the grey menus in the compose window.
...
r=mscott
1999-10-28 01:52:13 +00:00
cmanske%netscape.com
101ef716c6
Fixed bugs 16690, 16991. Also made UI changes to adjust for new 'skin' r=sfraser
1999-10-28 01:51:07 +00:00
nisheeth%netscape.com
ff14b7a0cf
r=nisheeth. Fix for bug 9781 submitted by Johnny Stenbeck (jst@citec.fi). Thanks Johnny.
1999-10-28 01:50:37 +00:00
hangas%netscape.com
4a72e1465c
Fixed throbber id, bug 17271. r=german
1999-10-28 01:44:29 +00:00
law%netscape.com
3786b0c603
Bug #14999 ; remove last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:41:16 +00:00
law%netscape.com
0cad04fe42
Bug #14999 , removing last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:39:33 +00:00
nisheeth%netscape.com
9c4e5b9c15
r=dp. Fix for bug 17411. Commenting out the call to nsFrameManager::CantRenderReplacedElement for now. This should let us open up the tree while dp and pnunn figure out the right fix.
1999-10-28 01:20:34 +00:00
tbogard%aol.net
7f26c3bcd1
Changed nativeWindow* parentNativeWindow back to nativeWindow parentNativeWindow.
1999-10-28 00:45:13 +00:00
hoa.nguyen%intel.com
b7d200f3ef
Initialize cookie manager. Allows cgi scripts to set and retrieve cookies through viewer. r=edburns@acm.org
1999-10-27 23:58:49 +00:00
buster%netscape.com
2e8d063fb9
added a bunch of initial implementation. does not compile yet, but that's ok because docshell isn't part of the build yet.
1999-10-27 23:50:19 +00:00
jfrancis%netscape.com
5996f2a7f1
fix for 17056: making a list in empty doc didnt work; also making a new list item didn't work. r=floppy moose
1999-10-27 23:44:33 +00:00
sfraser%netscape.com
73299b260d
Add the various menu-related arrow gifs. fixes bug 17368. r=jfrancis
1999-10-27 23:40:51 +00:00
jj%netscape.com
e853a0bd05
First Checked In.
1999-10-27 23:39:46 +00:00
putterman%netscape.com
fc91f05fa2
This should stop build bustage for clobber builds.
1999-10-27 23:39:15 +00:00
locka%iol.ie
63f17b75e3
Fixed some bugs in the copy to clipboard operation.
...
Control now calls NS_ShutdownXPCOM during destruction
1999-10-27 23:19:27 +00:00
locka%iol.ie
837b96edac
Added a menu to the dialog.
...
Implemented tests for cut, copy, paste, select all
1999-10-27 23:17:51 +00:00
cata%netscape.com
4b2093536d
I'm checking in for momoi, r=cata, bug #17018 , Charset Menu usability workaround.
1999-10-27 23:10:51 +00:00
ftang%netscape.com
7b8cfeb611
fix the delete last IME text problem. bug13494 . There are another fix in nsHTMLEditRules.cpp related this but I forget to put the bug # there. r=tague
1999-10-27 23:05:24 +00:00