Commit Graph

703 Commits

Author SHA1 Message Date
kostello%netscape.com
d552751bc7 Added Debug Output HTML and Debug Output Text
Note: these only work in editor mode.
1999-03-04 21:50:44 +00:00
brade%netscape.com
845d5ae209 add "static" to HandleRobotEvent and HandleSiteEvent to reduce compiler warnings on Macintosh 1999-03-03 14:53:39 +00:00
brade%netscape.com
f1cad0aeb2 *** empty log message *** 1999-03-03 14:35:06 +00:00
kmcclusk%netscape.com
82dac76411 gfx vs native widget rendering can now be specified in the viewer at run-time.
Added methods to GetWidgetRenderingMode and SetWidgetRenderingMode in nsPresContext
Removed NS_GFX_RENDER_FORM_ELEMENTS define, now it uses the GetWidgetRenderingMode
method on the rendering context.
Resurrected Rod's listbox frame-based widget code.
Added -moz-option-selected pseudo attribute to control the appearance of selected items for the listbox frame-based widget.
Added a style rule with attribute selector for -moz-option-selected to the ua.css style sheet.
Modifed nsView::SetVFlags to do a bitwise or instead of bitwise and to set flags.
Modified nsView::HandleEvent to compare mVFlags with NS_VIEW_FLAG_DONT_CHECK_CHILDREN
1999-03-02 22:43:26 +00:00
scc%netscape.com
72d366d6cb fixed for nsCOMPtr: no constructions assignments from raw COM interface pointers 1999-03-02 22:38:42 +00:00
beard%netscape.com
d227cf56ad fix menu double dispatching 1999-03-02 22:30:02 +00:00
kmcclusk%netscape.com
807e05b0b4 Added debug/style/widget render mode to the viewer menu in GTK. This allows
the viewer to set whether native or gfx-rendered widgets should be used.
1999-03-02 22:15:35 +00:00
cmanske%netscape.com
b71d9e04d6 Changed viewer to use nsHTMLEditor instead of nsTextEditor 1999-03-02 05:31:41 +00:00
akkana%netscape.com
48dcd3da7a Move bulk of DoCopy code from nsBrowserWindow.cpp into nsPresShell 1999-03-01 19:21:01 +00:00
beard%netscape.com
58b3d3bf93 registering GenericFactory component 1999-03-01 18:09:13 +00:00
kipp%netscape.com
960bc34221 fixed up operator new usage 1999-02-26 20:02:06 +00:00
ebina%netscape.com
174cec60e4 Changing RegisterFactory to use the new API. 1999-02-26 19:45:10 +00:00
akkana%netscape.com
84cc4f1260 Turn on nsSelectionMgr class for copy/paste 1999-02-26 19:00:17 +00:00
warren%netscape.com
44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
pavlov%pavlov.net
9368cd3bea remove keyboard accelerators so that editor works on the keys that had accels. 1999-02-25 17:33:06 +00:00
brade%netscape.com
628c7c5051 add "static" to CreateRobotDialog and CreateSizeDialog to reduce compiler warnings on Macintosh 1999-02-25 15:40:59 +00:00
akkana%netscape.com
2d011004df Back out previous change 1999-02-25 07:25:36 +00:00
akkana%netscape.com
9e90097ffe Use the real nsISelectionMgr for doCopy 1999-02-25 05:32:30 +00:00
beard%netscape.com
6d7bfd6f03 registering NS_ALLOCATOR_CID, NS_PLUGIN_HOST_CID, fixed some mutually exclusive ifdefs. 1999-02-25 04:30:45 +00:00
kipp%netscape.com
6b62232661 Removed duplicate closing of the regression data files 1999-02-23 19:37:10 +00:00
ftang%netscape.com
7a02e28f67 add nsIPlatformCharset 1999-02-23 16:25:25 +00:00
radha%netscape.com
89081cc87b Autoregister the RDF library interfaces so that apprunner will display the
toolbar and the default page when invoked with no argument.
1999-02-23 01:07:27 +00:00
kmcclusk%netscape.com
59fd81ffb1 Added support for creating a postscript device context for printing under GTK.
Sanitized the GTK nsDeviceContextSpecFactoryG, nsRenderingContextPS, nsDeviceContextPS,
and nsDeviceContextSpecG by removing WIN32 dependencies.
Added checks for null widgets in nsWidget and nsScrollbar GTK implementations.
1999-02-22 18:56:54 +00:00
pierre%netscape.com
f544024e57 returns eConsumeNoDefault after closing a window 1999-02-21 02:01:16 +00:00
hyatt%netscape.com
b6d714891b Adding the event listener manager to the registry. 1999-02-20 02:00:12 +00:00
akkana%netscape.com
4e824a69a2 Turn on Unix cout code for doCopy() 1999-02-19 19:21:25 +00:00
troy%netscape.com
42e8139d31 Added GetBrowserWindow to nsWebCrawler, and changed nsViewerApp to only
call SetBrowserWindow() once and to have CloseWindow() check before
setting the web crawler's browser window to NULL (doing so caused a crash)
1999-02-19 04:24:12 +00:00
rickg%netscape.com
57afdc28b7 added CRC 1999-02-19 00:54:27 +00:00
waterson%netscape.com
b2d2e6a423 Added RDF CIDs as #ifdef XP_MAC until somebody fixes dynamic self-registration for XPCOM DLLs. 1999-02-17 20:05:07 +00:00
kmcclusk%netscape.com
85c61b4f7f Added <INPUT type=file> to test_pr.html 1999-02-17 18:27:38 +00:00
troy%netscape.com
3630e3f484 Fix for bug #2899 1999-02-17 17:01:39 +00:00
ftang%netscape.com
ff01627a7c add CID for lwbrk 1999-02-17 15:30:26 +00:00
erik%netscape.com
49b6610a02 temporarily disable the string resource test until the nsIProperties
crash(?) is resolved
1999-02-16 22:09:43 +00:00
jfrancis%netscape.com
3cabee987c registering content iterators 1999-02-16 15:47:54 +00:00
rickg%netscape.com
359e6e5567 fixed a wad of little bugs and added regression test 1999-02-16 07:38:27 +00:00
michaelp%netscape.com
6992018f6f turned on quality control again, but until someone who better understands
thr browser window better has a look at this, it won't work across
frame sets.
1999-02-16 00:55:15 +00:00
troy%netscape.com
3060f3cea1 Fixed a bunch of "const" problems 1999-02-14 06:35:01 +00:00
troy%netscape.com
7d2e0b697c Added a missing NS_RELEASE of a nsIURL interface 1999-02-14 04:58:10 +00:00
pierre%netscape.com
b7382c0909 Fixed leak of the BrowserWindow in WebCrawler / Added nsViewerApp::CloseWindow() 1999-02-12 19:11:24 +00:00
troy%netscape.com
0debd6f0d1 Fixed some errors related to switch to using nsCOMPtr 1999-02-12 18:41:26 +00:00
kipp%netscape.com
36c243cdc0 COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
buster%netscape.com
b0ea7e977d using nsRegistry to get an nsITextEditor now. 1999-02-12 17:23:14 +00:00
peterl%netscape.com
7f04fb00e6 changed all html atoms to lower case 1999-02-12 06:19:07 +00:00
rickg%netscape.com
e57df4d2d0 reset top 100 pages 1999-02-12 03:00:38 +00:00
akkana%netscape.com
7982a421d6 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
kmcclusk%netscape.com
3aceaa77fa Added reset, submit, button, and file input types to test_pr sample. 1999-02-11 18:28:41 +00:00
pinkerton%netscape.com
ccc9feeb19 remove toolbars and tree widget registry, as they are no longer widgets. 1999-02-11 17:51:56 +00:00
pinkerton%netscape.com
cd9d54c58a Remove toolbar/tree demo code (which was commented out). 1999-02-11 16:48:13 +00:00
rods%netscape.com
9ab0131da7 Removed XULCOmmandCID 1999-02-11 16:14:43 +00:00
karnaze%netscape.com
cfbec4c2ff tests collapsing rows, row groups, cols, col groups 1999-02-11 06:23:43 +00:00