Граф коммитов

265 Коммитов

Автор SHA1 Сообщение Дата
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
pinkerton%netscape.com 358bcc130a Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well. 1999-07-01 00:07:41 +00:00
warren%netscape.com fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com b4fcbcd0b1 added 'content' property to JS window 1999-06-26 21:48:29 +00:00
nisheeth%netscape.com e2841f5a07 Fix bug 2760. The webcrawler only registers itself as a document loader observer if the right command line arguments are given to viewer. 1999-06-25 00:57:16 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
akkana%netscape.com c91c3d0b61 Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell 1999-06-22 21:47:45 +00:00
valeski%netscape.com e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
vidur%netscape.com b752692a2f Fixed memory leak when new windows were opened 1999-06-15 03:15:37 +00:00
mcafee%netscape.com 36aa30e579 Removing nsDialog from the build. 1999-06-13 01:01:26 +00:00
mcafee%netscape.com d4cdd32448 Protecting a null pointer dereference. 1999-06-11 02:20:54 +00:00
danm%netscape.com 11a9b31711 teach top-level windows to show/hide and query visible state of menubars 1999-06-09 19:03:24 +00:00
hyatt%netscape.com 3c9cbf513e Altering the args for createPopup. 1999-06-09 08:36:06 +00:00
morse%netscape.com 8305dc4809 fix build bustage 1999-06-08 21:06:22 +00:00
morse%netscape.com 9b4f8a23d0 reimplement cookie viewer 1999-06-04 21:51:57 +00:00
pinkerton%netscape.com 32ce613ae1 remove obsolete tree/toolbar cid's 1999-05-27 23:39:49 +00:00
kmcclusk%netscape.com b1ab2535df fixes for bugs #5809, #5852, #6828, #6973.
Added a new test16.html sample to test gfx-rendered widgets to viewer.
Added support for test17.html sample to test printing.
1999-05-27 21:17:10 +00:00
mcmullen%netscape.com 9599cc7b9a #6589 File | Open broken in viewer. I broke this when I removed the use of path strings. In addition to being more correct, using nsFileSpec and nsFileURL makes this file over 40 lines shorter. 1999-05-18 01:16:27 +00:00
morse%netscape.com 84facccc36 fix build bustage 1999-05-16 20:35:28 +00:00