Commit Graph

283 Commits

Author SHA1 Message Date
morse%netscape.com
f4b2441812 add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann 1999-12-19 18:32:21 +00:00
tbogard%aol.net
f4b5120789 Fixes to make viewer hold on to a docshell and talk to the docshell as a docshell rather than a webshell. r=pavlov 1999-12-17 08:13:54 +00:00
danm%netscape.com
9182c17717 close window on receipt of close event, as well as destroy. synchs with recent changes to gtk/mac/win windows. fixes bug 20811. r:troy a:chofmann 1999-12-09 00:47:46 +00:00
tbogard%aol.net
596104f4a2 Removed const from GetTitle to get in sync with API. 1999-11-27 02:24:43 +00:00
buster%netscape.com
93551f1751 moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
beard%netscape.com
65a3476676 pork jockey paint fixes. bug=18140, r=kmcclusk,pavlov 1999-11-14 02:51:25 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
cls%seawood.org
bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
kipp%netscape.com
597ef271e8 Fixed compilation bustage by using nsIFrameDebug to invoke list and regression data methods 1999-11-01 23:29:05 +00:00
warren%netscape.com
bb7537da50 Moved purify stuff into xpcom/base for the benefit of all. 1999-10-29 03:28:22 +00:00
kipp%netscape.com
2a1378d3ff I added logic to the viewers browser window to disable javascript initiated popups during web crawling 1999-10-29 02:05:16 +00:00
troy%netscape.com
87afecabc0 Changed SetView/GetView to take an additional argument which is the
pres context
1999-10-26 04:44:41 +00:00
kipp%netscape.com
5b74d16c65 Added sorting to the debug dump data for show-frame-size and show-content-size 1999-10-15 14:08:14 +00:00
waterson%netscape.com
8241422540 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 02:10:08 +00:00
warren%netscape.com
8c71c45537 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
kipp%netscape.com
aee944905d Implement ShowContentSize; fixed a bug where we weren't removing the browser window as a doc-loader observer which sometimes triggers a crash when the -f argument to the viewer is used 1999-10-05 23:59:59 +00:00
rpotts%netscape.com
89f54ea1ae bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +00:00
kipp%netscape.com
2d86782610 r=dp,vidur,beard; close up some memory leaks related to shutdown of the viewer 1999-10-04 23:41:25 +00:00
morse%netscape.com
07080efeb1 fix bug 14958 -- approved chofmann 1999-09-29 05:39:18 +00:00
beard%netscape.com
6a98c41e75 fixing leaked nsIAppShell 1999-09-27 23:39:29 +00:00
warren%netscape.com
483f34ce5d Added Purify menu. 1999-09-26 05:52:24 +00:00
kipp%netscape.com
e477d1f16f Switch to local throbber 1999-09-25 20:10:29 +00:00
vidur%netscape.com
46982161df webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin. 1999-09-21 00:04:31 +00:00
warren%netscape.com
50eed17971 freed mWebCrawler in nsBrowserWindow 1999-09-20 20:53:40 +00:00
bienvenu%netscape.com
eca0ce0538 fix inadvertent checkin of nsBrowserWindow.cpp 1999-09-17 22:02:52 +00:00
bienvenu%netscape.com
0c7e3ece03 fix build bustage 1999-09-17 22:00:15 +00:00
ramiro%netscape.com
0dd37aec4a Add better event debugging. 1999-09-09 02:32:54 +00:00
ramiro%netscape.com
563928f869 Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events. 1999-09-07 19:36:45 +00:00
kipp%netscape.com
78bace2449 Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
ramiro%netscape.com
b0bda3ec10 Fix for bug 12878. Hack the viewer menubar into submission. 1999-09-01 10:48:28 +00:00
kipp%netscape.com
afb711c9aa Implement ShowFrameSize 1999-08-31 03:18:03 +00:00
pinkerton%netscape.com
5bdf529593 really fix nsIContentConnector removal. 1999-08-27 05:21:23 +00:00
pinkerton%netscape.com
12348ba7a9 remove nsIContentConnector references. 1999-08-27 05:14:19 +00:00
rods%netscape.com
5fbfb26e7d Removed call to EnableFileDrop 1999-08-26 14:56:35 +00:00
rickg%netscape.com
ed88afd607 fixed bug 11523 1999-08-25 03:27:37 +00:00
mscott%netscape.com
52c29f6bae Fix the build breakage due to some wallet changes in an effort to help get the tree green again. 1999-08-24 02:34:57 +00:00
morse%netscape.com
1080edca8b remove build warnings 1999-08-20 02:16:05 +00:00
ramiro%netscape.com
ee45c1b17b Protect against a null mWebShell. 1999-08-17 07:09:44 +00:00
danm%netscape.com
3da241e524 Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don 1999-08-12 22:08:17 +00:00
kmcclusk%netscape.com
60deae35eb Added PR_MAX calls to Layout method to prevent negative values from being passed to
nsIWidget::Resize.
1999-08-10 22:31:59 +00:00
morse%netscape.com
d877f03c04 remove signon viewer because of general spring cleaning of singsign.cpp 1999-08-07 14:14:31 +00:00
sspitzer%netscape.com
e4fdf6de87 use nsCOMPtr. use NS_DEFINE_CID and NS_DEFINE_CID correctly 1999-08-06 07:44:37 +00:00
valeski%netscape.com
0efb259cfa api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
pavlov%netscape.com
96b4208fe4 window creation changes 1999-07-27 04:27:17 +00:00
joki%netscape.com
f1c8421c61 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
danm%netscape.com
b4e60f5b6c removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
hyatt%netscape.com
ed6cec2dac Trying to fix bustage. 1999-07-06 18:52:38 +00:00
hyatt%netscape.com
73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00