Commit Graph

526 Commits

Author SHA1 Message Date
sfraser%netscape.com
13a50cda2d First Checked In. 1999-03-11 23:30:44 +00:00
alecf%netscape.com
5cf6c68027 purify fixes from bruce@cybersight.com 1999-03-11 22:58:25 +00:00
ducarroz%netscape.com
a522cbe947 Extend messenger patch to composer 1999-03-11 20:27:13 +00:00
sfraser%netscape.com
ca597944da Add SelectAll() to the EditorAppCore 1999-03-11 19:35:26 +00:00
rpotts%netscape.com
24d90e1d5d in the process of adding support for a protocol helper component which is responsible for dealing with modal requests from the network protocol handlers (which may be on different threads...) 1999-03-11 11:39:34 +00:00
rpotts%netscape.com
6c860be42e Temporarily added a CID for the default protocol helper component... 1999-03-11 11:35:23 +00:00
sfraser%netscape.com
a3b0250777 Added Cut, Copy and Paste, and did general cleanup 1999-03-11 07:40:55 +00:00
kostello%netscape.com
e4fcec6de5 Changed To using Ender: approved by legal 1999-03-11 06:48:30 +00:00
kostello%netscape.com
da5563c045 Changed comment on -editor and -mail command line code 1999-03-11 05:25:57 +00:00
kostello%netscape.com
80df909b0e Added -editor and -mail as command line extensions. When
passed into apprunner they load the corresponding editor and
mail url
1999-03-11 05:24:29 +00:00
sfraser%netscape.com
2e3d54e440 Add Cut, Copy and Paste to editor interfaces and classes, with a stub implemenatioon in nsEditor. Changed .idl file and regenerated nsIDOMEditorAppCore and nsJSEditorAPpCore. 1999-03-10 21:31:50 +00:00
hshaw%netscape.com
5c6bc56dbc Replace NS_DECLARE_CID with NS_DEFINE_IID for kIPrefIID and KPrefCID 1999-03-10 20:33:18 +00:00
hshaw%netscape.com
769532b431 Replace NS_DECLARE_CID with NS_DEFINE_IID for KPrefCID 1999-03-10 20:33:14 +00:00
law%netscape.com
5934d6cea8 New and improved status bar 1999-03-10 02:52:02 +00:00
law%netscape.com
1710aa7ef3 Adding support for various statusbar broadcasters 1999-03-10 02:42:29 +00:00
cmanske%netscape.com
fc8c8ec604 removed files: mozilla/xpfe/AppCores/src/nsEditorMode.cpp 1999-03-10 02:41:02 +00:00
cmanske%netscape.com
d9c37b2248 Cleaned up editor inialization in EditoAppCore 1999-03-10 02:35:58 +00:00
nhotta%netscape.com
28403c158f Added charset menu items in view menu. 1999-03-10 00:21:26 +00:00
sfraser%netscape.com
c20b330fd5 onConstruction -> onload 1999-03-10 00:00:06 +00:00
ramiro%netscape.com
ac7fd2b3ee Fix windows bustage. Why doesnt this file build on other platforms ? 1999-03-09 21:22:03 +00:00
alecf%netscape.com
0f5f56bd8a export NS_InitBaseAppCoreClass so that appcores outside this DLL can initialize themselves
(Yes, I know this is a generated file, but this is how it needs to work right now, otherwise
appcores can't live outside appcores.dll)
1999-03-09 19:53:19 +00:00
nhotta%netscape.com
d2aab31c4d Implementation of SetDocumentCharset. 1999-03-09 19:24:28 +00:00
ramiro%netscape.com
eb2ce0674f Use the macro on all platforms. Thanks to pierre for helping me make sure
it doesnt break the mac.  I verified that it works on unix and windows.
1999-03-09 19:19:02 +00:00
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
mcafee%netscape.com
5e1dbde3c3 Adding Edit|{Cut,Copy,Paste} to menubar. 1999-03-09 06:04:38 +00:00
alecf%netscape.com
f8d48ff41a use Messenger's CID rather than ProgID because I can't seem to create objects
by ProgID (looks like ProgID->CID mapping is broken)
1999-03-09 02:51:25 +00:00
rpotts%netscape.com
7ab618d75c fix for bug #3507. Also replaced raw comparse of nsresult == NS_OK with NS_FAILED(...) or NS_SUCCEEDED(...) macros... 1999-03-09 00:54:07 +00:00
akkana%netscape.com
72a97f2925 Changes to fix the Irix N32/egcs build; thanks to Jason Heirtzler <jasonh@cthulhu.engr.sgi.com> 1999-03-09 00:24:17 +00:00
cmanske%netscape.com
27cb3c57da Removed unused code in editor appcore and cleaned up factory registration 1999-03-09 00:05:27 +00:00
cmanske%netscape.com
29349407a2 Removed registration code no done by NSRegisterSelf for editor classes 1999-03-08 22:51:58 +00:00
pinkerton%netscape.com
2813353b7d fix attribute selector for grippies to actually trigger when grippies clicked on. 1999-03-08 22:44:06 +00:00
hyatt%netscape.com
6268cb3c79 Putting the extra items into the bookmarks menu. 1999-03-08 22:09:34 +00:00
ramiro%netscape.com
48e7853276 Cannot forward declare a class used with an nsCOMPtr.
see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
1999-03-08 18:57:21 +00:00
ramiro%netscape.com
61be65aad6 Memory leak.
delete[] memory returned by nsString::ToNewCString.
1999-03-08 11:38:59 +00:00
ramiro%netscape.com
aea0f271b0 Fix win32, mac breakage. 1999-03-08 11:04:49 +00:00
ramiro%netscape.com
8a849f863a Templates in nsXPComFactory exorcism. Part I.
Replaced the template code with a NS_DEF_FACTORY.
This is temporary.  As soon as I can verify this works on windows and
mac, ill remove the old code.
1999-03-08 09:44:16 +00:00
danm%netscape.com
e2fab61bae adding ShowDialog() 1999-03-08 03:01:17 +00:00
hyatt%netscape.com
8256be2c1a Added the Personal Toolbar to the XUL file. 1999-03-07 23:14:41 +00:00
hyatt%netscape.com
0a2d5e5266 Changing the display type of menubars, menus, and menuitems to be "none" so that
frames don't get built for them.  Added a bookmarks menu that uses real
RDF data.  (WOO HOO!)
1999-03-07 10:33:21 +00:00
rjc%netscape.com
a23baf95a7 More support for column sorting. 1999-03-07 09:44:38 +00:00
sfraser%netscape.com
8cbf87f865 Add support for getting text or HTML through a readonly properly on the EditorAppCore. Added attributes to .idl file, regenerated .h and .cpp with idlc. Simplified toolbar in the .xul file. 1999-03-06 20:28:47 +00:00
sfraser%netscape.com
6b5df0386b Arrange the various AppCores into groups 1999-03-06 20:27:33 +00:00
dp%netscape.com
1576712e2f dist/bin/components is where all loadable components will be installed. 1999-03-06 09:04:53 +00:00
rjc%netscape.com
e68c4b971f Add RDF to list of include directories on Windows. 1999-03-06 04:57:20 +00:00
law%netscape.com
29f33dc0fa Updating test case 1999-03-06 00:44:32 +00:00
rjc%netscape.com
4a9419bdf8 nsXULSortService implementation: XUL sort functionality. 1999-03-05 23:51:13 +00:00
cmanske%netscape.com
91175c4437 Changed InitHTMLEditor to Init and removed EnableUndo, which is done in the Init 1999-03-05 21:05:26 +00:00
danm%netscape.com
3a4cd8dae9 adding convenience makefile (not part of the normal build) 1999-03-05 20:25:48 +00:00
danm%netscape.com
1c08963168 changed name of onConstruction event to onload 1999-03-05 20:23:19 +00:00
pinkerton%netscape.com
e080a19408 table for main toolbar, removing html namespace stuff, onClick->onclick 1999-03-05 20:19:46 +00:00