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

6037 Коммитов

Автор SHA1 Сообщение Дата
clu%netscape.com 26f10cf15a adding cmd ids for composer Split Cell and Merge Cell. reviewed by jfrancis. 1998-08-19 02:18:01 +00:00
clu%netscape.com da05b5778f implementing macfe Split Cell and Merge Cell. Included AutoKey in the conditional statements for backspace delete and regular key input to help with typing efficiency. reviewed by jfrancis. 1998-08-19 02:18:00 +00:00
clu%netscape.com d8770b42a1 checking in ftang's fix for the correct positioning of the asian language input window. 1998-08-19 02:17:59 +00:00
troy%netscape.com 3dbd80aad0 Changed to realize the palette in the background 1998-08-19 01:58:17 +00:00
peterl%netscape.com bb68bab7e9 handle body's marginwidth/height via a special style rule 1998-08-19 01:16:40 +00:00
peterl%netscape.com 82c8546be9 handle marginwidth/height via a special style rule 1998-08-19 01:16:21 +00:00
mcafee%netscape.com f5c796784a Adding support for XP_UNIX && NO_X11. r,a=warren 1998-08-19 01:13:08 +00:00
troy%netscape.com 228d2f5af6 Changed palette code to get the palette from the device context 1998-08-19 00:57:02 +00:00
troy%netscape.com 136f2cf7a8 Added GetPaletteInfo() 1998-08-19 00:37:05 +00:00
valeski%netscape.com 0a20396f56 webshell/public/nsIDocumentLoader.h
Removed support for the underlying timer/refreshurl infrastructure.

webshell/src/nsDocLoader.cpp
1. Added support in nsDocumentBindInfo for the new nsIRefreshUrl method for cancelling.
1.5 Changed the refreshurl() method so it delegates to the container's (i.e. webshell's) refreshurl() method.
2. Removed the "actual" refresh url implementation (timers) from the nsDocumentBindInfo. It's now in the webshell and nsDocumentBindInfo's implementation of nsIRefreshUrl simply delegates to the "container" (i.e. the webshell).
3. Added call to new NS_NewURL() routine which takes an nsISupports pointer as an arg, if the nsDocumentBindInfo has a container to pass along.

webshell/src/nsWebShell.cpp
Added support for the nsIRefreshUrl interface to nsWebShell (this includes the underlying timers and callback mechanism).
1998-08-18 23:25:17 +00:00
valeski%netscape.com f25f2cb5b2 network/module/nsIRefreshUrl.h
Extended the nsIRefreshUrl interface to include a cancel method.

network/module/nsNetService.cpp
1. Added code to hook the nsConnectionInfo object up to the nsISupports pointer in the url being loaded.
2. Removed the redirect logic in bam_exit_routine(). The backend dependency on the front end is gone.

network/module/nsNetStream.cpp
Added initialization/destruction of the nsISupports pointer in the nsConnectionInfo.

network/module/nsNetStream.h
Added the nsISupports member declaration to nsConnectionInfo, and remvoed the redirect member variable.

network/module/nsNetStubs.cpp
FE_SetRefreshURLTimer() routine has been modified so it no longer relies on the pConsumer (i.e. nsDocumentBindInfo) which was causing us to leak it. Now we use the nsISupports pointer in the nsConnectionInfo object to access the nsIRefreshURL interface so we can reload the url.

network/module/nsStubContext.cpp
Modified stub_complete() so we no longer pay attention to the redirect member of the nsConnectionInfo object.

network/module/nsIURL.h
1. Added GetContainer() method to nsIURL which returns the nsISupports pointer of the container for this url.
2. created a new NS_NewURL() routine which takes an nsISupports pointer as a parameter.

network/module/nsURL.cpp
1. Added a new nsURL constructor that takes a nsISupports pointer as a param.
2. Added GetContainer() method and nsISupports pointer initialization/destruction.
1998-08-18 23:24:28 +00:00
cmanske%netscape.com 2af70f181f Fixed build bustage 1998-08-18 23:18:24 +00:00
cls%seawood.org 9ec4fad8e8 Added ifdefs for MOZ_NATIVE_{JPEG,PNG,ZLIB}. Approved by pnunn%netscape.com. 1998-08-18 22:59:14 +00:00
kostello%netscape.com d18d10db26 Added nsButton to libraries 1998-08-18 22:49:21 +00:00
kostello%netscape.com 08e8651d72 Fixed FindWidgetHit. Added conditional checks for enumerator code. 1998-08-18 22:48:35 +00:00
kostello%netscape.com ca6923cd9c Comment back in nsIButton code 1998-08-18 22:46:07 +00:00
kostello%netscape.com c6d4031b61 Add support for nsButton 1998-08-18 22:45:21 +00:00
kostello%netscape.com 31d214b475 Check for null 1998-08-18 22:44:43 +00:00
kostello%netscape.com e062177c4b Added mControl -- temporarily, code from nsButton will probably be moved to a superclass 1998-08-18 22:44:02 +00:00
kostello%netscape.com 6fea3fd882 First step in converting motif code to mac code. 1998-08-18 22:43:08 +00:00
kostello%netscape.com 9dc4762cc4 Changed comment from motif to mac 1998-08-18 22:42:23 +00:00
valeski%netscape.com 0a8c7afc42 fixed a memory leak 1998-08-18 22:38:03 +00:00
leif%netscape.com 8ea4a0e7f4 *** empty log message *** 1998-08-18 22:35:57 +00:00
leif%netscape.com 16823a5a5f *** empty log message *** 1998-08-18 22:26:44 +00:00
leif%netscape.com 708350beb2 Added the setDefaultRebindProc() function back... 1998-08-18 22:26:30 +00:00
pnunn%netscape.com 3ec730cc04 fix for #314603. pnunn. code error introduced during the modimglib-branch
landing for nglayout.
1998-08-18 22:24:59 +00:00
cmanske%netscape.com ddf93351b4 Fixed multiple-freeing of clipboard formats 1998-08-18 22:17:18 +00:00
michaelp%netscape.com ff460ed76a when killing a window, we now set the GWL_USERDATA to NULL. this will basically
kill the "parent" pointer.
1998-08-18 22:03:34 +00:00
karnaze%netscape.com 6884445c0a marginwidth, marginheight set in <frame> is passed to sub doc and added to padding 1998-08-18 22:02:23 +00:00
scullin%netscape.com db929b0bc0 Tweek interface to be compatible with branch for now. 1998-08-18 22:01:50 +00:00
dcone%netscape.com 376fc63edd added MANIFEST file for cmd/macfe/utility 1998-08-18 21:57:10 +00:00
dcone%netscape.com 21335cc55a First Checked In. 1998-08-18 21:55:56 +00:00
cmanske%netscape.com 596ca0bdbd Removed unused strings and function 1998-08-18 20:25:19 +00:00
cmanske%netscape.com 92f2e216e7 Removed unused strings and function 1998-08-18 20:25:17 +00:00
cmanske%netscape.com 5616c04aa8 Table editing menu work, fixing cell display problems. 1998-08-18 20:24:39 +00:00
cmanske%netscape.com 4ad857ace8 More table editing work: convert Excel spreadsheet to internal table format for more flexible paste options 1998-08-18 20:24:37 +00:00
morse%netscape.com 614353a324 changes for privacy-central pane 1998-08-18 20:00:37 +00:00
morse%netscape.com 72ff456a35 added string for one-site cookie viewer 1998-08-18 19:58:45 +00:00
morse%netscape.com d1fd46a481 make it compile with rhapsody compiler 1998-08-18 19:40:55 +00:00
ftang%netscape.com 3a4fd344c2 Add vietnam.c into libi18n (libi18l for historic mistake) . Approved by steve. 1998-08-18 19:06:24 +00:00
ftang%netscape.com 7b864aa029 add Vietname VNI into WinFE ui. Thanks Van Le levan@hotmail.com from the net 1998-08-18 19:03:36 +00:00
pinkerton%netscape.com f8b7d0758d Now generating xSYM info for nsMacMessagePump.cpp in debug target. 1998-08-18 17:54:17 +00:00
kostello%netscape.com df288797b0 Fix mac build 1998-08-18 17:24:55 +00:00
pinkerton%netscape.com aea34cf120 Removed full paths to PowerPlant and replaced them with compiler relative ones in shlb target. 1998-08-18 17:24:43 +00:00
kostello%netscape.com 22a4cf6e87 These were checked in by mistake 1998-08-18 16:45:33 +00:00
dcone%netscape.com bfb540120e Added paint and mousemove events, messagepump 1998-08-18 16:27:05 +00:00
dcone%netscape.com 801f620f2d Added paint and mousemove events 1998-08-18 16:23:13 +00:00
wtc%netscape.com 142a9bdd7f Define HAVE_LONG_LONG because gcc/g++ support 'long long'. 1998-08-18 15:00:22 +00:00
mcafee%netscape.com 399731346a Next attempt at getting shared libs to build properly 1998-08-18 09:07:32 +00:00
mcafee%netscape.com 28d477a5f4 Support DLL_SUFFIX if build overrides .so default 1998-08-18 09:06:48 +00:00