Commit Graph

12469 Commits

Author SHA1 Message Date
hyatt%netscape.com
4af3f59416 The tree view column pushers disable properly. Hidden/shown columns remember
their desired widths.
1998-12-03 22:15:51 +00:00
waterson%netscape.com
f04cb2a7d2 Changed upper case RDF to lower case rdf to make consistent with the rest of the builds. 1998-12-03 22:07:16 +00:00
pinkerton%netscape.com
7c7b712223 make sure the port is set correctly before we call ::SetOrigin on mouse events. 1998-12-03 22:05:49 +00:00
pinkerton%netscape.com
f069217c85 handle NS_DESTROY message in tree window event handler. 1998-12-03 22:05:17 +00:00
waterson%netscape.com
75c077a2bc Added mozilla/layout/html/style/src to the list of MANIFEST-ed directories. This makes sure that nsIHTMLStyleSheet and nsIHTMLCSSStyleSheet are exported. 1998-12-03 21:48:45 +00:00
mjudge%netscape.com
e48bcc6f89 new selection change to come ifdefs going in 1998-12-03 21:48:32 +00:00
mjudge%netscape.com
afbfa1f451 changed call for editor to include a call for the classid editor as well 1998-12-03 21:47:22 +00:00
mjudge%netscape.com
0495ee6cc6 new enumerator interface change 1998-12-03 21:46:51 +00:00
mjudge%netscape.com
669742abb5 changing enumerator interface again 1998-12-03 21:46:27 +00:00
mjudge%netscape.com
6a4ef991ee changing enumerator interface 1998-12-03 21:46:06 +00:00
mjudge%netscape.com
ee9dc5ef18 changing use of selection 1998-12-03 21:45:26 +00:00
mjudge%netscape.com
2d6a42cd38 new use of enumerator class changed IsDone to return NS_COMFALSE if not done 1998-12-03 21:44:54 +00:00
mjudge%netscape.com
da56c11be1 changing exports of new CIDs for selection 1998-12-03 21:44:12 +00:00
mjudge%netscape.com
1b1e779f4f changing selection code 1998-12-03 21:43:32 +00:00
mjudge%netscape.com
704c2833fe new collection export instead of nsISelection 1998-12-03 21:42:58 +00:00
mjudge%netscape.com
2e6a07c30e exporting new cid files 1998-12-03 21:41:07 +00:00
fur%netscape.com
4ca5cf5fca Initial check-in of ElectricalFire, a Java JIT compiler. 1998-12-03 21:10:47 +00:00
waterson%netscape.com
1ebf1ebe4a A better fix. 1998-12-03 20:50:21 +00:00
waterson%netscape.com
a39407d940 Fix build bustage. 1998-12-03 20:47:01 +00:00
waterson%netscape.com
e24288bbb6 First Checked In. 1998-12-03 20:28:15 +00:00
waterson%netscape.com
c71daf8abe File Removed. 1998-12-03 20:26:33 +00:00
leaf%mozilla.org
464394696e readding the xpcom/tools/Makefile rule. xpcom/tools needs to be made before
xpcom/tools/idl/Makefile.
1998-12-03 20:26:22 +00:00
waterson%netscape.com
b065d79c55 Expose nsWellFormedDTD via the factory. 1998-12-03 20:22:19 +00:00
waterson%netscape.com
37ffaaf5ad Export style sheets, nsPresShell, and nsTextNode via the factory. 1998-12-03 20:21:40 +00:00
waterson%netscape.com
1cd4a28768 Added initializers that can be used from the repository. Export nsIHTMLStyleSheet.h. 1998-12-03 20:20:35 +00:00
waterson%netscape.com
e964f5d837 Added initializer that can be used from the repository. 1998-12-03 20:19:46 +00:00
buster%netscape.com
23112ce100 minor optimizations and cleanup. removed constructors that did nothing. 1998-12-03 20:19:01 +00:00
pollmann%netscape.com
66088d0620 Allow option groups to contain options when building the content model 1998-12-03 19:33:12 +00:00
hyatt%netscape.com
4c69db8783 Improvements to tree widget tester. 1998-12-03 19:13:53 +00:00
jfrancis%netscape.com
0a113c8952 adding nsRange.cpp to the project, again. it's always better the second time around. 1998-12-03 18:21:45 +00:00
buster%netscape.com
1f09ce3031 added table pseudo-style contenxts 1998-12-03 18:03:28 +00:00
buster%netscape.com
9c4e4e9e76 the inner table frame now maintains 2 child lists: the main child lists that holds rowgroups and unknown frame
types, and mColGroups. Besides being cleaner and easier to maintain, this should speed some things up slightly
     because I don't have to check display types every time I iterate through colgroup frames.  I *know*
     mColGroups contains only colgroups.  I might do the same for rowgroups (that is, keep unknown frame types
     in their own list as well.)  But that's optional.
the inner table frame used to incorrectly create actual content objects for anonymous colgroups and cols.  Now,
     it just creates frames as appropriate, not content.  To support this, I added some pseudo style contexts and
     related atoms.
1998-12-03 18:01:35 +00:00
buster%netscape.com
58dc37167f added atoms for table pseudo style contexts 1998-12-03 18:00:42 +00:00
pinkerton%netscape.com
780c249022 turn on tree view command for win and macos. 1998-12-03 17:59:25 +00:00
pinkerton%netscape.com
163ee6e30c handle view source and tree view file menu commands. 1998-12-03 17:59:13 +00:00
pinkerton%netscape.com
b57ff4cf31 added view source and view tree menu items for demo purposes. 1998-12-03 17:58:44 +00:00
shaver%netscape.com
8436786eb0 Add generated file warning.
Remove excessive #include "nsISupports.h" generation.
Interfaces are public:, accessors are pure (= 0).
1998-12-03 17:38:55 +00:00
jfrancis%netscape.com
032700a4f9 fixing bad goto (as if there were good ones?) 1998-12-03 17:25:00 +00:00
troy%netscape.com
7b508ab8c9 Added NS_RELEASE to fix leak of a HTML style element 1998-12-03 16:46:56 +00:00
terry%netscape.com
1774d719f3 Fixed bug 1746 -- make it say "Submit query" instead of "Submit". 1998-12-03 16:31:10 +00:00
terry%netscape.com
a9e36d49e6 Reworked the rep_platform and op_sys fields. BEWARE; this includes
some changes to the database schema!
1998-12-03 16:10:52 +00:00
jfrancis%netscape.com
a6ccac7bf4 adding some private helper functionality that is going to change soon... 1998-12-03 15:02:37 +00:00
leaf%mozilla.org
99874a5dda Removed some kruft and added a pull_config to pull_all so pull_nglayout doesn't
die. More splitting needs to be done (taking up some of the things that nglayout.mak
does but shouldn't be doing)... but that's for another early morning.
1998-12-03 12:28:26 +00:00
hyatt%netscape.com
9cd1d12265 Hacked the viewer so that the tree widget can be launched from the File menu.
Only works on Windows currently.
1998-12-03 10:12:30 +00:00
jfrancis%netscape.com
fe50f9ae5a putting Akkana's implementation back in; fixed compile-time errors 1998-12-03 09:51:05 +00:00
jfrancis%netscape.com
00a3ce483f taking out the factory extern cruft that we only needed before we had shared libs working on the mac. Long live the shared lib conversion! 1998-12-03 09:35:38 +00:00
jfrancis%netscape.com
898f6a4fe2 cleaning up library dependencies, and added xpcom.shlb 1998-12-03 09:34:37 +00:00
leaf%mozilla.org
2dd4294075 there's no xpcom/toolsMakefile.in , so don't try and make the Makefile 1998-12-03 08:44:14 +00:00
troy%netscape.com
ae7e0ae454 Removed explict call of base class constructor 1998-12-03 07:22:31 +00:00
troy%netscape.com
fbd9f4ef8b Removed explicit call of base class constructor because it was
making Unix compilers unhappy
1998-12-03 07:20:59 +00:00