gecko-dev/webshell/tests/viewer
2000-09-20 12:23:53 +00:00
..
mac Fixing 49842 - the part about viewer not having an appfilelocprovider r=waterson 2000-08-22 22:59:34 +00:00
public 45723. r=rpotts. webshell-docshell consolodation changes. 2000-07-18 23:13:07 +00:00
resources
samples Updating viewer demos to match recent changes for bug 3935. Just demo files -- not really part of build. 2000-09-14 14:56:31 +00:00
throbber
unix Add --trace-malloc hook. 2000-06-01 06:21:12 +00:00
windows Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
.cvsignore
JSConsole.cpp making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
JSConsole.h
jsconsres.h
macToBeImplemented.cp
Makefile.in Reorder libs to fix Irix bustage. 2000-09-01 00:48:22 +00:00
makefile.win Fixing 49842 - the part about viewer not having an appfilelocprovider r=waterson 2000-08-22 22:52:58 +00:00
mozilla-viewer.sh Bring mozilla-viewer.sh all the enhancements made to mozilla (the shell script) in the past year or so, plus one more (-- to turn off command line handling). This is needed to get block regression tests to run easily. r=pollmann 2000-07-27 23:41:28 +00:00
nsBaseDialog.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsBaseDialog.h
nsBeOSMain.cpp
nsBrowserWindow.cpp Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
nsBrowserWindow.h fixing crasher, reference counting problems. r=ccarlen 2000-08-31 02:26:44 +00:00
nsEditorInterfaces.h
nsEditorMode.cpp Changed Composer test because of added parameter for JoinTableCells in connection with work for bug 20973. r=jfrancis 2000-07-01 00:37:23 +00:00
nsEditorMode.h
nsFindDialog.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsFindDialog.h
nsImageInspectorDialog.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsImageInspectorDialog.h
nsMacFile.cp
nsMacMain.cpp Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsMacResources.r
nsOS2Main.cpp # 34082 2000-05-02 23:15:14 +00:00
nsPhMain.cpp I know it's unorthodox to do a top level checkin like this, but I've got so many files 2000-01-06 01:05:13 +00:00
nsPhMenu.cpp bug 28071 - added Use DTD compatibility mode to viewer. layout uses single mechanism for determining compatibility mode. r=rods. 2000-03-20 23:39:22 +00:00
nsPrintSetupDialog.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsPrintSetupDialog.h making string conversions explicit 2000-04-18 10:22:00 +00:00
nsSetupRegistry.cpp Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsTableInspectorDialog.cpp Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
nsTableInspectorDialog.h
nsThrobber.cpp Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsThrobber.h 45723. r=rpotts. webshell-docshell consolodation changes. 2000-07-18 23:13:07 +00:00
nsUnixMain.cpp
nsViewerApp.cpp Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsViewerApp.h Changed nsIBrowserWindow references to reference nsBrowserWindow. nsBrowserWindow is no longer a component. More implementation to get nsBrowserWindow and nsWebBrowserChrome implementations geared towards the embedding code. made nsBrowserWindow implement nsIBaseWindow. 2000-03-14 11:08:43 +00:00
nsWebBrowserChrome.cpp + Added OnSecurityChange() to nsIWebProgressListener interface. 2000-09-14 22:56:56 +00:00
nsWebBrowserChrome.h Reworked the nsIWebProgress interfaces and implementation... 2000-06-19 05:54:37 +00:00
nsWebCrawler.cpp Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
nsWebCrawler.h changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
nsWidgetSupport.cpp cleaning up viewer to use local versions widget files and support 2000-02-09 19:28:24 +00:00
nsWidgetSupport.h Removing un-needed forward declare of nsIBrowserWindow. 2000-03-14 11:04:07 +00:00
nsWinMain.cpp Backed out changes to the event priorities (from bug 36849). This backout is to keep viewer in sync with Mozilla (see backout of same change to windows/nsAppShell by jst/vidur). b=36849 not reviewed (backing up to previous code), but discussed with Vidur. 2000-09-11 21:50:35 +00:00
nsXPBaseWindow.cpp Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
nsXPBaseWindow.h nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg 2000-03-02 07:13:02 +00:00
resources.h Changed Composer test because of added parameter for JoinTableCells in connection with work for bug 20973. r=jfrancis 2000-07-01 00:37:23 +00:00
viewer-beos.rsrc
viewer.rc added the menus and code to dump reflow stats when they are turned on. 2000-04-28 23:38:19 +00:00
vieweros2.rc Changed Composer test because of added parameter for JoinTableCells in connection with work for bug 20973. r=jfrancis 2000-07-01 00:37:23 +00:00
winmain.cpp