Commit Graph

256 Commits

Author SHA1 Message Date
rpotts%netscape.com
1fb3fee926 moving changes in 3.55.2.1 onto the tip... 1998-08-20 06:19:11 +00:00
michaelp%netscape.com
58241d2492 added support for opening new windows with _blank url targets. 1998-08-19 21:00:51 +00:00
scullin%netscape.com
39b83242e3 Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
joki%netscape.com
1a37c2ec6c Modify window.open method to use sizing and location parameters 1998-08-14 22:31:38 +00:00
joki%netscape.com
aca079baed Modify editor mode to work in frames 1998-08-14 01:51:00 +00:00
joki%netscape.com
4eedd54c45 Change so browser window doesn't assume it has toolbars. 1998-08-12 21:41:05 +00:00
troy%netscape.com
acdd8de5e3 Added code to delete nsBrowserWindow object 1998-08-10 18:20:20 +00:00
valeski%netscape.com
d387beafca removed the http:// assumption code from here to nsWebShell.cpp 1998-08-09 21:23:54 +00:00
troy%netscape.com
acaa6d2f0e Change to object lifetime management. Views are no longer ref counted 1998-08-08 04:23:33 +00:00
kostello%netscape.com
4d3903759d Put both AOLMAIL and html/text of the pasteboard 1998-08-07 22:35:44 +00:00
joki%netscape.com
9cb79b1687 Adding window.open method, fixing editormode in release builds, various event fixes 1998-08-07 04:45:03 +00:00
troy%netscape.com
2ba08bde69 Fixed shoddy reference counting in FindBrowserFor(), and changed
Destroy() to release references on six widgets
1998-08-06 02:21:23 +00:00
troy%netscape.com
50b74c4809 Added some release calls for mBack, mForward, and mLocation 1998-08-05 22:06:58 +00:00
kmcclusk%netscape.com
d5f323fad2 Changed STATUS_HEIGHT constant for unix. It wasn't big enough.
Left STATUS_HEIGHT as is for windows.
1998-08-05 15:11:46 +00:00
michaelp%netscape.com
1175321b05 changes for plugins. 1998-08-05 04:23:21 +00:00
troy%netscape.com
5f001f44a2 Moved DoSelectAll() outside of a #ifdef NS_DEBUG 1998-08-04 20:04:55 +00:00
rods%netscape.com
eb5f819286 Added repaint is forced on Select All 1998-08-03 23:14:54 +00:00
rods%netscape.com
d1b3125e2e added select all and fixed the foreground colors for the URL and Status bars 1998-08-03 22:32:34 +00:00
troy%netscape.com
ad513c1340 Added release of throbber in the hopes that this would allow the image
group and hence the image manager to be released, but it doesn't quite do
the trick because the ref count of the throbber is 2...
1998-08-03 21:11:22 +00:00
peterl%netscape.com
714146a525 rounding support 1998-07-31 23:34:45 +00:00
kostello%netscape.com
8c39aba152 Add NS_RELEASE in save code 1998-07-31 18:35:19 +00:00
joki%netscape.com
347fce701c Adding get status method to nsIBrowserWindow 1998-07-31 18:22:27 +00:00
kostello%netscape.com
a29fddd59f Moved DoCopy and related methods out of debug build into public 1998-07-31 16:53:45 +00:00
peterl%netscape.com
cadf2cec72 connected prefs, tweaked UI font sizes 1998-07-31 06:01:45 +00:00
spider%netscape.com
257a2dec72 XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
valeski%netscape.com
4127baf092 309383 - http:// is now assumed by the browser shell window url bar. 1998-07-30 06:57:02 +00:00
pierre%netscape.com
0acd633de1 fixing Unix build 1998-07-30 04:47:44 +00:00
pierre%netscape.com
16084f7912 fixing Mac build: added "ostrstream.h" 1998-07-30 03:38:37 +00:00
pierre%netscape.com
18ac4ccfe9 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 23:43:22 +00:00
kmcclusk%netscape.com
ffc46d90fc Added the <strstream.h> for all non WIN32 platforms. Removed the ifdef WIN32 in DoCopy 1998-07-29 21:21:08 +00:00
pierre%netscape.com
c9c3bc4193 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 21:06:19 +00:00
scullin%netscape.com
0a4dce176f Normalize widget api on UNIX and Win 1998-07-29 18:50:51 +00:00
rods%netscape.com
b1a37e8b47 added NS_RELEASE in DoToggleSelection 1998-07-29 17:39:28 +00:00
rpotts%netscape.com
1207335249 Call nsIWebShell::Destroy() when the Browser window is going away... 1998-07-29 10:49:51 +00:00
kipp%netscape.com
b0e709768f Dont' release browser after destroying it 1998-07-29 04:07:27 +00:00
kipp%netscape.com
d121a265a2 Fixed -p flag; fixed so that it exits on last window close 1998-07-27 23:19:06 +00:00
kostello%netscape.com
0705538004 Really fix unix build bustage 1998-07-27 21:10:02 +00:00
kostello%netscape.com
86237ee561 Removed DoCopy for all but the Win32 build. We are
having build problems because of the ostrstream class.
1998-07-27 19:26:18 +00:00
kostello%netscape.com
4d527ccdab Fix UNIX bustage 1998-07-27 19:11:51 +00:00
kostello%netscape.com
992e6fdb67 Fix build problem 1998-07-27 18:52:31 +00:00
kostello%netscape.com
a6b7df24ba Implemented DoCopy to put HTML on the pasteboard
Added Dialog for DoDebugSave
1998-07-27 18:17:07 +00:00
karnaze%netscape.com
9c030a8f5c more robust frameset layout; <frame>, <iframe> borders; reenabled scrolling attr for <iframe> 1998-07-27 05:59:37 +00:00
kipp%netscape.com
87de5f350c Futz the fonts a bit to make it look a little softer 1998-07-24 16:03:11 +00:00
rpotts%netscape.com
17acb2afff Added IStreamListener::OnStatus(...)... 1998-07-24 10:02:50 +00:00
rpotts%netscape.com
78b9a01747 nsIWebShell now supports a single observer for all documents loads... 1998-07-22 11:26:18 +00:00
scullin%netscape.com
a1d957f419 Propagate alerts, confirms and prompts up to browser window. 1998-07-22 00:26:23 +00:00
scullin%netscape.com
24b71cf5f1 Ready to accept status messages from netlib. 1998-07-21 18:42:50 +00:00
rods%netscape.com
b67e9fedbf commented out the setting of the statusbar's background color 1998-07-21 18:03:15 +00:00
kipp%netscape.com
580c4d7e1d Implement Open File dialog and -q option 1998-07-21 16:45:21 +00:00
kipp%netscape.com
ef92396bc3 Removed IScriptContextOwner from browser impl 1998-07-21 04:47:14 +00:00
kipp%netscape.com
619a1ae2b3 Spanked to get most of the menus working again 1998-07-21 00:48:35 +00:00
scullin%netscape.com
58da572d27 Fix release mode. 1998-07-20 22:45:35 +00:00
kipp%netscape.com
2c1c17e743 Resurrected DoDebugSave method 1998-07-20 22:22:13 +00:00
kipp%netscape.com
acdc206b13 Ported to unix 1998-07-20 22:13:11 +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
44e081cc23 Moved nsBrowserWindow in 1998-07-20 16:19:22 +00:00