Commit Graph

53979 Commits

Author SHA1 Message Date
beard%netscape.com
4cc79b63aa removed static library targets (view.o, viewDebug.o)
git-svn-id: svn://10.0.0.236/trunk@44028 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 22:13:21 +00:00
jband%netscape.com
619c3e3df4 fix bustage due to ambiguity in use of static_cast
git-svn-id: svn://10.0.0.236/trunk@44027 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 22:03:39 +00:00
troy%netscape.com
88368a0250 Minor cleanup
git-svn-id: svn://10.0.0.236/trunk@44026 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 21:24:42 +00:00
troy%netscape.com
c20a3fb657 Removed some code that was accidentally added back in the previous revisions
git-svn-id: svn://10.0.0.236/trunk@44025 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 21:17:23 +00:00
hyatt%netscape.com
d057c8157d Tweaking comments.
git-svn-id: svn://10.0.0.236/trunk@44024 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:42:17 +00:00
scc%netscape.com
256b8039a8 Bad merge left two copies of ...QUERYINTERFACE2. Sorry.
git-svn-id: svn://10.0.0.236/trunk@44023 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:39:59 +00:00
hyatt%netscape.com
84d55a4d6f Stubbing out the selection implementation. Need to fill in the empty if
statements next.


git-svn-id: svn://10.0.0.236/trunk@44022 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:39:29 +00:00
bienvenu%netscape.com
90c9cd32e6 turn on history ab
git-svn-id: svn://10.0.0.236/trunk@44021 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:32:23 +00:00
hyatt%netscape.com
88a7f792a5 Adding more to the tree's idl.
git-svn-id: svn://10.0.0.236/trunk@44020 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:23:56 +00:00
scc%netscape.com
70e5060219 Added NS_IMPL_QUERY_INTERFACE[01]; fixed NS_IMPL_QUERY_INTERFACE2; added NS_IMPL_ISUPPORTS[01]; can't fix NS_IMPL_QUERY_INTERFACE without changing a ton of files, so I'm checking in this partial fix first. Then people can help me switch us away from NS_IMPL_ISUPPORTS and NS_IMPL_QUERY_INTERFACE. Both are now deprecated.
git-svn-id: svn://10.0.0.236/trunk@44019 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:22:35 +00:00
mccabe%netscape.com
0d087a7447 Spam caps subtree to replace declarations of IDL-defined interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO macro.
git-svn-id: svn://10.0.0.236/trunk@44018 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:22:27 +00:00
troy%netscape.com
b583c2d31c Optimized incremental reflow and split some code out into member functions
so there's less dusplication of code


git-svn-id: svn://10.0.0.236/trunk@44017 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:16:32 +00:00
scc%netscape.com
3d825c25a3 added license, fixed tabs
git-svn-id: svn://10.0.0.236/trunk@44016 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:07:27 +00:00
scc%netscape.com
ef87d21e39 added comments, fixed tabs
git-svn-id: svn://10.0.0.236/trunk@44015 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:06:52 +00:00
briano%netscape.com
75220036ff Fixed all my stupid mistakes.
git-svn-id: svn://10.0.0.236/trunk@44014 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 20:06:08 +00:00
rjc%netscape.com
9ed3a752c7 Use window.open
git-svn-id: svn://10.0.0.236/trunk@44013 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 19:58:19 +00:00
hyatt%netscape.com
c1446ec959 Checking in changes that teach the tree element how to have its own
array of selected items and cells.


git-svn-id: svn://10.0.0.236/trunk@44012 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 19:53:39 +00:00
hyatt%netscape.com
b9e23076b6 Fixing broadcasters. The hookup wasn't happening correctly.
git-svn-id: svn://10.0.0.236/trunk@44011 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 19:30:53 +00:00
cls%seawood.org
6a6d33de7d gcc 2.95 ANSI C++ compliance fix
git-svn-id: svn://10.0.0.236/trunk@44010 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 19:29:01 +00:00
briano%netscape.com
b2a5738db7 Automated update
git-svn-id: svn://10.0.0.236/trunk@44009 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 18:15:22 +00:00
cls%seawood.org
d4ac930832 Added support to configure.in for running configure in subprojects. This included adding tmp variables to preserve the initial args set for configure so that they can be passed pristinely to the subprojects.
Modified to run configure of webshell/embed/gtk from the main configure rather than during the export phase.


git-svn-id: svn://10.0.0.236/trunk@44008 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 18:02:45 +00:00
ramiro%netscape.com
042d8323e7 Dont link in neckoutil.
git-svn-id: svn://10.0.0.236/trunk@44007 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 17:13:43 +00:00
ramiro%netscape.com
ac6e99d930 Link in neckoutil.
git-svn-id: svn://10.0.0.236/trunk@44006 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 17:03:07 +00:00
ramiro%netscape.com
506b2c9400 Anal spacing.
git-svn-id: svn://10.0.0.236/trunk@44005 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 16:51:26 +00:00
ramiro%netscape.com
1a006147c3 Yank -lmozreg.
git-svn-id: svn://10.0.0.236/trunk@44004 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 16:50:18 +00:00
ramiro%netscape.com
866296205e Yank -lmozdbm , not needed.
git-svn-id: svn://10.0.0.236/trunk@44003 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 16:40:49 +00:00
ramiro%netscape.com
1784612f6b cleanup linking of libmozreg.
git-svn-id: svn://10.0.0.236/trunk@44002 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
093e8574db No longer needed.
git-svn-id: svn://10.0.0.236/trunk@44000 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 12:13:17 +00:00
ramiro%netscape.com
7af846fabe Fix runtime undefined symbols.
git-svn-id: svn://10.0.0.236/trunk@43999 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 11:49:22 +00:00
hyatt%netscape.com
a41a8d5699 Fixing the build bustage in the prefs migrator. Just call me Mr. Porkjockey.
git-svn-id: svn://10.0.0.236/trunk@43998 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 10:40:42 +00:00
hyatt%netscape.com
247f0228bf Making sure oncommand fires only on a keypress.
git-svn-id: svn://10.0.0.236/trunk@43997 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 10:36:42 +00:00
ramiro%netscape.com
49e4506437 Fix pavlov's bustage.
git-svn-id: svn://10.0.0.236/trunk@43996 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 10:29:34 +00:00
hyatt%netscape.com
2b733ae6bf The bustage is mine. Fixing it now.
git-svn-id: svn://10.0.0.236/trunk@43995 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 10:05:02 +00:00
rjc%netscape.com
fb8b60ac1e Add HTML banners if available.
git-svn-id: svn://10.0.0.236/trunk@43994 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 09:26:10 +00:00
rjc%netscape.com
b0d901706f Add default.htm into build.
git-svn-id: svn://10.0.0.236/trunk@43993 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 09:25:20 +00:00
rjc%netscape.com
ea0fc81842 Add default.htm
git-svn-id: svn://10.0.0.236/trunk@43992 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 09:23:45 +00:00
rjc%netscape.com
efafc2bede Save HTML banners in graph.
git-svn-id: svn://10.0.0.236/trunk@43991 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 09:23:13 +00:00
hyatt%netscape.com
208f517c5b Fixing up the broadcaster stuff.
git-svn-id: svn://10.0.0.236/trunk@43990 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 09:13:14 +00:00
hyatt%netscape.com
66140e3c1a A complete rewrite of the broadcaster/observer system. Much improved.
git-svn-id: svn://10.0.0.236/trunk@43989 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 09:08:12 +00:00
mccabe%netscape.com
91543218bc First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.


git-svn-id: svn://10.0.0.236/trunk@43988 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 08:54:47 +00:00
pavlov%netscape.com
d658e6c881 change #define that I was using for debugging
git-svn-id: svn://10.0.0.236/trunk@43985 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 08:43:07 +00:00
pavlov%netscape.com
caa1f84ed3 remove unused tab widget and tooltip widget as they have never been used
git-svn-id: svn://10.0.0.236/trunk@43984 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 08:41:46 +00:00
pavlov%netscape.com
bdbf923a9d fix brokeness from my previous checkin
git-svn-id: svn://10.0.0.236/trunk@43983 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 08:40:30 +00:00
rjc%netscape.com
afd5a33fec Search UI tweaks. Use ender widget to display HTML, until the problem with document.write()'ing html to an iframe is figured out.
git-svn-id: svn://10.0.0.236/trunk@43982 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 08:16:17 +00:00
ramiro%netscape.com
d55091ca21 Remove an old global variable hack i added in a moment of weakness.
git-svn-id: svn://10.0.0.236/trunk@43981 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 08:14:14 +00:00
hyatt%netscape.com
471d22c2b1 Teaching key bindings how to execute oncommand on a keydown.
git-svn-id: svn://10.0.0.236/trunk@43980 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 07:57:14 +00:00
hyatt%netscape.com
80c93ccae6 Teaching titled buttons how to execute the oncommand handler when clicked (or when
space/enter is hit on them).


git-svn-id: svn://10.0.0.236/trunk@43979 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 07:56:49 +00:00
dougt%netscape.com
a2743e2a69 first cut of a new file class.
git-svn-id: svn://10.0.0.236/trunk@43978 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 07:38:26 +00:00
dougt%netscape.com
1f566e739c removing nsIAtom from export list.
git-svn-id: svn://10.0.0.236/trunk@43977 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 07:22:00 +00:00
dougt%netscape.com
45af6f22fb removing nsIAtom.h. It is now a generated header.
git-svn-id: svn://10.0.0.236/trunk@43976 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 07:14:10 +00:00