jst%netscape.com
a4d3e8004d
Fixing bug 106181. When a window object is asked for the numeric property n, we return the n:th frame in the window, but if there is no n:th frame we should let the JS engine do its thing w/o forsing it to return null. r=jag@netscape.com, sr=rpotts@netscape.com
2001-10-25 05:09:03 +00:00
jst%netscape.com
ec6e6aa5da
Fixing bug 69468. Finally adding support for string nullness to XPConnect. r=jaggernaut@netscape.com, shaver@mozilla.org, sr=jband@netscape.com
2001-10-24 07:15:06 +00:00
jst%netscape.com
61537d716e
Fixing bug 90143. Crash in DOM timeout code on Win2k due to OS timers firing early and out of order. r=peterv@netscape.com, sr=vidur@netscape.com
2001-10-24 06:58:11 +00:00
waterson%netscape.com
100e80dc15
Bug 26104. Move broadcaster maintenance out of XUL element and into the document. r=shaver, sr=hyatt
2001-10-23 02:44:44 +00:00
dougt%netscape.com
b5ba390898
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
bryner%netscape.com
03cd3c194e
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
2001-10-22 22:43:52 +00:00
dougt%netscape.com
0a62d4e8d5
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
hewitt%netscape.com
47c604d7e4
102239 - [XUL 1.0] implement new control element methods, r=blake, sr=hyatt
2001-10-21 03:58:21 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
jst%netscape.com
155ac84ad2
Fixing bug 105572. Don't bother GC'ing on context destruction when we're tearing down a frame in a frameset (or an iframe). r=jband@netscape.com, sr=vidur@netscape.com
2001-10-19 04:13:37 +00:00
jst%netscape.com
8366d5901d
Remove bugs assertion, r=syd, sr=me (part of bug 105008).
2001-10-19 03:11:44 +00:00
mkaply%us.ibm.com
c1776a60fc
OS/2 bustage
2001-10-17 13:14:22 +00:00
mkaply%us.ibm.com
43fc51fb89
OS/2 bustage
2001-10-17 05:01:54 +00:00
jst%netscape.com
d0755aca24
Fixing most of bug 62536. Adding support for the properties scrollTop, scrollLeft, scrollHeight, scrollWidth, clientHeight, clientWidth and the method scrollIntoView() to elements for compatibility with IE. Patch by Fabian <hidday@geocities.com> and myself, r=peterv@netscape.com, sr=jband@netscape.com
2001-10-17 01:17:47 +00:00
jst%netscape.com
7e92fb61be
Fixing bug 101492. Making self.close() do nothing when called from within a frame in a frameset (or from an iframe) for backwards compatibility. r=peterv@netscape.com, sr=brendan@mozilla.org
2001-10-16 21:19:05 +00:00
alecf%netscape.com
ce1eec0457
bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls
2001-10-16 20:56:51 +00:00
jst%netscape.com
3afcf7678b
Fixing part of bug 104297. Making calling window.close() on an already closed window not throw exceptions and not assert. r=jaggernaut@netscape.com, sr=sfraser@netscape.com
2001-10-16 06:38:04 +00:00
jst%netscape.com
e38febc53e
Fixing bug 76049. Making access past the end of a 'DOM array' return undefined and not null. r=fabian@geocities.com, sr=jband@netscape.com
2001-10-16 01:24:16 +00:00
jst%netscape.com
4e413f2837
Fixing bug 103188. Making window.prompter [noscript] since it's not accessable from web scripts anyway. r=jkeiser@iname.com, rs=rpotts@netscape.com
2001-10-16 01:18:33 +00:00
pavlov%netscape.com
d47feff6d9
oops, forgot to check in the changes from this directory. removing lowsrc support. bug 92453. r=jag sr=attinasi
2001-10-14 02:02:22 +00:00
mkaply%us.ibm.com
70a9d1cba0
#80802
...
r=mkaply, sr=jband
Code from jst - this patch allows Java applets that are in OBJECT and EMBED tags to use LiveConnect - hurrah!
Diff looks more complicated then it is - the change is to make nsHTMLPluginObjElementSH
inherit nsHTMLAppletElementSH, and nsHTMLPluginObjElementSH::GetPluginJSObject()
call the inherited GetPluginJSObject()
2001-10-10 04:04:21 +00:00
rpotts%netscape.com
e4def3f5bb
bug #102774 (r=jst@netscape.com, sr=vidur@netscape.com). location.reload(true) did not cause the cache to be bypassed.
2001-10-09 05:02:25 +00:00
jaggernaut%netscape.com
c39b98b2a4
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
hewitt%netscape.com
b4973f2855
95876 - Support <button type='checkbox'/>, r=blake, sr=hyatt
2001-10-02 03:06:51 +00:00
mstoltz%netscape.com
9dcfafdfd4
Bug 18553, better fix which should cause fewer problems. Clear event listeners
...
before every document load, including the first, except when setNewDocument
is called from document.open. r=heikki, sr=jst
2001-10-02 00:54:44 +00:00
mstoltz%netscape.com
11fff7e26f
the reopened bug 18553 - clear event handlers when first
...
document is loaded in a window.
r=heikki, sr=vidur
2001-10-01 02:08:30 +00:00
bzbarsky%mit.edu
867e99f08e
Adding REQUIRES to fix bustage (dependencies on find and appshell needed
...
for window.find()).
2001-09-30 20:41:27 +00:00
bzbarsky%mit.edu
e6c797602a
Add window.find(). Bug 9550. Patch from Fabian <hidday@geocities.com>,
...
r=sfraser, sr=jst
2001-09-30 19:56:32 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
hewitt%netscape.com
9e6c00f9ea
95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt
2001-09-27 21:43:00 +00:00
jgaunt%netscape.com
398fff2476
bug 100772 bug 98777 accessible support for XUL
...
Description, Label, Button
r=aaronl sr=hyatt
2001-09-25 22:59:55 +00:00
jgaunt%netscape.com
7a1758fc24
bug 100772 and bug 98777 - accessibility support for XUL Descriptions, Labels and Buttons
idl and mac mcp files only -- missed something in the mcp
r=aaronl sr=hyatt
2001-09-25 22:46:23 +00:00
gerv%gerv.net
1b8510e564
License changes, take 2. Bug 98089. mozilla/dom/.
2001-09-25 22:43:09 +00:00
jgaunt%netscape.com
a28732788c
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
2cddb7e586
Bug 98781. Active Accessibility: XUL <image> element support. sr=hyatt, r=jgaunt
2001-09-25 22:32:32 +00:00
jgaunt%netscape.com
c2ad6b4a4e
bug 98781 - accessibility for XULImage elements.
for aaronl
idl and mcp file
r=jgaunt sr=hyatt
2001-09-25 22:13:45 +00:00
dbradley%netscape.com
a47dae7c99
patch from bug 99838 - Changes to remove xpconnects dependency on DOM r=jband, sr=jst
2001-09-24 22:57:47 +00:00
bzbarsky%mit.edu
5b28996bde
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
peterv%netscape.com
c4d426c4bb
Fix for bug 100732 (content_xsl.xpt missing in packaged bits). r=heikki, sr=jst.
2001-09-24 12:03:02 +00:00
hyatt%netscape.com
76e6695785
Fix for 98109, make window._content dynamically shiftable. r=blake, sr=jst
2001-09-23 05:52:23 +00:00
mstoltz%netscape.com
39fe2115c2
Bug 101021 - omitted assignment of return value from security check.
...
r=harishd, sr=vidur.
2001-09-22 00:20:59 +00:00
jst%netscape.com
fcbfe8e3e8
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
bb50d2d065
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
heikki%netscape.com
7aee234a8b
Bug 100795 Mac project changes.
2001-09-21 01:08:36 +00:00
jst%netscape.com
b444cadab0
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
c34a08d195
Adding new interface file, not part of the build yet.
2001-09-20 22:09:41 +00:00
peterv%netscape.com
c5b07bbb96
Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com
2001-09-20 10:15:42 +00:00
jst%netscape.com
af3d887b1c
Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com
2001-09-20 07:58:49 +00:00
jst%netscape.com
86e590261a
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
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00