waterson%netscape.com
e5c00bbf09
Bug 22037. Detect when CantRenderReplacedElement() is inserting a block frame into an inline. When this happens, 'split' the frame model to the nearest containing block. Re-arranged some of ConstructInline()'s support routines to share code with new method SplitToContainingBlock(). r=nisheeth
2000-07-06 04:31:33 +00:00
bryner%uiuc.edu
56ed6720ee
Fix for crasher bug 44444. r=jst.
2000-07-06 02:44:48 +00:00
cmanske%netscape.com
46738240e4
Fixed setting value on multiline textarea - get value from content node instead of frame. Fixed by kin, b=42646, r=mjudge, a=beppe
2000-07-05 23:38:26 +00:00
pinkerton%netscape.com
938bad2962
take into account the scroll position of the tree's view when computing frame-relative mouse coordinates. r=damn bug 43405
2000-07-05 23:12:35 +00:00
kin%netscape.com
6be6bbe159
Backout passing of PR_FALSE to GetText() in CreateAnonymousContent(). That
...
was a debug change in my tree that I accidentally included in my previous
checkin.
2000-07-05 21:23:35 +00:00
kin%netscape.com
10bf34f3db
Fix for bug #43679 : lose sender when scrolling in the addressing pane
...
Modified CreateAnonymousContent() to use mCachedState if it exists.
r=ducarroz@netscape.com
2000-07-05 20:51:08 +00:00
mkaply%us.ibm.com
588f8439bd
#42637
...
r=waterson, a=waterson
OS/2 bringup - this is a Windows path, not an XP_PC path
2000-07-05 13:39:07 +00:00
rbs%maths.uq.edu.au
4f754a98e8
[not part of default build] Fix bug 43443, and some updates in the stretchy chars land. a:waterson@mozilla.org
2000-07-03 05:40:13 +00:00
cls%seawood.org
33938e6100
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
brendan%mozilla.org
60cee88e27
Reference-count XBL JSClass structs, and LRU-cache unreferenced ones up to some quota, to avoid bloat and shutdown crashes due to unavoidable manual delete/last-use misorder (42530, r=hyatt).
2000-07-01 02:36:18 +00:00
nisheeth%netscape.com
fed9dd6343
Fix for nsbeta2+ bug 12152. r=vidur, pollmann. Setting the src property during document load works on <IMG> and <INPUT type="image"> elements.
2000-07-01 02:26:30 +00:00
kin%netscape.com
25f36a9875
Fix for bug #42178 Back causes data corruption
...
Modified CreateAnonymousContent() so that if the text widget has
a default value, it adds it as a text node under the div after it
is created. Add better error checking to avoid possible problems.
Removed calls to SetTextControlState() that were used
to initialize the text widget contents from GetPrefSize() because
it was causing a reflow within a reflow and the editor to be re-entered.
Added missing call to GetText() in Reset().
r=sfraser@netscape.com
2000-06-30 14:51:58 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
jfrancis%netscape.com
246b4d9654
fixing max text length initialization for text fields. 43275
2000-06-30 05:51:34 +00:00
dbaron%fas.harvard.edu
9ebbc52ee8
Add new regression tests. Does not affect build.
2000-06-30 01:26:06 +00:00
hyatt%netscape.com
0e289e0d13
Fix for dogfood bug#43169. r=pink
2000-06-29 23:34:46 +00:00
attinasi%netscape.com
472f487c07
Temporarily turned off style context sharing while I figure out why it is causing incorrect styling of some XUL elements. b=43490
2000-06-29 23:13:46 +00:00
harishd%netscape.com
ed950caa84
Bug 40477 ( nsbeta2+ ) - Don't rely on ';' to terminate entities.
...
r=pollmann.
2000-06-29 23:05:46 +00:00
sfraser%netscape.com
07fb6b17c6
Fix for 44118 and nsbeta2+ bug 42625, r=kin. Update selection-based commands (e.g. cut/copy) when the selection changes from collapsed to non-collapsed and vice versa, not just when it is uncollapsed.
2000-06-29 22:36:10 +00:00
sfraser%netscape.com
43ca151a35
Fix for nsbeta2+ bug 42625, written by brade, r=sfraser. When checking whether to get a special text field selection, QI to test for text area as well as input.
2000-06-29 22:33:36 +00:00
pinkerton%netscape.com
1ab2104834
Fix for 42250, popups holding onto deleted frame crash during reflow. fixed to only hold onto content, not frame, and use GetPrimaryFrameFor(). r=hyatt
2000-06-29 22:30:27 +00:00
dbaron%fas.harvard.edu
ad42efa1f3
Fix bug 43882 (dogfood+) by removing special handling of empty P elements. (Most of the diffs are whitespace changes.) This also fixes bugs 43369, 43991, and 18050. However, it exposes a few other issues as well (the most important of which, nuking top margins on first *normal flow* children of BODY and TD, was previously fixed only in some cases, but shouldn't be hard to fix in general). r=waterson
2000-06-29 22:03:42 +00:00
av%netscape.com
405657cb8a
Addressing 43075, patch by amusil, r=av
2000-06-29 21:51:15 +00:00
av%netscape.com
8d15a42214
Addressing 22954, patch by amusil, r=av
2000-06-29 21:48:09 +00:00
bryner%uiuc.edu
a3ec7ac6bb
Fixing smoketest blocker 44235. r=smfr.
2000-06-29 20:53:08 +00:00
dbaron%fas.harvard.edu
48d82867a9
Some more regression tests for bug 43882 and collapsing margin issues. Does not affect build.
2000-06-29 07:59:29 +00:00
mjudge%netscape.com
fa0242f3f6
r=saari 42074 pd+dogfood ect. i think we finally nailed this one. focused objects now being passed focus events even when previous document couldnt take focus and is simply returning it. aka hitting return in url bar trying to focus document that will be destroyed to fetch new page.
2000-06-29 05:27:05 +00:00
mjudge%netscape.com
f7409a961f
r=hyatt bug36617, sfrasier bug. simple change for select all to work.
2000-06-29 05:25:01 +00:00
mjudge%netscape.com
1513d464f8
oninput and on change now firing. this should be working completely now. bug 42045 uncommenting out lines that I had commented out for someone on accident. also this fixes listeners not firing for textareas and only for text inputs. pdt+dogfood+ ect.
2000-06-29 05:17:58 +00:00
pollmann%netscape.com
dd1d82d182
Bug 41013: Prevent event passing from frames to content during document destruction r=joki
2000-06-29 02:02:43 +00:00
dbaron%fas.harvard.edu
356bcbad70
Add more regression tests for bug 43882. Does not affect build.
2000-06-29 01:09:53 +00:00
dbaron%fas.harvard.edu
b3591f7ff6
Adding regression tests to list. Does not affect build.
2000-06-29 00:42:14 +00:00
dbaron%fas.harvard.edu
fad61203a2
Adding regression tests (related to bug 43882). Does not affect build.
2000-06-29 00:39:53 +00:00
jst%netscape.com
1644edb057
Fixing nsbeta2+ bug 37051, always set the form associated with a form control as the parent of the form controls script object, this meks form controls always be in the scope of the form they're in. r=vidur@netscape.com
2000-06-28 22:50:06 +00:00
evaughan%netscape.com
69484c9913
Fixes for gfx scrollbars and absolute/fixed positioning.
...
40494
28505
41294
36211
41763
23806
2000-06-28 22:19:54 +00:00
bryner%uiuc.edu
7a72e1224f
Fixing bug 43710 - removing old mousewheel cruft and updating to work with
...
new tree. r=hyatt,saari.
2000-06-28 20:35:32 +00:00
waterson%netscape.com
1108b7bae8
Bug 43644. Better fix: nsLayoutAtoms::[AddRefAtoms|ReleaseAtoms] calls are unnecessary, as dbaron pointed out to me.
2000-06-28 05:36:32 +00:00
waterson%netscape.com
bd83dcb757
Bug 43644. Add 'wildcard' atom to nsLayoutAtoms and use it instead of a statically leaked atom. r=jst,inaky.gonzales@intel.com
2000-06-28 04:17:26 +00:00
mjudge%netscape.com
ad26ff0747
removing observer. put in on accident. editor will handle oninput changes. if not i can un comment this
2000-06-28 04:16:44 +00:00
mjudge%netscape.com
16dba34403
r=jfrancis,r=hyatt 42045 beta2+ 42675 beta2+ hitting return on text area not putting new line. onchange,oninput.
2000-06-28 04:00:12 +00:00
jim_nance%yahoo.com
c36d548a7c
Fix build problem on Tru64 Unix. Scc says the code should run faster
...
this way anyhow. r=scc
2000-06-28 02:07:25 +00:00
evaughan%netscape.com
297d1f104a
Clean up for autoscrolling menu landing. ScrollBox events need their own type and should not be
...
on top of menu events.
-r hyatt
2000-06-28 00:00:18 +00:00
mkaply%us.ibm.com
439e238156
#42637
...
r=pinkerton, a=brendan
OS/2 bringup - Change from waterson and vidur - don't modify members in a const function
2000-06-27 22:31:43 +00:00
dougt%netscape.com
54e980c267
Adding assert on invalid init of textTransformer. see bug 43094
...
Basic check for null.
Without this assert, you will crash if there is no nsILineBreakerFactory
found.
2000-06-27 20:54:01 +00:00
brade%netscape.com
b35d42ea3f
check in patch for buster; bug #42630 ; GetChildFrameContainingOffset was hiding inherited
2000-06-27 14:47:21 +00:00
Peter.VanderBeken%pandora.be
663b9216ad
Finishing jj's work on bug 39959. r=jj@netscape.com.
2000-06-27 07:56:48 +00:00
nisheeth%netscape.com
b3151cb0cb
Fix for bug 42196. A simple patch from Rod Spears to prevent asserts that were firing on reading mail messages.
2000-06-27 06:56:08 +00:00
ducarroz%netscape.com
3a91c0475b
Fix for bug 43575. Back out a line that Rods accidently change while checkin rev 1.40 R=hyatt
2000-06-27 05:26:28 +00:00
nisheeth%netscape.com
73099106b6
Fix for bug 43019. Does not affect current build. Fixes a unix compile problem for XSL hooks in mozilla.
2000-06-27 01:12:44 +00:00
jst%netscape.com
5014c8f2f7
Fixing the remaining details in nsbeta2+ bug 38495, mozilla is now backwards compatible with existing plugin content as long as the plugins are updated. r=vidur@netscape.com
2000-06-27 00:54:44 +00:00