vidur%netscape.com
de45c1e44d
Changed reference counting rules for nsGlobalWindow - now its JSObject maintains a reference to it. The root for the global JSObject is now removed in SetWebShell when we're going away. Lots of null checks so that standalone global window doesn't crash.
1999-06-15 03:17:11 +00:00
vidur%netscape.com
51f68b19fb
JS_GetPrivate calls now go through a nsJSUtils wrapper that checks up the prototype chain. This is useful for applets where the JSClass instance is set as the proto of the LiveConnect-generated object.
1999-06-11 22:38:35 +00:00
vidur%netscape.com
f51c4ade16
Fixes for bug 927. JS timer code can deal with the window closing in a timer callback. NamedItem gets called for unknown integer property values as well. Added nsCOMPtr generation option to idlc. Fixed warnings in generated code.
1999-06-11 21:49:41 +00:00
mang%subcarrier.org
872ca0acf2
documented existence of -g flag
1999-05-28 01:25:31 +00:00
vidur%netscape.com
20cf0c3a50
Added support for noscript qualifier to attributes and methods. When this qualifier is used, the corresponding attribute or method is not reflected in the glue.
1999-05-28 00:17:38 +00:00
joki%netscape.com
0faca774dd
Beginnings of JavaScript security bits.
1999-05-26 21:43:28 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
mccabe%netscape.com
e880402830
Support for magically detecting whether an argument to an XPConnect'ed function is a dom node with a native nsISupports, and unwrapping it properly.
...
This'll go live as soon as I can persuade joki or vidur to rebuild the DOM stubs.
1999-05-12 02:05:48 +00:00
law%netscape.com
f07d111666
Tweaking initializer code so it still works with appcores
1999-05-07 19:37:21 +00:00
vidur%netscape.com
5a0ff8598d
Added use of the nsIJSNativeInitializer interface in constructors. Work in progress for unknown keyword.
1999-05-04 20:48:50 +00:00
waterson%netscape.com
0e6d8ebdba
Bug 5679. Fix leak from XPConnect glue.
1999-05-04 03:32:12 +00:00
waterson%netscape.com
a37bdc108b
Fixed a problems with XPIDL parameters and return values ('out' params are stills broken). Got rid of the XPIDL_JS_STUBS defines, as they are obsolete.
1999-04-27 06:14:08 +00:00
waterson%netscape.com
e00ff30ebf
Modified JSStubGen to spit out correct code from XPConnect.
1999-04-24 02:38:05 +00:00
waterson%netscape.com
5358fd04f6
Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. a=vidur.
1999-04-16 18:08:20 +00:00
joki%netscape.com
631f28bc50
New DOM2 event api's.
1999-03-28 22:19:42 +00:00
alecf%netscape.com
ad1fe78a92
ignore generated files
1999-03-12 19:34:47 +00:00
waterson%netscape.com
21ed358df2
Must've missed this file in my merge: support for xpidl keyword.
1999-03-10 20:15:23 +00:00
waterson%netscape.com
1b5252cb80
Support for xpidl keyword.
1999-03-10 19:55:00 +00:00
vidur%netscape.com
634e324575
Added CreateElementWithNameSpace to proprietary document interface. Fixed GetTagName for HTML to uppercase tag names. Hooked up style rule addition and deletion to reconstruct frames. Fixed DOM generation problem
1999-03-10 01:17:49 +00:00
warren%netscape.com
4b2d56fbaa
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
sfraser%netscape.com
b889fbf94d
Changes to get DOM IDL compiler to build on Mac.
1999-03-06 00:33:35 +00:00
sfraser%netscape.com
c29268e9ca
First Checked In.
1999-03-06 00:28:40 +00:00
scc%netscape.com
2ec0a397ea
rename |IID()| --> |GetIID()|
1999-03-03 19:48:57 +00:00
ramiro%netscape.com
60a05869de
Unhardcode nspr libs.
1999-03-03 13:35:52 +00:00
waterson%netscape.com
0ad841ff91
Made NS_InitFooClass() accessable outside of JSDOM.DLL.
1999-02-17 08:32:14 +00:00
alecf%netscape.com
f030b889ad
use built-in rules to build idlc compiler
1999-02-12 01:21:31 +00:00
vidur%netscape.com
03857886a6
Added script namespace management mechanism. This allows external native code to add symbols and constructors to the script global namespace. Added IID() static method generation to IDL generator.
1998-12-22 22:03:20 +00:00
cls%seawood.org
0aa90bbb4e
Added build option for idl tool. Thanks to Tague Griffith <tague@netscape.com> for the patch and the patience while I fumbled this patch. :)
1998-12-15 03:24:59 +00:00
ramiro%netscape.com
e2b921bf3c
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
vidur%netscape.com
669b99cbac
Slimmed down DOM code by creating a few utility functions for conversion, etc. Fixed bug 1656 - bug in generator with an enum value of 0.
1998-12-03 00:33:00 +00:00
cyeh%netscape.com
65038e9551
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00
cls%seawood.org
411ab80ce3
New autoconf files for nglayout
1998-10-28 03:53:57 +00:00
vidur%netscape.com
f9e3760137
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
1998-10-20 17:07:23 +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
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
vidur%netscape.com
ee6c5dfa7e
Got rid of Construct method from nsIJSScriptObject interface.
1998-09-14 23:01:48 +00:00
vidur%netscape.com
19eefa54ce
Added stopgap code for aliased constructors
1998-09-11 18:05:11 +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
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
8e8eb00a73
Implemented document.location and better handling of named lookups that fail.
1998-08-13 19:07:45 +00:00
kipp%netscape.com
6ca78bb43b
Revised forwarding macros
1998-08-12 17:57:25 +00:00
vidur%netscape.com
6e1e87c9b9
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
vidur%netscape.com
6ea2434b2e
Added generation of declaration and forwarding macros. Better handling of families of interfaces.
1998-08-04 00:08:29 +00:00
vidur
eb09b8f6be
Added square-bracket indexing for any interface that has an item() method.
1998-07-14 23:07:26 +00:00
joki
b34e9d04d7
Generated JS from IDL now calls backdoor routine all the time from js getters/setters
1998-07-14 20:19:28 +00:00
vidur
1900060e23
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
82106d30a3
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
6fbd7cf59d
Added special case for global object. Changed geniid.pl to take multiple directories
1998-07-03 00:48:06 +00:00
kipp
b4dc2c395e
half attempt to build on unix
1998-07-02 18:21:12 +00:00
vidur
ba6ad21987
Deal with NULL object case before asking if its an object
1998-07-01 18:32:35 +00:00