Commit Graph

148 Commits

Author SHA1 Message Date
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
kipp%netscape.com
deefc2213c Pass on EndLoadURL to the app 1998-11-20 18:25:29 +00:00
troy%netscape.com
478a041eef Changed Init() to addref mAppShell and mPrefs, because that's what the other
overloaded Init() does and because the destructor will do a release
1998-11-18 05:31:03 +00:00
morse%netscape.com
a312ef1aea updates for single signon 1998-11-18 04:35:47 +00:00
michaelp%netscape.com
892909532f changes to support printing. 1998-11-14 01:58:34 +00:00
troy%netscape.com
1cd5b85431 Fixed a crash when using File|Exit from the print preview window 1998-11-13 05:53:47 +00:00
joki%netscape.com
60dc90b13e Get rid of old comment. 1998-11-12 21:35:46 +00:00