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

125 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 44b38bcc70 Touched the headers that are auto-generated from the IDL. 1999-02-23 02:40:26 +00:00
hyatt%netscape.com 0ab7a2cf6a Adding a getElementsByAttribute method. 1999-02-23 02:40:06 +00:00
waterson%netscape.com 1fe1e0d09a Modified generated files so that NS_InitFooClass() is accessable outside of JSDOM.DLL. a=vidur%netscape.com. 1999-02-17 08:33:27 +00:00
waterson%netscape.com ca621b1215 Create RDF_19990217_BRANCH from RDF_DOM_19990216_BRANCH to pick up nsCOMPtr changes before doing major whackage. 1999-02-17 08:17:50 +00:00
rods%netscape.com d5b2fe1ce5 Added GetWebShell 1999-02-10 16:25:49 +00:00
pinkerton%netscape.com 4e9693cba4 add IID 1999-02-04 18:29:36 +00:00
joki%netscape.com ab06020c2a Adding changes to DOM window object to allow window.screen and window.history 1999-01-28 23:12:54 +00:00
joki%netscape.com 369f764c4f Adding new header files for window.history and window.screen 1999-01-28 22:21:46 +00:00
joki%netscape.com aa57c36ac2 Updated DOM idl files including new idl for window.screen and window.history 1999-01-28 22:20:01 +00:00
rods%netscape.com 89dd7013c7 Implemented the window.print() method 1999-01-27 04:15:19 +00:00
vidur%netscape.com 22a8cb9919 Fix to get default namespaces to work. Cleanup of DOM handling of character data. 1999-01-21 19:33:03 +00:00
vidur%netscape.com 1b81427f6f Fixed Get/SetAttribute naming problem 1999-01-12 16:35:14 +00:00
vidur%netscape.com c4c4f8edb2 Fix for bug 1823. Added a toString method to the location object 1999-01-06 17:22:34 +00:00
vidur%netscape.com 566459d539 Separated class intialization from name registration in namespace management code 1998-12-30 21:35:35 +00:00
vidur%netscape.com c534e7ce68 Fixed early initialization problem in script namespace management 1998-12-30 02:46:36 +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
vidur%netscape.com a0bb847d23 Ongoing work on mechanism for introducing global names into a script namespace 1998-12-21 16:51:10 +00:00
vidur%netscape.com b0d18252ca Script global namespace management. 1998-12-19 02:11:17 +00:00
vidur%netscape.com fd093d0d82 Enabled asynchronous loading of SCRIPT SRC=, STYLE SRC= and LINK elements for style sheets. Changed nsIScriptContext to not be dependent on JavaScript. 1998-12-15 06:10:59 +00:00
mjudge%netscape.com f4a33109c2 adding IID to auto generated files 1998-12-11 23:36:04 +00:00
mjudge%netscape.com c01fe7ab14 adding IID for now, auto generate will duplicate work that is ok 1998-12-11 23:35:46 +00:00
akkana%netscape.com 1021dc344c Update Range spec 1998-12-09 18:44:26 +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
akkana%netscape.com 34602cbafa Fix IDOMRange spec 1998-12-01 18:21:05 +00:00
mjudge%netscape.com b061ceb35f export this header for nsIRangeList 1998-11-30 02:57:59 +00:00
mjudge%netscape.com 1e981d9d5e export nsIDOMRange.h 1998-11-29 22:00:46 +00:00
peterl%netscape.com f3008afc85 removed simple rule, added unknown rule 1998-11-26 02:32:48 +00:00
peterl%netscape.com c48536f023 updated to new version of CSSOM interfaces 1998-11-26 01:20:04 +00:00
jfrancis%netscape.com 08d1ee43b9 added nsIDOMRange.h 1998-11-25 01:38:46 +00:00
akkana%netscape.com 87cbc01e26 range shouldn't inherit from node 1998-11-24 19:58:40 +00:00
akkana%netscape.com 6fe8539958 Add Range object 1998-11-24 03:06:53 +00:00
akkana%netscape.com a254a6fbca Range specification 1998-11-24 01:39:47 +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
joki%netscape.com ec365a7a8c Adding initial bit for the JS security system 1998-11-21 00:12:33 +00:00
joki%netscape.com 5700dacf30 Adding more backwards compat DOM support (event.which, pageX, and pageY) 1998-11-19 03:20:21 +00:00
joki%netscape.com 37060f6cec Adding new generated DOM header 1998-11-18 05:34:23 +00:00
joki%netscape.com 77fd9c2652 Reworking internal event code to use nsIFrame::GetFrameForPoint
Adding new functionality through nsEventStateManager (cursor change, enter/exit events, tab navig)
1998-11-18 05:25:26 +00:00
pierre%netscape.com f67eb545ac Fix Mac build: added nsIDOMNSDocument.h 1998-11-17 03:09:30 +00:00
vidur%netscape.com f34203bf21 Moved document.styleSheets from HTML-specific interface to generic Document interface 1998-11-17 02:19:28 +00:00
vidur%netscape.com e0004fcce5 Added XML display support. Creation of XML elements through the DOM 1998-11-11 22:03:59 +00:00
joki%netscape.com 7a58f918de Adding submit event type 1998-11-02 23:05:46 +00:00
cls%seawood.org f83469a9ac Updated DEFINES 1998-10-31 01:40:28 +00:00
cls%seawood.org e5b59a4f10 Fixed problem with DEFINES and missing \\. Thanks to Stuart Parmenter <pavlov@innerx.net> for pointing this out. 1998-10-31 01:24:13 +00:00
cls%seawood.org 411ab80ce3 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00
kipp%netscape.com 6b07a723d5 Added in opacity 1998-10-28 02:02:47 +00:00
vidur%netscape.com 1b135ae3ec Added GC method to script contenxt 1998-10-26 23:22:21 +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
kipp%netscape.com a6a7325583 Added GetRc method 1998-10-09 22:56:58 +00:00
kmcclusk%netscape.com ba3c1c8a9e Added forward(), back(), home(), and stop() to nglayout, JavaScript 1998-10-07 18:06:23 +00:00