buster%netscape.com
f06102863c
bug 53568
...
r=karnaze
a=waterson
migrating fix back from branch to tip
2000-09-28 23:20:55 +00:00
hyatt%netscape.com
f39228badf
fix for 53838, r,a=waterson
2000-09-28 23:18:14 +00:00
saari%netscape.com
80300c590e
fix for 53760, xbl double firing key events. r=hyatt, a=hyatt
2000-09-28 01:05:26 +00:00
hyatt%netscape.com
50133363d7
Really patching leak.
2000-09-27 23:39:47 +00:00
hyatt%netscape.com
dc184ae1d4
Fix for 53417. r=brendan, a=brendan
2000-09-27 21:48:05 +00:00
hyatt%netscape.com
d97cc80686
added files: mozilla/layout/xbl/src/nsXBLPrototypeBinding.cpp
2000-09-27 20:24:47 +00:00
hyatt%netscape.com
3cee6bdb23
Fix for 53417. r=brendan, a=brendan
2000-09-27 20:23:49 +00:00
cmanske%netscape.com
8038f6e0f2
Fixing new content serializer's formatting to match behavior in current HTMLContentSink output. (This is a branch to be integrated later; not part of any current tip or 6.0 branch build) r/a=vidur
2000-09-27 19:23:36 +00:00
nisheeth%netscape.com
fc1382fd71
Fix for nsbeta3++ bug 53219. Checking in for joki because he is away for a DOM face to face meeting today and tomorrow.
2000-09-27 14:34:50 +00:00
attinasi%netscape.com
51307aaffd
Checking for null before deref: b=55358 r=a=buster
2000-09-26 21:00:32 +00:00
harishd%netscape.com
66f020d558
50965 [nsbeta3+ - PDTP1]
...
Making sure that textnodes are created for SCRIPT,STYLE,TITLE,XMP,TEXTAREA,PLAINTEXT,
in FragmentSink, for editor->HTML Source.
r=jst
a=waterson.
2000-09-26 19:19:28 +00:00
mozilla.BenB%bucksch.org
60384e2742
51285: Move |EnsureBlockDisplay| to make it less agressive. Patch by attinasi, r=buster
2000-09-23 17:59:20 +00:00
rods%netscape.com
59a4fba503
The font size for selects and buttons needs to reduce the font size by 2 points
...
from the default font size set in prefs
b=53744 a=buster
2000-09-23 00:30:04 +00:00
peterlubczynski%netscape.com
52a5bf8938
Fix to ensure we don't go past array bounds in ScanNormalUnicodeText() b=52722 r=buster a=karnaze
2000-09-22 22:45:31 +00:00
rods%netscape.com
dc348dfffe
now prints only leaf docshells when there is a frameset and print leaf docshells
...
AND the rest of the document for anything else.
b=47478 a=buster
2000-09-22 14:42:13 +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
f691608b1c
added files: mozilla/layout/xbl/src/nsXBLWindowKeyHandler.cpp
2000-09-22 05:49:40 +00:00
hyatt%netscape.com
09cb6cfb57
48758. r=ben,saari, a=waterson
2000-09-22 05:31:36 +00:00
hyatt%netscape.com
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
attinasi%netscape.com
8148740406
Added viewsource.css: style rules for viewsource window, extracted from html.css. Not Part Of Build, Not currently used. a=ianh@netscape.com
2000-09-22 00:53:20 +00:00
mscott%netscape.com
4285057062
Bug #51403 , 52875 --> don't fall out with a failure just because we can't get a last
...
modification date for a document... r=a=waterson
2000-09-22 00:43:40 +00:00
mjudge%netscape.com
d60ab4ca0f
r=sfrasier a=pdt fixed submitting not sending an on-change event before submit event.
2000-09-22 00:43:16 +00:00
evaughan%netscape.com
10e43c4df2
Fix for startup bug
...
-r waterson
2000-09-21 20:17:04 +00:00
mstoltz%netscape.com
90e1c56068
Fixing leak in nsXMLDocument to get the tree reopened. r=mccabe, brendan
2000-09-21 19:48:11 +00:00
pierre%netscape.com
fb572bb67f
fix related to the reconstruction of html.css ( #6625 ) and to css system fonts ( #1021 ): in quirks mode and on each platform, use the same fonts as Nav4 for edit fields, lists and buttons. r=rods a=buster
2000-09-21 10:21:23 +00:00
pierre%netscape.com
314eeb9d02
bug 6625 et al: reconstruction of html.css, ua.css and quirks.css. Checked in for Ian Hickson (ianh@netscape.com). r=pierre a=buster
2000-09-21 10:20:23 +00:00
buster%netscape.com
cad1ddf9cb
bug 52333 (infinite loop when shifting focus due to error in frame parentage)
...
r=waterson
a=waterson
fixed the frame parentage for generated content associated with a leaf element.
2000-09-21 06:04:58 +00:00
buster%netscape.com
2e35a4b5c5
bug 50758 (text-align:right for text control doesn't render as you type)
...
r=sfraser
a=waterson
We now invalidate the line explicitly if text-align:right is set, because
our incremental painting is biased towards frames that grow to L2R. This
is a heavy-handed workaround, but it ends up doing very little extra invalidation,
and uses an already existing mechanism by just setting an existing flag.
2000-09-21 06:03:39 +00:00
pollmann%netscape.com
eede2e134b
Bug 51576: Fix a crash when resizing browser to zero height or width for frameset pages; Fix thanks to tobias.weibel@gmx.net; r=self, jst, vidur
2000-09-21 05:07:06 +00:00
jst%netscape.com
31aca48aad
Fixing nsbeta3+ 49112. Making with(someimageelement) { src=someurl; } work by dynamically defining the 'src' property in nsHTMLImageElement::Resolve() (since src is defined as [noscript] in the IDL). r/a=vidur, r/a=brendan
2000-09-21 02:42:46 +00:00
evaughan%netscape.com
40c3bb938f
fix for bug #52663
...
-r hyatt -a waterson
2000-09-21 01:20:00 +00:00
mcafee%netscape.com
f3a5d810da
Reverting v1.47 back to 1.46 to fix bustage. r=peterlubczynski
2000-09-21 00:21:24 +00:00
mstoltz%netscape.com
940c5078d1
Fixing 52497, security problem in document.implementation, r=jst a=brendan
2000-09-20 23:38:28 +00:00
peterlubczynski%netscape.com
42a1039a4f
Fix to ensure we don't go past array bounds in ScanNormalUnicodeText() b=52722 a=buster
2000-09-20 23:16:50 +00:00
hyatt%netscape.com
3c5e88dcb1
Fix for 51084, sr=waterson
2000-09-20 23:10:48 +00:00
erik%netscape.com
e71fae1997
bug 4238; r/a=ftang,buster,waterson; added language specific transforms so
...
that we can do things like U+005C -> U+00A5 (backslash -> yen sign for ja)
2000-09-20 23:00:32 +00:00
erik%netscape.com
fcf7460d54
bug 4238; r/a=ftang,buster,waterson; added language specific transform type
...
getter to nsIPresContext so that we can do things like U+005C -> U+00A5
(backslash -> yen sign)
2000-09-20 22:59:20 +00:00
warren%netscape.com
075350b1c8
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +00:00
rods%netscape.com
a10394a6b8
adding comments to the fix that already got checked in.
...
a=waterson r=attinasi
2000-09-20 14:47:18 +00:00
locka%iol.ie
69fd02310b
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
hyatt%netscape.com
4ad32a6c62
Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan
2000-09-20 07:21:35 +00:00
nisheeth%netscape.com
3672e0747d
r=reviewers@netscape.com (buster, waterson). Fix for nsbeta3+ bug . Turning on async reflow during doc load by default. This can be turned off by setting the "layout.reflow.async.duringDocLoad" pref to false in prefs.js.
2000-09-20 07:20:23 +00:00
hyatt%netscape.com
1a69e4f6b2
added files: mozilla/layout/xbl/src/nsXBLDragHandler.cpp, mozilla/layout/xbl/src/nsXBLFocusHandler.cpp, mozilla/layout/xbl/src/nsXBLFormHandler.cpp, mozilla/layout/xbl/src/nsXBLKeyHandler.cpp, mozilla/layout/xbl/src/nsXBLLoadHandler.cpp, mozilla/layout/xbl/src/nsXBLMouseHandler.cpp, mozilla/layout/xbl/src/nsXBLMouseMotionHandler.cpp, mozilla/layout/xbl/src/nsXBLScrollHandler.cpp, mozilla/layout/xbl/src/nsXBLXULHandler.cpp
2000-09-20 07:18:51 +00:00
hyatt%netscape.com
11d734017b
Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan
2000-09-20 07:16:04 +00:00
waterson%netscape.com
c71e04b66a
Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren
2000-09-20 05:44:19 +00:00
jst%netscape.com
afe4b175f9
Fixing nsbeta3+ bug 52724. Fixing an oversight found by David Baron in HTMLDocument::createElement(), this makes document.createElement() be case insensitive. r/a=vidur, r=nisheeth
2000-09-20 05:12:44 +00:00
bienvenu%netscape.com
602c25371d
fix crash replying to outlook message with dashed frame 52130 r=buster,waterson
2000-09-20 04:02:20 +00:00
danm%netscape.com
46debc5045
nip infinite recursion in GetInsertionPoint that can happen with xbl bindings that generate anonymous content and also contain a children element, as do trees and tabs. bugs 53116,53150. r=hyatt
2000-09-20 01:02:04 +00:00
waterson%netscape.com
bf722e10a6
Bug 50999. Make nsBindingManager keep track of nsIAnonymousContentCreator-generated content; simplify anonymous content cleanup dance by making nsIBindingManager::ChangeDocumentFor() method. r=dbaron,hyatt a=hyatt
2000-09-20 00:14:04 +00:00
harishd%netscape.com
8ece07cb91
52013 - Block sink reentrance to avoid frame duplication.
...
49115 - Delay breaking the circularity, between parser & snk, with a death grip!!!
r=jst
a=vidur
[sheriff approved]
2000-09-19 22:35:50 +00:00
shanjian%netscape.com
d7ffe6cea2
#53072 IME candidate window position problem
...
r=sfraser a=ftang
Offset within view is missing in one of the code path. Add it there.
2000-09-19 21:55:59 +00:00
heikki%netscape.com
e13fae3ffe
Fixed bug 52526, the cause was that image load event was bubbling even though the specs say it should not. Previously we were not even sending the load event on image load. I also fixed bug 50478 by fixing the logic in GetBubbles and GetCancelable of the DOMEvent. This helps in testing the first bug. I also fixed several cases where we had wrong combination of event class and event struct type. a=waterson, r=joki,rods.
2000-09-19 21:47:04 +00:00
hyatt%netscape.com
5774dc4d09
Addendum to 53091. sr=ben
2000-09-19 07:25:45 +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
jst%netscape.com
96a956c384
Fixing nsbeta3+ bug 43741. Making mozilla ignore document.open() calls that are executed while the document is being parsed, this is needed for backwards compatibility. r/a=vidur, r=joki
2000-09-19 05:11:59 +00:00
hyatt%netscape.com
a1c527cd6d
fix for 53091, r=saari, sr=waterson
2000-09-19 01:24:44 +00:00
mkaply%us.ibm.com
2f286a1708
#53096
...
r=akkana, a=brendan
Can't override accelerators properly which we will be doing on OS/2
2000-09-18 23:04:07 +00:00
karnaze%netscape.com
4c67ef0509
new regression tests, not affecting the build.
2000-09-18 20:24:16 +00:00
hyatt%netscape.com
48572de0e3
Fix for 52810. r=danm
2000-09-18 18:49:58 +00:00
mcafee%netscape.com
a5f7f8a4e5
Ignore generated files
2000-09-18 17:43:15 +00:00
Peter.VanderBeken%pandora.be
f019ffd8cf
Enabling XSLT hooks in layout in default build. Bug #42228 . r=axel@pike.org, a=waterson@mozilla.org.
2000-09-16 20:53:08 +00:00
hyatt%netscape.com
8fae4ae0df
Fix for bug #45989 , theft of clipboard using XBL. r=ben
2000-09-15 23:28:29 +00:00
joki%netscape.com
2618d71619
fixing bustage. r:hyatt
2000-09-15 07:46:15 +00:00
hyatt%netscape.com
1186d43a59
Taking a stab. r=joki
2000-09-15 07:34:44 +00:00
saari%netscape.com
af33c3c034
missed a bit from the last checkin as joki beat me to the repository
2000-09-15 07:02:58 +00:00
mjudge%netscape.com
41f6039492
fixing 34356. hack to get clickng before table working beta3+
2000-09-15 07:02:05 +00:00
hyatt%netscape.com
ef23ed6dc7
Fix Linux bustage. r-joki
2000-09-15 06:58:32 +00:00
hyatt%netscape.com
c6795c7114
Numerous XBL fixes (security patches and minor syntax changes). r=ben
2000-09-15 06:38:35 +00:00
buster%netscape.com
f87c8ffd34
bug 18445
...
r=karnaze
This bug fixes the way we treat placement of replaced inline elements when
they have display:block.
2000-09-15 06:20:07 +00:00
joki%netscape.com
958ea1e1b2
Fix for bug 5693 "problems with :hover". :hover should now work hierarchically, not just on the targetted Node. A pref was added to allow turning this off in low performance situations. r:jst
2000-09-15 06:17:54 +00:00
joki%netscape.com
7eb4f33a20
Fix for 30178, "hrefs override imagemap" and part of fix for 5693 by removing old hack to make :hover work on links. r:jst
2000-09-15 06:15:31 +00:00
rpotts%netscape.com
6f9f0f1cee
Removed two bogus asserts...
2000-09-15 06:13:11 +00:00
karnaze%netscape.com
1a44dda88b
bug 42429 - Don't create whitespace text frames in table related frames (except for td). r=peterl.
2000-09-15 06:12:28 +00:00
karnaze%netscape.com
f683618175
bug 52598 - during an incremental reflow, base the height of the row group on the last row instead of the last child. r=peterl.
2000-09-15 06:11:29 +00:00
joki%netscape.com
2653716e69
Fix bug 40071 "accesskey doesn't block menus" by propagating the cancelled event state from PreHandleEvent into HandleDOMEvent. r:jst
2000-09-15 06:11:15 +00:00
waterson%netscape.com
9bb8b8e5aa
Can't keep strong ref to pres shell. r=hyatt
2000-09-15 05:29:33 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
evaughan%netscape.com
44d7c4a858
Fix for bug #52124
2000-09-14 23:02:26 +00:00
pinkerton%netscape.com
10ab01e3e8
use control key for access key on mac (that's what IE5 does). r=saari/joki. bug# 40071.
2000-09-14 22:58:47 +00:00
pinkerton%netscape.com
4fed677109
Check if preventDefault is set before handling key events. Fix for conflicts
...
between menus and accesskeys. r=joki/saari. bug#40071
2000-09-14 22:55:19 +00:00
kin%netscape.com
0150047e23
Fix for bug #46396 : select after input confuses session history
...
- Remove temporary call to SetInitialValue() in CreateAnonymousContent().
- Move all calls to SetInitialValue() out from under the 'if' statement
they were under. This will make sure that it gets called at least
once since there are times when GetPrefSize() and Reflow() are not
called during the initial reflow.
r=mjudge@netscape.com
2000-09-14 22:39:19 +00:00
morse%netscape.com
274bc5e8c8
bug 51338, cookie nag box not modal on meta-tag cookies, r=harishd
2000-09-14 18:59:47 +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
kin%netscape.com
f98ccd11de
Mac build bustage fix for nsISelectionListener.idl typo.
2000-09-14 14:08:27 +00:00
mjudge%netscape.com
bc1b50c3c6
fixing mac forgot this one
2000-09-14 13:38:29 +00:00
mjudge%netscape.com
fa7f4ce180
fixing sun/sparc i guess it didnt like the inline if/else statement. separating out.
2000-09-14 13:23:31 +00:00
mjudge%netscape.com
715a4c2a34
thanks dbaron. didnt know about this file
2000-09-14 13:14:20 +00:00
mjudge%netscape.com
61d005f213
left out selectionprivate. sorry bout that
2000-09-14 12:27:59 +00:00
mjudge%netscape.com
50ce6d6e76
removing old domselection moving it to layout\base\public as xpidl
2000-09-14 11:51:06 +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
e8714aaa82
hoarkage fix. need a.get on pointer compare on unix for comptrs
2000-09-14 09:42:18 +00:00
pinkerton%netscape.com
a20b67ad5f
before starting a selection, make sure we aren't in a link because we don't want to usurp the DnD code. r=mjudge, bug# 52541.
2000-09-14 08:47:46 +00:00
edburns%acm.org
b344cd087c
a=brendan, ekrock
...
r=av, sean@beatnik.com
bug=50547
This change allows the plugin to have a greater degree of control over
the plugin lifecycle. This change makes it possible for the plugin to
tell mozilla:
1. Whether or not they want to allow the browser to cache their
instance. Default is yes, do allow the browser to cache their instance.
2. If they answer no to 1, that is, no the plugin does not want the
browser to cache their instance, do you want the shutdown calls to be:
a.
inst->SetWindow(nsnull);
inst->Stop();
inst->Destroy();
b.
inst->Stop();
inst->Destroy();
inst->SetWindow(nsnull);
a. is the default.
Please visit the bug to see the patches:
http://bugzilla.mozilla.org/show_bug.cgi?id=50547
Detail:
This fix was requested by Stanley Ho of the Sun Java Plugin Team. A
conference call between Eric Krock, Andrei Volkov, Sun, Adobe and other
plugin vendors was used to agree on the above solution.
M modules/plugin/public/nsplugindefs.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M layout/html/base/src/nsObjectFrame.cpp
2000-09-14 08:22:31 +00:00
rickg%netscape.com
bcce1ac322
fixed nsbeta3+ crash (bug# unavailable 'cause bugzilla is down) and removed FMM. r=attinasi
2000-09-14 07:28:44 +00:00
karnaze%netscape.com
8ad66652c7
bug 30418, 47252 - order row groups before performing most operations. r=attinasi.
2000-09-14 06:49:47 +00:00
nisheeth%netscape.com
6b8c045390
r=jst. Fix for nsbeta3+ bug 49579: Leak of a char * fixed in StartDocumentLoad().
2000-09-14 06:43:08 +00:00
buster%netscape.com
d76d189da3
just cleaning up a warning, found during fix for bug 52307
2000-09-14 05:50:56 +00:00
buster%netscape.com
1dc5faf65c
bug 52307
...
r=karnaze and r=kin
under the hood, we've opened up leaf elements to generated content. GeneratedContentIterators assumed the real element was a container, not a leaf. The fix was just to add a null check on a request for the element's child.
2000-09-14 05:40:48 +00:00
mjudge%netscape.com
eb77e8bf35
private interface for selection
2000-09-14 05:24:18 +00:00
mjudge%netscape.com
fe57b88a54
not in build yet. adding for beta3 bug on api change
2000-09-14 05:22:37 +00:00