Commit Graph

542 Commits

Author SHA1 Message Date
law%netscape.com
3e8d477e25 New styles for throbber 1999-03-13 02:21:51 +00:00
slamm%netscape.com
914dc94158 Add throbbingN.gif. 1999-03-13 02:15:34 +00:00
hyatt%netscape.com
440907c771 Bookmarks menu coming online. 1999-03-13 01:12:53 +00:00
hyatt%netscape.com
8d985699b7 Menus now handle click events properly (by sending them into the DOM). 1999-03-13 01:03:33 +00:00
law%netscape.com
439208c7c8 Animated gif for apprunner throbber 1999-03-13 01:02:28 +00:00
pinkerton%netscape.com
b3fb93dfe2 onClick -> onclick conversion. 1999-03-12 23:56:13 +00:00
evaughan%netscape.com
68e34096a0 Fixed disabled bug on buttons. 1999-03-12 23:47:52 +00:00
pinkerton%netscape.com
29a51ec714 First Checked In. 1999-03-12 22:57:55 +00:00
hyatt%netscape.com
2f81998407 Checking in German's new UI! 1999-03-12 22:21:58 +00:00
hyatt%netscape.com
41e8c1e58b Checking in German's new UI. 1999-03-12 22:16:05 +00:00
matt%netscape.com
06a2337ee1 Adding refresh function to refresh urlbar
for bug3548
1999-03-12 21:37:08 +00:00
ramiro%netscape.com
8ce50ad7cf Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
rpotts%netscape.com
bbd74bd59d Removed the Change Icons menu item... Removed the call to BrowserPrintPreview() from the Print Preview menu item. Currently, the BrowserPrintPreview() function does not do what you expect - it tries to change the toolbar icons and crashes 1999-03-12 08:03:02 +00:00
warren%netscape.com
4da682e5a9 Added menu item to bring up messenger. 1999-03-12 01:08:17 +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
morse%netscape.com
caa2c0c263 added include for wallet 1999-03-11 23:30:49 +00:00
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