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

395 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 4c0c45e2d6 make nsIPref scriptable, and turn on XPIDL compiling on unix
(windows is on the way)
1999-05-28 22:01:07 +00:00
akkana%netscape.com 99285c6711 Add paste/insert as quotation into editor app cores to be accessible from JS. 1999-05-28 00:46:34 +00:00
sfraser%netscape.com 4fb1f9b24d Fix ownership issues in the EditorAppCore, and removed some obsolete IID definitions. The EditorAppCore now holds the owning reference of the editor. 1999-05-28 00:23:03 +00:00
sfraser%netscape.com bebd8db55b Fix refcounting in the AppCoresManager's list of appcores. 1999-05-28 00:21:43 +00:00
mcmullen%netscape.com 082700b908 Removed base 1999-05-27 23:44:54 +00:00
sfraser%netscape.com a590f94e13 Remove MathLib, which is now rolled into the InterfaceStubs library 1999-05-27 21:47:00 +00:00
sfraser%netscape.com 514ae7591c Add Find, FindNext, and RunUnitTest calls. 1999-05-27 04:10:41 +00:00
morse%netscape.com aa3c35f565 added modal dialogs for wallet 1999-05-26 22:50:49 +00:00
gordon%netscape.com 41c4ba97d6 Added files for Wallet and Signon. 1999-05-26 22:46:55 +00:00
morse%netscape.com 4aa0f54e40 added modal dialogs for wallet 1999-05-26 22:42:49 +00:00
bruce%cybersight.com d2265ba48b Fix a free memory mismatch hopefully. 1999-05-26 21:52:06 +00:00
cmanske%netscape.com 1047dca72f Added editor methods for setting body attributes and background color. Removed getFirstMisspelled word - not needed 1999-05-26 21:40:34 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
slamm%netscape.com 37db88ba5e Finish last checkin. Put sidebar grippy.gif in res/toolbar for now. 1999-05-24 23:35:06 +00:00
slamm%netscape.com 23068871c5 Use grippy/boxes/iframes for sidebar instead of frameset. Use 790x580 as default size to make room for sidebar. 1999-05-24 23:26:23 +00:00
matt%netscape.com be14eb6488 Adding window.title stuff for internationalization 1999-05-21 01:37:24 +00:00
matt%netscape.com 3b3f3173db Adding composer.xul file for internationalization 1999-05-21 01:34:05 +00:00
matt%netscape.com 9bf7ec8e33 Adding prefs xul files approved by hoffman for internationalization 1999-05-21 01:33:11 +00:00
matt%netscape.com e1ae928274 Adding internationalization stuff for xul...Appoved by chris 1999-05-20 03:58:58 +00:00
matt%netscape.com d8abc02a19 Adding xul files for prefs 1999-05-20 03:35:50 +00:00
gayatrib%netscape.com 8c70c9f4c0 updated to include the new profile manager services 1999-05-19 05:15:15 +00:00
gayatrib%netscape.com e8511da3dc updated javascript reflection file that includes the new profile manager services 1999-05-19 05:12:30 +00:00
gayatrib%netscape.com 4aaf6abeb2 Added method interfaces to support the new profile manager services 1999-05-19 05:08:42 +00:00
gayatrib%netscape.com 20e3108300 Addd prfoile core 1999-05-19 05:06:58 +00:00
gayatrib%netscape.com e31c26ce53 idl file for profile core services 1999-05-19 05:03:11 +00:00
alecf%netscape.com dc1b16fd0a add string-replacement capabilitiy to PrefsCore - now prefs can be dynamically changed on the fly in a given document 1999-05-19 04:11:38 +00:00
alecf%netscape.com 71f38fe797 update XPIDL version of the DOM IDL file 1999-05-19 04:10:42 +00:00
matt%netscape.com 91825fda71 Adding prefswindow.xul for internationalization 1999-05-19 00:17:12 +00:00
radha%netscape.com 91c092ae59 Fix for bug # 5906. Update the URLbar with the url only if the page was loaded succesfully. 1999-05-18 22:14:33 +00:00
matt%netscape.com 73ffca138d Fixing spelling error 1999-05-18 04:48:07 +00:00
matt%netscape.com 99e171358b *** empty log message *** 1999-05-18 04:34:15 +00:00
waterson%netscape.com bd459d7b0f Move global history implementation out of appshell and into xpfe/components. 1999-05-18 04:11:43 +00:00
matt%netscape.com 2e09389375 Fixing that the pref is below on panel
bug 6450
1999-05-18 02:04:31 +00:00
matt%netscape.com c0ec238ba1 Internationalized preftree.xul 1999-05-18 00:43:50 +00:00
jevering%netscape.com 84a5e5737f missing css info. Updating it 1999-05-17 21:41:57 +00:00
jevering%netscape.com c31f02cd2a Adding label to all radio buttons 1999-05-17 21:21:04 +00:00
jfrancis%netscape.com 24636bcc65 Adding insert list, indent, and change aligment to editor app core 1999-05-17 12:17:43 +00:00
morse%netscape.com 93987719df remember wallet decisions on a url-specific basis 1999-05-16 19:36:25 +00:00
law%netscape.com 58370f8c98 "Turn on app shell component autoloading" 1999-05-14 22:02:23 +00:00
rods%netscape.com 0c017aea23 Added error checking for creation of nsIFileWidgets (Bug #6084) 1999-05-14 12:48:41 +00:00
morse%netscape.com 037ffdf86f fix flawed code in ProfileDirectory 1999-05-14 06:06:05 +00:00
sfraser%netscape.com 9b1b552f5f Fix ownership and leakage issues. The appcore no longer holds references to the various webshell and content windows, and DoEditorMode doesn't leak the pres shell any more. 1999-05-14 03:11:12 +00:00
cmanske%netscape.com 331fe2b151 Implemented spell checking IDL and appcore code 1999-05-13 20:59:11 +00:00
rods%netscape.com 6ee5bf5b23 Removed excess includes and static IID & CID definitions 1999-05-13 13:52:00 +00:00
sfraser%netscape.com eaa7a6bea1 Added wrap width attribute 1999-05-13 04:47:09 +00:00
sfraser%netscape.com 49e4ccb622 Add Get/Set column width calls, cleanup window opening, and rename overloaded methods. 1999-05-13 04:46:51 +00:00
sfraser%netscape.com 54d87c12af Add wrap column attibute 1999-05-13 04:45:22 +00:00
sspitzer%netscape.com 8fe85e73b6 create a virtual destructor 1999-05-13 03:48:00 +00:00
sspitzer%netscape.com 86e67dfa23 make destructor virtual 1999-05-13 02:23:33 +00:00
morse%netscape.com 2d6f16c2da download wallet editor onto client 1999-05-12 22:40:22 +00:00