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

468 Коммитов

Автор SHA1 Сообщение Дата
spider%netscape.com 6115f42c2c Fixes for linking on SunOS 1998-10-14 22:35:56 +00:00
karnaze%netscape.com 6dce0be4e1 fixed bug 958, checkboxes wrong background when not checked, select always multiple, text & texarea not reset. html 4 button work in progress. 1998-10-13 21:31:26 +00:00
scullin%netscape.com 5511f880b6 Fixed forward button. 1998-10-09 19:06:19 +00:00
rods%netscape.com 2baf0a7b9c Added nsISupports back in as the super class of nsViewerApp and
NS_INIT_REFCNT in the constructor
1998-10-09 17:25:36 +00:00
dcone%netscape.com 207271fe0f Addref on the nsViewerApp, so we dont destroy in the webcrawler on quit. This is consistent with the window implementation, fixes crash on quit. 1998-10-09 17:13:21 +00:00
rpotts%netscape.com e888a9b816 Removed the Stop() call to the throbber from OnStopBinding... This should keep the throbber going throughout the entire document load... 1998-10-09 05:53:41 +00:00
karnaze%netscape.com c68d17a425 inline, shrinkwrap support for fieldsets, legneds 1998-10-08 19:04:57 +00:00
karnaze%netscape.com 580dde94fe fieldset, legend support. fixed bug #987 1998-10-08 04:38:41 +00:00
valeski%netscape.com d05d57fdf5 Removed the nsINetContainerApplication interface. The methods that were part of this interface are now implemented by nsINetService.
Changed mozilla\network\module\makefiles so they no longer export nsINetContainerApplication.h.

M dom/src/base/nsGlobalWindow.cpp
Changed javascript so it retreives the user-agent tokens via nsINetService.

M network/module/nsINetService.h
Added the application user-agent token methods to the nsINetService interface.

M network/module/nsNetFactory.cpp
The netservice constructor no longer takes a pointer to a nsINetContainerApplication.

M network/module/nsNetService.cpp
M network/module/nsNetService.h
Added the implementation of the application user-agent token methods.

M webshell/tests/viewer/nsViewerApp.cpp
M webshell/tests/viewer/nsViewerApp.h
Removed old containerapplication implementation

M xpfe/xpviewer/src/nsViewerApp.cpp
M xpfe/xpviewer/src/nsViewerApp.h
Removed old containerapplication implementation
1998-10-07 23:19:39 +00:00
kmcclusk%netscape.com d67f6ad8db Changed the name of the netlib.so to libnetlib.so to correctly match the file
that is built under unix. This makes the viewer run again.
1998-10-07 22:54:48 +00:00
dcone%netscape.com bdd2667ac7 updated the mac menu command to the new event structure type 1998-10-07 20:17:14 +00:00
pierre%netscape.com e10f7a92e3 fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions 1998-10-06 03:00:28 +00:00
pierre%netscape.com 0736eb9c69 implemented Copy for Mac 1998-10-06 02:54:00 +00:00
troy%netscape.com 9b0d2552ca Fixed ref counting problem that was causing a widget memory leak 1998-10-06 02:00:54 +00:00
joki%netscape.com d665195693 Adding new js window methods/props, moving js string evaluation to UC strings. 1998-10-01 22:23:48 +00:00
scullin%netscape.com 7064b07c14 Don't crash if the pref dll isn't registered. 1998-10-01 19:59:32 +00:00
pierre%netscape.com 9c8a630286 removed LTextEdit.cp removed "cmd/macfe/restext" 1998-09-29 20:31:42 +00:00
pinkerton%netscape.com 7c640d6f80 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
kostello%netscape.com 24533f52a4 raptor checkin, took out the asserts for reading in a file, just so the viewer will work correctly. While fix this soon. 1998-09-28 20:34:30 +00:00
michaelp%netscape.com 4095ea12ed removed libmsgc21.so from link list. 1998-09-28 00:28:17 +00:00
peterl%netscape.com 331d3c494b cleaned up markup to match descriptions
added text decoration color test
1998-09-24 23:28:10 +00:00
dcone%netscape.com 82bd3d21dc added a search path 1998-09-24 20:12:47 +00:00
karnaze%netscape.com a7212f871f viewer saves compatibility mode preference 1998-09-24 00:21:20 +00:00
karnaze%netscape.com a75d358e7b viewer can set the compatibility mode 1998-09-23 23:02:54 +00:00
kmcclusk%netscape.com e24f9a6492 Added nsIToolkit to registry 1998-09-23 19:16:59 +00:00
karnaze%netscape.com 2603877f01 added image submit to first form 1998-09-23 17:55:28 +00:00
pierre%netscape.com 0cb009b387 handle menu events when there is no window 1998-09-23 09:23:07 +00:00
pierre%netscape.com 3bbe2fa58c implemented menu events 1998-09-22 04:21:31 +00:00
pierre%netscape.com da7b336f02 removed nsMacResource.r 1998-09-22 04:17:51 +00:00
pierre%netscape.com 6aae41655d updated menus 1998-09-22 04:16:39 +00:00
scullin%netscape.com 6d1ce0ef2b Added ngprefs test hooks. 1998-09-22 00:57:54 +00:00
michaelp%netscape.com 30f132caa6 now correctly refreshes the window in ForceRefresh(). 1998-09-20 22:24:21 +00:00
rpotts%netscape.com af17e1cb5a Made the nsISupports interface threadsafe... 1998-09-19 07:06:48 +00:00
pierre%netscape.com e87f4dc2aa added 'demo #0' 1998-09-19 01:38:37 +00:00
joki%netscape.com eb567e7269 Adding targetting of any named window 1998-09-18 00:35:55 +00:00
troy%netscape.com bb0fe2df75 Changed some AddRef/Release calls overto use XP-COM macros 1998-09-17 21:27:22 +00:00
vidur%netscape.com 5875cb774f Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
valeski%netscape.com 81cdcbe581 ? network/module/nsNetFactory.cpp
Added nsNetFactory implementation. This allows users to retrieve nsINetService pointers from the service factory manager.

M dom/src/base/nsGlobalWindow.cpp
M gfx/src/nsImageNetContextSync.cpp
M layout/html/document/src/nsHTMLDocument.cpp
M network/module/nsURL.cpp
Replaced NS_NewINetService() calls with nsServiceManager::GetService() calls.

M network/module/Makefile
M network/module/makefile.win
Added nsNetFactory.cpp to the builds.

M network/module/nsINetService.h
Added a #define for the class id of the nsNetService.

M network/module/nsIStreamListener.h
Removed the NS_DEFINE_IID of kIStreamListenerIID from the header file. Each module that wants this will need to delcare it themselves.

M network/module/nsNetFile.cpp
Fixed memory leak.

M network/module/nsNetService.cpp
Globalized the gNetlibService variable so the NetFactory can access it.

M webshell/src/nsDocLoader.cpp
M webshell/src/nsPluginViewer.cpp
NS_DEFINE_IID of kIStreamListenerIID

M webshell/tests/viewer/nsSetupRegistry.cpp
Added the netlib library to the list of libraries in the registry and register the nsNetFactory with the appropriate iid and clsids.
1998-09-17 00:55:35 +00:00
joki%netscape.com c0d39233dd Add null check before queryinterface call 1998-09-16 23:16:37 +00:00
pierre%netscape.com c4404fd56c XP_FileOpen() now supports aliases 1998-09-16 01:26:09 +00:00
joki%netscape.com 58d850764d More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
thom%netscape.com 31fcb5149a First Checked In. 1998-09-15 19:51:15 +00:00
buster%netscape.com b73177768f added command line switches for setting window width and height 1998-09-15 18:06:19 +00:00
kipp%netscape.com e9698e3651 Fixed some memory leaks 1998-09-15 00:17:13 +00:00
kipp%netscape.com c8ec144167 Use nsBrowserWindow::CloseAllWindows to shutdown cleanly; added a missing NS_RELEASE and removed an improper NS_ADDREF 1998-09-15 00:16:50 +00:00
kipp%netscape.com 15bcfac858 Changed reference counting rules so that the global array holds a reference; added CloseAllWindows so that clean app shutdown is possible 1998-09-15 00:16:12 +00:00
kipp%netscape.com 3759d6226d Removed Destroy and added CloseAllWindows 1998-09-15 00:14:31 +00:00
kostello%netscape.com 4be6df91c4 Changes implementation to match the new Widget interfaces. This involves
many calls to QueryInterface because many of the instance members
no longer derive from nsIWidget.
Also, using helper functions in nsWidgetHelper for standard Create calls.
1998-09-14 20:46:42 +00:00
kipp%netscape.com 0de578be7b Added missing release's 1998-09-12 19:30:09 +00:00
joki%netscape.com 6795bd7834 Add SetProgess method to nsIBrowserWindow interface 1998-09-12 00:22:27 +00:00
thom%netscape.com e6217ea149 Added code to load menus 1998-09-12 00:06:05 +00:00
thom%netscape.com 923ea08f02 Added resource file for menu definitions 1998-09-12 00:05:11 +00:00
joki%netscape.com dc112aaa32 Remove duplicate functionality of nsIBrowserWindow and nsIWebShellContainer. 1998-09-09 01:19:11 +00:00
kipp%netscape.com 63293e335d Stub out fe routine so that app will link 1998-09-05 20:13:34 +00:00
pierre%netscape.com 5b83b85e52 added __initialize and __terminate 1998-09-05 08:03:28 +00:00
vidur%netscape.com 11b3d12de8 New content code adjusts to getting script objects through a factory interface 1998-09-04 23:03:16 +00:00
joki%netscape.com 7cb9b7b719 Add New Window menu item, added window.close() 1998-09-04 00:47:15 +00:00
mcafee%netscape.com af1f4a98a7 CreateSeparator() needs to return a widget, how about the one this function creates. 1998-09-03 10:48:13 +00:00
pierre%netscape.com a905a20756 fix bug in FE_FileType() 1998-09-03 06:21:26 +00:00
pierre%netscape.com 3f3ef28cbc XP_FileOpen() now uses MSL like the other functions from xp_file.h, not NSPR 1998-09-03 06:21:06 +00:00
kipp%netscape.com f19f2065cb Fixed body tags for bug reported by dbaron@netaxs.com 1998-09-03 05:07:16 +00:00
thom%netscape.com 7d275b223a Fixed an XP change that wasn't XP (_MAX_PATH is already defined on the mac) 1998-09-03 02:53:25 +00:00
joki%netscape.com 87125a736a This useragent code is wrong anyway but change it to at least send a backwards compat string. 1998-09-03 01:24:59 +00:00
buster%netscape.com 7f32017732 nsBrowserWindow.cpp,h
added filter name param to DumpFrames
nsViewerApp.cpp
  added -o <outputDirPath> for specifying where output files should go
  added -filter <filterName> for specifying that <filterName> should be used in an automated fashion for
dumping frames for every URL visited.
nsWebCrawler.cpp,h
  added  support methods to handle output dirs, output file name building from URL, and filter names
  added DumpFrames to ::OnStopBinding when the right state is set (from -filter option)
  added dependancies on:  nsIPresShell.h, nsIPresContext.h, and nsIFrame.h
1998-09-02 22:07:42 +00:00
rods%netscape.com 75e0413b4e Added Top 100 1998-09-01 22:49:58 +00:00
rods%netscape.com c8dccec7d4 The statusbar is now sized via the LookAndFeel defaults 1998-09-01 22:49:16 +00:00
rods%netscape.com af352947ec Fixed an include and a few nsString defs 1998-09-01 22:48:08 +00:00
rods%netscape.com f68761c718 Added LookAndFeel 1998-09-01 21:08:32 +00:00
rods%netscape.com 5e77f06986 Removed some windows specific code and changed to xp code. 1998-09-01 16:29:05 +00:00
rods%netscape.com 4621fb70b9 Changed the Windows platform specific dialogs to cross platform dialogs 1998-09-01 16:15:16 +00:00
pierre%netscape.com 61acb58236 enable debugger 1998-09-01 01:12:58 +00:00
warren%netscape.com 34f3c0ef88 Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
kostello%netscape.com 7911194465 These changes match the Windows/Unix changes to methods to take a parameter instead of returning a value. 1998-08-31 19:09:55 +00:00
kipp%netscape.com 8816c6c1f7 Port to updated nsIContent API 1998-08-29 20:19:32 +00:00
rpotts%netscape.com 530e081f25 Changes to allow building when STRICT is defined. 1998-08-29 06:30:49 +00:00
pierre%netscape.com ed894d2142 fixed freeze in XP_FileOpen() 1998-08-29 01:38:21 +00:00
rods%netscape.com cf75b66bf3 Fixed Focus issues with text field in Find Dialog 1998-08-28 22:36:10 +00:00
rods%netscape.com 1f23b646d6 Added XP Find dialog 1998-08-28 16:14:37 +00:00
rods%netscape.com 3f8e995a4b Added registration of nsIDialog and nsILabel 1998-08-28 16:13:56 +00:00
rods%netscape.com 3902be6d0c Enabled the "Find" menu item 1998-08-28 16:12:51 +00:00
troy%netscape.com a72700df68 Changed nsIViewManager interface to conform to XPCOM conventions 1998-08-28 04:56:56 +00:00
troy%netscape.com a2942cd289 Changed nsIDeviceContext interface to conform [more] with COM conventions 1998-08-27 05:05:03 +00:00
rpotts%netscape.com 858096eece Added support to shut down netlib and the nsINetService instance... 1998-08-22 00:12:54 +00:00
kostello%netscape.com 8e94a12373 Synched with Pasteboard code on the branch 1998-08-21 18:28:48 +00:00
rpotts%netscape.com 7e3ef2002c moving changes in 3.55.2.1 onto the tip... 1998-08-20 06:19:11 +00:00
michaelp%netscape.com 7786bfd32d added support for opening new windows with _blank url targets. 1998-08-19 21:00:51 +00:00
kostello%netscape.com 883efd5ddb Added WidgetDebug.o to library 1998-08-17 23:36:16 +00:00
scullin%netscape.com 1c67c70c5d Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
joki%netscape.com 7f2b23193e Modify window.open method to use sizing and location parameters 1998-08-14 22:31:38 +00:00
joki%netscape.com 11732fe2e1 Modify editor mode to work in frames 1998-08-14 01:51:00 +00:00
joki%netscape.com a0e09aecb4 Adding url and lineno to script evaluation 1998-08-12 23:37:50 +00:00
joki%netscape.com 00d6476959 Change so browser window doesn't assume it has toolbars. 1998-08-12 21:41:05 +00:00
kmcclusk%netscape.com 001a80c8f5 Removed bogus ValidateDocData, XP_ReBuffer and XP_Trace stubs. They exists in
their correct form in nsStubs.cpp
1998-08-12 21:24:25 +00:00
kmcclusk%netscape.com eb99817313 Added output to indicate when a stubbed function is called. 1998-08-12 21:13:52 +00:00
kmcclusk%netscape.com 286a229a68 Added stubs for ValidateDocData XP_ReBuffer and XP_Trace to
get Linux build to work.
1998-08-12 21:04:30 +00:00
kmcclusk%netscape.com 92df07fecf Added support for PR_ProcessPendingEvents. This allows the unix viewer to
support clicks on links + submitting form data.
1998-08-12 19:52:03 +00:00
troy%netscape.com 4a3fb19b14 Added code to delete nsBrowserWindow object 1998-08-10 18:20:20 +00:00
troy%netscape.com 032bdaddec Added call to Shutdown() of prefs object 1998-08-10 05:12:25 +00:00
valeski%netscape.com 8b8bf0c055 removed the http:// assumption code from here to nsWebShell.cpp 1998-08-09 21:23:54 +00:00
troy%netscape.com 56d3374a14 Added code to destructor to delete mVisited 1998-08-09 05:00:24 +00:00
troy%netscape.com 4e3a09c39d Added release of mAppShell 1998-08-09 02:13:29 +00:00
jevering%netscape.com 7c4c25ff17 Fixed build. forgot prenv.h 1998-08-09 00:02:40 +00:00
jevering%netscape.com 0660c1dcc4 Set Home page for viewer. 1998-08-08 22:01:46 +00:00
troy%netscape.com 4b212c0467 Change to object lifetime management. Views are no longer ref counted 1998-08-08 04:23:33 +00:00
vidur%netscape.com af66e0492f Better JSConsole return values 1998-08-07 23:19:20 +00:00
kostello%netscape.com b438a817be Put both AOLMAIL and html/text of the pasteboard 1998-08-07 22:35:44 +00:00
joki%netscape.com 20d06b486a Adding window.open method, fixing editormode in release builds, various event fixes 1998-08-07 04:45:03 +00:00
troy%netscape.com 4687600fff Fixed shoddy reference counting in FindBrowserFor(), and changed
Destroy() to release references on six widgets
1998-08-06 02:21:23 +00:00
troy%netscape.com eced09e947 Added some release calls for mBack, mForward, and mLocation 1998-08-05 22:06:58 +00:00
kmcclusk%netscape.com 44a114cfc7 Changed STATUS_HEIGHT constant for unix. It wasn't big enough.
Left STATUS_HEIGHT as is for windows.
1998-08-05 15:11:46 +00:00
pierre%netscape.com 38302190bc added "view", "libpref" and "plugin" groups 1998-08-05 08:31:41 +00:00
pierre%netscape.com 4e61a42417 removed NS_IMPL_IDS: it moved to nsPref.cpp 1998-08-05 08:25:24 +00:00
pierre%netscape.com 2e0d995bd8 include nsMacRepository.h 1998-08-05 08:22:38 +00:00
michaelp%netscape.com 446cb50e92 changes for plugins. 1998-08-05 04:23:21 +00:00
kipp%netscape.com 317a9ff089 Use flexible library naming 1998-08-05 01:40:20 +00:00
troy%netscape.com f727367ea6 Moved DoSelectAll() outside of a #ifdef NS_DEBUG 1998-08-04 20:04:55 +00:00
karnaze%netscape.com 42dad4cb56 form submission on carriage return in some cases; replaced NS_RELEASE with NS_IF_RELEASE in nsFrame destructor 1998-08-04 18:19:51 +00:00
karnaze%netscape.com 51938b8631 test9 no longer uses test6 1998-08-04 16:57:44 +00:00
buster%netscape.com df47f30543 *** empty log message *** 1998-08-04 00:58:34 +00:00
rods%netscape.com cab3198f7b Added repaint is forced on Select All 1998-08-03 23:14:54 +00:00
rods%netscape.com d7d0bee570 added select all and fixed the foreground colors for the URL and Status bars 1998-08-03 22:32:34 +00:00
troy%netscape.com 5a05bd8827 Added release of throbber in the hopes that this would allow the image
group and hence the image manager to be released, but it doesn't quite do
the trick because the ref count of the throbber is 2...
1998-08-03 21:11:22 +00:00
peterl%netscape.com 4d01ae8f02 rounding support 1998-07-31 23:34:45 +00:00
kostello%netscape.com 97922b4aa1 Add NS_RELEASE in save code 1998-07-31 18:35:19 +00:00
kostello%netscape.com aca4c1bb08 Fix retail build problem 1998-07-31 18:34:53 +00:00
joki%netscape.com 376cd9f783 Adding get status method to nsIBrowserWindow 1998-07-31 18:22:27 +00:00
kostello%netscape.com d902b81651 Moved DoCopy and related methods out of debug build into public 1998-07-31 16:53:45 +00:00
peterl%netscape.com 70e291739a connected prefs 1998-07-31 06:02:06 +00:00
peterl%netscape.com 70340fca66 connected prefs, tweaked UI font sizes 1998-07-31 06:01:45 +00:00
karnaze%netscape.com 21f10da2d7 sizing improvements of form controls for nav4 compatibility 1998-07-31 05:22:35 +00:00
spider%netscape.com 5b4bd4898e XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
valeski%netscape.com 3a639309fa 309383 - http:// is now assumed by the browser shell window url bar. 1998-07-30 06:57:02 +00:00
pierre%netscape.com 38a7788acd fixing Unix build 1998-07-30 04:47:44 +00:00
pierre%netscape.com c11a19715b removed nsDocLoader.cpp which already sits in webshell.mcp 1998-07-30 03:41:26 +00:00
pierre%netscape.com e005352d14 fixing Mac build: added "ostrstream.h" 1998-07-30 03:38:37 +00:00
pierre%netscape.com 6f6aaa0d56 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 23:43:22 +00:00
pierre%netscape.com 5d26e4ff88 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 23:37:15 +00:00
kmcclusk%netscape.com 7f3959b4ea Added debug menu items to bring motif viewer in sync with win32 viewer. 1998-07-29 22:56:25 +00:00
kmcclusk%netscape.com a7cc6a3c07 Added the <strstream.h> for all non WIN32 platforms. Removed the ifdef WIN32 in DoCopy 1998-07-29 21:21:08 +00:00
pierre%netscape.com 05394f4280 added nsSetupRegistry.cpp and nsWebCrawler.cpp 1998-07-29 21:09:25 +00:00
pierre%netscape.com b8903f097b fixing Mac build: moved NS_IMPL_IDS 1998-07-29 21:06:19 +00:00
scullin%netscape.com 551a6d7af4 Normalize widget api on UNIX and Win 1998-07-29 18:50:51 +00:00
rods%netscape.com e348221d32 added NS_RELEASE in DoToggleSelection 1998-07-29 17:39:28 +00:00
rpotts%netscape.com 8336b8eb3a Call nsIWebShell::Destroy() when the Browser window is going away... 1998-07-29 10:49:51 +00:00
rpotts%netscape.com be901fb2dd Removed all calls to NET_PollSockets(...). Netlib now does this itself... 1998-07-29 06:03:29 +00:00
kipp%netscape.com e627348d9d Clean up stuff during destruction 1998-07-29 04:08:27 +00:00
kipp%netscape.com b8b4e10b78 Free up some stuff during shutdown 1998-07-29 04:07:54 +00:00
kipp%netscape.com c7210d2796 Dont' release browser after destroying it 1998-07-29 04:07:27 +00:00
pierre%netscape.com 9171d0bba6 added nsWebCrawler.cpp 1998-07-28 04:18:01 +00:00
pierre%netscape.com c109025a80 fix Mac build (is this file obsolete?) 1998-07-28 04:15:46 +00:00