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

165 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 1fff0d4271 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 e53d3676e0 added nsJSHTMLFieldSetElement.cpp 1998-09-26 05:14:01 +00:00
vidur%netscape.com dbf780eb41 Added nsIDOMHTMLFieldSetElement.h back into the build... 1998-09-26 04:47:34 +00:00
vidur%netscape.com 176b209b6a Added nsHTMLFieldSetElement.cpp back... 1998-09-26 04:44:53 +00:00
vidur%netscape.com 52f2ef8186 New DOM file 1998-09-26 04:41:59 +00:00
vidur%netscape.com cd3ff1b5aa New DOM header file... 1998-09-26 04:40:46 +00:00
kipp%netscape.com 5b16f084e5 Backed out fieldset part of build 1998-09-26 04:28:35 +00:00
pierre%netscape.com 3484edb36b fixed Mac build: removed nsIDOMHTMLFieldSetElement.h 1998-09-26 00:12:49 +00:00
vidur%netscape.com 06b0278e67 Added FieldSetElement interface 1998-09-25 23:23:53 +00:00
michaelp%netscape.com 27afa1d6c4 New style test 1998-09-25 22:07:41 +00:00
pinkerton%netscape.com 7fdbea0dd5 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 6d770a46d4 vidur's dom/css changes. Added a couple of new files. 1998-09-25 05:22:06 +00:00
vidur%netscape.com d8bb86f9a9 Fix build bustage 1998-09-25 01:27:44 +00:00
vidur%netscape.com 050eccf7ab style test 1998-09-25 00:59:01 +00:00
vidur%netscape.com 2d0550a5a2 Added new style interfaces. Modified property slot id allocation. 1998-09-25 00:49:44 +00:00
vidur%netscape.com 576d667be6 Fixes in CSS interfaces 1998-09-23 21:28:06 +00:00
vidur%netscape.com bf5af14167 Further refinement of style interfaces 1998-09-23 20:58:31 +00:00
vidur%netscape.com b9b6b51edd Added method to get property weight 1998-09-22 21:30:10 +00:00
vidur%netscape.com d2388fccf8 New style interfaces 1998-09-22 21:19:11 +00:00
mcafee%netscape.com c624b61667 Adding more portable link line for non-Linux OS's 1998-09-19 07:49:42 +00:00
joki%netscape.com c4af68389c Adding targetting of any named window 1998-09-18 00:35:55 +00:00
rpotts%netscape.com 1a83dade2e Fixed up usage of the NS_RELEASE2(...) macro. 1998-09-17 05:40:57 +00:00
vidur%netscape.com 4e3024a5f9 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 bab22077b8 ? 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 357c55b191 More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
vidur%netscape.com ee6c5dfa7e Got rid of Construct method from nsIJSScriptObject interface. 1998-09-14 23:01:48 +00:00
vidur%netscape.com de174c314b Added stopgap code for aliased constructors 1998-09-11 18:31:38 +00:00
vidur%netscape.com 19eefa54ce Added stopgap code for aliased constructors 1998-09-11 18:05:11 +00:00
joki%netscape.com 2e0dcce305 Remove duplicate functionality of nsIBrowserWindow and nsIWebShellContainer. 1998-09-09 01:19:11 +00:00
thom%netscape.com 40da202803 added nsDOMFactory.cpp and nsHTMLTagsEnums.cpp 1998-09-09 00:01:43 +00:00
dcone%netscape.com 2b42318180 added a .h to the file Vidur added 1998-09-08 16:37:05 +00:00
kipp%netscape.com be8a3fdf7a Added missing files to the build 1998-09-05 20:11:17 +00:00
vidur%netscape.com 1c1a9b5c68 Fixed bustage 1998-09-04 23:55:37 +00:00
vidur%netscape.com ab080b4586 New content code adjusts to getting script objects through a factory interface 1998-09-04 23:03:16 +00:00
vidur%netscape.com 800f5eb224 Tag enums 1998-09-04 23:02:06 +00:00
joki%netscape.com 12c01ec243 Adding window.close(), fixing window.opener, window.name 1998-09-04 00:46:06 +00:00
joki%netscape.com 61e4e69ecc Adding window.opener, window.focus, window.blur, event.cancelBubble, and modifying window.open 1998-09-03 01:19:58 +00:00
vidur%netscape.com 2723f8d917 Proper shutdown of JS engine 1998-09-01 19:13:36 +00:00
pierre%netscape.com f138b8254d In the previous checkin, the path "powerplant/utility" was added to the 'domDebug.o' target only. Adding it to 'dom.o' now and verified that it was already in the 'shlb' target. 1998-08-27 22:16:56 +00:00
pierre%netscape.com c7755a87a9 added path "powerplant/utility" added files jsurl.cpp + nsFrameList.cpp + nsJSWindowCollection.cpp 1998-08-27 22:11:05 +00:00
joki%netscape.com fb08299f58 Fix makefile typo to fix unix builds 1998-08-21 21:59:08 +00:00
joki%netscape.com ebbb20684a Adding DOM append child interface and implementing window.frames array. 1998-08-21 21:39:27 +00:00
joki%netscape.com 639ecece8a Fix this darned unix redness. 1998-08-21 04:38:43 +00:00
vidur%netscape.com 113f2c141b Fixed build bustage 1998-08-21 00:24:40 +00:00
vidur%netscape.com a6dc2d7e18 Fixed build bustage. 1998-08-20 23:00:52 +00:00
vidur%netscape.com 5bb6715b57 Added javascript: URL handling. Added AddNamedReference and RemovedNamedReference to script context interface. 1998-08-20 22:25:21 +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
troy%netscape.com af9e04cf14 Added missing NS_INIT_REFCNT() 1998-08-15 03:24:27 +00:00
joki%netscape.com 8947ec6532 Sanity check return values on window.parent, window.top 1998-08-15 00:13:51 +00:00
scullin%netscape.com 39b83242e3 Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00