Граф коммитов

12594 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 652b6c228b Export style sheets, nsPresShell, and nsTextNode via the factory. 1998-12-03 20:21:40 +00:00
waterson%netscape.com 3cbd2aa561 Added initializers that can be used from the repository. Export nsIHTMLStyleSheet.h. 1998-12-03 20:20:35 +00:00
waterson%netscape.com 07920c6756 Added initializer that can be used from the repository. 1998-12-03 20:19:46 +00:00
buster%netscape.com 36300f5377 minor optimizations and cleanup. removed constructors that did nothing. 1998-12-03 20:19:01 +00:00
pollmann%netscape.com 4a2ace908f Allow option groups to contain options when building the content model 1998-12-03 19:33:12 +00:00
hyatt%netscape.com a2b281b6c6 Improvements to tree widget tester. 1998-12-03 19:13:53 +00:00
jfrancis%netscape.com 7d88c06920 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 0259b3f134 added table pseudo-style contenxts 1998-12-03 18:03:28 +00:00
buster%netscape.com a15dfd9f3a 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 ab4dfe23b9 added atoms for table pseudo style contexts 1998-12-03 18:00:42 +00:00
pinkerton%netscape.com 2e44ec4adb turn on tree view command for win and macos. 1998-12-03 17:59:25 +00:00
pinkerton%netscape.com 1faba2b6dd handle view source and tree view file menu commands. 1998-12-03 17:59:13 +00:00
pinkerton%netscape.com 13ee82f43c added view source and view tree menu items for demo purposes. 1998-12-03 17:58:44 +00:00
shaver%netscape.com 57369bcfc3 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 7e28938017 fixing bad goto (as if there were good ones?) 1998-12-03 17:25:00 +00:00
troy%netscape.com 6be0f1bb4f Added NS_RELEASE to fix leak of a HTML style element 1998-12-03 16:46:56 +00:00
terry%netscape.com 6fbcfd405e Fixed bug 1746 -- make it say "Submit query" instead of "Submit". 1998-12-03 16:31:10 +00:00
terry%netscape.com 89c68ee406 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 31f969fa8a adding some private helper functionality that is going to change soon... 1998-12-03 15:02:37 +00:00
leaf%mozilla.org 9cf30be285 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 9191e156f8 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 4ae12673b3 putting Akkana's implementation back in; fixed compile-time errors 1998-12-03 09:51:05 +00:00
jfrancis%netscape.com cbfd1b2ef0 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 16dbb02e40 cleaning up library dependencies, and added xpcom.shlb 1998-12-03 09:34:37 +00:00
leaf%mozilla.org 2977ab5080 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 0e696d9722 Removed explict call of base class constructor 1998-12-03 07:22:31 +00:00
troy%netscape.com 53cb72de5e Removed explicit call of base class constructor because it was
making Unix compilers unhappy
1998-12-03 07:20:59 +00:00
wtc%netscape.com 356633de9d Added a static cast from void* to GtkWidget*. 1998-12-03 06:35:05 +00:00
shaver%netscape.com 85ffd77d2a Fix indentation, which was my fault and not andrewv's.
Add nsISupports to the always-include list.
Clean up interface generation code, and then mess it up again with
IID handling.
1998-12-03 06:33:59 +00:00
troy%netscape.com d97a31f115 Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
wtc%netscape.com 29c86a6abf The GetFont method of nsIFontMetrics takes a const pointer reference
as argument, so we must pass a const pointer reference to it.
1998-12-03 06:29:56 +00:00
saari%netscape.com 1620a04ec8 Mac - Temporarly turning off the passing down of rendering contexts to children during updates to facilitate a hack that improves rendering. The hack is getting around the Windows centric XP code. 1998-12-03 04:26:46 +00:00
nisheeth%netscape.com 491ab5f597 Added /FR flag for WIN32 builds to generate code browsing info if
MOZ_BROWSE_INFO is set in the environment.
1998-12-03 04:26:40 +00:00
nisheeth%netscape.com 2901ffffde Added a browse_info target to the windows make file to support
generation of the .BSC browse info file from all the .SBR files
that get generated by the MSVC compiler.
1998-12-03 04:25:14 +00:00
saari%netscape.com 74c6d2c0d6 Mac only hackery to make rendering better. 1998-12-03 04:24:54 +00:00
joki%netscape.com 4e997acada Fix cursor bug which caused cursor to be set once per child view on each mousemove 1998-12-03 03:07:16 +00:00
pinkerton%netscape.com c9e6e26621 replace NS_IMETHOD with expanded version to make vc6 happy. 1998-12-03 01:45:40 +00:00
rpotts%netscape.com 8fdf5baf91 Temp file to populate the repository (until it becomes persistent... 1998-12-03 01:38:19 +00:00
rpotts%netscape.com 007ea38060 Application launcher... 1998-12-03 01:37:46 +00:00
rpotts%netscape.com a4ef2dd5c6 Windows makefile... 1998-12-03 01:37:24 +00:00
rpotts%netscape.com 33610d9b6f public headers for the Application SHell services... 1998-12-03 01:36:47 +00:00
rpotts%netscape.com 6c7c07902c Application Shell services... 1998-12-03 01:35:53 +00:00
pinkerton%netscape.com ae65a4aa3d move the tree and toolbar files into their own group. 1998-12-03 01:27:41 +00:00
pinkerton%netscape.com 35f3bb2489 general cleanup, change PaintLines() to PaintRows(), cleaned up cntr. 1998-12-03 01:27:24 +00:00
pinkerton%netscape.com 42abeacfcb make the toolbar inherit from the dataModelWidget class like the trees. 1998-12-03 01:26:39 +00:00
pinkerton%netscape.com 022f7c8c8d clean up a warning and some comments. 1998-12-03 01:26:10 +00:00
pinkerton%netscape.com 6571f3d585 moved eDMImageLoaded constant here because this is the only place it is used. 1998-12-03 01:25:50 +00:00
pinkerton%netscape.com 24d9177726 reshuffled some things to remove include dependancies, etc. 1998-12-03 01:25:26 +00:00
rpotts%netscape.com 3f53ca57ea Windows makefile... 1998-12-03 01:17:32 +00:00
pierre%netscape.com 66d46171b7 Making nsMacRepository.h obsolete: the shared lib conversion is done. 1998-12-03 01:06:00 +00:00