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

178 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com c6baac5da3 Added GetRc method 1998-10-09 22:56:58 +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 814871c171 Moved libjsdomcss_s above libjsdomcore_s to fix Linux build. libjsdomcss uses
InitStyleSheetClass which is defined in libjsdomcore.
1998-10-07 22:47:06 +00:00
kmcclusk%netscape.com e220064212 Added forward(), back(), home(), and stop() to nglayout, JavaScript 1998-10-07 18:06:23 +00:00
kipp%netscape.com faa977eae0 Added support for onPaint methods 1998-10-06 20:59:39 +00:00
kipp%netscape.com 3c229e4792 Add new file to the build 1998-10-06 20:58:59 +00:00
kipp%netscape.com c0e43de400 new 1998-10-06 20:58:46 +00:00
rpotts%netscape.com 30306cfc13 Changes to get javascript: URLs working again when netlib is on its own thread... 1998-10-06 06:14:42 +00:00
vidur%netscape.com 0031f0710a Implemented style sheet and style rule interfaces on CSS classes. Made public new entry point for CSSParser for adding new imports. 1998-10-06 01:39:33 +00:00
cyeh%netscape.com 3c34f3063b removing obsolete files. use MANIFEST instead. 1998-10-05 18:42:02 +00:00
joki%netscape.com b4699c12c5 Add gfx libs to dom link list 1998-10-01 22:45:55 +00:00
joki%netscape.com 973826f6d6 Adding new window methods, moving js evaluate methods to using UC strings. 1998-10-01 22:21:59 +00:00
vidur%netscape.com 29747d5519 Added makefile 1998-09-30 22:41:22 +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
pierre%netscape.com eb1af034cd added nsJSHTMLFieldSetElement.cpp 1998-09-26 05:14:01 +00:00
vidur%netscape.com e6c0d5b418 Added nsIDOMHTMLFieldSetElement.h back into the build... 1998-09-26 04:47:34 +00:00
vidur%netscape.com 41ae571193 Added nsHTMLFieldSetElement.cpp back... 1998-09-26 04:44:53 +00:00
vidur%netscape.com 72db394bb5 New DOM file 1998-09-26 04:41:59 +00:00
vidur%netscape.com ccbd42f17e New DOM header file... 1998-09-26 04:40:46 +00:00
kipp%netscape.com 934db938f7 Backed out fieldset part of build 1998-09-26 04:28:35 +00:00
pierre%netscape.com 36c215ef4b fixed Mac build: removed nsIDOMHTMLFieldSetElement.h 1998-09-26 00:12:49 +00:00
vidur%netscape.com e0a756cfc5 Added FieldSetElement interface 1998-09-25 23:23:53 +00:00
michaelp%netscape.com a65bbd88c2 New style test 1998-09-25 22:07:41 +00:00
pinkerton%netscape.com a1d72a5b24 vidur's dom/css changes. Got the rest of them, I hope. Added new grouping (css) and all the files in dom:src:css. 1998-09-25 06:19:02 +00:00
pinkerton%netscape.com 00eb9fc1ce vidur's dom/css changes. Added a couple of new files. 1998-09-25 05:22:06 +00:00
vidur%netscape.com 1f753fae44 Fix build bustage 1998-09-25 01:27:44 +00:00
vidur%netscape.com 50b71942fe style test 1998-09-25 00:59:01 +00:00
vidur%netscape.com 3a99f1a5e6 Added new style interfaces. Modified property slot id allocation. 1998-09-25 00:49:44 +00:00
vidur%netscape.com 93fdf843fa Fixes in CSS interfaces 1998-09-23 21:28:06 +00:00
vidur%netscape.com 91f67cda29 Further refinement of style interfaces 1998-09-23 20:58:31 +00:00
vidur%netscape.com 46f1e7e8d0 Added method to get property weight 1998-09-22 21:30:10 +00:00
vidur%netscape.com 9149d06af7 New style interfaces 1998-09-22 21:19:11 +00:00
mcafee%netscape.com 56d10f8858 Adding more portable link line for non-Linux OS's 1998-09-19 07:49:42 +00:00
joki%netscape.com eb567e7269 Adding targetting of any named window 1998-09-18 00:35:55 +00:00
rpotts%netscape.com 7909491271 Fixed up usage of the NS_RELEASE2(...) macro. 1998-09-17 05:40:57 +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 58d850764d More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
vidur%netscape.com 4a2f15ae16 Got rid of Construct method from nsIJSScriptObject interface. 1998-09-14 23:01:48 +00:00
vidur%netscape.com 28dd43b25c Added stopgap code for aliased constructors 1998-09-11 18:31:38 +00:00
vidur%netscape.com 6093f9899e Added stopgap code for aliased constructors 1998-09-11 18:05:11 +00:00
joki%netscape.com dc112aaa32 Remove duplicate functionality of nsIBrowserWindow and nsIWebShellContainer. 1998-09-09 01:19:11 +00:00
thom%netscape.com c541298ba0 added nsDOMFactory.cpp and nsHTMLTagsEnums.cpp 1998-09-09 00:01:43 +00:00
dcone%netscape.com a557bd5c6f added a .h to the file Vidur added 1998-09-08 16:37:05 +00:00
kipp%netscape.com cf36f83d69 Added missing files to the build 1998-09-05 20:11:17 +00:00
vidur%netscape.com 4c0f7a9c61 Fixed bustage 1998-09-04 23:55:37 +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
vidur%netscape.com da0bb9d185 Tag enums 1998-09-04 23:02:06 +00:00
joki%netscape.com e3ad18e2a7 Adding window.close(), fixing window.opener, window.name 1998-09-04 00:46:06 +00:00
joki%netscape.com a88d837e58 Adding window.opener, window.focus, window.blur, event.cancelBubble, and modifying window.open 1998-09-03 01:19:58 +00:00