Commit Graph

254 Commits

Author SHA1 Message Date
mcafee%netscape.com
69c6ca164e Removing NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 06:46:51 +00:00
hyatt%netscape.com
7f8fb78632 window.open lives. 1999-04-20 22:35:11 +00:00
pierre%netscape.com
844867e3a8 removed the NS_IWINDOW_IID hack / use eBorderStyle_window instead of eBorderStyle_dialog as part of #4780 1999-04-20 03:58:42 +00:00
hyatt%netscape.com
085f789265 Added a method to webshell so that a root container can find out when
new webshells are added to its hierarchy.
1999-04-20 01:50:03 +00:00
hyatt%netscape.com
bdd9fd47e1 Changes to enable an asynchronous creation of a webshell in response to a
window.open call.
1999-04-19 21:08:44 +00:00
morse%netscape.com
1d417eb335 fix build bustage 1999-04-17 05:29:05 +00:00
michaelp%netscape.com
04b6780a88 added zooming front end. 1999-04-16 04:25:17 +00:00
nisheeth%netscape.com
111df3d191 Adding XML tests 14 and 15 to the samples menu. 1999-04-13 00:10:00 +00:00
joki%netscape.com
4bece97409 New argument to nsIWebShellContainer::FocusAvailable method 1999-04-12 21:25:08 +00:00
mcafee%netscape.com
923e1f8ef5 Moving more old clipboard stuff into #ifdef-land. 1999-04-07 04:31:03 +00:00
mcafee%netscape.com
da6f490999 Support for nsPresShell::DoCopy() 1999-04-07 04:12:19 +00:00
mcafee%netscape.com
590ea57320 Support for nsPresShell::DoCopy() 1999-04-07 04:10:04 +00:00
sspitzer%netscape.com
5eaa0c1389 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
dfbd147803 Commented out Drg & Drop Stuff 1999-04-06 21:10:08 +00:00
jdunn%netscape.com
98abec8df6 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
c1c5634399 Fixup deletion order to delete children before the parent when closing a window 1999-04-03 18:45:31 +00:00
erik%netscape.com
be86244099 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
4e7c8ab7a1 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
2c02349824 added sample #13: dhtml and compositor. 1999-03-11 21:23:28 +00:00
troy%netscape.com
4c961a0305 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
76167fefc0 Patch from Bruce Mitchener that fixes incorrect use of delete
operator
1999-03-11 20:32:59 +00:00
morse%netscape.com
997797e21a changes for wallet 1999-03-10 21:42:45 +00:00
rods%netscape.com
f4cc0cfeeb Added the handling for nsDragDropEvents for files 1999-03-09 23:51:29 +00:00
pinkerton%netscape.com
cc82e89a66 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
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
akkana%netscape.com
19102ddcc9 Hook up a debug implementation of paste 1999-03-08 22:45:56 +00:00
pinkerton%netscape.com
7090b187b7 Remove toolbar/tree demo code (which was commented out). 1999-03-05 20:21:14 +00:00
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
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
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
akkana%netscape.com
84cc4f1260 Turn on nsSelectionMgr class for copy/paste 1999-02-26 19:00:17 +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
akkana%netscape.com
4e824a69a2 Turn on Unix cout code for doCopy() 1999-02-19 19:21:25 +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
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
peterl%netscape.com
7f04fb00e6 changed all html atoms to lower case 1999-02-12 06:19:07 +00:00
akkana%netscape.com
7982a421d6 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
pinkerton%netscape.com
cd9d54c58a Remove toolbar/tree demo code (which was commented out). 1999-02-11 16:48:13 +00:00
erik%netscape.com
58da01c7a9 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
58861daa83 Comment out ostream code on Linux for now 1999-02-10 01:55:42 +00:00
troy%netscape.com
b974e26cea Changed some nsIFrame member functions to use ** instead of *& for OUT
paremeters
1999-02-10 00:42:56 +00:00
akkana%netscape.com
16805d9301 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
aac5e9a31a disable this string bundle test until I figure out why Unix viewer crashes 1999-02-09 21:28:27 +00:00
erik%netscape.com
64affd98f9 fixing the build bustage. 1999-02-09 20:01:44 +00:00
erik%netscape.com
8c89d7fa94 adding some string bundle testing code 1999-02-09 19:29:03 +00:00
waterson%netscape.com
cd3d5eef8b Removed tree widget demo: obsolete. 1999-02-09 03:17:03 +00:00
vidur%netscape.com
43f2d11185 Added additional key argument to string parsing routine 1999-02-03 19:38:39 +00:00
troy%netscape.com
a6aab2e8b9 Added two new sample tests 1999-02-03 17:16:11 +00:00
waterson%netscape.com
9540122668 Renamed Init() to SetContentModelBuidler(). 1999-02-01 22:35:17 +00:00
jfrancis%netscape.com
426be54c43 strstream -> strstream.h to satify sunos 1999-01-28 23:44:41 +00:00
jfrancis%netscape.com
91519d4138 changed DoCopy() to use stringstream on mac instead of ostrstream. ostrstream is broken on mac - also ostrstream is deprecated and we may want to move to stringstream on all platforms eventually. Greg and I couldn't get stringstream to work on windows so for now DoCopy() has ifdef'd code for each platform. 1999-01-28 22:58:52 +00:00
sfraser%netscape.com
88f0c9245d Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, we use this to set refCon data. On other platforms, it's just a stub. 1999-01-27 05:20:43 +00:00
michaelp%netscape.com
06c16a187a turned on the throbbing N again. 1999-01-26 19:09:22 +00:00
rickg%netscape.com
bfc83c83b9 fix build crash 1999-01-26 03:02:29 +00:00
rickg%netscape.com
ded7918ef1 fix build crash 1999-01-26 02:59:09 +00:00
peterl%netscape.com
9d1ac341e5 added style menu 1999-01-23 07:10:37 +00:00
kostello%netscape.com
bbac03f2b3 Changed Code to match new selection work 1999-01-21 21:51:21 +00:00
waterson%netscape.com
3628dde43d Removed unnecessary #includes. 1999-01-20 01:42:34 +00:00
jfrancis%netscape.com
9771b5f4ed added Show() to DoFileOpen() - fixes bug #2415 1999-01-19 03:12:18 +00:00
sfraser%netscape.com
09137266c9 Make the status bar read-only 1999-01-16 00:29:07 +00:00
kipp%netscape.com
1815acd0fb Removed IListFilter and SizeOf API usage 1999-01-15 23:51:00 +00:00
buster%netscape.com
b64bcb06c6 pass the pres shell to the editor init method 1999-01-14 18:52:16 +00:00
waterson%netscape.com
d3b9f0cf03 Rearranged stream and content sink stuff to be a part of base: content sink will eventually be replaced by a lower-level parser implementation. Improved the named data source handling. 1999-01-14 10:55:08 +00:00
rpotts%netscape.com
4276089019 Fixed up the signature for nsIContentViewerContainer::GetContentViewer()... 1999-01-14 06:49:59 +00:00
waterson%netscape.com
d1081a74f9 Factored content model builder code into its own interface. Hooked up RDF-to-content model notification. Minor bug fixes in data sources. 1999-01-12 19:41:06 +00:00
cls%seawood.org
76a3904afb Explicitly cast pToolbarWindow to nsIWidget * to unconfuse old compilers. 1999-01-08 01:43:32 +00:00
waterson%netscape.com
853036c079 Use root node of LocalStore.rdf as the tree control's root. Added bookmarks data source to the DB. 1999-01-07 18:44:12 +00:00
kipp%netscape.com
0eefc791cf Applied patch from bug #1988 to improve the open-file dialog 1999-01-07 02:06:44 +00:00
rods%netscape.com
860dd9b58d Added Table and Image Inspectors 1999-01-06 21:59:17 +00:00
guha%netscape.com
ce5f96afb9 More on the alloy prototype 1999-01-06 17:38:37 +00:00
pinkerton%netscape.com
f002509817 Respond to toolbar demo menu command to show a new window for testing out toolbars. 1999-01-05 22:59:02 +00:00
waterson%netscape.com
78fa98a324 Landed RDF_122898_BRANCH onto the trunk. 1999-01-05 03:53:15 +00:00
troy%netscape.com
583682a5c1 Renamed FindFrameWithContent() to GetPrimaryFrameFor() 1998-12-29 04:45:18 +00:00
waterson%netscape.com
203f96e9a9 RDF interface changes. 1998-12-18 05:38:59 +00:00
rods%netscape.com
5acf149a4f Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
warren%netscape.com
0580a8e5c4 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
pierre%netscape.com
c1ae7a1e4c fixed bug where the Find dialog would not show up again after being dismissed 1998-12-15 03:04:22 +00:00
pinkerton%netscape.com
89ecdf3489 Tree view is no longer an nsITreeView but an nsIContentConnector. 1998-12-11 16:36:21 +00:00
waterson%netscape.com
d86a0959f9 Force the tree demo to dump the content model before displaying the tree. 1998-12-10 08:29:14 +00:00
hyatt%netscape.com
d4ec7486ce Modifications to make the tree view speak to RDF. 1998-12-09 19:56:30 +00:00
waterson%netscape.com
4b956c6761 Some horrible hackery to get hyatt started on debugging the tree with a real content model. 1998-12-08 05:10:35 +00:00
sfraser%netscape.com
18caeacae0 Don't crash when failing to create dialogs (which we don't have a widget for yet on Mac). 1998-12-08 02:15:21 +00:00
kipp%netscape.com
8cde7abb9e Implement new NewWebShell API 1998-12-08 01:57:40 +00:00
hyatt%netscape.com
804d237af6 Adding an #ifdef XP_MAC on the window destroy for the tree widget (just to keep
Windows from crashing).
1998-12-03 23:57:44 +00:00
pinkerton%netscape.com
f069217c85 handle NS_DESTROY message in tree window event handler. 1998-12-03 22:05:17 +00:00
hyatt%netscape.com
4c69db8783 Improvements to tree widget tester. 1998-12-03 19:13:53 +00:00
pinkerton%netscape.com
780c249022 turn on tree view command for win and macos. 1998-12-03 17:59:25 +00:00
hyatt%netscape.com
9cd1d12265 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
rickg%netscape.com
5c9706fc64 removed unnecessary API's 1998-11-26 03:21:55 +00:00
michaelp%netscape.com
b3fbe67dc6 made the stars 'n comets animation the default for the throbber. 1998-11-23 03:30:24 +00:00