102 Commits

Author SHA1 Message Date
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
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +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
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
danm%netscape.com
e2fab61bae adding ShowDialog() 1999-03-08 03:01:17 +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
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
scc%netscape.com
2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
dp%netscape.com
06a110237c Installing loadable components in components/ directory 1999-03-03 01:25:21 +00:00
scc%netscape.com
df0dcc6d34 fix for nsCOMPtr: no direct construction/assignment from raw COM interface pointers 1999-03-02 23:00:09 +00:00
nhotta%netscape.com
6829c9dcd5 Added SetDocumentCharset. 1999-03-02 17:53:52 +00:00
nhotta%netscape.com
389af999db Added SetDocumentCharset. 1999-03-02 17:48:05 +00:00
cmanske%netscape.com
08d2ae207b Changed editor AppCore to use nsHTMLEditor instead of nsTextEditor 1999-03-02 05:32:25 +00:00
mcafee%netscape.com
bfc3120484 Adding ED_Redo.gif 1999-03-01 08:33:32 +00:00
ebina%netscape.com
6761a969d9 Change RegisterFactory to the new API. 1999-02-27 02:02:32 +00:00
sfraser%netscape.com
5abf681e81 First Checked In. 1999-02-27 01:46:07 +00:00
sfraser%netscape.com
d5f0019d99 Add Redo to the editor appshell toolbar 1999-02-27 01:46:00 +00:00
ebina%netscape.com
174cec60e4 Changing RegisterFactory to use the new API. 1999-02-26 19:45:10 +00:00
kin%netscape.com
4c53460674 Fixed javascript syntax error. 1999-02-26 18:59:25 +00:00
alecf%netscape.com
44650f60d8 no need to export non-existant IDL files 1999-02-26 17:45:29 +00:00
warren%netscape.com
44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
rjc%netscape.com
3adacabf42 Forgot to register/deregister RDFCore factory. 1999-02-26 03:55:13 +00:00
danm%netscape.com
1adc0f7aaa adding C XUL window construction callback 1999-02-26 02:22:42 +00:00
rjc%netscape.com
8d7455246a Add in RDFCore. 1999-02-26 02:14:51 +00:00
rjc%netscape.com
93c282ef57 Add into RDF Core. 1999-02-26 02:08:29 +00:00
rjc%netscape.com
f447069c14 Add in RDFCore.idl 1999-02-26 02:08:01 +00:00
sfraser%netscape.com
3a123c982b Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
rods%netscape.com
ceb139cc17 Fixed name space problems with the xul and changed button to be title buttons 1999-02-25 19:34:54 +00:00
pinkerton%netscape.com
9dd24fd61e Removing obsolete files. These were never really needed. 1999-02-25 19:02:31 +00:00
pinkerton%netscape.com
ae3f0de3bf Removing nsThrobberGlue.cpp 1999-02-25 19:01:33 +00:00
pinkerton%netscape.com
f7e0319a10 removing nsThrobberGlue.cpp 1999-02-25 19:01:08 +00:00
pinkerton%netscape.com
0ea07dc259 remove nsThrobberGlue.cpp 1999-02-25 18:51:00 +00:00
kostello%netscape.com
3f84ddf086 Modifications to turn on the Editor Appshell Testbed for Windows 1999-02-25 18:06:26 +00:00
jfrancis%netscape.com
0147523174 Adding Editor AppCore to macbuild 1999-02-25 18:05:37 +00:00
kin%netscape.com
6d3d7b48dd Modifications to turn on EditorAppShell test bed for Linux. 1999-02-25 18:04:50 +00:00
kin%netscape.com
79c790c7fe Initial check in of files for EditorAppShell test bed. 1999-02-25 17:32:59 +00:00
kin%netscape.com
ac1b4639a5 Removed gif files. Need to recheck them in using -kb flag to mark them as
binary.
1999-02-25 17:30:38 +00:00
kin%netscape.com
de28ce0dac Initial checkin of file for the EditorAppShell test bed. 1999-02-25 16:24:05 +00:00
mcafee%netscape.com
ad1bd69740 Solaris: newline at end of file. 1999-02-19 12:33:44 +00:00
mcafee%netscape.com
bf4292ae07 Solaris: newline at end of file 1999-02-19 12:32:16 +00:00
mcafee%netscape.com
3e138770a9 Solaris needs newline at end of file. 1999-02-18 22:43:16 +00:00
mcafee%netscape.com
32e3c1a771 Adding do_QueryInterface() wrapper to finish scc's nsCOMPtr carpool 1999-02-18 22:39:26 +00:00