Commit Graph

20282 Commits

Author SHA1 Message Date
buster%netscape.com
3b6ec81caa Table cells need to call DidSetStyleContext whenever their style changes, or
whenever the table's style changes.
This is a partial fix for bug 3513
1999-03-13 04:38:02 +00:00
buster%netscape.com
4a7a889651 added some debugging code. uncomment the #define DELETE_SELECTION
to see some output about what node is selected.
1999-03-13 04:36:03 +00:00
law%netscape.com
9d75c48e97 Throbberized 1999-03-13 04:24:13 +00:00
law%netscape.com
3af600d45f Throb, baby, throb 1999-03-13 03:51:22 +00:00
law%netscape.com
53ac660970 Added throbbingN.gif and fixed clobber dirs 1999-03-13 03:40:27 +00:00
syd%netscape.com
a48ae7a6fe Declare mPrData 1999-03-13 03:39:38 +00:00
law%netscape.com
58a7aafc0f Adding url listener support 1999-03-13 03:31:55 +00:00
slamm%netscape.com
04835cc791 Disable PrintPreview 'cause it's crashing. 1999-03-13 03:26:54 +00:00
syd%netscape.com
d9451d58d2 Call GTK print dialog. Currently, Init routine returns FAILURE, effectively
stubbing out this functionality. Done Cone will turn it on at a later time.

Gtk+ print menu crashes will temporarily disappear because of this change.
1999-03-13 03:21:16 +00:00
syd%netscape.com
e422b28ff0 Add nsPrintdGTK.c to build. 1999-03-13 03:19:58 +00:00
syd%netscape.com
f3ab242375 Print dialog for Gtk. Needs to be wired by Done Cone, currently stubbed out
in caller.
1999-03-13 03:19:28 +00:00
slamm%netscape.com
30ebefd90c Add click handler for personal toolbar. 1999-03-13 03:15:39 +00:00
beard%netscape.com
da039a3240 added IID_ACCESSOR 1999-03-13 03:12:16 +00:00
beard%netscape.com
4109ca9e0d fixed IID accessor 1999-03-13 03:11:05 +00:00
beard%netscape.com
a86f2a8aa1 Added some println's to test console. 1999-03-13 03:08:02 +00:00
law%netscape.com
fe4caf46b2 Export nsIURLListener.h 1999-03-13 03:01:15 +00:00
slamm%netscape.com
4e83f57fdb -mAdd FAQ link. 1999-03-13 02:59:30 +00:00
sdagley%netscape.com
1df16cb994 Make an alias of mozilla:xpfe:AppCores:xul:resources:throbbingN.gif in the throbber res directory so that law's upcoming toolbar xul change can find it. 1999-03-13 02:51:00 +00:00
law%netscape.com
117132ac9c New URL listener interface to get throbber working 1999-03-13 02:28:31 +00:00
law%netscape.com
3e8d477e25 New styles for throbber 1999-03-13 02:21:51 +00:00
beard%netscape.com
07880ee6a5 reverted back to kISupportsIID. It seems not all compilers can handle ::nsISupports::GetIID() from inside an XPCOM interface. Yech. 1999-03-13 02:20:57 +00:00
slamm%netscape.com
914dc94158 Add throbbingN.gif. 1999-03-13 02:15:34 +00:00
evaughan%netscape.com
9e7459d1a4 Fixed Titled button bugs. 1999-03-13 01:51:49 +00:00
slamm%netscape.com
d43c929d61 Update script name 1999-03-13 01:43:25 +00:00
jband%netscape.com
2e3f289396 support float and double in headers and typelibs 1999-03-13 01:43:19 +00:00
jband%netscape.com
95c5de89a9 made in params const, added some comments 1999-03-13 01:34:37 +00:00
jband%netscape.com
318cbab4df fix assumption that interfaces don't have the poointer bit set 1999-03-13 01:31:48 +00:00
hyatt%netscape.com
440907c771 Bookmarks menu coming online. 1999-03-13 01:12:53 +00:00
alecf%netscape.com
c1cdfe0b36 #if 0 out calls to functions we haven't defined yet. 1999-03-13 01:07:11 +00:00
alecf%netscape.com
61204aa2a1 remove more undefined symbols by linking against more libraries 1999-03-13 01:06:27 +00:00
chuang%netscape.com
f6a3a8deab Change 3 pane layout using frame instead of iframe 1999-03-13 01:03:50 +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
mccabe%netscape.com
1f415231ec Fixed a place where I was missing an NS_RELEASE, thanks jband. 1999-03-13 00:56:47 +00:00
slamm%netscape.com
5e0f0dfbc1 Trim NSPR options down to two. Add mozilla banner. 1999-03-13 00:51:40 +00:00
alecf%netscape.com
629983ae76 putterman's patches to re-root thread pane 1999-03-13 00:50:51 +00:00
morse%netscape.com
1da882c709 fix potential build bustage 1999-03-13 00:44:13 +00:00
hyatt%netscape.com
8a2617aabc Menus are much closer now. 1999-03-13 00:31:05 +00:00
nhotta%netscape.com
53f3fa0998 Added a MIME decoder interface which takes arguments in nsString. 1999-03-13 00:28:18 +00:00
beard%netscape.com
6722afc97e forcing nsISupports to global scope to resovle ambiguity (VC is very weak) 1999-03-13 00:12:13 +00:00
hyatt%netscape.com
d3c5cc49f3 On the road to making the bookmarks menu work properly. 1999-03-13 00:08:25 +00:00
rjc%netscape.com
df2a860b7a Autoregistration now works on all platforms, and RDF self-registers, so removing code that statically registers RDF here. 1999-03-13 00:06:29 +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
rjc%netscape.com
3041149e82 Export nsComponentManager::AutoRegister 1999-03-12 23:47:17 +00:00
pierre%netscape.com
f6ea34953b fixed uninitialized variable in XULContentSinkImpl::Init() 1999-03-12 23:36:33 +00:00
morse%netscape.com
5f91377e5e move wallet editor to a server 1999-03-12 23:32:11 +00:00
morse%netscape.com
79d1af55d9 fix for wallet 1999-03-12 23:30:48 +00:00
morse%netscape.com
cee47e4e31 turn on client wallet for win32 1999-03-12 23:29:12 +00:00
rhp%netscape.com
f67e34fb3e Changes for content type handler plugins on unix 1999-03-12 23:28:39 +00:00