Commit Graph

1137 Commits

Author SHA1 Message Date
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
joki%netscape.com
0baca6512f Adding new tab handling and focus support. 1999-03-02 19:19:24 +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
sfraser%netscape.com
3a123c982b Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +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
locka%iol.ie
9f2d4e0f3b Added IE browser helper object support 1999-02-24 21:49:32 +00:00
locka%iol.ie
fb0bed2845 Removed some build-breaking lines 1999-02-24 21:48:24 +00:00
locka%iol.ie
11f325d0ed Added some more CLSID parameter variants 1999-02-24 21:47:32 +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
locka%iol.ie
aac3079758 Update some API calls to handle new const tags 1999-02-17 18:45:59 +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
pinkerton%netscape.com
eff5525b83 no longer implements nsIToolbarItem because this interface is obsolete. 1999-02-16 17:35:53 +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
rickg%netscape.com
de5fffb57b allow plain text file to be handled by HTML document 1999-02-16 07:37:53 +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
waterson%netscape.com
085a8b47ad Got rid of #include's, too. 1999-02-15 19:56:47 +00:00
waterson%netscape.com
4aa3bc8de1 Got rid of nsIRDFDocument: we never use it here anyway. 1999-02-15 19:53:55 +00:00
locka%iol.ie
9e55a87942 Simple plugin test file 1999-02-14 13:29:37 +00:00
locka%iol.ie
4430b77377 Added object implementing IPropertyBag 1999-02-14 13:26:57 +00:00
locka%iol.ie
1585ea29da Plugin .def file 1999-02-14 13:25:52 +00:00
locka%iol.ie
2f95da861d Added plugin headers 1999-02-14 13:24:48 +00:00
locka%iol.ie
b5eb06c848 no message 1999-02-14 13:24:11 +00:00
locka%iol.ie
f4d1ab47c7 Change version info to be plugin compatible 1999-02-14 13:24:03 +00:00
locka%iol.ie
9931408336 Renamed MozillaControl as npmozctl 1999-02-14 13:23:18 +00:00