Commit Graph

656 Commits

Author SHA1 Message Date
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
evaughan%netscape.com
e74189c52f added a class of titled button called "push" that works like a regular push button. 1999-03-30 08:18:34 +00:00
nisheeth%netscape.com
49b8727a3a Adding expat and xmltok libraries to the link phase for apprunner. 1999-03-30 05:46:46 +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
evaughan%netscape.com
aa73de09b7 Reimplemented navigator.xul on top of the new box layout system. 1999-03-30 04:05:49 +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
a563079fa6 Try that without the typo. 1999-03-30 00:08:40 +00:00
danm%netscape.com
75ca60329a added window title attribute 1999-03-30 00:00:56 +00:00
danm%netscape.com
df30b4bffc set window title from XUL 1999-03-29 23:57:18 +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
mcmullen%netscape.com
66f1506625 Added nsXULWindowCallbacks.h to the build. 1999-03-29 23:37:20 +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
mcafee%netscape.com
2d0d0a43f5 Adding verification URL's to Debug menu. 1999-03-29 09:42:17 +00:00
rpotts%netscape.com
8eb73e4fce Added more methods to nsIDocumentLoaderObserver in the first stage toward unifying *all* of the different notification mechanisms in the WebShell... 1999-03-29 09:21:01 +00:00
mcafee%netscape.com
10ce2e02c4 Adding viewer tests to apprunner, under a new top-level Debug menu. 1999-03-29 09:05:37 +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
evaughan%netscape.com
0301ff3ab4 Added some box layout properties. 1999-03-27 01:32:21 +00:00
mcmullen%netscape.com
3ce4ce3bbf Add prefs stuff to the build. 1999-03-27 00:52:19 +00:00
mcafee%netscape.com
b6bca26542 Adding editor to Tasks menu. 1999-03-27 00:23:07 +00:00
mcmullen%netscape.com
607708bd0f Rearrange the code so that windows can be closed programmatically, and deregistration etc all happens, in a more foolproof way. 1999-03-27 00:09:04 +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
1de08fef04 Hooked up preferences 1999-03-26 23:58:22 +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
ramiro%netscape.com
b07b79a055 Fix indiscriminate debug comment spewage. 1999-03-26 11:34:21 +00:00
cyeh%netscape.com
0225181022 *warning, hack alert*. put a build number in the bottom status bar so that
we can track daily builds. the build number won't be here in the shipping product
this is a token string that will be replaced at build time with a legit build number.
this will need to be pulled in favor of something more graceful, and a good deal less hacky.
1999-03-26 00:27:43 +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
chuang%netscape.com
32f4f055de Update messenger start up url 1999-03-24 08:33:08 +00:00
danm%netscape.com
98ac4e4996 closer to having a modal dialog loop on the Mac 1999-03-24 05:42:21 +00:00
matt%netscape.com
c5160ee41e Fix for grippy bug by changing background colors. 1999-03-23 23:08:16 +00:00