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

531 Коммитов

Автор SHA1 Сообщение Дата
danm%netscape.com b091983046 removing debugging cruft accidentally left in 1999-05-18 21:41:41 +00:00
hyatt%netscape.com cf48ca6a69 Seems pretty basic to me. Not sure what the heck this function was trying
to be before.
1999-05-18 10:27:31 +00:00
hyatt%netscape.com fe08c0b090 GetIID. ARGH! 1999-05-18 08:37:54 +00:00
danm%netscape.com e61ee86e80 renaming mFirstLoadKludge. Vidur says it's not a kludge, so it gets an upgraded name. 1999-05-17 21:39:35 +00:00
vidur%netscape.com 5c0656dfba added files: mozilla/dom/src/html/nsJSHTMLLayerElement.cpp 1999-05-17 21:15:58 +00:00
vidur%netscape.com 8addb8a33c Added layers interface. 1999-05-17 21:15:06 +00:00
danm%netscape.com f7b96098ac more window.openDialog: moved creation of JS context earlier, stopped its destruction on first doc load 1999-05-17 18:52:21 +00:00
hyatt%netscape.com c562d45ee1 Added an arg to createPopup, so I could tell what the originating window was. 1999-05-16 07:46:34 +00:00
hyatt%netscape.com e79a5b7f9e Added support for document.popup, so that event handlers in popup content
can refer to the popup's originating element.
1999-05-15 08:46:14 +00:00
hyatt%netscape.com 0d6868983a Linking up global window to call webshell container's createPopup. 1999-05-15 00:48:39 +00:00
hyatt%netscape.com 941b650532 Added another createPopup method to handle anchoring. 1999-05-14 21:16:51 +00:00
beard%netscape.com 9b8efc19a5 added nsGetNativeThis(), which searches the prototype chain for the first object that is tagged as having an nsISupports in its private field. 1999-05-14 20:27:00 +00:00
hyatt%netscape.com f430cd265f Added a createPopup method to the window object. 1999-05-14 18:54:25 +00:00
hyatt%netscape.com 26a96c091e Adding a GetIID method so I can actually use an nsCOMPtr with this
interface.
1999-05-14 05:35:56 +00:00
danm%netscape.com 695c394a79 added window.openDialog. a:brendan 1999-05-14 03:10:51 +00:00
joki%netscape.com d5a7428c9a New JSClass flag for indicating DOM elements to COMConnect 1999-05-13 01:20:50 +00:00
vidur%netscape.com 7428710391 Fix for bug 4435. Creating the right type of script object for blockquote. 1999-05-12 23:22:36 +00:00
hyatt%netscape.com 70e775cc13 Teaching window.open how to open chrome. 1999-05-12 23:17:40 +00:00
mccabe%netscape.com 3a98e8afe1 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
vidur%netscape.com 5dbbb06562 Added IsValidFragment to nsIDOMNSRange interface and CreateRange to nsIDOMNSDocument. 1999-05-11 20:20:40 +00:00
beard%netscape.com 7fa5f3590d fixed breakage on platforms not defining OJI (linux?) 1999-05-08 17:24:43 +00:00
beard%netscape.com 98dfd36d90 implemented NavigatorImpl::JavaEnabled() 1999-05-08 16:37:53 +00:00
law%netscape.com dc64b9dedf Tweaking initializer code so it still works with appcores 1999-05-07 19:37:21 +00:00
hyatt%netscape.com 41a9f754f1 Changes to support AppRunner's window.open 1999-05-04 23:27:57 +00:00
vidur%netscape.com 5b063cccb7 Added use of the nsIJSNativeInitializer interface in constructors. Work in progress for unknown keyword. 1999-05-04 20:48:50 +00:00
vidur%netscape.com d6b47ca08e Added Option constructor and nsIJSNativeIntializer.h interface. DOM glue code now uses the nsIJSNativeIntializer interface to initialize newly constructed instances. 1999-05-04 20:48:16 +00:00
vidur%netscape.com 2be79562d0 Added Option constructor and resultant nsIDOMOption interface 1999-05-04 20:47:00 +00:00
waterson%netscape.com 8c299ae487 Bug 5679. Fix leak from XPConnect glue. 1999-05-04 03:32:12 +00:00
tague%netscape.com b23c932029 Fixed bug #5527 (Editor is not able to accumulate successive Japanese input) 1999-05-03 22:57:48 +00:00
sspitzer%netscape.com dd9ad5a990 fix for bug #3812
home button now goes to where ever the "browser.startup.homepage" pref is set.
(if it isn't set, we go to http://www.mozilla.org)
throbber goes to http://www.mozilla.org.  this value is set in navigator.xul.
previously, the throbber was hard wired to do what home did.
r=alecf
a=cyeh
1999-04-28 20:33:43 +00:00
vidur%netscape.com 348d5a1014 Added nsIDOMNSRange method with InsertFragment method. 1999-04-27 22:15:32 +00:00
waterson%netscape.com 62853a4536 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 43590208f7 Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. 1999-04-27 05:54:18 +00:00
waterson%netscape.com 7f215c169b Added nsJSUtils::nsConvertJSValtoXPCObject to handle 'in xpidl' parameters. 1999-04-27 04:17:17 +00:00
waterson%netscape.com e545139879 The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH. 1999-04-24 02:41:02 +00:00
waterson%netscape.com 90572b1edf Modified JSStubGen to spit out correct code from XPConnect. 1999-04-24 02:38:05 +00:00
waterson%netscape.com b7f5ff7cee Added XPConnect hooks. 1999-04-24 02:37:41 +00:00
kipp%netscape.com 10e3304bf0 Work around crash bug; eliminate bad argument to a JS method 1999-04-23 19:52:04 +00:00
hyatt%netscape.com f0c29e969c window.open lives. 1999-04-20 22:35:11 +00:00
amusil%netscape.com 6a37b291d2 Win32 compiler doesn't like var dec inside for loop dec 1999-04-20 20:32:06 +00:00
beard%netscape.com ee631aaf50 implementing GetMimeTypes(), GetPlugins() in terms of MimeTypeArrayImpl, PluginArrayImpl. 1999-04-20 19:41:17 +00:00
beard%netscape.com ee774c7723 added nsPluginArray.cpp, nsMimeTypeArray.cpp. 1999-04-20 19:38:54 +00:00
beard%netscape.com 10ab216b83 First Checked In. 1999-04-20 19:18:51 +00:00
hyatt%netscape.com 681ea7bf01 Altering the window.open call so that it can supply info for a webshell
to be created asynchronously.
1999-04-19 21:08:12 +00:00
hyatt%netscape.com 8d78536fbd Changing the browser window retriever method so that it can cross the chrome/content boundary. 1999-04-16 18:39:18 +00:00
waterson%netscape.com f2cedbe2ab Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. 1999-04-16 18:08:43 +00:00
waterson%netscape.com 433fe1e489 Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. a=vidur. 1999-04-16 18:08:20 +00:00
waterson%netscape.com d3effcf651 Removed extra newline in makefile. 1999-04-16 17:37:16 +00:00
sfraser%netscape.com db9e62bf94 Fix weird linkage stuff with stubs for the missing symbols. 1999-04-16 01:26:36 +00:00
sfraser%netscape.com a439a1df04 Fix the output directories for the range and selection files. 1999-04-15 23:46:48 +00:00
sfraser%netscape.com 5f6b3eacad File Removed. 1999-04-15 23:46:12 +00:00
sspitzer%netscape.com 37d013da8d cvs ignorage for the Makefile that gets created on UNIX 1999-04-15 22:55:16 +00:00
beard%netscape.com 667b870f32 added added nsJSPlugin.cpp, nsJSPluginArray.cpp, nsJSMimeTypeArray.cpp, nsJSMimeType.cpp 1999-04-15 21:56:30 +00:00
beard%netscape.com 3079c36471 regenerated from Navigator.idl 1999-04-15 21:54:14 +00:00
beard%netscape.com 8a1634a5cc added nsJSPlugin.cpp, nsJSPluginArray.cpp, nsJSMimeTypeArray.cpp, nsJSMimeType.cpp 1999-04-15 21:52:10 +00:00
beard%netscape.com fd50a34b6b Added NavigatorImpl::GetMimeTypes/GetPlugins 1999-04-15 21:44:18 +00:00
beard%netscape.com b5d92a50e2 added generated includes nsIDOMMimeType.h, nsIDOMMimeTypeArray.h, nsIDOMPlugin.h, nsIDOMPluginArray.h 1999-04-15 21:42:54 +00:00
sfraser%netscape.com 7fc2609983 Add range getter methods (regenerated from IDL file). 1999-04-15 20:18:15 +00:00
sfraser%netscape.com 707daae5fb Link with the range library 1999-04-15 20:17:57 +00:00
sfraser%netscape.com fbb7353703 Add the range subdirectory 1999-04-15 20:17:02 +00:00
sfraser%netscape.com 7c2d907d33 First Checked In. 1999-04-15 20:16:44 +00:00
sfraser%netscape.com 5f75043df4 Add range JS glue files to project 1999-04-15 20:16:31 +00:00
sfraser%netscape.com 4f56057f83 Formatting change 1999-04-15 20:15:04 +00:00
sfraser%netscape.com f4a5d3db7d Comment out troublesome routine with multiple out params 1999-04-15 20:14:54 +00:00
beard%netscape.com c5723f04c1 First Checked In. 1999-04-15 01:50:53 +00:00
beard%netscape.com 83c253cf50 First Checked In. 1999-04-15 01:31:54 +00:00
beard%netscape.com deb05ba938 wstring -> DOMString, added attributes mimeTypes, plugins. 1999-04-15 01:28:31 +00:00
beard%netscape.com 3601900d88 added PluginArray.idl MimeTypeArray.idl Plugin.idl MimeType.idl 1999-04-15 01:27:03 +00:00
beard%netscape.com 3f732ad32d First Checked In. 1999-04-15 01:25:36 +00:00
sspitzer%netscape.com 97900943b4 added cvsignore files 1999-04-15 01:04:42 +00:00
sfraser%netscape.com 3acb74809c File Removed. 1999-04-13 01:28:49 +00:00
sfraser%netscape.com e5a1059918 nsIDOMRange.h has moved to dom/public/range/ 1999-04-13 01:27:33 +00:00
sfraser%netscape.com 3b867c2e96 Added selection.idl and selectionlistener.idl. 1999-04-13 01:24:23 +00:00
sfraser%netscape.com feec75882b First Checked In. 1999-04-13 01:24:09 +00:00
sfraser%netscape.com 3321c8fe1e Add the range directory to the makefiles. 1999-04-13 01:23:48 +00:00
sfraser%netscape.com c4e1ecf9cf First Checked In. 1999-04-13 00:33:58 +00:00
joki%netscape.com 89b0093c37 Event name change to add prefix to js handlers 1999-04-12 21:17:44 +00:00
toshok%hungry.com 2375f5e717 enable OJI on unix. 1999-04-07 05:14:40 +00:00
rods%netscape.com 1a766565fd Added additional methods to interface 1999-04-06 20:23:51 +00:00
waterson%netscape.com 87859e9081 Added static GetIID() method. 1999-04-06 02:37:08 +00:00
rickg%netscape.com 86e77969e0 small update to sync up with new nsString API 1999-04-05 09:07:07 +00:00
beard%netscape.com 60318f70d0 GlobalWindowImpl::SetNewDocument: fixed multiple initialization of JSContext. Always clears the scope first. 1999-04-02 06:22:00 +00:00
kipp%netscape.com f80c69d688 landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:54:42 +00:00
waterson%netscape.com 6a9f55ba2d Added code to initialize XPIDL JS stubs, added nsJSXULDocument into the build, temporarily added the rdf service as an attribute on the XUL document. 1999-03-30 00:38:16 +00:00
joki%netscape.com a9919a7fc2 Initialize JS return values to zero for failure case 1999-03-29 23:48:47 +00:00
amusil%netscape.com d71744eb68 Changes to hook up LiveConnect on Windows 1999-03-29 22:18:05 +00:00
joki%netscape.com eb2dcca8dc Adding new DOM public interface for event listener registration 1999-03-28 22:29:32 +00:00
joki%netscape.com 579d00f53d Adding nsJSDOMEventListener.cpp to mac dom project 1999-03-28 22:23:41 +00:00
joki%netscape.com 54eeda012e New DOM2 event api's. 1999-03-28 22:19:42 +00:00
joki%netscape.com 1081c965c2 Adding new script event api's for DOM2 compliance 1999-03-28 21:31:46 +00:00
vidur%netscape.com 07050f65b3 Fix for bug 3165. Unqualified references to location now resolve to window.location 1999-03-27 00:11:13 +00:00
briano%netscape.com 9d6d3b389c Turned off the NO_STATIC_LIB restriction. 1999-03-25 21:29:34 +00:00
briano%netscape.com cebfc14fd8 Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
mcafee%netscape.com b6235d4036 Minor formatting change for error output. 1999-03-20 04:25:54 +00:00
vidur%netscape.com 479699e2c0 Purify fixes from Bruce Mitchener 1999-03-20 01:54:12 +00:00
tague%netscape.com 35cf28e882 Added nsIDOMTextListener.h to Mac build 1999-03-20 00:28:07 +00:00
tague%netscape.com 77aedc85f6 Fixed error in checkin 1999-03-19 23:54:49 +00:00
tague%netscape.com 87412ad4c0 Added nsIDOMTextListener.h to Linux build 1999-03-19 23:46:23 +00:00
tague%netscape.com 21fe067546 Added support for basic Japanese input on Win32 1999-03-19 23:36:20 +00:00
mcafee%netscape.com a42b264417 Splitting up NS_ScriptErrorReporter() to test each argument before printing it, we were passing a partial error report to printf() which was crashing for Edit|Preferences. 1999-03-19 09:00:39 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
michaelp%netscape.com b6ff23fd4b added memory cleanup tripwire. 1999-03-12 22:24:30 +00:00
alecf%netscape.com 8ef0c685a4 ignore generated files 1999-03-12 19:34:47 +00:00
alecf%netscape.com ec843b33aa use BUILD_IDLC to refer to the DOM idl compiler 1999-03-12 19:34:25 +00:00
beard%netscape.com 9316dfbdbf took out initialization check in InitLiveConnectClasses 1999-03-12 04:48:28 +00:00
sfraser%netscape.com 5bb45b29f9 Fix a crash if a xul file specifies a non-existent start page (NS_ADDREF changed to NS_IF_ADDREF). 1999-03-11 23:17:29 +00:00
alecf%netscape.com af686eb77b purify fix from bruce@cybersight.com 1999-03-11 22:53:02 +00:00
waterson%netscape.com f0745144ef Added GetResource() to XULElement. 1999-03-10 20:20:52 +00:00
waterson%netscape.com bb1b0fde73 Must've missed this file in my merge: support for xpidl keyword. 1999-03-10 20:15:23 +00:00
waterson%netscape.com 6bf33e7aa9 Support for xpidl keyword. 1999-03-10 19:55:00 +00:00
waterson%netscape.com 1a72986d9a Landed on tip. 1999-03-10 05:37:31 +00:00
waterson%netscape.com 28e7b1b92e Initial revision. 1999-03-10 04:49:54 +00:00
vidur%netscape.com bb1650ee77 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
alecf%netscape.com 9e73d8cb12 purify fixes from bruce@cybersight.com
use delete[] rather than delete
1999-03-10 00:31:59 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
beard%netscape.com bcfc9a5e17 Added InitializeLiveConnectClasses() method. 1999-03-08 00:14:40 +00:00
beard%netscape.com a5f799e198 Added InitializeLiveConnectClasses() method. This makes the standard java packages visible to a given JSContext. Guarding against multiple initialization otherwise LiveConnect gives a warning. 1999-03-08 00:14:38 +00:00
sfraser%netscape.com 8ca03df6c8 Changes to get DOM IDL compiler to build on Mac. 1999-03-06 00:33:35 +00:00
sfraser%netscape.com b1d6f0422d First Checked In. 1999-03-06 00:28:40 +00:00
hyatt%netscape.com c6912beac6 Changing the broadcaster methods to take DOM elements instead of DOM
nodes.
1999-03-05 22:37:24 +00:00
mcafee%netscape.com fdf88ceddf Uninitialized variables 1999-03-05 04:40:14 +00:00
kipp%netscape.com 284d8dc4af Stop linking with other libraries to avoid finding symbols with dlsym that we don't want to find 1999-03-05 04:35:49 +00:00
hyatt%netscape.com 2ef50c0187 Regenerated the IDL for the XUlDocument. Changed getElementById to return
an element (and to have a lowercase d) for consistency with the HTML document
method of the same name.
1999-03-05 00:02:00 +00:00
hyatt%netscape.com 94f316e8f0 Many bug fixes to the RDF content model including namespace changes and
style support.
1999-03-05 00:01:26 +00:00
scc%netscape.com 31ff626ae9 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
ramiro%netscape.com 1e701a5269 Unhardcode nspr libs. 1999-03-03 13:35:52 +00:00
alecf%netscape.com d0cc12e497 add IID() method 1999-02-27 03:16:56 +00:00
alecf%netscape.com dd392ba2d7 add static IID() method 1999-02-26 17:50:59 +00:00
warren%netscape.com 97781f4c14 Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
sfraser%netscape.com d847eb7428 Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
beard%netscape.com 04da12bf61 LiveConnect initialization. 1999-02-25 04:29:08 +00:00
hyatt%netscape.com dbc9dd98bf Touched the files auto-generatedb y the IDL. Also implemented getElementByAttribute
for documents and for elements.
1999-02-23 02:40:51 +00:00
hyatt%netscape.com 69bed5464f Touched the headers that are auto-generated from the IDL. 1999-02-23 02:40:26 +00:00
hyatt%netscape.com 3ec0b0e2a8 Adding a getElementsByAttribute method. 1999-02-23 02:40:06 +00:00
cyeh%netscape.com fe763fea21 Remove mozilla/layout/config and use mozilla/config instead. 1999-02-18 18:16:21 +00:00
mcafee%netscape.com 81e9035294 Adding newline at end of file for Solaris/CC 1999-02-18 12:14:59 +00:00
waterson%netscape.com 02f3d9b924 Landed RDF_19990217_BRANCH. This includes a bunch of changes to get XUL scriptability up and running; also, nsRDFResourceElement and nsRDFGenericElement have been collapsed into a single class, and most of the state has been turned into attributes on the class. 1999-02-17 11:09:57 +00:00
waterson%netscape.com 23bc3c70c5 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 bfa4d5e3f7 Made NS_InitFooClass() accessable outside of JSDOM.DLL. 1999-02-17 08:32:14 +00:00
waterson%netscape.com 6dbd4926ba 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
troy%netscape.com cbdfdcf022 Made some things const 1999-02-14 06:38:24 +00:00
troy%netscape.com 17dee03b1e Added const to definition 1999-02-14 06:37:24 +00:00
alecf%netscape.com b5e1db28ce use built-in rules to build idlc compiler 1999-02-12 01:21:31 +00:00
rods%netscape.com f80bf6efc6 Back and forward did not work for frames, so I put in a temporary fix 1999-02-10 20:44:31 +00:00
rods%netscape.com f0c8c34866 Added GetWebShell 1999-02-10 16:25:49 +00:00
rods%netscape.com a671224ede Added GetWebShell method 1999-02-10 16:25:11 +00:00
vidur%netscape.com 1ef65f0ae9 id and class changing tests 1999-02-05 19:56:29 +00:00
vidur%netscape.com b6cf37947d Missing init refcnt 1999-02-04 19:06:11 +00:00
pinkerton%netscape.com e1b73fed6e add IID 1999-02-04 18:29:36 +00:00
vidur%netscape.com 9bc815551a out-of-line document.write 1999-02-03 19:47:53 +00:00