jst%netscape.com
|
7ad971a08f
|
Fixing bug 83433, exposing DOM constructors and prototypes to JS. r/sr=rpotts@netcape.com, vidur@netscape.com, dbradley@netscape.com
|
2001-07-11 09:09:30 +00:00 |
cls%seawood.org
|
cfce8f4dcc
|
Updating .cvsignore files.
Bug #84824 r=jag
|
2001-07-06 02:36:37 +00:00 |
dbaron%fas.harvard.edu
|
9d35ed31a4
|
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
|
2001-06-20 03:27:48 +00:00 |
blakeross%telocity.com
|
be66649c77
|
Add command() method to nsIDOMXULElement, fixes bug 56137 and some other accessibility bugs (83614). r=kerz sr=ben a=asa
|
2001-06-20 02:02:57 +00:00 |
bzbarsky%mit.edu
|
e1cac7332a
|
Add classinfo to nsGenericHTMLCollection, fixing bug 85560 and bug
83107. r=peterv, sr=jst, a=dbaron
|
2001-06-19 23:38:39 +00:00 |
jst%netscape.com
|
a19e5985d1
|
Making these interfaces compile w/o changes to domstubs.idl, not part of the build.
|
2001-05-28 01:46:11 +00:00 |
jst%netscape.com
|
2ca65812ef
|
Checking in Jonas Sicking's (sicking@bigfoot.com) DOM Level 2 traversal interfaces, see bug 82625 for more details, not part of the build.
|
2001-05-26 10:04:05 +00:00 |
jst%netscape.com
|
a31bb729c2
|
Removing GetNewListenerManager() from nsIDOMEventReceiver since it's not needed any more, no real code changes. r=pollmann@netscape.com, rs=vidur@netscape.com
|
2001-05-17 06:04:04 +00:00 |
axel%pike.org
|
7b14605df5
|
moving nsOutlinerSelection from nsISecurityCheckedComponent to class info, r=mstoltz, sr=jst, bug 80907
|
2001-05-16 08:13:12 +00:00 |
radha%netscape.com
|
b1eefd23cb
|
Fix for bug # 72197 javascript urls cause problems with history r= rpotts sr=blizzard
|
2001-05-15 22:26:19 +00:00 |
peterv%netscape.com
|
1fe4acdae1
|
Add DOM ClassInfo for Transformiix classes. r=Pike, sr=jst.
|
2001-05-15 20:35:23 +00:00 |
jst%netscape.com
|
892417cdfb
|
Checking in Boris Zbarsky's (bzbarsky@mit.edu) fix for bug 79818, making more CSSRules implement DOM interfaces. r=bryner, sr=jst
|
2001-05-15 08:26:13 +00:00 |
anthonyd%netscape.com
|
26a94095a5
|
comments for the nsIDOMRange.idl, JUST comments, nothing to see here.
|
2001-05-15 06:09:47 +00:00 |
joki%netscape.com
|
83de3b5600
|
Fix for 78987, modify Init*Event signatures to meet standards. sr:hyatt, r:jst
|
2001-05-14 01:54:11 +00:00 |
jst%netscape.com
|
a981ea1d33
|
Making document.write and document.writeln callable with no arguments, this is needed for backwards compatibility. This is a regression from the XPCDOM landing. r=bryner, sr=hyatt.
|
2001-05-13 00:27:58 +00:00 |
jst%netscape.com
|
dcd9255936
|
Removing nsIJSScriptObject from the build. sr=vidur@netscape.com
|
2001-05-11 05:19:46 +00:00 |
jst%netscape.com
|
bbf3cd485c
|
Replacing uuid since the last one mozbot gave me was already used, I can not believe this!
|
2001-05-08 21:33:42 +00:00 |
jst%netscape.com
|
ea706038cf
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 17:42:36 +00:00 |
leaf%mozilla.org
|
a755724867
|
merging for jst.
|
2001-05-08 17:14:15 +00:00 |
jst%netscape.com
|
2d222be91e
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 17:02:10 +00:00 |
jst%netscape.com
|
6f4b5a29d3
|
Adding makefile, not part of the build yet.
|
2001-05-08 12:34:29 +00:00 |
jst%netscape.com
|
9a75868ba7
|
Adding new interface file, not part of the build.
|
2001-04-29 21:43:17 +00:00 |
arik%netscape.com
|
96627cc8b7
|
moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. Fixes bug 69922, r=dr, sr=brendan, a=blizzard.
|
2001-04-28 02:42:23 +00:00 |
arik%netscape.com
|
6316cae1ec
|
moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. fixes bug 69922, r=dr, sr=brendan, a=blizzard
|
2001-04-28 02:39:07 +00:00 |
heikki%netscape.com
|
ca3a97dba5
|
Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann.
|
2001-04-24 00:04:11 +00:00 |
dr%netscape.com
|
2e8fbd1253
|
64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson
|
2001-04-18 06:06:31 +00:00 |
hyatt%netscape.com
|
174428fb65
|
Fix for my 0.9 focus issues. r=saari, sr=brendan
|
2001-04-18 01:41:20 +00:00 |
harishd%netscape.com
|
fa9d1080cf
|
68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore
r=heikki
sr=jst
|
2001-04-17 23:23:33 +00:00 |
hyatt%netscape.com
|
26a2d9444e
|
Adding support for advancing and rewinding the focus using the command dispatcher. r=saari, sr=jst
|
2001-04-11 03:05:42 +00:00 |
jst%netscape.com
|
904ac5d31d
|
Adding nsIDOMNSHistory.idl, not part of the build.
|
2001-04-08 01:40:04 +00:00 |
mjudge%netscape.com
|
e96ac1c564
|
sr = jst r = kin. 66318 extra dom stubs needed for editor
|
2001-04-07 00:44:06 +00:00 |
jst%netscape.com
|
e10fb02984
|
Adding interface file, not part of the build.
|
2001-04-06 23:20:01 +00:00 |
jst%netscape.com
|
83255539f5
|
Removing file whose name is too long for the mac filesystem. Not part of the build.
|
2001-04-06 23:17:48 +00:00 |
jst%netscape.com
|
717b547dfd
|
New file, not part of the build.
|
2001-04-01 01:17:43 +00:00 |
heikki%netscape.com
|
433cc081c2
|
Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst.
|
2001-03-30 02:15:21 +00:00 |
disttsc%bart.nl
|
f4edb65ad4
|
bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc
|
2001-03-27 11:17:17 +00:00 |
jst%netscape.com
|
6d0655e486
|
Adding interface file, not part of the build yet.
|
2001-03-26 10:45:45 +00:00 |
mkaply%us.ibm.com
|
416831c77e
|
Mac breakage - forgot MANIFEST
|
2001-03-23 04:27:07 +00:00 |
mkaply%us.ibm.com
|
f7bc155180
|
#36665
r=saari, sr=hyatt
Enablement of a DOM event for displaying a context menu
|
2001-03-23 03:14:46 +00:00 |
mkaply%us.ibm.com
|
06a62886d8
|
#70961
r=jst, sr=erik
DOM changes to implement the dir attribute (document.dir) needed for Bidi
|
2001-03-10 00:50:54 +00:00 |
jst%netscape.com
|
4162a5ee8e
|
Adding ElementCSSInlineStyle interface, not part of the build yet.
|
2001-03-03 11:43:56 +00:00 |
jst%netscape.com
|
c547412990
|
Renaming nsIDOMHTMLIEElement to nsIDOMNSHTMLElement. Not part of the build.
|
2001-03-03 09:39:08 +00:00 |
jst%netscape.com
|
88c4e1d520
|
Adding window interface for JS specific methods. Not part of the build.
|
2001-03-03 03:10:02 +00:00 |
mstoltz%netscape.com
|
33c8110175
|
bug 47905, adding security check to XMLHttpRequest.open(). r=heikki, sr=brendan
|
2001-03-02 00:09:20 +00:00 |
jst%netscape.com
|
99b90e47bd
|
Adding interface not part of the build yet.
|
2001-02-24 12:47:22 +00:00 |
jst%netscape.com
|
289eda773f
|
Adding new makefile, not part of the build yet.
|
2001-02-24 12:44:27 +00:00 |
jst%netscape.com
|
b62759e317
|
Addign XBL DOM interface files, not part of the build yet.
|
2001-02-24 12:28:46 +00:00 |
jst%netscape.com
|
75c3bf8ceb
|
New domstubs.idl file, not part of the build yet.
|
2001-02-24 12:15:01 +00:00 |
jst%netscape.com
|
b4be84e32b
|
Adding XUL DOM interfaces, not part of the build yet.
|
2001-02-23 10:07:18 +00:00 |
jst%netscape.com
|
26951cd647
|
Removing unused file.
|
2001-02-23 07:17:27 +00:00 |