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

513 Коммитов

Автор SHA1 Сообщение Дата
hshaw%netscape.com 5873ff672e Replace NS_DECLARE_CID with NS_DEFINE_IID for KPrefCID 1999-03-10 20:33:14 +00:00
law%netscape.com d6516f8381 New and improved status bar 1999-03-10 02:52:02 +00:00
law%netscape.com 089e2328df Adding support for various statusbar broadcasters 1999-03-10 02:42:29 +00:00
cmanske%netscape.com a6e5c5b5a8 removed files: mozilla/xpfe/AppCores/src/nsEditorMode.cpp 1999-03-10 02:41:02 +00:00
cmanske%netscape.com ab88c623ff Cleaned up editor inialization in EditoAppCore 1999-03-10 02:35:58 +00:00
nhotta%netscape.com 30cea6e96c Added charset menu items in view menu. 1999-03-10 00:21:26 +00:00
sfraser%netscape.com 5119a2e624 onConstruction -> onload 1999-03-10 00:00:06 +00:00
ramiro%netscape.com 29efe8c561 Fix windows bustage. Why doesnt this file build on other platforms ? 1999-03-09 21:22:03 +00:00
alecf%netscape.com 0892cc61da 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 2700b0b443 Implementation of SetDocumentCharset. 1999-03-09 19:24:28 +00:00
ramiro%netscape.com 7e12a4b568 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 c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
mcafee%netscape.com 42da183e24 Adding Edit|{Cut,Copy,Paste} to menubar. 1999-03-09 06:04:38 +00:00
alecf%netscape.com 5eed475980 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 f5689612b6 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 25cd4f851d 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 8f19af494f Removed unused code in editor appcore and cleaned up factory registration 1999-03-09 00:05:27 +00:00
cmanske%netscape.com aa780fa49e Removed registration code no done by NSRegisterSelf for editor classes 1999-03-08 22:51:58 +00:00
pinkerton%netscape.com 6a383559f4 fix attribute selector for grippies to actually trigger when grippies clicked on. 1999-03-08 22:44:06 +00:00
hyatt%netscape.com b4b18460ae Putting the extra items into the bookmarks menu. 1999-03-08 22:09:34 +00:00
ramiro%netscape.com c53e15aa2a 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 fd5bf5f22c Memory leak.
delete[] memory returned by nsString::ToNewCString.
1999-03-08 11:38:59 +00:00
ramiro%netscape.com 2aaabaad90 Fix win32, mac breakage. 1999-03-08 11:04:49 +00:00
ramiro%netscape.com 869b29d48d 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 8478aadfbb adding ShowDialog() 1999-03-08 03:01:17 +00:00
hyatt%netscape.com 3eaa5b74f8 Added the Personal Toolbar to the XUL file. 1999-03-07 23:14:41 +00:00
hyatt%netscape.com 79e5e4ad7f 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 58fcc170d8 More support for column sorting. 1999-03-07 09:44:38 +00:00
sfraser%netscape.com b6459a33d0 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 772a1e622d Arrange the various AppCores into groups 1999-03-06 20:27:33 +00:00
dp%netscape.com 12c0769c82 dist/bin/components is where all loadable components will be installed. 1999-03-06 09:04:53 +00:00
rjc%netscape.com fd1e00207d Add RDF to list of include directories on Windows. 1999-03-06 04:57:20 +00:00
law%netscape.com 10f727678b Updating test case 1999-03-06 00:44:32 +00:00
rjc%netscape.com d7f0411223 nsXULSortService implementation: XUL sort functionality. 1999-03-05 23:51:13 +00:00
cmanske%netscape.com 50e79f8c24 Changed InitHTMLEditor to Init and removed EnableUndo, which is done in the Init 1999-03-05 21:05:26 +00:00
danm%netscape.com 6c3a3ed669 adding convenience makefile (not part of the normal build) 1999-03-05 20:25:48 +00:00
danm%netscape.com c5aeb426dd changed name of onConstruction event to onload 1999-03-05 20:23:19 +00:00
pinkerton%netscape.com 40eae0a894 table for main toolbar, removing html namespace stuff, onClick->onclick 1999-03-05 20:19:46 +00:00
pinkerton%netscape.com 50222f5b69 fix for bug #3449 (onClick should be onclick). 1999-03-05 20:18:59 +00:00
rpotts%netscape.com 71204e7808 changed all references to getElementByID(...) into getElementById(...). This fixed the URL typein bar... 1999-03-05 11:38:40 +00:00
kipp%netscape.com 4147924a67 Use proper new/delete operators 1999-03-05 04:36:00 +00:00
evaughan%netscape.com 37a7d52621 Fixed buttons in apprunner so there borders appear when moved over. 1999-03-04 23:36:12 +00:00
rjc%netscape.com 2a52afbc07 Now store pathnames as strings which prevents nr_MacAliasFromPath() from ever being called (it was being passed a Unix path when it really wanted a Mac path anyway). Also, autoregistration now looks inside the "components" directory (which is in the same folder as the program.) Also, bumped up registry version # due to change. Also, at startup, when building up list of arguments, check argv[0] against NULL as it might be (on the Mac). 1999-03-04 03:01:33 +00:00
scc%netscape.com 31ff626ae9 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
dp%netscape.com e115322998 Installing loadable components in components/ directory 1999-03-03 01:25:21 +00:00
scc%netscape.com c628542005 fix for nsCOMPtr: no direct construction/assignment from raw COM interface pointers 1999-03-02 23:00:09 +00:00
scc%netscape.com 7253acb7e4 fix for nsCOMPtr: no construction/assignment from raw COM interface pointers 1999-03-02 22:44:55 +00:00
nhotta%netscape.com b0edff3918 Added SetDocumentCharset. 1999-03-02 17:53:52 +00:00
nhotta%netscape.com 4a3d5be737 Added SetDocumentCharset. 1999-03-02 17:48:05 +00:00
cmanske%netscape.com f67f43cace Changed editor AppCore to use nsHTMLEditor instead of nsTextEditor 1999-03-02 05:32:25 +00:00