Commit Graph

199 Commits

Author SHA1 Message Date
kipp%netscape.com
2c1c17e743 Resurrected DoDebugSave method 1998-07-20 22:22:13 +00:00
kipp%netscape.com
58cfc75bc1 Updated to match revised menu api 1998-07-20 22:16:26 +00:00
kipp%netscape.com
acdc206b13 Ported to unix 1998-07-20 22:13:11 +00:00
kipp%netscape.com
98b76ebd08 new 1998-07-20 22:11:02 +00:00
kipp%netscape.com
5c1da9460a Switch to new source files 1998-07-20 21:17:13 +00:00
kipp%netscape.com
e0d8d2dcac Implement a pile of debug methods and menu code; abstract out menu bar creation into a native subclass 1998-07-20 21:16:38 +00:00
kipp%netscape.com
d6f9be5ab2 Get pref-id's properly setup 1998-07-20 21:16:12 +00:00
kipp%netscape.com
9d0bc2ad58 new 1998-07-20 21:15:52 +00:00
kipp%netscape.com
e084c41ea1 Fixed Makefile 1998-07-20 16:38:04 +00:00
kipp%netscape.com
44e081cc23 Moved nsBrowserWindow in 1998-07-20 16:19:22 +00:00
kipp%netscape.com
37487d90b5 Removed registry init into a seperate file; use browser window instead of old code 1998-07-19 04:07:20 +00:00
kipp%netscape.com
65fd6ba6ee Moved windows init into winmain 1998-07-19 04:06:47 +00:00
kipp%netscape.com
7d3df22901 Build new source 1998-07-19 04:06:25 +00:00
kipp%netscape.com
0972a45689 new 1998-07-19 04:06:14 +00:00
kipp%netscape.com
1406c1fc9b Whacked to use new pluggable throbber 1998-07-19 01:18:57 +00:00
kipp%netscape.com
cc10d75885 Spanked to use web-shell API's 1998-07-18 21:51:03 +00:00
michaelp%netscape.com
92a7151e25 the throbbing N lives. yuck. 1998-07-17 23:48:58 +00:00
kostello%netscape.com
58e5b0b4cf Changed name of method from ToXIF to CreateXIF 1998-07-17 23:02:53 +00:00
michaelp%netscape.com
8f6e45ba06 throbber now has 14 frames and works as a button. 1998-07-17 22:58:11 +00:00
joki%netscape.com
0ebd01ad80 Fix notation on key event enum values. 1998-07-17 19:25:14 +00:00
kipp%netscape.com
d3642b165c get dom document directly instead of from defunct web-widget api 1998-07-17 18:14:56 +00:00
kipp%netscape.com
593dec7069 Implement debug methods in nsViewer not in WindowData or WebWidget 1998-07-17 17:55:47 +00:00
kipp%netscape.com
d5d6ee498a Removed doc-observer LoadURL method and fixedup progress printf's and start throbber at a better time 1998-07-17 15:30:59 +00:00
joki%netscape.com
964919d160 Fix IRIX issues with enums in case statements. 1998-07-17 07:10:43 +00:00
rpotts%netscape.com
589dcc48fe Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)... 1998-07-17 06:32:39 +00:00
joki%netscape.com
8a1c5eed88 Modifying editor code to correspond to slight change in event interfaces. 1998-07-17 04:53:01 +00:00
jevering%netscape.com
2c3b709bf3 null out related links item. 1998-07-16 19:00:11 +00:00
kmcclusk%netscape.com
3c7c5e8b26 Removed #ifdef (!XP_PC) so the VIEWER_UI is defined for Unix 1998-07-16 18:24:56 +00:00
troy%netscape.com
a90f1b6cbd Changed image group GetImage() member function so the background color
is a pointer and not a color by value. This allows it to be NULL if the
caller wants a transparency mask to be created
1998-07-16 02:32:08 +00:00
rpotts%netscape.com
646e80db63 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00
jevering
7554b89a54 Hooked up the related links code to the demo. Getting duplicated now,
hopefully get that fixed soon.
1998-07-15 18:45:16 +00:00
kostello
4774b3488b Added XIF Support. XIF is a Netscape internal XML format which is
designed to allow for easy conversion from the NGLayoutContent model
to other formats. It's primary focus is to allow easy conversion to
HTML3.2 and HTML4.0 formats. Other formats may be supported in the future.
1998-07-14 22:37:51 +00:00
jevering
79bcfb878b Turned on location bar in windows. 1998-07-14 22:29:01 +00:00
vidur
1900060e23 Moved over to a new version of Level 1. NodeIterators and AttributeLists out. NodeLists and NamedNodeMaps in. 1998-07-14 18:44:44 +00:00
kmcclusk
d43d7b3569 Added #ifdef VIEWER_UI to OnStopBinding to prevent crash when running without GUI 1998-07-14 17:37:42 +00:00
scullin
b6898d5280 Added pref initialization. 1998-07-13 23:38:08 +00:00
kipp
f4a6abadb7 Removed extra semicolon 1998-07-13 19:56:19 +00:00
kipp
1608010504 Added LoadURL method to observer; cleaned up load progress messages 1998-07-13 19:53:50 +00:00
kipp
87961cb33b Added LoadURL method to observer 1998-07-13 19:53:32 +00:00
kipp
554707e1fb Removed unused variable 1998-07-13 19:53:18 +00:00
kipp
92543caa1f Added back in the current url to the observer so that it can print it out during load progress 1998-07-13 19:53:03 +00:00
kipp
511d35305d Support progressive loading 1998-07-13 16:25:15 +00:00
michaelp
e2dcda2dbe fixed copying of anims10.gif in Makefile. 1998-07-11 06:23:49 +00:00
michaelp
f12ab6ff1c added throbber. 1998-07-11 05:33:00 +00:00
michaelp
90b3de57ed fixed. 1998-07-11 05:28:22 +00:00
michaelp
f24b56bcac new gifs for throbber animation... 1998-07-11 05:24:57 +00:00
jevering
82ed5448bd Added Top 100 site viewer. 1998-07-09 21:07:58 +00:00
vidur
d3edec7cb8 Moved ScriptContextOwner-ship from WebWidget to the DocObserver 1998-07-08 23:46:01 +00:00
kipp
2af250ee36 Fixed unix build 1998-07-08 17:34:26 +00:00
michaelp
f1f586a80e when a view is the root, it's position will now always be 0, 0. 1998-07-07 21:51:57 +00:00