Commit Graph

563 Commits

Author SHA1 Message Date
sdagley%netscape.com
f197fdaa60 Fix to properly call new wrapper for GetFile dialog. 1999-04-08 02:59:30 +00:00
slamm%netscape.com
5d71ce6aab added files: mozilla/xpfe/AppCores/src/nsDOMPropsCore.cpp, mozilla/xpfe/AppCores/src/nsDOMPropsCoreFactory.cpp, mozilla/xpfe/AppCores/src/nsJSDOMPropsCore.cpp 1999-04-07 04:30:47 +00:00
slamm%netscape.com
7f2d7cfe0c Adding properties appcore/window. 1999-04-07 04:26:43 +00:00
mcafee%netscape.com
616c553b24 Finishing clipboard ifdef so we can remove the old clipboard. 1999-04-07 03:56:07 +00:00
sspitzer%netscape.com
f028033124 only define these IDLSRCs if they have the IDL stuff 1999-04-07 03:02:48 +00:00
nisheeth%netscape.com
609f21c756 Fixing well-formedness errors reported by expat... 1999-04-07 02:03:08 +00:00
sspitzer%netscape.com
0244a6660d we need go into the idl directory 1999-04-07 02:00:52 +00:00
rods%netscape.com
e7d6ba8fd3 Commented out NEW_CLIPBOARD_SUPPORT 1999-04-07 01:38:49 +00:00
waterson%netscape.com
7705333bcf Added asserts to check for null pointers being passed in from JS. 1999-04-07 00:13:08 +00:00
alecf%netscape.com
472bb5064f export a bunch of XPIDL-compatible interface stubs so that mail/news can compile 1999-04-06 23:48:11 +00:00
mcmullen%netscape.com
9508e37751 Int radio buttons were trying to write a bool pref. Oops. 1999-04-06 23:06:02 +00:00
rods%netscape.com
3f6949bc87 Chnaged over to new way of getting file urls 1999-04-06 23:03:30 +00:00
mcmullen%netscape.com
f8be7c8719 Fix a typo 1999-04-06 22:09:47 +00:00
radha%netscape.com
32b6705937 Remove few denug printfs 1999-04-06 21:24:44 +00:00
radha%netscape.com
425c550353 BrowserAppcore uses the new nsIDocumentLoaderObserver instead of nsIStreamObserver 1999-04-06 21:02:56 +00:00
mcmullen%netscape.com
f9a24c5f08 Checks for null 1999-04-06 19:36:26 +00:00
danm%netscape.com
72a544f17d adding CloseWindow 1999-04-06 00:09:54 +00:00
buster%netscape.com
e4d4d225f9 GetTextProperty interface change 1999-04-04 18:11:44 +00:00
morse%netscape.com
a7436602ef fix build bustage 1999-04-04 01:03:59 +00:00
sfraser%netscape.com
16647e83ed Fixed a whole bunch of bugs, hooked up RemoveTextProperties, implemented Begin/EndBatchChanges. 1999-04-03 01:54:34 +00:00
sfraser%netscape.com
3588c5732c Added EditorCommands.js 1999-04-03 01:53:28 +00:00
hyatt%netscape.com
241d6d1c52 Changing the browser to load a chrome URL instead of navigator.xul 1999-04-03 01:53:24 +00:00
sfraser%netscape.com
3549b8b8ba Moved JS into a separate file, make an HTML editor now, new toolbar. 1999-04-03 01:49:46 +00:00
sfraser%netscape.com
dfad056127 Added a big chunk of text for testing styles. 1999-04-03 01:49:04 +00:00
sfraser%netscape.com
f05c75a905 First Checked In. 1999-04-03 01:48:32 +00:00
sfraser%netscape.com
64eb0ac1da Added Begin/End batch changes, renamed setAttribute to SetTextProperty, added RemoveTextProperty. 1999-04-03 01:48:12 +00:00
mcmullen%netscape.com
0c2f45c28e Implemented auto-initialize and auto-save of pref input elements. 1999-04-02 20:39:19 +00:00
sfraser%netscape.com
3e259e5887 Make it a text editor that gets instantiated. Remove obsolete line. 1999-04-02 00:09:36 +00:00
sfraser%netscape.com
d892b0c4c1 Changed so that the editor app core can host either a plain text or HTML editor. 1999-04-02 00:06:07 +00:00
sfraser%netscape.com
ae6d208e80 Added SetEditorType to control whether a plain text or HTML editor is instantiated. 1999-04-02 00:03:45 +00:00
sfraser%netscape.com
e4039d57d4 Change to use the new box layout, so that we get a toolbar that sticks to the bottom of the window. 1999-04-02 00:03:04 +00:00
sfraser%netscape.com
95d8d44c11 Change to use kipp's new PRE cols attribute for wrapping. 1999-04-02 00:02:30 +00:00
mscott%netscape.com
37ad656127 Remove cruft for registering the app core with the app cores manager. This now happens in nsBaseAppCore::Init.
a=sfraser
1999-04-01 22:43:19 +00:00
mscott%netscape.com
cce23ffc1f Remove cruft with regards to adding the app core to the app cores manager. This now happens in nsBaseAppCore::Init()
a=rjc
1999-04-01 22:39:58 +00:00
rods%netscape.com
6ed80d150c Fixed "Print" so it works. 1999-04-01 20:57:38 +00:00
radha%netscape.com
57263c2553 Obtain Global History as a service 1999-04-01 20:29:49 +00:00
mcmullen%netscape.com
7c0d23f78c Added preference ids to all the prefs widgets. 1999-04-01 20:05:17 +00:00
mcmullen%netscape.com
3dab96e1be Fixed backwards OK/Cancel onclicks. 1999-04-01 20:03:39 +00:00
mcmullen%netscape.com
b7d8dffe53 Fixed the resource: URLs to use //. 1999-04-01 20:02:30 +00:00
rods%netscape.com
e80d7ef683 Added OpenWindow method and fixed Copy 1999-04-01 19:23:02 +00:00
rods%netscape.com
7e11ab8df9 Commented out clipboard copy 1999-04-01 15:38:31 +00:00
rods%netscape.com
f7ae7bdb8a added copy support 1999-04-01 14:51:09 +00:00
rods%netscape.com
49e9961ab9 Added copy support 1999-04-01 14:50:54 +00:00
rods%netscape.com
0d85b6aa08 Fixed up the registration to the manager 1999-04-01 14:50:29 +00:00
rjc%netscape.com
1b87a1a771 Add references to "Wallet" shared libraries (debug and optimized) into AppCore project. 1999-03-31 06:41:15 +00:00
rjc%netscape.com
a73d0b2e04 Add check for NS_RDF_NO_VALUE (which required #including "rdf.h") 1999-03-30 11:42:28 +00:00
rjc%netscape.com
08d0b05e70 Add FindBookmarkShortcut() method. 1999-03-30 10:42:55 +00:00
jfrancis%netscape.com
b79a08d2b3 make a plaintext editor instead fo an html editor if TEXT_EDITOR is defined. 1999-03-30 08:19:26 +00:00
ramiro%netscape.com
532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
mscott%netscape.com
1ab8289421 Move the code to register the app core into the app cores manager from the constructor of the app core into the init function of the app core. Why? nsIAppCoresManager::Add requires that the app core have an id. The id doesn't get assigned until the app core gets initialized. a=mcmullen, rod spears 1999-03-30 00:34:12 +00:00
mcmullen%netscape.com
b664c10973 Rearranged the prefs frames, fixed the window size, instantiated the prefs window from C++ (from new ShowWindow() call). 1999-03-29 23:39:38 +00:00
morse%netscape.com
26b5340c11 make wallet compile on unix 1999-03-29 23:04:05 +00:00
akkana%netscape.com
cf7607381c Editor: Add Insert Link and Image 1999-03-29 22:01:26 +00:00
joki%netscape.com
e39e13cf18 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
rjc%netscape.com
d57e357032 New method added to RDFCore: AddBookmark() 1999-03-28 21:57:12 +00:00
rjc%netscape.com
6da1d32e44 New method added to RDFCore: AddBookmark() 1999-03-28 21:55:43 +00:00
mcmullen%netscape.com
9a02d66e06 Add the install rules for the prefs content. 1999-03-27 01:50:54 +00:00
mcmullen%netscape.com
3ce4ce3bbf Add prefs stuff to the build. 1999-03-27 00:52:19 +00:00
mcmullen%netscape.com
9cd84ab429 Add and remove the appcore from the manager's list. 1999-03-27 00:07:49 +00:00
mcmullen%netscape.com
a65c3410ea Added prefscore. 1999-03-27 00:06:45 +00:00
mcmullen%netscape.com
5677de8439 Added support for prefscore 1999-03-27 00:06:03 +00:00
mcmullen%netscape.com
4c8d6d0484 Added PrefsCore.idl 1999-03-27 00:03:50 +00:00
mcmullen%netscape.com
3955b8a1f4 export nsIDOMPrefsCore.h 1999-03-27 00:01:48 +00:00
mcmullen%netscape.com
bdee835a32 Export nsIDOMPrefsCore.h 1999-03-27 00:01:25 +00:00
mcmullen%netscape.com
f867b9e073 Export the xul files for preferences. 1999-03-27 00:00:50 +00:00
mcmullen%netscape.com
0df819c5d9 Made mList static. 1999-03-26 23:59:35 +00:00
mcmullen%netscape.com
6cc6f93b58 Added NS_PREFCORECID 1999-03-26 23:57:30 +00:00
mcmullen%netscape.com
41dfa15dd2 Added prefs core files 1999-03-26 23:56:33 +00:00
mcmullen%netscape.com
3fc593e746 Added nsIDOMPrefCore.h 1999-03-26 23:56:06 +00:00
mcmullen%netscape.com
ee012fe6da First Checked In. 1999-03-26 23:55:32 +00:00
rods%netscape.com
d9caf6f3ce Added ShowClipboard method 1999-03-26 14:54:10 +00:00
mcafee%netscape.com
2813616d59 Renamed GetTransferable() to GetData() 1999-03-25 23:39:03 +00:00
waterson%netscape.com
7da8f4a6d3 Fixed refcounting to use NS_DECL/IMPL_ISUPPORTS_INHERITED. 1999-03-25 04:44:46 +00:00
danm%netscape.com
87d2f4f75a ah. only compiles on the PC that way. taking another stab at it. 1999-03-24 23:44:46 +00:00
danm%netscape.com
8353f87bef Hmmm. continued fixing on the windows app problem. Wouldn't build on my machine until I did this thing which will make morse angry. a:sar 1999-03-24 23:25:17 +00:00
dp%netscape.com
d08dfaab49 fixing apparent mismatch between IDL and generated source. seems to fix the Windows startup crasher. a:sar 1999-03-24 23:14:43 +00:00
danm%netscape.com
98ac4e4996 closer to having a modal dialog loop on the Mac 1999-03-24 05:42:21 +00:00
rods%netscape.com
7e5b1981b8 Added code (ifdef'ed out) to check to see if the clipboard show be forced to
the native clipboard before the app exits
1999-03-23 21:30:41 +00:00
ftang%netscape.com
b93193063a change SetDocumentCharset method to call webshell 1999-03-23 20:01:41 +00:00
waterson%netscape.com
002cde39b7 Added history back-end hookup. This may need to change modulo some ideas about making history more standalone, but for now, it gets stuff working. 1999-03-22 23:06:13 +00:00
jfrancis%netscape.com
fa95071b32 ADDED "white-space: pre" to style sheet 1999-03-22 08:09:08 +00:00
danm%netscape.com
d952c89a07 initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
radha%netscape.com
533576a384 Remove a bunch of compiler warnings in linux 1999-03-19 01:16:40 +00:00
mcafee%netscape.com
805daa683e Ignore generated files. 1999-03-18 22:01:51 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
pinkerton%netscape.com
1a94075ba1 Fix bug #3792 by checking for null parent (for rods). 1999-03-17 17:46:14 +00:00
morse%netscape.com
7b558a135d added work-around for a blocking wallet bug 1999-03-17 06:27:54 +00:00
law%netscape.com
7ebb9462a3 Fix for M3 bug #3803; approved by chofmann/don 1999-03-17 00:33:25 +00:00
kin%netscape.com
9a0d8f1934 Fix for bug #3786: Undo/Redo icons broken in Editor test bed. Approved by chofmann. 1999-03-16 18:24:37 +00:00
dp%netscape.com
9a1d52010e Moving appcores.dll from bin/components/ to bin/ since mailnews links with it 1999-03-16 01:34:22 +00:00
morse%netscape.com
9d6bc5a897 add wallet samples 1999-03-15 00:46:22 +00:00
morse%netscape.com
7cb89717d0 make wallet editor accessible outside of firewall 1999-03-14 19:50:49 +00:00
ramiro%netscape.com
ccbc3bc6ce Fix typo. 1999-03-14 17:33:43 +00:00
danm%netscape.com
f7dc8fdc40 fixing goofy reversal of normal window and dialog window creation 1999-03-14 08:21:09 +00:00
morse%netscape.com
422823b285 added wallet 1999-03-13 21:29:49 +00:00
law%netscape.com
3af600d45f Throb, baby, throb 1999-03-13 03:51:22 +00:00
law%netscape.com
53ac660970 Added throbbingN.gif and fixed clobber dirs 1999-03-13 03:40:27 +00:00
slamm%netscape.com
914dc94158 Add throbbingN.gif. 1999-03-13 02:15:34 +00:00
law%netscape.com
439208c7c8 Animated gif for apprunner throbber 1999-03-13 01:02:28 +00:00
pinkerton%netscape.com
29a51ec714 First Checked In. 1999-03-12 22:57:55 +00:00
hyatt%netscape.com
41e8c1e58b Checking in German's new UI. 1999-03-12 22:16:05 +00:00
sfraser%netscape.com
99d381c9a4 Added EditorInitPagePlain.html, for plain text testing. Changed editor XUL file to load this. 1999-03-11 23:31:58 +00:00
sfraser%netscape.com
13a50cda2d First Checked In. 1999-03-11 23:30:44 +00:00
sfraser%netscape.com
ca597944da Add SelectAll() to the EditorAppCore 1999-03-11 19:35:26 +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
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
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
sfraser%netscape.com
c20b330fd5 onConstruction -> onload 1999-03-10 00:00:06 +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
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
rods%netscape.com
b5d64581f4 Aded default sizes to TopLevelWindowCreate 1999-02-18 22:04:34 +00:00
rods%netscape.com
24a6556d18 Added example/experimental code showing how to change icons during runtime 1999-02-18 21:59:05 +00:00
rods%netscape.com
f27fe873a6 Fixed a debug statement 1999-02-18 21:58:17 +00:00
rods%netscape.com
a027a5a75b Changed default page to navigator.xul 1999-02-18 17:12:09 +00:00
mcafee%netscape.com
35029ba61e navigator.xul is referencing toolbar, not Toolbar 1999-02-18 11:09:06 +00:00
rods%netscape.com
1ada415f05 Added some experienmental methods BrowserAppCore
for example: newWindow, exit, close, printPreview
1999-02-17 16:15:06 +00:00
rods%netscape.com
f7516c3753 AppCores are now mantained in a nsVoidArray 1999-02-17 16:14:15 +00:00
mcafee%netscape.com
9a63580434 Adding do_QueryInterface() wrapper for nsCOMPtr carpool. r=scc a=sar 1999-02-17 02:08:00 +00:00
rods%netscape.com
ddac84c38b Changed the registered name AppCoresManager to XPAppCoresManager 1999-02-16 19:08:56 +00:00
pinkerton%netscape.com
b65f7450c4 remove nsJSAppCores and add nsJSAppCoresManager. 1999-02-16 16:48:30 +00:00
rods%netscape.com
db2e8339d4 Rename AppCores.idl to AppCoresManager.idl
and renamed all the CIDs to uppercase
1999-02-16 16:46:19 +00:00
mcafee%netscape.com
6ecfff87d0 Ignore generated files 1999-02-16 01:50:51 +00:00
cyeh%netscape.com
c29eb3ab75 complete botched file rename attempted by danm. 1999-02-15 15:31:38 +00:00
danm%netscape.com
8ec9e10463 renaming. cursed mixed-case filenames. 1999-02-15 07:15:48 +00:00
danm%netscape.com
e703b1d4ec added beginnings of toolkit dialog factory 1999-02-15 05:38:15 +00:00
danm%netscape.com
ce43b5aa79 matching Troy's recent checkins adding const to some method parameters. Didn't compile for me using VC6 until I made these changes. They seem harmless enough. 1999-02-15 05:21:53 +00:00
peterl%netscape.com
0c21a47524 cleanups 1999-02-12 08:15:17 +00:00
rods%netscape.com
e7dfe59bb3 Removed the PasswordUsername method. 1999-02-11 19:14:28 +00:00
rods%netscape.com
399b7a4b21 Added a comment 1999-02-11 18:43:03 +00:00
rods%netscape.com
a6fe64ba56 Fixed mail demo so it works 1999-02-11 18:42:46 +00:00
rods%netscape.com
c40bc62574 Moved toolbar images from dead xpviewer directory to appcores/xul/resources 1999-02-11 17:17:56 +00:00
rods%netscape.com
e45a2f737d Fixed a few things, added APP_DEBUG for turning on and off debugging 1999-02-11 15:57:08 +00:00
rods%netscape.com
37cbab4969 Added XULCommand back in fixed commands 1999-02-11 15:14:34 +00:00
alecf%netscape.com
c953d63dd5 add makefile so we can export the IDL files 1999-02-11 07:29:02 +00:00
pinkerton%netscape.com
540b698ab3 add Network shlb. 1999-02-10 18:48:13 +00:00
rods%netscape.com
7e0d45f2e8 Added the Mail files again 1999-02-10 17:59:39 +00:00
rods%netscape.com
b36180bb88 Added SetWebShellWindow 1999-02-10 16:48:31 +00:00
rods%netscape.com
ef5a5af6a2 Added SetWebShellWindow to toolbar core
Made ToolBarCore a StreamObserver and nsINetSupport listener
Commented out status bar code
1999-02-10 16:46:47 +00:00
rods%netscape.com
15ac6e9a8f Back to 1.1 (sort of) 1999-02-08 22:15:08 +00:00
rods%netscape.com
4c9ddeb8d3 Changed IIDs to be unique 1999-02-08 22:11:04 +00:00
mcafee%netscape.com
726434e734 ignore genereated files 1999-02-08 08:26:34 +00:00
pinkerton%netscape.com
1cefa3fbe3 make dstr virtual because it has virtual methods. 1999-02-05 00:27:48 +00:00
pinkerton%netscape.com
c8193f4d22 make dstr virtual because the classes have virtual methods. 1999-02-05 00:24:57 +00:00
pinkerton%netscape.com
e588c8605d changes to factory stuff, which is all #ifdef'd out right now. 1999-02-05 00:18:47 +00:00
pinkerton%netscape.com
b4aeacec4b Adding nsThrobberGlue.cpp to build. 1999-02-05 00:08:47 +00:00
pinkerton%netscape.com
b2c26cb811 Add GUID's for throbber glue and factory. 1999-02-04 23:38:20 +00:00
pinkerton%netscape.com
fe7e5c450d adding nsThrobberGlue.cpp 1999-02-04 23:12:41 +00:00
pinkerton%netscape.com
9867eefc3e add nsThrobberGlue.cpp 1999-02-04 23:12:24 +00:00
pinkerton%netscape.com
fcb012e24c Fix linkage on win32 1999-02-04 23:08:54 +00:00
pinkerton%netscape.com
484e3d3f7d First Checked In. 1999-02-04 22:55:45 +00:00
radha%netscape.com
3e3d701434 dd xul to the dirs list 1999-02-04 19:08:56 +00:00
radha%netscape.com
29a80f70ac Initial checkin 1999-02-04 19:06:01 +00:00
rods%netscape.com
82e8577f6f Change the SendMail to use a convience function to get the script context 1999-02-03 23:16:13 +00:00
rods%netscape.com
cc87304924 Added HTML name space to the 1999-02-03 23:07:22 +00:00
pinkerton%netscape.com
93c9752a1b fix optimized inclusion of dom.shlb (extra space at end of filename). Approved for checkin while tree closed by donm. 1999-02-03 21:12:48 +00:00
pinkerton%netscape.com
db9a70691e fix typo. 1999-02-03 18:13:31 +00:00
pinkerton%netscape.com
d2dacc75b2 First Checked In. 1999-02-03 18:08:53 +00:00
rods%netscape.com
2c2920cde9 Added installing of gifs to makefile 1999-02-03 17:35:15 +00:00
rods%netscape.com
50c2249ec4 Rename gifs and am checking them in. 1999-02-03 17:34:31 +00:00
rods%netscape.com
36d745985d Moved the Mail XUL files to their own directory 1999-02-03 16:29:54 +00:00
rods%netscape.com
b85a15353f Moved files from AppCores to public and src directories 1999-02-03 15:54:07 +00:00
rods%netscape.com
13f730ffcf Initial checkin 1999-02-02 18:37:20 +00:00