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

32397 Коммитов

Автор SHA1 Сообщение Дата
buster%netscape.com 7bc9bfc2b0 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 da4d19426e 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 49fce751a4 fixed memory leak using nsISupportsArray 1999-07-01 18:30:52 +00:00
nhotta%netscape.com b2f17b856e Bug fix 8899, changed to use nsIStringCharsetDetector. 1999-07-01 18:29:35 +00:00
jefft%netscape.com 0161a880c0 back out checking for pMsgDBHdr 1999-07-01 18:27:10 +00:00
buster%netscape.com f4797d2939 fixed unit test to handle new default doc 1999-07-01 18:24:07 +00:00
jband%netscape.com 367e8add5e change some instances of 'const char* foo' to 'const char foo[]' 1999-07-01 18:21:01 +00:00
jdunn%netscape.com 2e51fe79aa partical fix for the stubs call on AIX 1999-07-01 18:16:34 +00:00
jdunn%netscape.com b5eccd3d06 re-checking in the fix for HP... 1999-07-01 18:15:41 +00:00
rhp%netscape.com 5ae5747afd Changes for pretty output 1999-07-01 18:15:17 +00:00
jefft%netscape.com f13a35d8e5 added helper InitCopyState() 1999-07-01 18:13:56 +00:00
jefft%netscape.com dfa8e3d02e check pMsgDBHdr to prevent crash 1999-07-01 18:12:29 +00:00
jefft%netscape.com 35e49cea10 use nsISupportsArray instead of nsVoidArray 1999-07-01 18:11:41 +00:00
slamm%netscape.com 78b1658e9e Use '_content' target for sidebar panel link. 1999-07-01 18:08:20 +00:00
rhp%netscape.com 753a4fb8ec Changes for plain text quoting 1999-07-01 18:08:05 +00:00
sspitzer%netscape.com 8b7c553f93 fix SunOS bustage. r=tor, a=leaf 1999-07-01 16:36:37 +00:00
duncan%be.com f1ccc9ea73 Get gfx to build under BeOS (BeOS specific changes) 1999-07-01 16:26:43 +00:00
jefft%netscape.com a040e9d649 use copy service for move/copy/delete message; enable local undo 1999-07-01 14:49:49 +00:00
jefft%netscape.com 0a08b501ff implement UndoDelete() method 1999-07-01 14:48:38 +00:00
jefft%netscape.com 20f1d6c957 turn on copy service for pop3 1999-07-01 14:46:42 +00:00
jefft%netscape.com efb23db7f6 enable Undo/Redo 1999-07-01 14:45:31 +00:00
troy%netscape.com 39b276f602 Work-in-progress for hash table that maps from content->frame 1999-07-01 14:34:35 +00:00
jfrancis%netscape.com 7904f484a3 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 bcfb7de2e5 fixed bug in CompareEndPoints() 1999-07-01 13:40:09 +00:00
joki%netscape.com 37a6739ec1 Backing out js security changes. 1999-07-01 13:03:35 +00:00
joki%netscape.com b77831bb90 chaning module name again. 1999-07-01 12:37:43 +00:00
joki%netscape.com 914987210b hacking in temp fix for mac build. 1999-07-01 12:31:59 +00:00
joki%netscape.com 19148a1d22 Fixing module name. 1999-07-01 11:46:08 +00:00
mcafee%netscape.com 94094a1ebf 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 00cb8b346d Typo in makefile. 1999-07-01 10:57:48 +00:00
mcafee%netscape.com d97351b474 Putting EHOSTDOWN inside an ifdef to fix BeOS breakage. 1999-07-01 10:56:48 +00:00
mcafee%netscape.com 683e52c65b Moving test directory inside ifdef ENABLE_TESTS. Thanks to patch from Jim Nance. 1999-07-01 10:52:22 +00:00
joki%netscape.com ccd5375141 New JavaScript/DOM security stuff. 1999-07-01 10:38:26 +00:00
sspitzer%netscape.com 548c51b49f fix solaris build bustage, I hope 1999-07-01 08:48:25 +00:00
sspitzer%netscape.com cf1215f6d1 fix warning 1999-07-01 08:48:06 +00:00
sspitzer%netscape.com 8f54c29b26 fix warning 1999-07-01 08:40:21 +00:00
jfrancis%netscape.com 3d89e1b5ac a little neatening 1999-07-01 08:39:24 +00:00
pinkerton%netscape.com 8e456d7e9d backing my change out. it appears the dir i need isn't in the module, and changing the pull rules here has no effect. 1999-07-01 08:37:26 +00:00
sspitzer%netscape.com e053cfd43e fix warnings for sudu. 1999-07-01 08:30:51 +00:00
pinkerton%netscape.com b1dbe815f0 got the cvs checkout path wrong for interfaceLib. 1999-07-01 08:29:49 +00:00
jfrancis%netscape.com 02114d60ef making nsRangeList be more like a model nsCOMPtr citizen... 1999-07-01 08:19:44 +00:00
pinkerton%netscape.com f9831fd6e6 got the cvs checkout path wrong for interfaceLib. 1999-07-01 08:13:40 +00:00
sspitzer%netscape.com 1524cb704a fix warnings 1999-07-01 08:07:54 +00:00
sspitzer%netscape.com 68be6f7e3f fix warnings 1999-07-01 08:01:48 +00:00
sspitzer%netscape.com 5c94a579a9 fix warnings. 1999-07-01 07:53:37 +00:00
warren%netscape.com 1a019fce8f Added simple URI to parse about:foo, javascript:bar, etc. 1999-07-01 07:52:52 +00:00
warren%netscape.com cf763ddb3f Started about: protocol. 1999-07-01 07:52:08 +00:00
sspitzer%netscape.com 2647c89ca8 fix warnings. make these destructors virtual, as they should be. 1999-07-01 07:51:02 +00:00
sspitzer%netscape.com e805c42050 fix warning. remove unused variable 1999-07-01 07:49:09 +00:00
pinkerton%netscape.com 6db92285c8 move InterfaceLib.mcp from cmd/macfe/projects to lib/mac 1999-07-01 07:41:56 +00:00