jgaunt%netscape.com
a000eb321f
bug 100772 bug 98777 accessible support for XUL
...
Description, Label, Button
r=aaronl sr=hyatt
2001-09-25 22:59:55 +00:00
gerv%gerv.net
b2bfcfd61c
License changes, take 2. Bug 98089. mozilla/dom/.
2001-09-25 22:43:09 +00:00
jgaunt%netscape.com
83ba55346c
bug 100772 and bug 98777 - accessibility support for XUL Descriptions, Labels and Buttons
idl and mac mcp files only
r=aaronl sr=hyatt
2001-09-25 22:41:10 +00:00
aaronl%netscape.com
365288f7ae
Bug 98781. Active Accessibility: XUL <image> element support. sr=hyatt, r=jgaunt
2001-09-25 22:32:32 +00:00
jgaunt%netscape.com
3a2b71eda2
bug 98781 - accessibility for XULImage elements.
for aaronl
idl and mcp file
r=jgaunt sr=hyatt
2001-09-25 22:13:45 +00:00
bzbarsky%mit.edu
687a4abbe8
Add a document.contentType attribute to allow getting the MIME type of
...
the current document from JS. The rest is moving around stuff to deal
with nsIDocument already declaring GetContentType. bug 73847, r=peterv,
sr=jst
2001-09-24 22:43:23 +00:00
jst%netscape.com
6265b98275
Backing out part of last checkin that wasn't supposed to be checked in.
2001-09-21 04:33:47 +00:00
jst%netscape.com
d17618ae24
Tweaking core document classname to make my last patch actually do the right thin in all cases.
2001-09-21 03:23:33 +00:00
jst%netscape.com
7c86ba2445
Fixing bug 100795. Removign the method load() from HTML documents, implement it only on XML documents since the name 'load' blocks existing global functions named 'load' from being called from event handlers in the document (since document.load is found before window.load in the scope of event handlers). HTMLDocument.load and XULDocument.load were never implemented any way. r=heikki@netscape.com, sr=vidur@netscape.com
2001-09-21 01:07:53 +00:00
jst%netscape.com
9c526f8bbb
Adding new interface file, not part of the build yet.
2001-09-20 22:09:41 +00:00
jst%netscape.com
388f39b108
Adding new interface for bug 65486, implement HTML[I]FrameElement.contentWindow. r=harishd@netscape.com, sr=hyatt@netscape.com. Not used yet.
2001-09-20 07:53:37 +00:00
aaronl%netscape.com
534dbf9200
Bug 82207. Beginning XUL MSAA support (checkboxes). r=jgaunt, sr=hyatt
2001-09-18 03:09:01 +00:00
aaronl%netscape.com
90c3eb2eb2
Part of checkin for 82207 (XUL MSAA support). Fixing accidentally lowercased names. r=jgaunt, sr=hyatt
2001-09-17 21:51:20 +00:00
dbaron%fas.harvard.edu
232b3ee364
Add all extension properties to nsIDOMNSCSS2Properties, rather than just a few. Clean up nsDOMCSSDeclaration implementation of nsIDOM{,NS}CSS2Properties and implement new attributes in nsIDOMNSCSS2Properties. r=hixie sr=jst b=98500
2001-09-17 00:57:46 +00:00
aaronl%netscape.com
eb927126b4
Part of bug 82207. r=jgaunt, sr=hyatt. XUL Checkbox supporting MSAA
2001-09-15 01:15:19 +00:00
alecf%netscape.com
e5cc5abd22
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
vidur%netscape.com
70883a2f42
Fix for bug 98815. Implement DOM Level 3 namespace methods for prefix and URI lookup. r=heikki, sr=jst
2001-09-11 03:05:15 +00:00
ben%netscape.com
9edb6a4b6b
Add left, top, persist, ref, and datasources attributes to nsIDOMXULElement per XUL1.0 spec.
...
Part of fix for 95401 - implement resizable popups.
r=jag, sr=hyatt
2001-09-10 07:31:38 +00:00
aaronl%netscape.com
025d54da07
Reversing 82207 patch - mac problems.
2001-09-08 17:05:09 +00:00
aaronl%netscape.com
63bd6a7d3a
Bug 82207. XUL Checkbox working with MSAA. r=jgaunt, sr=hyatt
2001-09-08 16:22:09 +00:00
sicking%bigfoot.com
1f02d9bfd3
Implement TreeWalker in DOM2-traversal.
...
b=82625, r=fabian, sr=jst
2001-09-07 09:30:03 +00:00
jst%netscape.com
208552caa3
Fixing bug 98292. Adding support for image.x and image.y for compatibility with NS4.x, r=jrgm@netscape.com, sr=blizzard@mozilla.org
2001-09-07 04:00:37 +00:00
bzbarsky%mit.edu
168fa487a7
Fix the nsIDOMMediaList interface to have the right properties. Make
...
media rules implement nsIDOMCSSMediaRule. Fix insertRule() to be able
to insert into the middle of a rule list. Fix issues with stylesheets
not getting dirtied when media lists are modified. bug 93977,
r=pierre, sr=jst
2001-09-05 00:00:18 +00:00
hyatt%netscape.com
552b31002a
fix case of props. r/sr=blake,ben
2001-08-12 07:43:38 +00:00
hyatt%netscape.com
d79104d8c5
Missed a property. r/sr=ben/blake
2001-08-12 05:57:41 +00:00
hyatt%netscape.com
acccb13bca
Add remaining props to XUL element. r/sr=ben,hewitt
2001-08-12 03:47:33 +00:00
hyatt%netscape.com
a841b57688
Fix for 71106. r=jag, sr=jst
2001-08-06 22:15:17 +00:00
brendan%mozilla.org
8c7c819206
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.
2001-07-31 19:05:34 +00:00
jst%netscape.com
07f5a40f28
Adding back these macros to fix build bustage in code I don't have access to.
2001-07-18 08:45:25 +00:00
jst%netscape.com
86ec54ba62
Removing use of obsolete macros for defining lists of interfaces used by the DOM classinfo code. r=pollmann@netscape.com, rs=vidur@netscape.com
2001-07-18 07:48:12 +00:00
hewitt%netscape.com
bb4aea4e6c
90738 - build DOM traversal idl, r=blake, sr=jst
2001-07-17 06:01:21 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
jst%netscape.com
22d7f72715
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
654b132df3
Updating .cvsignore files.
...
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
dbaron%fas.harvard.edu
688519fb0c
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
b826b7a4d4
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
5cfa2c2066
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
6f6a761215
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
e142c7f794
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
969db0be6e
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
4bfafe2c62
moving nsOutlinerSelection from nsISecurityCheckedComponent to class info, r=mstoltz, sr=jst, bug 80907
2001-05-16 08:13:12 +00:00
radha%netscape.com
c935d1fd66
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
9a92abfadc
Add DOM ClassInfo for Transformiix classes. r=Pike, sr=jst.
2001-05-15 20:35:23 +00:00
jst%netscape.com
9e3e2750cd
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
a36f27f107
comments for the nsIDOMRange.idl, JUST comments, nothing to see here.
2001-05-15 06:09:47 +00:00
joki%netscape.com
0b4ddfe2f8
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
1db327b2fe
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
04fec7a776
Removing nsIJSScriptObject from the build. sr=vidur@netscape.com
2001-05-11 05:19:46 +00:00
jst%netscape.com
6b5b1c70ae
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
621060c4fd
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
aeafd0d638
merging for jst.
2001-05-08 17:14:15 +00:00
jst%netscape.com
4efe5ca336
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
fca8ad1b44
Adding makefile, not part of the build yet.
2001-05-08 12:34:29 +00:00
jst%netscape.com
577a7877fc
Adding new interface file, not part of the build.
2001-04-29 21:43:17 +00:00
arik%netscape.com
4dd69fe7eb
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
f43f27c30b
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
9b41a83193
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
39003ffb2a
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
ee0bcc6cf5
Fix for my 0.9 focus issues. r=saari, sr=brendan
2001-04-18 01:41:20 +00:00
harishd%netscape.com
970bb44680
68790 - Remove nsHTMLContentSinkStream dependency. Not in use anymore
...
r=heikki
sr=jst
2001-04-17 23:23:33 +00:00
hyatt%netscape.com
a6009e9791
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
865636afd3
Adding nsIDOMNSHistory.idl, not part of the build.
2001-04-08 01:40:04 +00:00
mjudge%netscape.com
30064ff46b
sr = jst r = kin. 66318 extra dom stubs needed for editor
2001-04-07 00:44:06 +00:00
jst%netscape.com
3747656538
Adding interface file, not part of the build.
2001-04-06 23:20:01 +00:00
jst%netscape.com
07aed5cab9
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
95d423e36c
New file, not part of the build.
2001-04-01 01:17:43 +00:00
heikki%netscape.com
2f7d5496ae
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
7dc7816cb0
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
3b06893227
Adding interface file, not part of the build yet.
2001-03-26 10:45:45 +00:00
mkaply%us.ibm.com
5285923aa4
Mac breakage - forgot MANIFEST
2001-03-23 04:27:07 +00:00
mkaply%us.ibm.com
db0bdcbdbd
#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
80976649ba
#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
931def685e
Adding ElementCSSInlineStyle interface, not part of the build yet.
2001-03-03 11:43:56 +00:00
jst%netscape.com
3cf57df248
Renaming nsIDOMHTMLIEElement to nsIDOMNSHTMLElement. Not part of the build.
2001-03-03 09:39:08 +00:00
jst%netscape.com
9369c1bacc
Adding window interface for JS specific methods. Not part of the build.
2001-03-03 03:10:02 +00:00
mstoltz%netscape.com
6672d1a27a
bug 47905, adding security check to XMLHttpRequest.open(). r=heikki, sr=brendan
2001-03-02 00:09:20 +00:00
jst%netscape.com
733665d6f2
Adding interface not part of the build yet.
2001-02-24 12:47:22 +00:00
jst%netscape.com
1f496195e9
Adding new makefile, not part of the build yet.
2001-02-24 12:44:27 +00:00
jst%netscape.com
f9890b6bd2
Addign XBL DOM interface files, not part of the build yet.
2001-02-24 12:28:46 +00:00
jst%netscape.com
ebad6419f6
New domstubs.idl file, not part of the build yet.
2001-02-24 12:15:01 +00:00
jst%netscape.com
04cc7baffe
Adding XUL DOM interfaces, not part of the build yet.
2001-02-23 10:07:18 +00:00
jst%netscape.com
cea46e25a7
Removing unused file.
2001-02-23 07:17:27 +00:00
jst%netscape.com
b50e12559a
Adding file back since it's needed after all, not part of the build.
2001-02-23 07:16:56 +00:00
jst%netscape.com
74fb52f55e
Removing unused file.
2001-02-23 06:37:55 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
waterson%netscape.com
4b594dfe63
First checked in; not yet part of the build.
2001-02-21 01:13:03 +00:00
jst%netscape.com
049bfaa5f7
Removing unused file.
2001-02-13 05:20:40 +00:00
jst%netscape.com
ee71736a85
Interface cleanup. Not part of the build.
2001-02-10 05:03:46 +00:00
jst%netscape.com
8a81868177
Interface cleanup. Not part of the build.
2001-02-10 03:51:13 +00:00
jst%netscape.com
34a1c63f74
Interface cleanup. Not part of the build.
2001-02-09 12:01:35 +00:00
jst%netscape.com
08a1361dfc
Interface cleanup. Not part of the build.
2001-02-09 11:56:32 +00:00
jst%netscape.com
a9e8dd3f04
Interface cleanup. Not part of the build.
2001-02-09 11:47:40 +00:00
jst%netscape.com
e430a9dcde
Interface cleanup. Not part of the build.
2001-02-09 11:39:07 +00:00
jst%netscape.com
7fe0515e9c
Interface cleanup. Not part of the build.
2001-02-09 11:30:21 +00:00
jst%netscape.com
74cc0ceb7a
Interface cleanup, not part of the build.
2001-02-09 11:20:07 +00:00
bryner%uiuc.edu
fa1a2642a1
bug 67527 -- cleaning up psm module registration (both psm 1.x and PIP). r=javi, sr=brendan.
2001-02-06 23:10:16 +00:00
hyatt%netscape.com
086bf919ba
Impl getAnonymousElementByAttr, r=jst, sr=ben
2001-01-27 00:43:54 +00:00
jst%netscape.com
c488057c10
Renaming interfaces that were incorrectly converted by my IDLC to XPIDL script.
2001-01-23 19:55:34 +00:00
jst%netscape.com
1e3892e7f9
Fixing cut n' paste error, not part of the build yet.
2001-01-22 08:17:06 +00:00
jst%netscape.com
29bebd7ce2
Interface cleanup, not part of the build yet.
2001-01-22 04:34:24 +00:00
jst%netscape.com
eaa61c3538
Interface cleanup, not part of the build yet.
2001-01-22 04:15:37 +00:00
jst%netscape.com
17b7e23727
Interface cleanup, not part of the build yet.
2001-01-22 04:09:29 +00:00
jst%netscape.com
226b53dba0
Interface cleanup, not part of the build yet.
2001-01-22 04:01:04 +00:00
jst%netscape.com
02c7101aaa
Interface cleanup, not part of the build yet.
2001-01-22 02:54:07 +00:00
jst%netscape.com
1c381a113d
Interface cleanup, not part of the build yet.
2001-01-22 02:36:07 +00:00
jst%netscape.com
d2f2fcf0fc
Renaming files to make the mac happier, not part of the build yet.
2001-01-22 01:59:47 +00:00
jst%netscape.com
5b83191799
Renaming file to make the mac happier. Not part of the buidl yet
2001-01-22 01:53:58 +00:00
jst%netscape.com
460aecc138
Removing file that's not needed.
2001-01-22 01:26:07 +00:00
jst%netscape.com
0c615e2d65
Removing emacs backup file that was accidentally checked in.
2001-01-21 22:27:24 +00:00
jst%netscape.com
bc10d826e2
Removing file that was checked in by mistake.
2001-01-21 11:28:12 +00:00
jst%netscape.com
16c25ff16c
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 10:12:42 +00:00
jst%netscape.com
f81d28f89d
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 09:21:24 +00:00
jst%netscape.com
9c6844186e
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 09:10:30 +00:00
jst%netscape.com
ef9a85baff
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 08:51:04 +00:00
jst%netscape.com
e0b5ef51b5
Padding hexadecimal numbers in IID's with zero's to make my life a bit easier when converting the DOM to use XPConnect.
2001-01-21 06:11:05 +00:00
jst%netscape.com
5c06034209
Removing unused file.
2001-01-21 04:31:24 +00:00
ben%netscape.com
4c4aa35276
bug 56719, support deep merging for XUL overlays; 57108, remove the hidden form
...
from all XUL documents and remove the document.controls collection that
referenced hidden form's elements collection. r=waterson@netscape.com ,
a=hyatt@netscape.com
2001-01-10 01:08:23 +00:00
anthonyd%netscape.com
107c2088f3
bug fix for 62796
...
sr=kin@netscape.com
a=jfrancis@netscape.com
r=jst@netscape.com
2001-01-09 21:44:35 +00:00
jst%netscape.com
c362958cf3
Fixing bug 57534. document.open() is defined to not return anything in the DOM spec but for backwards compatibility it needs to return the document itself. r=blakeross@telocity.com, sr=brendan@mozilla.org
2001-01-01 20:54:38 +00:00
waterson%netscape.com
49e31fe89d
Bug 61339. Change idlc to generate NS_DEFINE_STATIC_IID_ACCESSOR() macro instead of 'hand rolled' GetIID(). r=jst, sr=brendan
2000-12-21 00:41:00 +00:00
waterson%netscape.com
db77a47909
Bug 61424. Use NS_NO_VTABLE for all idlc-generated interfaces. r=jst, sr=jband
2000-12-19 21:08:55 +00:00
jst%netscape.com
e9a674e851
Fixing bug 37258. Making the window properties scrollbars, statusbar and directories replaceable to be compatible with NS 4.x. r&a=vidur&brendan
2000-12-16 05:20:31 +00:00
jst%netscape.com
fef4f5a8cf
Fixing bug 58188 (and doing some minor whitespace cleanup). Making window.length replaceable so that scripts can use variables named length. To make this change I hadto fix the IDLC compiler to generate correct code in this case. r=brendan@mozilla.org, sr=vidur@netscape.com
2000-12-16 03:49:08 +00:00
hyatt%netscape.com
cbf106d2ea
Patched nsDOMFactory to obey XBL forms pref. Added support for box objects to
...
documents and tweaked DocumentXBL methods. r=jst@netscape.com , a=ben@netscape.com
2000-12-10 09:25:59 +00:00
hyatt%netscape.com
e4f2c01c73
Move menulist entirely into XBL. a=ben
2000-11-28 08:52:36 +00:00
hyatt%netscape.com
56d558b610
Patch for 55595. r=joki, a=brendan
2000-11-27 07:55:20 +00:00
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
javi%netscape.com
17ab493e70
Build nsIEntropyCollector.idl on UNIX platforms..
2000-10-31 00:28:21 +00:00
javi%netscape.com
ed4f115c1a
Fix for Bug #57985 r=hyatt,ddrinan a=hyat
...
Have HandleDOMEvent gather some information about mouse left button
down events and pass it on to the entropy collector.
2000-10-30 23:33:34 +00:00
pollmann%netscape.com
54e2b01df6
Bug 13871: Frameset spoofing - cleanup unneeded DOM interface. r=jst, sr=vidur
2000-10-24 04:35:25 +00:00
pollmann%netscape.com
87208694ab
Bug 13871: Prevent frameset spoofing r=mstoltz, sr=mscott, a=rpotts
2000-10-19 10:25:49 +00:00
jst%netscape.com
50cb267dc7
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
hyatt%netscape.com
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
jst%netscape.com
9a938e886f
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
jband%netscape.com
feed45599c
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
dbaron%fas.harvard.edu
bf8a8ed6e7
Change the names of behavior and opacity DOM properties to MozBinding and MozOpacity, and make them work again with new CSS property names. r=jst, except for case change (Moz not moz) agreed on mozilla-style b=3935
2000-09-14 14:18:24 +00:00
mjudge%netscape.com
a2fa9edcb5
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
mjudge%netscape.com
af37f4c11d
removing selection.idl from here and moving it to layout\base\public as xpidl. r=sfraser r=anthonyd bug=48575
2000-09-14 11:40:44 +00:00
jst%netscape.com
0031679c0b
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
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
locka%iol.ie
4db0015fc1
Added scrollByLines, scrollByPages methods to DOM window object. b=46858,r=valeski
2000-09-13 13:06:07 +00:00
heikki%netscape.com
3f6567dd27
Forgot to check that we fire the select event with Select All. Also fix event.target. Part of bug 46085. r=mjudge.
2000-09-12 20:54:41 +00:00
jst%netscape.com
f97c949fe6
Fixing nsbeta3+ bug 45389. Adding support for window.location.assign('xxx');. r=nisheeth@netscape.com
2000-09-08 07:29:54 +00:00
dbaron%fas.harvard.edu
bf55edb8b4
Make idlc run correctly in an objdir build. This taints the srcdir, but that's the way idlc is supposed to work.
...
Make idlc-generated files not be made executable.
r=jst,cls
Not part of the build (used only by people making DOM idl changes)
2000-09-08 01:59:22 +00:00
sfraser%netscape.com
af6a256dca
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
hyatt%netscape.com
f542d90ef4
Adding originalTarget to Event object. r=joki
2000-09-07 01:07:29 +00:00
hyatt%netscape.com
f87d7d54cf
Update loadBindingdoc
2000-09-05 07:27:56 +00:00
hyatt%netscape.com
ed413a3533
Update loadBindingDoc, r=ben
2000-09-05 07:27:24 +00:00
hyatt%netscape.com
c183edf46f
Update loadBindingDoc. r=ben
2000-09-05 07:27:06 +00:00
bryner%uiuc.edu
a378511c85
Fixing bug 50058 - too many onSelect firings. r=hyatt.
2000-09-02 18:59:39 +00:00