19386 Commits

Author SHA1 Message Date
pierre%netscape.com
059bc15605 small change to make Move and Resize more efficient 1999-03-08 04:47:17 +00:00
pierre%netscape.com
242e870001 small change to make it behave like nsCheckboxControlFrame when the WidgetRenderingMode is not initialized. 1999-03-08 04:46:12 +00:00
shaver%netscape.com
d55deef772 fix remnant of 32-bit interface references 1999-03-08 03:56:14 +00:00
danm%netscape.com
e2fab61bae adding ShowDialog() 1999-03-08 03:01:17 +00:00
mscott%netscape.com
427bd2b535 Add ability to display a message given just a message number. We take this number (which is not a key or ID) and get the array of message keys from the db. We then extract the key corresponding to the number passed in. This interface function is used primarily to make debuggin easier where we don't have a message key or message ID lying around... 1999-03-08 02:12:50 +00:00
bienvenu%netscape.com
dc82e1a0ef make sure db name is strdupped before caching 1999-03-08 02:11:39 +00:00
jfrancis%netscape.com
bcb1651103 adding mAnchorFrame to the ClearFrameRefs call 1999-03-08 01:22:37 +00:00
jfrancis%netscape.com
17efdd55c0 bug fixes + changing broken "dont_QueryInterface" additions to "do_QueryInterface" 1999-03-08 01:20:02 +00:00
mscott%netscape.com
73a6b0852b requires js for the prefs stuff. Link with rdf_utils.lib instead of rdf.lib. 1999-03-08 01:05:21 +00:00
mscott%netscape.com
c18b57dcf1 Many many changes. (1) get rid of hard coded mailbox folder paths and rely on the the mail root folder preference being set. (2) when displaying a message, open the db, extract the array of msgKeys and ask the user which message they want to display. This number is based on the number of items in the msgKey array. Then use the user provided number as an offset into the msg key array to extract the correct message key to use. This provides us with a lot more testing flexibility instead of forcing the test to know the message key of each message he/she wanted to display. (3) remove call to NS_NewMsgParser and go through the repository instead.... 1999-03-08 01:04:53 +00:00
mscott%netscape.com
ce2cade7b8 Remove NS_NewMsgParser. You should be going through the repository to create an instance of mailbox parser. I've already updated the nsLocalMsgFactory to be able to create instances of this object. 1999-03-08 01:00:52 +00:00
beard%netscape.com
afdee7c53a fixed call to nsIInputStream::Read(), no longer passing 0 offset. 1999-03-08 00:15:40 +00:00
beard%netscape.com
63cb18b48c Added InitializeLiveConnectClasses() method. 1999-03-08 00:14:40 +00:00
beard%netscape.com
643a5a2006 Added InitializeLiveConnectClasses() method. This makes the standard java packages visible to a given JSContext. Guarding against multiple initialization otherwise LiveConnect gives a warning. 1999-03-08 00:14:38 +00:00
beard%netscape.com
61415da5c0 Added accessor for NS_JVMMANAGER_CID. 1999-03-08 00:12:00 +00:00
beard%netscape.com
d2e48e1e5f Added InitLiveConnectClasses for DOM's use. 1999-03-08 00:09:05 +00:00
beard%netscape.com
9c7717f39d Fixed Read/Write methods to conform to latest nsIInputStream and nsIOutputStream interfaces. 1999-03-08 00:07:24 +00:00
mscott%netscape.com
f91c73b94c include xplib.h.... 1999-03-08 00:01:04 +00:00
beard%netscape.com
448fb5de76 Using the service manager to access the plugin manager, because it needs to be a singleton. 1999-03-08 00:01:02 +00:00
mscott%netscape.com
c18c2188f3 Add mailbox parser to list of components the local msg factory can create. 1999-03-08 00:00:44 +00:00
beard%netscape.com
d5f75e7080 Added NS_DEFINE_STATIC_CID_ACCESSOR. 1999-03-07 23:56:59 +00:00
beard%netscape.com
22a636b14b fixed a crash caused by unitialized variable focusedWidget. 1999-03-07 23:56:22 +00:00
mscott%netscape.com
65f13deb8e Assign a CID to the mailbox parser so we can create it through the local msg factory... 1999-03-07 23:53:14 +00:00
beard%netscape.com
023c89cb57 First Checked In. 1999-03-07 23:32:35 +00:00
hyatt%netscape.com
0a01f1b0a9 added files: mozilla/rdf/content/src/nsRDFToolbarBuilder.cpp 1999-03-07 23:24:51 +00:00
hyatt%netscape.com
a9089619ee Added the NS_NewRDFToolbarBuilder call to the header. 1999-03-07 23:21:18 +00:00
hyatt%netscape.com
72c9e41e78 Changes to enable the instantiation of a toolbar builder. 1999-03-07 23:18:58 +00:00
hyatt%netscape.com
96a3c5b43e Changes to the builder APIs to distinguish folder items from leaf
items (although we're not quite there yet).
1999-03-07 23:18:26 +00:00
hyatt%netscape.com
ce65cb0e92 Adding the toolbar builder to Windows and Linux makefiles. 1999-03-07 23:17:01 +00:00
hyatt%netscape.com
a64fcfbefe The RDF toolbar builder (for constructing RDF toolbars like the Personal Toolbar). 1999-03-07 23:16:37 +00:00
hyatt%netscape.com
8256be2c1a Added the Personal Toolbar to the XUL file. 1999-03-07 23:14:41 +00:00
mscott%netscape.com
fe5f0a6135 Change onClick to onclick to enable menu item commands. 1999-03-07 21:58:36 +00:00
mscott%netscape.com
460b4b651e Change rdf:id to id. (Although the thread pane doesn't seem to be working for me as of sunday's current tip....) 1999-03-07 21:58:15 +00:00
mscott%netscape.com
4588e008aa Install DLL in components directory as part of dp's changes... 1999-03-07 21:54:46 +00:00
pavlov%pavlov.net
4fbe4854e8 fix bug 3079 1999-03-07 21:22:53 +00:00
mscott%netscape.com
ad915c754c Move read/write file io stream changes....Read and write no longer take offsets... 1999-03-07 21:21:25 +00:00
jband%netscape.com
5de5ba19b3 fix fopen mode for binary files - I'm starting to think that shaver, coop, and mccabe are doing this to me on purpose :) 1999-03-07 20:48:37 +00:00
edwin%woudt.nl
d20bd7e652 Oh boy, I broke this with my license compliance checkin :-( 1999-03-07 20:04:41 +00:00
edwin%woudt.nl
29dee1e96b Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 19:58:40 +00:00
rickg%netscape.com
98eae31a0b fixed recently introduced i18n bugs 1999-03-07 19:23:28 +00:00
hyatt%netscape.com
a456660fc9 Changing the natural order pos name to match the function conventions. 1999-03-07 10:52:42 +00:00
hyatt%netscape.com
7d2660158d Again. 1999-03-07 10:49:26 +00:00
hyatt%netscape.com
ef5e2a36f7 Fixing build bustage. 1999-03-07 10:48:58 +00:00
hyatt%netscape.com
46ce115cef Declaring some classes so that the compilers are happy again. 1999-03-07 10:41:00 +00:00
hyatt%netscape.com
add6714dc8 added files: mozilla/rdf/content/src/nsRDFGenericBuilder.cpp, mozilla/rdf/content/src/nsRDFMenuBuilder.cpp 1999-03-07 10:35:17 +00:00
hyatt%netscape.com
0a2d5e5266 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
hyatt%netscape.com
d07f18b7a8 The modified tree builder. 1999-03-07 10:30:42 +00:00
hyatt%netscape.com
e7388bbb7f Landing the menu builder for real. The bookmarks menu lives (well, sort of). 1999-03-07 10:28:42 +00:00
hyatt%netscape.com
1c6831d2b8 First stab at the menu builder. It doesn't know how to build popup menus
yet. We'll need to work on that one.
1999-03-07 10:00:13 +00:00
hyatt%netscape.com
6fea0b5680 Checking in a patch for a XUL bug in ContentInserted (inside an #ifdef INCLUDE_XUL). 1999-03-07 09:55:39 +00:00