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

32847 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 788cc36525 Changes for new style quoting 1999-07-02 05:47:11 +00:00
mcafee%netscape.com 7d8f9fc217 Ignore generated files. 1999-07-02 05:43:31 +00:00
mcafee%netscape.com 4b0cfacbd6 Solaris needs newline at EOF. 1999-07-02 05:37:21 +00:00
mcafee%netscape.com b48b91fe1c Fixing Solaris/CC bustage. 1999-07-02 05:36:07 +00:00
hyatt%netscape.com ca4d2ad7fa Forgot the vertical alignment for the editor files. 1999-07-02 05:34:59 +00:00
hyatt%netscape.com 8283f0b753 Patching the mail/news main window. 1999-07-02 05:33:41 +00:00
hyatt%netscape.com 34ff7bf7a8 Converted the navigator main window to the new XUL world. 1999-07-02 05:29:43 +00:00
hyatt%netscape.com a14d2e671e Making sure the default scrolling behavior for a webshell in XUL is
OVERFLOW_HIDDEN always.  Scrolling behavior set on the box itself
can be used to enable scrolling.
1999-07-02 05:29:18 +00:00
hyatt%netscape.com 9b9522ae73 Landing changes to wrap XUL windows in a box frame so that we can support
intrinsic sizing of windows.  (Unlike HTML and XML, we are no longer wrapped
in an area frame. We are instead wrapped in a box frame.)

Also included is a patch for the table code, since it crashes inside boxes
because of a bug in its incremental reflow code.

nsISpaceManager was touched to give it a GetIID method so that it could be
used with nsCOMPtrs.
1999-07-02 05:28:32 +00:00
hyatt%netscape.com f260c11c18 Changing the editor main window to work with the new XUL changes (making
the window tag a box).
1999-07-02 05:26:18 +00:00
waterson%netscape.com 2036cc44fb Fix nsCOMPtr bustage. 1999-07-02 05:20:31 +00:00
jfrancis%netscape.com 1338afd680 bitten by lack of const enforcement in mac coimpiler once again. 1999-07-02 05:13:21 +00:00
warren%netscape.com c108fb3559 Removed bogus comment. 1999-07-02 05:00:36 +00:00
warren%netscape.com b72f8da9e7 Added newline at eof. 1999-07-02 04:59:27 +00:00
warren%netscape.com f1cd3a43d3 Removed semicolon. 1999-07-02 04:58:27 +00:00
warren%netscape.com 669b417329 Added nsSimpleURI to build. 1999-07-02 04:58:06 +00:00
warren%netscape.com 6e208d1b2d Fixed QI bug. 1999-07-02 04:57:45 +00:00
warren%netscape.com ce9eba0c3c Fixed initialization problems. 1999-07-02 04:56:53 +00:00
warren%netscape.com 933f5e1571 Fixed refcounting bug. 1999-07-02 04:55:52 +00:00
troy%netscape.com 14c7088e20 Work-in-progress for hash table that maps from content->frame 1999-07-02 04:47:05 +00:00
jfrancis%netscape.com dad328a513 making rules savvy to multi-char insertions. this means that pasting in text with embedded tabs, returns, spaces, & nbsp's now get the full rules treatment. 1999-07-02 04:46:45 +00:00
troy%netscape.com 5b550f3d8a Added function FindPrimaryFrameFor() 1999-07-02 04:46:19 +00:00
cyeh%netscape.com 5f3526c72b stupid fix for #7190. create default plugins directory in the executable directory. this causes searching for 3.0 and 4.0 plugins to not occur. will prevent java crashes and also speed up launch time. 1999-07-02 04:44:44 +00:00
waterson%netscape.com def6132e8d Add nsIWebShellWindow so it builds. 1999-07-02 04:32:26 +00:00
pavlov%pavlov.net e46d82f662 initial (non-built) implimentation of nsContextMenu changes 1999-07-02 04:30:25 +00:00
alecf%netscape.com bc0c365a5e fix mac bustage 1999-07-02 04:21:42 +00:00
sspitzer%netscape.com 6fa605ce2e fix warning. if you're anal and you know it clap your hands. 1999-07-02 04:21:32 +00:00
waterson%netscape.com f81a670034 Use if-else instead of ?: because VC5.0 is stupid. 1999-07-02 04:18:59 +00:00
warren%netscape.com 939cd0171d Added chrome protocol handler 1999-07-02 04:15:43 +00:00
sspitzer%netscape.com e8c8e1b5e2 cast to fix build bustage 1999-07-02 04:15:38 +00:00
dp%netscape.com 5b80b137ed Diabling registry prepopulation. These changes was meant for the
branch and not in the tip. When XPCOM_M8_PERF_BRANCH lands, these will
be enabled.
1999-07-02 04:04:31 +00:00
sfraser%netscape.com 05fadab393 Fix for crash on startup -- don't use nsCOMPtr on frame-derived things, becaue they are not refcounted, and this causes nsCOMPtr to delete the frame on destructions. 1999-07-02 04:02:48 +00:00
sfraser%netscape.com 684c2fd8dc Added nsStyleSheetTxns.cpp 1999-07-02 04:01:38 +00:00
alecf%netscape.com 16fa7913df forgot to export these files 1999-07-02 04:00:54 +00:00
sfraser%netscape.com fecb23a8fd Added transactions for applying and removing style sheets 1999-07-02 03:57:50 +00:00
sfraser%netscape.com 0fed0447a1 Add EditorStyles1.css to the build 1999-07-02 03:57:20 +00:00
sfraser%netscape.com 5f69ebe5b1 Add stuff for applying style sheets. 1999-07-02 03:56:59 +00:00
sfraser%netscape.com d78b1fc110 First Checked In. 1999-07-02 03:56:25 +00:00
dp%netscape.com b46fdbf168 Removing old RegisterComponent calls as these are inbuilt into XPCOM 1999-07-02 03:50:44 +00:00
waterson%netscape.com 463f590d61 Primitive implementation for Change() and Move() methods. 1999-07-02 03:40:32 +00:00
dp%netscape.com 948d7e96ab Calling PlatformPrePopulateRegistry() 1999-07-02 03:37:44 +00:00
mcafee%netscape.com efb0b4ac2e librdf.so needs NS_NewUnicharStreamLoader from libneckoutil_s.a for NECKO=1 build. 1999-07-02 03:35:17 +00:00
dp%netscape.com 0fc11b859d PlatformPrePopulateRegistry() 1999-07-02 03:35:09 +00:00
tao%netscape.com 03e88827de Fix bustage 1999-07-02 03:34:24 +00:00
dp%netscape.com 6617ee15f9 Caching of node names in nsIRegistryNode
Adding nsIRegistryNode::GetIID()
        - Thanks Dan Veditz
1999-07-02 03:34:08 +00:00
briano%netscape.com f39934ebcd Cleanup and fixes for OpenBSD. 1999-07-02 03:25:32 +00:00
briano%netscape.com 7c21f906f2 Evidently nsStubs.cpp is no longer needed. 1999-07-02 03:21:43 +00:00
tao%netscape.com 3465e55bf4 Fix build bustage. 1999-07-02 03:20:48 +00:00
rhp%netscape.com 0941a061b9 Trying to get the editor to edit more often... 1999-07-02 03:07:37 +00:00
rhp%netscape.com 7d229773f7 Fixing this again... 1999-07-02 02:47:52 +00:00