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

3350 Коммитов

Автор SHA1 Сообщение Дата
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
vidur%netscape.com 7550f14643 Proper shutdown of JS engine 1998-09-01 19:13:36 +00:00
pierre%netscape.com c59740016b 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 d47d36e1fb added path "powerplant/utility" added files jsurl.cpp + nsFrameList.cpp + nsJSWindowCollection.cpp 1998-08-27 22:11:05 +00:00
joki%netscape.com 1e01e2dca8 Fix makefile typo to fix unix builds 1998-08-21 21:59:08 +00:00
joki%netscape.com a0d498ae00 Adding DOM append child interface and implementing window.frames array. 1998-08-21 21:39:27 +00:00
joki%netscape.com 73414d65cb Fix this darned unix redness. 1998-08-21 04:38:43 +00:00
vidur%netscape.com e456d294d5 Fixed build bustage 1998-08-21 00:24:40 +00:00
vidur%netscape.com 8bd14f492a Fixed build bustage. 1998-08-20 23:00:52 +00:00
vidur%netscape.com 8c0c188c44 Added javascript: URL handling. Added AddNamedReference and RemovedNamedReference to script context interface. 1998-08-20 22:25:21 +00:00
pinkerton%netscape.com b0d655afe6 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 b0d16a8897 Added missing NS_INIT_REFCNT() 1998-08-15 03:24:27 +00:00
joki%netscape.com beba90af07 Sanity check return values on window.parent, window.top 1998-08-15 00:13:51 +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
thom%netscape.com 2f96abb552 add nsJLocation and nsLocation to project file 1998-08-14 22:53:51 +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 2843da9ae4 Fix queryinterface calls on window.top and window.parent 1998-08-14 20:36:31 +00:00
joki%netscape.com 47948165bb Adding more window properties and slightly refCnt declaration. 1998-08-13 23:37:54 +00:00
vidur%netscape.com 655660c5ed Unqualified references to location need to go through a resolve method 1998-08-13 20:46:11 +00:00
vidur%netscape.com 34235bee38 Implemented document.location and better handling of named lookups that fail. 1998-08-13 19:07:45 +00:00
vidur%netscape.com 91cccf3601 Correctly implemented reload 1998-08-13 04:48:57 +00:00
vidur%netscape.com ee732521f4 Implemented window.location 1998-08-13 04:34:53 +00:00
joki%netscape.com a0e09aecb4 Adding url and lineno to script evaluation 1998-08-12 23:37:50 +00:00
kipp%netscape.com 113c9c5aca Revised forwarding macros 1998-08-12 17:57:25 +00:00
joki%netscape.com 939f9a50d7 Adding partial load event support, removing script context Run_GC method adding partial script error support 1998-08-12 04:56:40 +00:00
joki%netscape.com 6d094cdbd0 Add RunGC method onto ScriptContext interface. Probably temporary until we have auto-gc'ing set up. 1998-08-10 01:33:34 +00:00
vidur%netscape.com 1ed5598714 Better support for interface families in the IDL (named elements). Netscape interfaces for HTMLDocument and HTMLFormElement (for backwards compatibility. 1998-08-07 23:01:52 +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
kipp%netscape.com 317a9ff089 Use flexible library naming 1998-08-05 01:40:20 +00:00
kipp%netscape.com 4e12d99db1 Fix windows build to use js3250.dll 1998-08-05 01:33:07 +00:00
vidur%netscape.com 9d9813769f Added generation of declaration and forwarding macros. Better handling of families of interfaces. 1998-08-04 00:08:29 +00:00
joki%netscape.com 90b94622e3 Fix bug 311157, mouseover crashes release builds. 1998-08-02 04:15:08 +00:00
thom%netscape.com d6fe872f59 Added new domDebug.slib target. Envolved added a bunch of shared libraries, but only for that target. Also added all the DOM files that weren't in the project previously and grouped them. This change was for ALL targets. 1998-07-31 22:49:58 +00:00
joki%netscape.com 15c0f2a261 Adding form events in, filling out window event handling code. 1998-07-31 22:09:03 +00:00
pierre%netscape.com 0f69ef0668 updated to Windows make file 1998-07-28 04:07:50 +00:00
vidur%netscape.com f4fa05bb63 Added recursive document.write 1998-07-25 01:13:23 +00:00
joki%netscape.com 3e6738bffc Hooking up the 'window' object into the event chain. 1998-07-24 05:05:42 +00:00
vidur%netscape.com d9ba511f00 Simple document.write test 1998-07-23 22:47:32 +00:00
dcone%netscape.com 5d07e66818 first version 1998-07-23 20:49:20 +00:00
vidur%netscape.com d62e0991a5 Fixed HTMLDocument and HTMLCollection interfaces 1998-07-22 23:33:17 +00:00
scullin%netscape.com d6b20e31b8 Fix win95 build bustage. 1998-07-22 23:21:23 +00:00
dcone%netscape.com 565d34b60c added nsIScriptEventListener.h 1998-07-21 21:46:32 +00:00
kipp%netscape.com 3d7330d613 Fixed GetGlobalObject 1998-07-21 16:43:02 +00:00
kipp%netscape.com aa100db323 Added missing refcnt; use an explicit cast to nsIDOMWindow 1998-07-21 16:41:42 +00:00
dcone%netscape.com 74e479c549 removed nsJSAttributeList.cpp, nsJSNodeIterator.cpp, nsJSDocumentContext.cpp, nsJSTreeIterator.cpp 1998-07-20 20:50:44 +00:00
joki%netscape.com 5bfc10adbf Fix notation on key event enum values. 1998-07-17 19:25:14 +00:00
joki%netscape.com d8ca29e4f9 More of the fixe for IRIX weirdness on enums in switches 1998-07-17 07:36:50 +00:00
joki%netscape.com 1aef35f3e5 Adding JS event handler test 1998-07-17 07:32:13 +00:00
joki%netscape.com e680bc67ec Fix IRIX issues with enums in case statements. 1998-07-17 07:10:43 +00:00
joki%netscape.com 55fe4083e7 Change DIRS order to fix Unix build 1998-07-17 06:05:39 +00:00
joki%netscape.com 1b3eefccdb Adding new DOM stuff to handle JS event handlers 1998-07-17 04:52:12 +00:00
joki%netscape.com 1f2cc8aec1 Adding new events code to JS event handler support 1998-07-17 04:29:16 +00:00
kipp%netscape.com cb686e8cdb Setup includes for unix 1998-07-16 02:21:30 +00:00
kipp%netscape.com bba6fd0b23 Fixed exporting makefile bug 1998-07-16 02:16:05 +00:00
kipp%netscape.com a2ae84f955 build workage for windows 1998-07-16 01:53:55 +00:00
kipp%netscape.com 1efb40aa44 Fix unix build woes 1998-07-16 01:19:02 +00:00
kipp%netscape.com 1fe2df7b57 new 1998-07-16 01:16:47 +00:00
vidur%netscape.com 1143b01a6b Got rid of unnecessary file 1998-07-15 23:49:22 +00:00
kipp%netscape.com 184bedb3a8 Fixed build issue 1998-07-15 22:03:56 +00:00
kipp%netscape.com 801468726d Fixed up to build 1998-07-15 21:07:47 +00:00
kipp%netscape.com abd28365b9 fix directory name 1998-07-15 21:03:38 +00:00
kipp 208eb4b25d nuked 1998-07-15 18:55:53 +00:00
kipp 6bb9109b3c new 1998-07-15 18:54:51 +00:00
vidur dcee5e125e Added HTML idl definitions. Changed directory structure in src 1998-07-15 18:30:35 +00:00
vidur fb700f4cff Added HTML idl definitions. Changed directory structure in src 1998-07-15 17:36:53 +00:00
vidur 392461529a Added HTML idl definitions. Changed directory structure in src 1998-07-15 16:54:19 +00:00
vidur ffdfc45f08 Added square-bracket indexing for any interface that has an item() method. 1998-07-14 23:07:26 +00:00
joki 7e53afbc9e Generated JS from IDL now calls backdoor routine all the time from js getters/setters 1998-07-14 20:19:28 +00:00
vidur ef2bd5eb2a Moved over to a new version of Level 1. NodeIterators and AttributeLists out. NodeLists and NamedNodeMaps in. 1998-07-14 18:44:44 +00:00
vidur 7cf72acbb6 Fixed build breakage on Unix 1998-07-09 16:30:26 +00:00
vidur 77bb05b89e Timer test 1998-07-08 23:46:56 +00:00
vidur 7e4b5fc654 Added setTimeout/setInterval to Window. Added ellipsis special-case to IDL generation code. Slightly better error reporting in generated JavaScript stub classes 1998-07-08 23:44:46 +00:00
vidur 3191ee484c Moved core DOM interfaces to coreDom directory 1998-07-03 00:50:16 +00:00
vidur d74df804b7 Moved core DOM interfaces to coreDom directory 1998-07-03 00:48:44 +00:00
vidur 41dce253a2 Added special case for global object. Changed geniid.pl to take multiple directories 1998-07-03 00:48:06 +00:00
kipp 0ae8808f12 half attempt to build on unix 1998-07-02 18:21:12 +00:00
vidur a0ae9ecc55 Added window.navigator and Navigator interface 1998-07-01 23:55:40 +00:00
vidur 7dc575e7b6 Deal with NULL object case for parameters to methods 1998-07-01 18:36:59 +00:00
vidur 7b7ae17931 Deal with NULL object case before asking if its an object 1998-07-01 18:32:35 +00:00
kipp d22397f16f Fixed a js-stub generating problem with null's vs's objects (vidur told me what to type) 1998-07-01 17:00:18 +00:00
joki 6787d4a099 Allow hex values in numbers 1998-06-30 18:12:40 +00:00
vidur 21c46f76e1 Deal with hex values in numerical values 1998-06-30 02:23:59 +00:00
vidur db18597a18 Deal with hex values in numerical values 1998-06-30 02:18:05 +00:00
atotic 535f0477d7 Fixed the exports 1998-06-27 02:46:16 +00:00
vidur e062e32c8f Added the nsIScriptContextOwner.h to aid in SCRIPT tag evaluation 1998-06-25 22:25:39 +00:00
atotic c02c40dde5 More mac build work 1998-06-25 18:01:11 +00:00
atotic 9dc2af665d New DOM manifests 1998-06-25 17:59:26 +00:00
atotic 917ccbeac1 Fixed the exports 1998-06-24 17:37:49 +00:00
vidur acc6822d4b Removed old files nsIScriptObject.h nsIDOMIterators.h and nsDOM.h 1998-06-23 22:51:07 +00:00
joki 9374c4bd49 Modifications to event listener interfaces. 1998-06-23 21:51:30 +00:00
vidur f2cccbb1e0 Added autogeneration of XPCOM headers and JavaScript stub classes. Added better masking of JS-specific structures in generic interfaces. Creation of a scripting global object interface. 1998-06-23 18:43:06 +00:00
troy c48be7a9d3 Initial check-in 1998-06-23 05:13:22 +00:00
vidur e941853292 Changed name to wstring 1998-06-16 22:00:47 +00:00
atotic d746b0cbf3 Made the projects compile in the dist world 1998-06-16 21:41:31 +00:00
atotic fcb81f3583 First Checked In. 1998-06-16 21:39:13 +00:00
vidur 816b9443ec First pass at makefile for generation of xpcom headers and JavaScript stub classes 1998-06-15 20:57:23 +00:00
vidur 95ca0b24aa Added error handling to InitClass 1998-06-15 20:35:45 +00:00
vidur 165204150d Added iid generation, dealing with the void keyword and fixed bugs in generation code 1998-06-12 22:34:39 +00:00
joki b32e291cab Fixing uuid and whitespace 1998-06-08 01:33:06 +00:00
joki c88080f763 Adding makefile changes to make raptor build new dom event dirs 1998-06-08 00:57:44 +00:00
joki 0e4cd9b02b Adding non-core event interfaces to repository 1998-06-07 07:42:19 +00:00
joki 37550d4d93 Adding core DOM event interfaces to repository 1998-06-07 07:41:39 +00:00
vidur 3688922371 Auto-generation of JavaScript stubs 1998-06-03 23:39:45 +00:00
vidur e8ff4edd69 idl test file 1998-06-03 23:36:47 +00:00
vidur 26b617caa9 JavaScript global object interface 1998-06-03 23:33:05 +00:00
vidur 4ae6c731b1 Auto-generation of JavaScript stubs 1998-06-03 23:32:26 +00:00
kipp f9f814bcd1 NS_IMETHOD'd some of the API's 1998-05-30 01:36:47 +00:00
vidur 2b92ea8444 New files for XPCOM interface generation 1998-05-19 15:59:53 +00:00
vidur 2f09966a8c Added Core IDL files 1998-05-19 05:25:17 +00:00
vidur ad9c050389 Added XPCOM interface generation 1998-05-19 05:21:21 +00:00
thom 394804e4df Mac checkin 1998-05-18 22:47:24 +00:00
thom a5d271e9c1 Mac checkin 1998-05-18 22:42:13 +00:00
thom 10b6813dc0 *** empty log message *** 1998-05-18 19:47:30 +00:00
dario 62b8228fb5 final checkin from Judah 1998-05-15 18:49:17 +00:00
dario c3ff90d91d idl compiler 1998-05-12 20:30:45 +00:00
troy 2193cef855 Made "delete" by "remove" since delete is a reserved JavaScript keyword 1998-05-07 05:23:52 +00:00
troy 56abe48586 Hooked up insert/delete/replace 1998-05-06 16:26:06 +00:00
michaelp fa29f980b5 API cleanup for images and drawing surfaces. 1998-05-05 22:11:50 +00:00
troy 806d70ed8c Implemented DOM document's createTextNode() function, and changed insertBefore()
handler to allow refChild to be null
1998-05-04 20:34:37 +00:00
troy 7123685f83 Fixed InsertBefore() to allow refChild to be null 1998-05-04 20:33:05 +00:00
troy 78a2dd0dd7 Started hooking up createElement(), and commented out some asserts that
were getting hit
1998-05-04 17:54:08 +00:00
kipp 01ab9174da define win32_lean_and_mean 1998-04-23 16:47:26 +00:00
dario 594ca982cb fixing global object finalization 1998-04-17 01:35:54 +00:00
dario 6b20823e47 fixing js capitalization and finalize methods 1998-04-17 01:32:07 +00:00
dario 0df61ed795 doc 1998-04-15 18:55:21 +00:00
dario c025a364f3 few fixes 1998-04-14 19:03:54 +00:00
dario e4b7716f99 adding NPL 1998-04-14 18:16:23 +00:00
dario 24cdfef1e3 another js example 1998-04-14 18:14:55 +00:00
kipp 4717009d75 moved to pub 1998-04-13 20:24:54 +00:00