sharparrow1%yahoo.com
|
c78720aa24
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
cvshook%sicking.cc
|
0c24c4a4c3
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
bzbarsky%mit.edu
|
32ea7d9340
|
Make mComputedWidth private, with a getter/setter, and make the setter update
the resize flags. Bug 367442, r+sr=dbaron
|
2007-01-26 00:05:12 +00:00 |
dbaron%dbaron.org
|
47f4966b12
|
Change the bulk of ascent (baseline) computation to happen on a virtual method on nsIFrame, and remove the redundant descent member from nsHTMLReflowMetrics, primarily to support having both first-line and last-line baselines. b=367332 r+sr=roc
|
2007-01-23 04:06:56 +00:00 |
bzbarsky%mit.edu
|
63074ebebb
|
Notify correctly about legend frames being added -- need to mark all our
ancestors as having a dirty child, not just the immediate ancestor. Bug
366537, r+sr=dbaron
|
2007-01-11 17:56:25 +00:00 |
timeless%mozdev.org
|
abc256e3da
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
roc+%cs.cmu.edu
|
25abf52118
|
Bug 344894. Process mContentFrame before mLegendFrame in nsFieldSetFrame::BuildDisplayList, because mContentFrame might have out-of-flow frames whose placeholders are in mLegendFrame and we always need to visit out-of-flow frames before their placeholders while building display lists. r+sr=dbaron
|
2006-12-10 21:53:53 +00:00 |
dbaron%dbaron.org
|
116da6be23
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
bzbarsky%mit.edu
|
c3ff848eca
|
Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc
|
2006-09-19 04:26:20 +00:00 |
mats.palmgren%bredband.net
|
efceaa5ea8
|
Ignore mLegendFrame as previous sibling since it does not live in the content area frame. b=345249 r+sr=bzbarsky
|
2006-07-20 04:54:51 +00:00 |
mats.palmgren%bredband.net
|
8936a2975f
|
Fix crash when recreating <caption> frames. Add ASSERTIONs to detect similar frame construction errors in the future. b=341382 r+sr=bzbarsky
|
2006-06-29 02:32:36 +00:00 |
roc+%cs.cmu.edu
|
64bd04b75c
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
dbaron%dbaron.org
|
ac49c790c1
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
roc+%cs.cmu.edu
|
dba51376ea
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
bzbarsky%mit.edu
|
c50f975dda
|
Fix crash bug 322348 by making ReParentStyleContext more sane. r+sr=dbaron
|
2006-03-16 01:30:38 +00:00 |
pavlov%pavlov.net
|
f33ad65b06
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
roc+%cs.cmu.edu
|
f4d2e578db
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
roc+%cs.cmu.edu
|
b6cb8cbd08
|
Bug 330300. Move mFrame from nsDisplayItem subclasses up to nsDisplayItem itself, and make GetUnderlyingFrame an inline non-virtual function. Patch by Alfred Peng, r+sr=roc
|
2006-03-14 20:43:18 +00:00 |
bzbarsky%mit.edu
|
23ba870fb6
|
Fix leak bug 324969 -- make sure to call virtual destructors.
|
2006-01-29 18:48:58 +00:00 |
roc+%cs.cmu.edu
|
5451e97878
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
roc+%cs.cmu.edu
|
0f45c37baf
|
Bug 323946. nsFieldSetFrame doesn't need to support having a space manager. r+sr=dbaron
|
2006-01-22 23:20:56 +00:00 |
cvshook%sicking.cc
|
0f489187a0
|
Bug 321294: Remove unused ReplaceFrame codepaths.
r/sr=roc
|
2006-01-10 22:58:37 +00:00 |
roc+%cs.cmu.edu
|
c4070dec03
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
roc+%cs.cmu.edu
|
b1e6622e4e
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
masayuki%d-toybox.com
|
5a4f69b58c
|
Bug 302959 If the a element in the legend element got focus, the ancestor table width is broken r+sr=dbaron, a=benjamin
|
2005-08-02 14:58:55 +00:00 |
bzbarsky%mit.edu
|
1ec3a59a97
|
Make fieldsets always be containing blocks. Bug 296722, r+sr=dbaron,
a=asa
|
2005-06-12 20:33:35 +00:00 |
bzbarsky%mit.edu
|
0597971698
|
Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
|
2005-04-29 15:44:38 +00:00 |
bzbarsky%mit.edu
|
b626abc29c
|
Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land. Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
|
2005-02-07 01:58:25 +00:00 |
bzbarsky%mit.edu
|
a4a73b6eac
|
Make fieldsets return false for CanPaintBackground, since they don't paint it
over their whole rect. Bug 277313, r+sr=roc
|
2005-02-02 00:32:11 +00:00 |
mats.palmgren%bredband.net
|
c3b6c9c334
|
Make Fieldset reparent its children correctly and trigger a reflow when needed. Fix a couple of sizing/invalidation problems in Reflow(). b=276104 r=bzbarsky sr=dbaron
|
2005-01-25 00:06:38 +00:00 |
mats.palmgren%bredband.net
|
a9c3918a21
|
Swap the order between the legend and area frames in a fieldset to fix selection and tabbing problems. b=236071 r+sr=bzbarsky
|
2005-01-02 14:30:24 +00:00 |
neil%parkwaycc.co.uk
|
416f37d27d
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
bmlk%gmx.de
|
917905359e
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
bmlk%gmx.de
|
20aad1878f
|
prevent lookup of frame state bits of nonexisting child frames bug 266225 r/sr=bzbarsky
|
2004-10-27 16:11:08 +00:00 |
bmlk%gmx.de
|
4f3a341ec2
|
decouple the maxWidth form the desiredSize.width, debug code removal, bug 237159 r/sr=dbaron
|
2004-10-14 17:37:54 +00:00 |
bmlk%gmx.de
|
d55596f402
|
fix MEW computation regression introduced by my previous checkin bug 257955 r/sr=roc
|
2004-09-20 12:40:20 +00:00 |
bmlk%gmx.de
|
1134a9f349
|
frames with a percentage based width should report a 0 MEW bug 246999 r/sr=roc
|
2004-08-31 18:50:40 +00:00 |
bryner%brianryner.com
|
cc807b07b1
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
aaronleventhal%moonset.net
|
1ebd6baf37
|
Bug 151375. Implement css2 outline (still called -moz-outline for now). Makes -moz-outline draw outside of the current frame. Improves appearance of focus outline. Lots of help from roc. r+sr=dbaron
|
2004-07-16 16:56:21 +00:00 |
bzbarsky%mit.edu
|
5345ea4514
|
Paint a fieldset's border under the legend margin. Bug 247068, r+sr=dbaron
|
2004-07-15 23:28:46 +00:00 |
aaronleventhal%moonset.net
|
ccbc55e0d0
|
Backing out bug 151375 for now, because of scrolling regressions in HTML and XUL listboxes and comboboxes
|
2004-07-15 18:57:47 +00:00 |
aaronleventhal%moonset.net
|
78fcf72fc2
|
Bug 151375. Implement css2 outline (still called -moz-outline for now). Makes -moz-outline draw outside of the current frame. Improves appearance of focus outline. Lots of help from roc. r+sr=dbaron
|
2004-07-14 21:58:34 +00:00 |
tor%cs.brown.edu
|
44fbbcc21b
|
Bug 240274 - remove unused argument of SetClip{Rect,Region}.
r=blizzard, sr=bryner
|
2004-04-23 15:21:24 +00:00 |
gerv%gerv.net
|
85ce8c146b
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
tor%cs.brown.edu
|
bd2796f514
|
Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner
|
2004-04-18 13:13:35 +00:00 |
bryner%brianryner.com
|
b26298f7c2
|
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
|
2004-02-11 04:57:07 +00:00 |
peterv%propagandism.org
|
b73f7d8861
|
Miscellaneous cleanup. r/sr=jst.
|
2004-01-18 10:45:26 +00:00 |
uid502
|
50383ff50a
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
bmlk%gmx.de
|
9c4de18f39
|
fieldset frames should report overflow area, bug 96506 r/sr=dbaron
|
2003-09-27 14:53:17 +00:00 |
roc+%cs.cmu.edu
|
fa7a397567
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-04 12:50:32 +00:00 |