warren%netscape.com
8462929dda
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
gordon%netscape.com
6ddc775a7e
First Checked In.
1999-07-01 19:29:45 +00:00
Dale.Stansberry%Nexwarecorp.com
8db83565ee
- Optimized scrolling
...
- Really fixed invalidate widget this time...
1999-07-01 19:12:32 +00:00
gordon%netscape.com
39ac6ae9a2
Added nsIHeader.h, nsIProxy.h, nsISocketTransportService.h to list of headers to export.
1999-07-01 19:12:07 +00:00
gordon%netscape.com
15542e1ce4
Updated to match changes to Windows/Unix makefiles.
1999-07-01 19:11:17 +00:00
gordon%netscape.com
2de5e55474
Updated list of IDL files.
1999-07-01 19:10:31 +00:00
gordon%netscape.com
beeaffa0bf
Changed access paths.
1999-07-01 19:09:51 +00:00
gordon%netscape.com
88643e7e3a
First Checked In.
1999-07-01 19:07:32 +00:00
akkana%netscape.com
b7d203c681
Oops, making wrapcolumn unsigned was a mistake. (Thanks to slamm's
...
warnings page for showing me that!) Change it back to signed.
1999-07-01 19:01:04 +00:00
sspitzer%netscape.com
eddf1ff629
fix build bustage. thanks to pinkerton for the help
1999-07-01 18:59:05 +00:00
kin%netscape.com
c28fd4c67a
Added GetIID() method.
1999-07-01 18:57:36 +00:00
chuang%netscape.com
c49163a2c7
new files, not in build
1999-07-01 18:52:04 +00:00
briano%netscape.com
10668ea6d5
Cleanup and fix for OpenBSD.
1999-07-01 18:51:49 +00:00
buster%netscape.com
4abaa32e35
0. possible fix for Sun build bustage.
...
1. IsEditable is much less hacky. It basically says:
1. if the node is a special bogus text node, it's not editable
2. if the node is a text node with only newlines, then it's not editable
3. if the node has no frame associated with it, then it is not editable
4. otherwise, it is editable.
As part of this, I had to make IsEditable non-static. This had some cascading effects on static methods that called
IsEditable, which likewise had to be made non-static.
2. SetTextProperties now works when the endpoints are leaf nodes (like images), not just text. Charlie, you should
put this through some stress cases.
1999-07-01 18:42:28 +00:00
sgehani%netscape.com
71384d8fb5
Guarding against memory allocation error and a resulting null pointer.
...
Also, now AddRef'ing XPCOM nsPropertyElements when created.
1999-07-01 18:39:46 +00:00
jefft%netscape.com
e8c04d9530
fixed memory leak using nsISupportsArray
1999-07-01 18:30:52 +00:00
nhotta%netscape.com
ca19258d24
Bug fix 8899, changed to use nsIStringCharsetDetector.
1999-07-01 18:29:35 +00:00
jefft%netscape.com
d91b227280
back out checking for pMsgDBHdr
1999-07-01 18:27:10 +00:00
buster%netscape.com
c5a5df01c4
fixed unit test to handle new default doc
1999-07-01 18:24:07 +00:00
jband%netscape.com
ecee6badc3
change some instances of 'const char* foo' to 'const char foo[]'
1999-07-01 18:21:01 +00:00
jdunn%netscape.com
6c4dad650c
partical fix for the stubs call on AIX
1999-07-01 18:16:34 +00:00
jdunn%netscape.com
86d9d4a229
re-checking in the fix for HP...
1999-07-01 18:15:41 +00:00
rhp%netscape.com
736de615ea
Changes for pretty output
1999-07-01 18:15:17 +00:00
jefft%netscape.com
ba589c8b86
added helper InitCopyState()
1999-07-01 18:13:56 +00:00
jefft%netscape.com
46579cf2e5
check pMsgDBHdr to prevent crash
1999-07-01 18:12:29 +00:00
jefft%netscape.com
e2e2a97afd
use nsISupportsArray instead of nsVoidArray
1999-07-01 18:11:41 +00:00
slamm%netscape.com
b989851d0d
Use '_content' target for sidebar panel link.
1999-07-01 18:08:15 +00:00
rhp%netscape.com
2455a1cf49
Changes for plain text quoting
1999-07-01 18:08:05 +00:00
sspitzer%netscape.com
d44aee0f67
fix SunOS bustage. r=tor, a=leaf
1999-07-01 16:36:37 +00:00
duncan%be.com
429e4efc2f
Get gfx to build under BeOS (BeOS specific changes)
1999-07-01 16:26:43 +00:00
jefft%netscape.com
944c45e1bd
use copy service for move/copy/delete message; enable local undo
1999-07-01 14:49:49 +00:00
jefft%netscape.com
1c4f63c35c
implement UndoDelete() method
1999-07-01 14:48:38 +00:00
jefft%netscape.com
00d27b5baf
turn on copy service for pop3
1999-07-01 14:46:42 +00:00
jefft%netscape.com
c3571fcb0d
enable Undo/Redo
1999-07-01 14:45:31 +00:00
troy%netscape.com
22c6d62d72
Work-in-progress for hash table that maps from content->frame
1999-07-01 14:34:35 +00:00
jfrancis%netscape.com
c491832078
some cleanup and also selection enforcement for plaintext documents: selection is pinned to within the PRE tag on any edit action
1999-07-01 13:42:03 +00:00
jfrancis%netscape.com
f83c611c20
fixed bug in CompareEndPoints()
1999-07-01 13:40:09 +00:00
joki%netscape.com
cc8b77b488
Backing out js security changes.
1999-07-01 13:03:35 +00:00
joki%netscape.com
92f61aa84f
chaning module name again.
1999-07-01 12:37:43 +00:00
joki%netscape.com
f389cb4137
hacking in temp fix for mac build.
1999-07-01 12:31:59 +00:00
joki%netscape.com
91b96a0a01
Fixing module name.
1999-07-01 11:46:08 +00:00
mcafee%netscape.com
774c04f0d6
Switching to test for NECKO instead of -d netwerk, which everyone has now. Added cookies Makefiles for necko case.
1999-07-01 11:40:23 +00:00
joki%netscape.com
1b9878c11a
Typo in makefile.
1999-07-01 10:57:48 +00:00
mcafee%netscape.com
a3797a36bb
Putting EHOSTDOWN inside an ifdef to fix BeOS breakage.
1999-07-01 10:56:48 +00:00
mcafee%netscape.com
36ef6a618e
Moving test directory inside ifdef ENABLE_TESTS. Thanks to patch from Jim Nance.
1999-07-01 10:52:22 +00:00
joki%netscape.com
5056a89212
New JavaScript/DOM security stuff.
1999-07-01 10:38:26 +00:00
sspitzer%netscape.com
4d5a4f8ff8
fix solaris build bustage, I hope
1999-07-01 08:48:25 +00:00
sspitzer%netscape.com
2fa6fafd6a
fix warning
1999-07-01 08:48:06 +00:00
sspitzer%netscape.com
e159cc2289
fix warning
1999-07-01 08:40:21 +00:00
jfrancis%netscape.com
d11c31e1c0
a little neatening
1999-07-01 08:39:24 +00:00