heikki%netscape.com
5a54ae35f1
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
rpotts%netscape.com
adeb8b8d11
bug #37434 . Added a call to nsIDocShellLoadInfo::SetStopActiveDocument(...) before calling LoadURI in both SetHRefWithBase() and SetURI(). This causes the active document to be stopped immediately (which prevents further processing of the active document)
2000-09-10 06:02:11 +00:00
jst%netscape.com
7919a7f85b
Fixing nsbeta3+ bug 45389. Adding support for window.location.assign('xxx');. r=nisheeth@netscape.com
2000-09-08 07:29:54 +00:00
hyatt%netscape.com
7ace0d291a
Binding detached. r=pavlov
2000-09-08 06:59:14 +00:00
jst%netscape.com
6791180ede
Fixing regression wrt setting window.location='xxx'. r=rpotts&vidur
2000-09-08 04:21:29 +00:00
dbaron%fas.harvard.edu
3ae3b5bf23
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
ff94dabd36
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
heikki%netscape.com
ccd277ef33
Fixed bug 22710, load and error events were not firing for images. I also changed the select event firing to use nsEvent instead of nsGUIEvent. r=joki.
2000-09-07 20:37:01 +00:00
dveditz%netscape.com
2ff9437de0
Turning on JS strict option in debug builds, a/r=brendan, bug 50645
2000-09-07 10:51:59 +00:00
hyatt%netscape.com
927938cc43
Adding originalTarget to Event object. r=joki
2000-09-07 01:07:29 +00:00
brendan%mozilla.org
c05f21b61d
Small fix to rectify nsGlobalResolve's return value to boolean in the isConstructor case (50080).
2000-09-05 20:47:12 +00:00
hyatt%netscape.com
0138e7184e
loadBindingDoc
2000-09-05 07:28:32 +00:00
hyatt%netscape.com
f787e9f8fc
Update loadBindingdoc
2000-09-05 07:27:56 +00:00
hyatt%netscape.com
c806c1ac47
Update loadBindingDoc, r=ben
2000-09-05 07:27:24 +00:00
hyatt%netscape.com
d5c25c42fd
Update loadBindingDoc. r=ben
2000-09-05 07:27:06 +00:00
bryner%uiuc.edu
25f69ad484
Fixing bug 50058 - too many onSelect firings. r=hyatt.
2000-09-02 18:59:39 +00:00
brendan%mozilla.org
82ba1b3e36
One-line comment addition, to match surrounding paragraphs that have comments.
2000-09-02 04:19:45 +00:00
brendan%mozilla.org
2a34ca5bb0
Restore default JS options in InitContext, and track pref changes to javascript.options.* (50291, r=jband).
2000-09-02 01:58:51 +00:00
bryner%uiuc.edu
03e0588595
Checking in the idlc-generated version of this file to go along with vidur's nsIDOMWindow API change. r=vidur.
2000-09-02 01:12:37 +00:00
vidur%netscape.com
c7a24147fa
Part of fix for bug 46861. Modified idlc generated header file, but forgot to change the idl itself. Doh! r=pollmann
2000-09-01 22:01:33 +00:00
radha%netscape.com
4e7d753a67
partial fix for 49498. r=nisheeth.
2000-09-01 21:29:48 +00:00
locka%iol.ie
1f402e7d0a
Attach nsGlobalWindow's title property to the primary content document's title property. b=41984, r=jst
2000-09-01 13:31:21 +00:00
mkaply%us.ibm.com
b501a83f8c
OS/2 Tinderbox break
...
PR_CALLBACK needed here
2000-09-01 13:03:40 +00:00
brendan%mozilla.org
398c0653e0
Add window.options object with strict, werror, and future JS boolean option properties (50291, r=shaver).
2000-09-01 03:10:33 +00:00
vidur%netscape.com
0e09fe7f98
Adding new file to fix bustage...
2000-09-01 02:18:29 +00:00
vidur%netscape.com
e153192875
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
jband%netscape.com
68f3129d97
fix bug 50080. Early returns skipping call to nsGenericResolve. r=jst@netscape.com a=brendan@mozilla.org
2000-08-31 09:44:27 +00:00
mstoltz%netscape.com
ecbc31c3d3
Fixing exploits involving changing the location of a window and getting the wrong principal. Bug 48723, r=vidur
2000-08-31 05:53:32 +00:00
danm%netscape.com
f70405499d
check for null context before clearing JS watchpoints. bug 49615. patch from afranke@ags.uni-sb.de. r=brendan, me a=brendan
2000-08-31 03:10:52 +00:00
jst%netscape.com
ca738093f5
Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com
2000-08-31 00:36:31 +00:00
vidur%netscape.com
17a5487872
Fix for bug 50682. Regression introduced that prevented window.title from being changed. r=jst
2000-08-30 18:38:30 +00:00
locka%iol.ie
11358c799f
Call to GetCurrentURI modified to new style. b=46847, r=valeski, a=valeski
2000-08-30 11:37:06 +00:00
rginda%netscape.com
bec6b5c5bb
adding nsIDOMWindowEventOwner to GlobalWindow.
...
r=vidur
2000-08-29 23:45:47 +00:00
jst%netscape.com
4ed8ce0219
Fixing nsbeta3+ bug 31997. Make the global window reset the status and default status for the window when the document changes. r=nisheeth@netscape.com
2000-08-29 02:04:44 +00:00
brendan%mozilla.org
5387c4e16b
Add possibly-too-verbose NS_TraceMallocDumpAllocations and its JS window-level function, for leak and bloat analysis.
2000-08-29 01:52:13 +00:00
vidur%netscape.com
a6fa8885ba
Fix for bug 43902. The DOM glue now streamlines the Get/SetProperty methods for the window class. Window.location and title and document.title are now part of the idlc interfaces, rather than special-cased. r=jst@netscape.com
2000-08-29 00:14:23 +00:00
heikki%netscape.com
e04a509262
Fixed bug 46085. We were not firing the select event. r=mjudge.
2000-08-28 23:00:19 +00:00
danm%netscape.com
09c27489d5
hand mScriptObject off to the JSContext when tearing down the window so it can be unrooted for GC purposes a little later, after the JS glue has had a chance to retrieve it. bug 43466 r=brendan,jst,vidur
2000-08-26 23:35:50 +00:00
danm%netscape.com
5cef1c16fb
added the ability to save a script object for unrooting from the GC in this object's destructor. bug 43466 r=brendan,jst,vidur
2000-08-26 23:32:56 +00:00
danm%netscape.com
b657b94709
new method SetRootedScriptObject. bug 43466 r=brendan
2000-08-26 23:32:52 +00:00
jst%netscape.com
51366e0d56
Fixing at least part of nsbeta3+ bug 44185. Making the properties 'top', 'menubar', 'toolbar', 'locationbar' and 'personalbar' replaceable properties, this makes it possible to use those properties for other purposes in JS (4.x allows this too). r=pollmann@netscape.com
2000-08-26 06:27:49 +00:00
locka%iol.ie
ecebe2ac21
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
saari%netscape.com
aca0514725
Fix for 49918
2000-08-25 02:51:26 +00:00
anthonyd%netscape.com
112b262913
fix for bug 48624 (hidden selection issues with plain text widgets)
...
fix for bug 45662 (updating range impl to dom spec)
fix for some edge case selection issues invloving multiple windows, no bug #
but saari knows about this.
r: sfraser, jfrancis, mjudge, saari
a: beppe
2000-08-24 03:54:30 +00:00
jst%netscape.com
9abec73fbe
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
jst%netscape.com
6a28cc5048
Fixing bad typecasts (bug 49645)... r=pollmann@netscape.com
2000-08-22 05:03:56 +00:00
jst%netscape.com
bd22259260
Fixing nsbeta3+ bug 44024. Expose the stylesheets in stye and link elements (DOM Level 2) as 'sheet' properties on the elements. r=harishd@netscape.com
2000-08-22 04:14:53 +00:00
brendan%mozilla.org
d46946322b
Teach the DOM to use lazy JS class initialization (46703, r=jst@netscape.com).
2000-08-22 03:51:17 +00:00
jst%netscape.com
8dd7380d5b
Fixing nsbeta3+ bug 42670, stop the JS (DOM) error reporter from recursing to death if there's a JS error in an onerror handler. r=brendan@mozilla.org
2000-08-21 08:44:55 +00:00
scc%mozilla.org
8d0b438421
fixing code that relied on implicit string construction
2000-08-19 21:38:38 +00:00