.. |
base
|
48758. r=ben,saari, a=waterson
|
2000-09-22 05:02:20 +00:00 |
coreDom
|
Fixing nsbeta3+ bug 52572. Updating the DOM intefaces in mozilla to match the current DOM Level 2 PR. r=kandrot@netscape.com
|
2000-09-14 05:19:00 +00:00 |
coreEvents
|
Adding originalTarget to Event object. r=joki
|
2000-09-07 01:07:29 +00:00 |
css
|
Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann
|
2000-09-19 05:37:23 +00:00 |
events
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
html
|
Part of fix for bug 13718 -- API for natural dimensions of image. Extend the netscape nsIDOMImage interface. r=jst
|
2000-09-08 01:32:39 +00:00 |
idl
|
Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann
|
2000-09-19 05:37:23 +00:00 |
range
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
xul
|
Fixing bug 50058 - too many onSelect firings. r=hyatt.
|
2000-09-02 18:59:39 +00:00 |
.cvsignore
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +00:00 |
domstubs.idl
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
genPropNames.pl
|
Part of fix for bug 13718 -- API for natural dimensions of image. Extend the netscape nsIDOMImage interface. r=jst
|
2000-09-08 01:32:39 +00:00 |
Makefile.in
|
Fix 23227 Document object vulnerability
|
2000-01-26 15:33:57 +00:00 |
makefile.win
|
Fix 23227 Document object vulnerability
|
2000-01-26 15:33:57 +00:00 |
MANIFEST
|
Fix 23227 Document object vulnerability
|
2000-01-26 15:33:57 +00:00 |
MANIFEST_IDL
|
Adding nsIScriptGlobalObjectOwner.idl to the manifest.
|
1999-12-02 06:18:32 +00:00 |
nsDOMCID.h
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsDOMError.h
|
Add DOM Range error codes.
|
2000-05-06 13:50:39 +00:00 |
nsDOMPropEnums.h
|
Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann
|
2000-09-19 05:37:23 +00:00 |
nsDOMPropNames.h
|
Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann
|
2000-09-19 05:37:23 +00:00 |
nsIDOMNativeObjectRegistry.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIDOMScriptObjectFactory.h
|
Update header files with new constant so that dom recognizes the crypto
|
2000-05-11 19:20:59 +00:00 |
nsIJSEventListener.h
|
Fixing an XBL event handling bug and a menu shortcut bug. r=brendan, a=leaf
|
2000-04-06 22:32:36 +00:00 |
nsIJSNativeInitializer.h
|
Landing big set of DOM and XPConnect changes:
|
1999-12-18 20:29:29 +00:00 |
nsIJSScriptObject.h
|
Redoing how 'replaceable' properties on DOM objects are resolved to be compatible with 4.x, with this change named frames in framesets override 'replaceable' properties so that window.toolbar (or any replaceable property) in a frameset document with a frame named 'toolbar' actually resolves to the frame, and not the native toolbar. r/a=brendan, r=rpotts&scc
|
2000-09-22 10:18:07 +00:00 |
nsIScriptContext.h
|
fix bug 52579. Avoid infinite recursion dialog when JS is run by xpconnect on DOM context. a,r=brendan@mozilla.org
|
2000-09-15 06:17:08 +00:00 |
nsIScriptContextOwner.idl
|
Changed the UUID back to the one that nsIScriptContextOwner had in the .h file.
|
1999-11-29 22:42:07 +00:00 |
nsIScriptEventListener.h
|
Beginnings of massive landing of joki changes.
|
2000-08-08 21:19:03 +00:00 |
nsIScriptExternalNameSet.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIScriptGlobalObject.h
|
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
|
2000-09-01 01:54:35 +00:00 |
nsIScriptGlobalObjectOwner.idl
|
Modify nsIScriptGlobalObjectOwner::ReportScriptError to take an nsIScriptError interface, rather than separate message, file, line arguments.
|
2000-04-15 01:56:47 +00:00 |
nsIScriptNameSetRegistry.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsIScriptNameSpaceManager.h
|
Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda
|
2000-06-21 00:42:59 +00:00 |
nsIScriptObjectOwner.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |