gecko-dev/webshell/tests/viewer
1999-08-19 20:36:31 +00:00
..
mac Removed obsolete base/baseDebug.shlb 1999-05-27 23:28:37 +00:00
public Fixed a bunch of "const" problems 1999-02-14 06:35:01 +00:00
resources A new property file for "viewer", to test the string bundle stuff 1999-02-09 19:11:52 +00:00
samples fix, and update for new tri-state checkbox built off of html:input. 1999-08-11 04:46:56 +00:00
throbber getting rid of the throbber. 1999-04-06 06:06:00 +00:00
.cvsignore Ignore moc generated files. 1999-08-17 09:14:44 +00:00
JSConsole.cpp Changed method signature of EvaluateScript to return nsresult. Added nsJSThreadContextStack pushing and popping around script evaluation. 1999-08-19 20:36:31 +00:00
JSConsole.h
jsconsres.h
macToBeImplemented.cp remove all functions (move to nsNetStubs.cpp and nsMacFile.cp) 1998-12-21 16:46:03 +00:00
Makefile.in Took out linking of widdget, gfx and parser. Its not needed and it currently 1999-08-19 14:57:36 +00:00
makefile.win Dont link in raptorhtml, raptorweb, raptorwidget, or raptorhmlpars. These are components 1999-08-19 14:23:32 +00:00
mozilla-viewer.sh Fix shift error that shows up on Solaris. Get DEPTH with perl. 1999-05-10 18:44:49 +00:00
nsBaseDialog.cpp make minor changes to fix warnings 1999-08-18 14:54:01 +00:00
nsBaseDialog.h Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
nsBeOSMain.cpp BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
nsBrowserWindow.cpp Protect against a null mWebShell. 1999-08-17 07:09:44 +00:00
nsBrowserWindow.h Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don 1999-08-12 22:08:17 +00:00
nsEditorInterfaces.h Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
nsEditorMode.cpp Synch up with editor API changes 1999-08-09 01:43:24 +00:00
nsEditorMode.h Changed viewer to use nsHTMLEditor instead of nsTextEditor 1999-03-02 05:31:41 +00:00
nsFindDialog.cpp Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
nsFindDialog.h Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
nsGTKMain.cpp make viewer happy with my last changes 1999-08-19 19:52:50 +00:00
nsGTKMenu.cpp make viewer happy with my last changes 1999-08-19 19:52:50 +00:00
nsGTKMenu.h make viewer happy with my last changes 1999-08-19 19:52:50 +00:00
nsImageInspectorDialog.cpp make minor changes to fix warnings 1999-08-18 14:54:01 +00:00
nsImageInspectorDialog.h Added Table and Image Inspectors 1999-01-06 21:59:17 +00:00
nsMacFile.cp Powerplant removal 1999-01-15 05:11:22 +00:00
nsMacMain.cpp change #ifndef TARGET_CARBON to #if !TARGET_CARBON so it can be defined as 0 in DefinesMac.h 1999-05-12 06:44:03 +00:00
nsMacResources.r added sample #13: dhtml and compositor. 1999-03-11 21:23:28 +00:00
nsMotifMain.cpp Fixes to get the Motif port to compile on Solaris 7 with native compiler (5.0). Special thanks to Tomi Leppikangas (tomilepp@ousrvr2.oulu.fi) for this patch. 1999-07-19 02:23:52 +00:00
nsMotifMenu.cpp Fixing another instance of bug 8227. 1999-07-21 19:49:13 +00:00
nsMotifMenu.h
nsOS2Main.cpp Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
nsPhMain.cpp Fix problem where menubar shows up on top of toolbar for Photon 1999-08-02 21:43:39 +00:00
nsPhMenu.cpp Add Demo Names to Menu for Photon 1999-07-26 13:23:14 +00:00
nsPrintSetupDialog.cpp Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
nsPrintSetupDialog.h Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
nsQTMain.cpp Additional files needed to get viewer working with qt port. Only basic 1999-08-12 02:56:33 +00:00
nsQTMenu.cpp Additional files needed to get viewer working with qt port. Only basic 1999-08-12 02:56:33 +00:00
nsQTMenu.h Additional files needed to get viewer working with qt port. Only basic 1999-08-12 02:56:33 +00:00
nsSetupRegistry.cpp Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the 1999-08-17 09:33:48 +00:00
nsTableInspectorDialog.cpp Removed compiler warning 1999-04-30 00:12:17 +00:00
nsTableInspectorDialog.h Added Table and Image Inspectors 1999-01-06 21:59:17 +00:00
nsUnixMain.cpp Return a result (duh) from InitNativeWindow() 1999-01-27 06:47:08 +00:00
nsViewerApp.cpp Added NS_ShutdownXPCOM to facilitate leak detection in purify. 1999-07-28 08:03:49 +00:00
nsViewerApp.h Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
nsWebCrawler.cpp 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. 1999-08-05 01:28:30 +00:00
nsWebCrawler.h 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. 1999-08-05 01:28:30 +00:00
nsWinMain.cpp Added NS_ShutdownXPCOM to facilitate leak detection in purify. 1999-07-28 08:03:49 +00:00
nsXlibMain.cpp xlib mainloop code for viewer 1999-04-10 15:28:21 +00:00
nsXPBaseWindow.cpp 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. 1999-08-05 01:28:30 +00:00
nsXPBaseWindow.h 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. 1999-08-05 01:28:30 +00:00
resources.h Adding set background color test cases to debug bug 8697 1999-06-23 20:27:54 +00:00
viewer-beos.rsrc BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
viewer.rc Adding set background color test cases to debug bug 8697 1999-06-23 20:27:54 +00:00
vieweros2.rc Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
winmain.cpp