Commit Graph

196 Commits

Author SHA1 Message Date
joki@netscape.com
a57fa8b32c New argument to nsIWebShellContainer::FocusAvailable method 1999-04-12 21:25:08 +00:00
mcafee@netscape.com
6d52cb8b53 Moving more old clipboard stuff into #ifdef-land. 1999-04-07 04:31:03 +00:00
mcafee@netscape.com
2207109d67 Support for nsPresShell::DoCopy() 1999-04-07 04:12:19 +00:00
mcafee@netscape.com
36035a3ce0 Support for nsPresShell::DoCopy() 1999-04-07 04:10:04 +00:00
sspitzer@netscape.com
92a08a2d6c convince the viewer to use all 30 (0-29) frames of the animation, not just
15
1999-04-07 03:55:22 +00:00
rods@netscape.com
8471e90698 Commented out Drg & Drop Stuff 1999-04-06 21:10:08 +00:00
jdunn@netscape.com
c23b92390a include ctype.h for tolower function prototype.
NOTE: also added a return PR_FALSE to remove compiler warning
1999-04-05 20:48:43 +00:00
kipp@netscape.com
5a6acb2922 Fixup deletion order to delete children before the parent when closing a window 1999-04-03 18:45:31 +00:00
erik@netscape.com
90eef0e777 The URL Location text field font size was wrong. It forgot to multiply by
the "device to app" factor. Corrected.
1999-03-31 22:51:25 +00:00
kmcclusk@netscape.com
d67d9e08c0 Approved by Chris Hofmann.
Patch for #bug #2226. This patch modifies the nsBrowserWindow to call SetDisplayDirectory
to set the default directory when using the viewer's file open dialog.
1999-03-17 00:45:33 +00:00
michaelp@netscape.com
ceae5e3c36 added sample #13: dhtml and compositor. 1999-03-11 21:23:28 +00:00
troy@netscape.com
496dd7ed4f Fixed a few places where memory allocated using ToNewCString() was free'd using
PR_Free() instead of delete[]
1999-03-11 20:38:28 +00:00
troy@netscape.com
7a1d00af48 Patch from Bruce Mitchener that fixes incorrect use of delete
operator
1999-03-11 20:32:59 +00:00
morse@netscape.com
a3a31f815b changes for wallet 1999-03-10 21:42:45 +00:00
rods@netscape.com
2e503f3837 Added the handling for nsDragDropEvents for files 1999-03-09 23:51:29 +00:00
pinkerton@netscape.com
48fd239d45 Add case for xptoolkit tree demo and fix missing break statement at end of toolbar demo case that would always cause JS window to appear. doh! 1999-03-09 22:03:18 +00:00
warren@netscape.com
35d5e6e062 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
akkana@netscape.com
31f446774a Hook up a debug implementation of paste 1999-03-08 22:45:56 +00:00
pinkerton@netscape.com
2d3e79ffca Remove toolbar/tree demo code (which was commented out). 1999-03-05 20:21:14 +00:00
kostello@netscape.com
9a1021c418 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
e73254bc17 *** empty log message *** 1999-03-03 14:35:06 +00:00
kmcclusk@netscape.com
73485522a4 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
37030e2635 fixed for nsCOMPtr: no constructions assignments from raw COM interface pointers 1999-03-02 22:38:42 +00:00
cmanske@netscape.com
33ebe6a08b Changed viewer to use nsHTMLEditor instead of nsTextEditor 1999-03-02 05:31:41 +00:00
akkana@netscape.com
ab0f97e60d Move bulk of DoCopy code from nsBrowserWindow.cpp into nsPresShell 1999-03-01 19:21:01 +00:00
akkana@netscape.com
e115687bdb Turn on nsSelectionMgr class for copy/paste 1999-02-26 19:00:17 +00:00
akkana@netscape.com
8ae7857c5d Back out previous change 1999-02-25 07:25:36 +00:00
akkana@netscape.com
f700acf3f8 Use the real nsISelectionMgr for doCopy 1999-02-25 05:32:30 +00:00
akkana@netscape.com
c1201c345a Turn on Unix cout code for doCopy() 1999-02-19 19:21:25 +00:00
erik@netscape.com
bf28590557 temporarily disable the string resource test until the nsIProperties
crash(?) is resolved
1999-02-16 22:09:43 +00:00
rickg@netscape.com
48ddf9037a fixed a wad of little bugs and added regression test 1999-02-16 07:38:27 +00:00
michaelp@netscape.com
22949749b3 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
b83691f27a Fixed a bunch of "const" problems 1999-02-14 06:35:01 +00:00
troy@netscape.com
ef8ba453f0 Added a missing NS_RELEASE of a nsIURL interface 1999-02-14 04:58:10 +00:00
pierre@netscape.com
f48c7fa9c3 Fixed leak of the BrowserWindow in WebCrawler / Added nsViewerApp::CloseWindow() 1999-02-12 19:11:24 +00:00
troy@netscape.com
602de2f255 Fixed some errors related to switch to using nsCOMPtr 1999-02-12 18:41:26 +00:00
kipp@netscape.com
74b2988510 COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
peterl@netscape.com
3f01d94bb1 changed all html atoms to lower case 1999-02-12 06:19:07 +00:00
akkana@netscape.com
0e46889822 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
pinkerton@netscape.com
caed99811e Remove toolbar/tree demo code (which was commented out). 1999-02-11 16:48:13 +00:00
erik@netscape.com
13a851a123 Re-enabling the string bundle testing code, now that the nsIProperties
bug has been fixed.
1999-02-10 22:53:35 +00:00
akkana@netscape.com
3c28ac42d8 Comment out ostream code on Linux for now 1999-02-10 01:55:42 +00:00
troy@netscape.com
b4f8c0fbbe Changed some nsIFrame member functions to use ** instead of *& for OUT
paremeters
1999-02-10 00:42:56 +00:00
akkana@netscape.com
1484b4e8a8 Change stream ifdefs to be easier to follow; include debug code for Linux DoCopy(); comment out a bunch of lines that caused warnings 1999-02-10 00:06:19 +00:00
erik@netscape.com
be6e863b68 disable this string bundle test until I figure out why Unix viewer crashes 1999-02-09 21:28:27 +00:00
erik@netscape.com
f838e0d74c fixing the build bustage. 1999-02-09 20:01:44 +00:00
erik@netscape.com
1702595671 adding some string bundle testing code 1999-02-09 19:29:03 +00:00
waterson@netscape.com
6dfaef870b Removed tree widget demo: obsolete. 1999-02-09 03:17:03 +00:00
vidur@netscape.com
427eca8b4c Added additional key argument to string parsing routine 1999-02-03 19:38:39 +00:00
troy@netscape.com
8f3f5f9452 Added two new sample tests 1999-02-03 17:16:11 +00:00