mstoltz%netscape.com
ea75b7e1ad
Bug 56851, regression in XPInstall dialog. r=jst, sr=vidur
2000-10-19 22:21:57 +00:00
pollmann%netscape.com
3da7c0c668
Bug 13871: Prevent frameset spoofing r=mstoltz, sr=mscott, a=rpotts
2000-10-19 10:25:49 +00:00
danm%netscape.com
fc6451ac0a
drop timeouts without a JS context by using the runtime. bug 50705 r=brendan,jst
2000-10-15 23:23:12 +00:00
brendan%mozilla.org
b8a0b3b798
Rename window.options to be window._options, quick and dirty restoration of backward compatibility (37886, r=jst, a=vidur).
2000-10-14 02:26:36 +00:00
danm%netscape.com
a6f5bcaa30
reverted line in SetVisibleByFlag; an odd casualty of the brace and indentation uglification that comprised most of rev 1.6. bug 54235 r=jst,waterson
2000-10-06 00:46:25 +00:00
danm%netscape.com
7a4bef2d54
don't set status in SetNewDocument if window is partially destroyed. bug 49615 r=jst,waterson
2000-10-06 00:22:56 +00:00
heikki%netscape.com
4e5e02fcb1
Bug 51211. Image load event caused havoc in chrome, stop the event from getting into chrome. r=vidur, a=hyatt.
2000-10-05 21:40:13 +00:00
locka%iol.ie
f67c4388ca
Fixes window.title property so that the frame window's titlebar is changed when the property changes. b=50682, r=mscott, a=mscott
2000-10-03 13:35:30 +00:00
sfraser%netscape.com
4c4c45722f
Fix for bug 54079: don't crash when loading XUL into the composer content area. Simple null check a=akkana, sr=brendan. Landed on trunk and branch
2000-09-27 23:08:09 +00:00
jst%netscape.com
f4edbb9849
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
8a0e458fe7
48758. r=ben,saari, a=waterson
2000-09-22 05:31:36 +00:00
hyatt%netscape.com
ac2865c3c4
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
dveditz%netscape.com
3c17a84a91
bug 47080 change value of navigator.platform for backward compatibility, r=sgehani,a=scc
2000-09-22 04:52:22 +00:00
jst%netscape.com
2f0eed6fbb
Fixing nsbeta3+ 38215. Making with(window.location) { href=someurl; } work by dynamically defining the 'href' property in LocationImpl::Resolve() (since src is defined as [noscript] in the IDL). r/a=vidur, r/a=brendan
2000-09-21 03:43:10 +00:00
mstoltz%netscape.com
b3f1af8772
Fixing 52497, security problem in document.implementation, r=jst a=brendan
2000-09-20 23:38:28 +00:00
locka%iol.ie
b78abdf560
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
jst%netscape.com
1a5288822d
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
jst%netscape.com
e6821c4310
Fixing nsbeta3+ bug 50393. Make frameset windows request the principal form their parent if there's no document object in the frameset nor a cached principal, this can happen with <frame src='javascript:...'> frames. r/a=vidur, r=mstoltz.
2000-09-19 05:21:00 +00:00
saari%netscape.com
d7726a66ea
fixing focus bugs for 53017. r=hyatt
2000-09-19 03:14:31 +00:00
sean%beatnik.com
874af57ab5
fix for bug 50990 r=jst a=brendan prevent timeout list insertion pointer from being null
2000-09-15 19:22:03 +00:00
jband%netscape.com
317a99cdd1
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
joki%netscape.com
cb0f8750e0
Fix bug 47022 by fixing typo in mousemove listener registration. r: jst
2000-09-15 06:07:51 +00:00
dbaron%fas.harvard.edu
19bd466446
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
4bc19a6726
removing old domselection moving it to layout\base\public as xpidl
2000-09-14 11:51:06 +00:00
mjudge%netscape.com
e2be918716
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
441c4e3142
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
6fc361e1b1
Checkin in part of the fix for nsbeta3+ bug 42321. Avoid running JS_GC() many times per window open/close, once should be enough. Patch mostly done by alex@cendio.se, r=jst@netscape.com & vidur@netscape.com
2000-09-14 06:18:09 +00:00
jst%netscape.com
347b9460b5
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
0257791053
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
jdunn%netscape.com
7312330f97
Specify that the base class is indeed 'public' since some compilers (AIX)
...
assumes 'private'. I ok'd each of these with the appropriate module
owners (see bug)
r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
locka%iol.ie
8c8e34e146
Added scrollByLines, scrollByPages methods to DOM window object. b=46858,r=valeski
2000-09-13 13:06:07 +00:00
scc%mozilla.org
33ce8dfdb9
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 03:24:57 +00:00
scc%mozilla.org
f75af5e15f
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 02:48:08 +00:00
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