av%netscape.com
328cd066e8
Fixing #44993 , added style visibility check to the object frame, r=buster
2000-09-03 20:54:26 +00:00
jst%netscape.com
0eb491f041
Fixing nsbeta3+ bug 28277. Add a callback to nsHTMLImageElement so that we know when a image created in JavaScript has loaded (or fails to load), this is needed to support onload and onerror event fireing and also to support the '.complete' property on images create in JavaScript. r=nisheeth@netscape.com
2000-09-01 07:05:08 +00:00
mstoltz%netscape.com
584d022386
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
kin%netscape.com
9b629257f0
Fix for bug #35899 (Page scrolls on selecting text in position:relative div)
...
- Rewrote the auto-scrolling code to handle the fact that events are now passed
directly to frames, even though the mouse is outside the window, and the frame
is not in the clip view. The old code assumed that the viewport frame always
caught and handled the event, which was the way it used to be.
- AutoScroll methods now give the option of scrolling parent scrollable views.
r=jfrancis@netscape.com
Fix for bug #49467 (Spell checking not working in composer or NS 6 IM )
- We no longer throw an error if we are trying to scroll the selection
into view, when the selection is in a view that has no parent scrollable
view ... we just return NS_OK and do nothing.
r=syd@netscape.com
2000-08-30 19:42:47 +00:00
jfrancis%netscape.com
db88aae69b
disabling fix for 46554 again, in order to fix smoketest blocker 50653 et al
2000-08-29 19:55:16 +00:00
jfrancis%netscape.com
2a03e0cb61
restoring my original fix for 46554, with some additional tweaks to deal gracefully with generated content. To forgive, divine.
2000-08-29 06:37:12 +00:00
jfrancis%netscape.com
2c58517b0e
i'm an idiot
2000-08-29 05:43:03 +00:00
jfrancis%netscape.com
8cd1b753ec
turns out that selection code is used even when outputing an entire document (beats me why); disabling my changes so that text field output will work again.
2000-08-29 03:09:54 +00:00
heikki%netscape.com
910b79d3f5
Fixed bug 46085. We were not firing the select event. This is the second half of the checkin... had some problems with CVS. jst is watching this checkin. r=mjudge.
2000-08-29 01:47:05 +00:00
jfrancis%netscape.com
42bf012ec4
fixing a warning
2000-08-29 00:31:53 +00:00
jfrancis%netscape.com
adbfc57608
third time is the charm...
2000-08-29 00:07:32 +00:00
jfrancis%netscape.com
60b1f301d8
the end of ubercopy
2000-08-28 23:54:45 +00:00
jfrancis%netscape.com
ac7350dccf
fix for 46554: copy should grab parent nodes if all children selected; r=sfraser
2000-08-28 23:35:57 +00:00
anthonyd%netscape.com
3c9fec49a7
fix for bug# 43364
...
selection methods not returning meaningfull information
ie. getAnchorNode
r=mjudge
2000-08-26 21:23:25 +00:00
jst%netscape.com
cfbdba7868
Removing unused code from the build. r=pollmann@netscape.com
2000-08-26 07:00:17 +00:00
locka%iol.ie
c52f68cce4
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
waterson%netscape.com
97793a3c2c
Fix build bustage.
2000-08-25 06:22:13 +00:00
waterson%netscape.com
a6ad0e1bcd
Bug 47191. Trim whitespace from relative spec before constructing absolute URLs. r=jst
2000-08-25 06:03:49 +00:00
edburns%acm.org
28e024fdd5
bug=36212, bustage
...
r,a=HurricaneSherrif
This checkin fixes a problem using the ?: operator and nsCOMPtr.
2000-08-24 21:48:01 +00:00
shanjian%netscape.com
ab6c9a4dc1
#14588 Ctrl+right arrow skips over nbsp (nbsp should be word break)
...
ra=ftang
new fix which only apply to word jump.
2000-08-24 21:15:19 +00:00
shanjian%netscape.com
20e93798fe
#14588 Ctrl+right arrow skips over nbsp (nbsp should be word break)
...
ra=ftang
a new fix which changes only apply to word jump.
2000-08-24 21:13:18 +00:00
edburns%acm.org
3a9003fa4a
bug=36212, bustage
...
r,a=waterson
This checkin fixes a problem using the ?: operator and nsCOMPtr.
2000-08-24 20:56:40 +00:00
akkana%netscape.com
3861dc3c26
Fix build bustage
2000-08-24 20:52:44 +00:00
waterson%netscape.com
775b9cb976
Bug 46043. Be sure to clear m[Left|Right]Floaters when 0 == mCount. r=buster
2000-08-24 19:55:11 +00:00
edburns%acm.org
052e7d108d
bug=36212
...
a=waterson,av
r=av,waterson
Here is what I believe to be the correct fix.
This post correspondes to the fix,
second iteration attachments.
M modules/plugin/nglsrc/nsIPluginInstanceOwner.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginInstancePeer.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M layout/html/base/src/nsObjectFrame.cpp
This checkin modifies nsIPluginInstanceOwner::GetURL
to have a length parameter for the post data.
2000-08-24 19:49:08 +00:00
buster%netscape.com
10f733f809
bug 49239
...
r=hyatt
bug 42372
r=waterson
2000-08-24 04:38:08 +00:00
buster%netscape.com
311fc8f49e
bug 45152 (Typed text does not render in TextAreas with a horizontal scrollbar)
...
fixed by adding a flag in nsLineBox for the content of a line to mark it "forceInvalidate",
logic in nsLineLayout to set the line dirty for initial reflow of text frames,
and logic in block to check the new flag.
r=kin
2000-08-24 04:26:43 +00:00
anthonyd%netscape.com
52f1883f5b
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
b3a4ade60d
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
attinasi%netscape.com
5fe12fa2e3
Fix for leak: have to release the style context after initializing the frame...
2000-08-23 01:22:26 +00:00
attinasi%netscape.com
33e0da3883
Resolving style context for the htmlInnerFrame instead of using the parent frame's context. Also added some basic error checking... b=49739 r=buster@netscape.com
2000-08-23 00:12:30 +00:00
scc%mozilla.org
301746a559
fixing code that relied on implicit string construction
2000-08-19 22:23:46 +00:00
waterson%netscape.com
de1552a50c
Bug 49122. Make the image map manage addition and removal of the <area>'s to the primary-frame-for map in the frame manager. r=saari
2000-08-18 06:27:42 +00:00
jst%netscape.com
efd5913e9e
Fixing nsbeta3+ bug 44002. Don't use non boolean values (the value 2 in this case) as a boolean true since 2 != true in JS. This caused scripts that rely on img.complete == true when an image has loaded to break. r=nisheeth@netscape.com
2000-08-17 06:28:47 +00:00
kin%netscape.com
d2fe1d3643
Partial fix for bug #45152 : Typed text does not render in TextAreas with a horizontal scrollbar
...
Made Reflow() invalidate the correct region during an incremental or dirty reflow.
r=waterson@netscape.com
2000-08-16 23:12:19 +00:00
pinkerton%netscape.com
6ba5c7b147
making CaptureMouse a public interface on nsIFrame r=mjudge for bug 48250.
2000-08-14 22:28:41 +00:00
waterson%netscape.com
9c09d86525
Back out shanjian's last change as it was causing several whitespace-related regressions. r=attinasi
2000-08-14 22:11:41 +00:00
rods%netscape.com
b3c99a5d20
it was incorrctly painting both images
...
b=48156 r=kmcclusk
2000-08-14 22:01:05 +00:00
roc+%cs.cmu.edu
3e74bddc5d
Adding call to new view API so that the view of a fixed-position frame has a Z-order/clipping parent which is not its geometric parent. Bug 39621. r,a=waterson
2000-08-12 19:44:11 +00:00
pierre%netscape.com
ef6777748b
48096: Need a -moz-all value for user-select. r=sfraser.
2000-08-12 01:00:14 +00:00
saari%netscape.com
e5187f56fa
Fix more leaks bug 48126 again. r=hyatt
2000-08-12 00:38:22 +00:00
roc+%cs.cmu.edu
47a7452cb4
When computing the max-element-size, base percentage margins on the size of the contained max-element-size, not on the container's desired size. Bug 25707. r,a=waterson
2000-08-11 20:08:15 +00:00
anthonyd%netscape.com
46c555ed23
fix for bug#48472
...
apparently nsIContent::ChildAt can be successful
and not return a child. now checking fo that.
r: smfr
a: beppe
2000-08-11 19:55:39 +00:00
saari%netscape.com
d230b14bce
Fix for leaks. Bug 48126 r=dbaron, hyatt
2000-08-11 02:11:53 +00:00
anthonyd%netscape.com
cc29a3e679
fix for bug# 48472 (dogfood bug)
...
r: mjudge
a: beppe
2000-08-11 01:36:28 +00:00
attinasi%netscape.com
d68febe351
Text with 'whitespace:nowrap' no longer uses special Win32-only text measurement code becasue it didn't work. b=42832 r=waterson
2000-08-10 23:03:11 +00:00
mjudge%netscape.com
49114998ae
use "=" not "==" my bad
2000-08-09 22:43:39 +00:00
mjudge%netscape.com
b40c861df6
43533 table cell selection color fix. check for table cells/table being added to range and toggle flag to allow cells to draw correctly
2000-08-09 22:34:17 +00:00
mjudge%netscape.com
35e3f5dd84
29570 37393 42794 mac os fix for selecting out of frame bounds.
2000-08-09 22:33:03 +00:00
dbaron%fas.harvard.edu
30392ee52a
Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+)
2000-08-09 12:51:05 +00:00