roc+%cs.cmu.edu
2287c703f8
Not part Of The Build. Bug 381228. Fix handling of case where the text is not part of a block.
2007-05-24 03:06:37 +00:00
preed%mozilla.com
602748cfaf
Bug 381695: TextFrame feature makefile switch needs to pick up its setting from environment. r=bsmedberg
2007-05-24 02:13:04 +00:00
roc+%cs.cmu.edu
ab286f6f55
(Not Part Of The Build). Fix incorrect treatment of first character always as uppercase, even when it isn't, when building a small-caps textrun ...
2007-05-23 09:37:52 +00:00
roc+%cs.cmu.edu
095b3bd0e4
Bug 380625. (Not Part Of The Build). Fix cluster count for trimmed spaces.
2007-05-23 09:36:16 +00:00
roc+%cs.cmu.edu
91f9b5c192
Not Part Of The Build (new textframe). IsInBounds uses incorrect logic and produces spurious warnings.
2007-05-23 04:08:38 +00:00
sharparrow1%yahoo.com
4af3a62d34
Bug 381645: Remove nsBoxFrame::GetContentOf. r+sr=dbaron.
2007-05-23 03:48:43 +00:00
roc+%cs.cmu.edu
82b0adbe9a
Not Part Of The Build. Update nsTextFrameThebes whitespace handling; allow line breaking only at the end of a run of whitespace.
2007-05-22 23:45:47 +00:00
sharparrow1%yahoo.com
711703eff8
Bug 381621: Get rid of nsBoxFrame::AddRef/Release, plus a few misc cleanups. r+sr=dbaron.
2007-05-22 20:34:00 +00:00
sharparrow1%yahoo.com
ebe401d3b1
Bug 377391: Parts of a rectangle with CSS outline remains, when changing rectangle size. r+sr=roc
2007-05-21 10:06:08 +00:00
sharparrow1%yahoo.com
39a2789a67
Bug 45631: text-indent: n% doesn't incrementally reflow correctly. r+sr=roc.
2007-05-21 09:55:27 +00:00
roc+%cs.cmu.edu
3874d83115
Bug 381130. Small changes to layout to fix an inline reflow bug and add a new API to nsLineLayout to support tab stops. r+sr=dbaron
2007-05-21 03:46:22 +00:00
dbaron%dbaron.org
48a5de0d15
Don't propagate line layout in reflow state when we're not in the line. b=320502 r+sr=roc
2007-05-18 06:04:04 +00:00
mats.palmgren%bredband.net
8c09268132
NPOTB. Add missing rendering context null-checks. b=380502 r+sr=roc
2007-05-17 10:52:20 +00:00
roc+%cs.cmu.edu
c4a2486cb0
Not Part Of The Build. 1) Round font underline/overline/strikeout offsets and sizes to device pixels to try to ensure consistent visual offsets and sizes even when the baseline point is not pixel-aligned. 2) snap the text baseline y coordinate to the nearest pixel, because the decoration lines will be snapped themselves and we need the gaps to remain consistent. 3) fix bug in selection-decoration x coordinate which was forgetting to include the frame x-offset.
2007-05-16 05:21:41 +00:00
roc+%cs.cmu.edu
02d49ac58d
Not Part Of The Build. Fix underline/strikeout positioning in new text frame --- simple appunits/pixels confusion.
2007-05-15 23:41:41 +00:00
dbaron%dbaron.org
7278f1c6e9
Fix vertical resizing for quirks mode percentage heights. b=380004 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron
2007-05-15 21:53:32 +00:00
roc+%cs.cmu.edu
ed04d778ce
NPOTB, new-text-frame. Fix mouse events targeting after the end of a textframe.
2007-05-15 05:23:19 +00:00
roc+%cs.cmu.edu
8229904db4
Back out enabling of new text frame... its time has not yet come
2007-05-15 03:58:10 +00:00
roc+%cs.cmu.edu
f0c99ae7eb
Bug 380692. Change gfxTextRun API so the textrun copies text, if necessary, instead of the caller having to do it. r=vlad
2007-05-15 03:56:48 +00:00
Olli.Pettay%helsinki.fi
6721d4f009
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
2007-05-14 09:13:09 +00:00
asqueella%gmail.com
60a644b014
Bug 380094 - make mousethrough more generally useful
...
p=toshok@hungry.com
r+sr=roc
2007-05-13 16:00:00 +00:00
neil%parkwaycc.co.uk
baaa5ef74e
Follow-up cleanup b=375403 r+sr=roc
2007-05-13 10:06:57 +00:00
roc+%cs.cmu.edu
f56af97162
Not part of the build. Fix off-by-one error in selected-text painting in new text frame.
2007-05-11 22:54:51 +00:00
Olli.Pettay%helsinki.fi
8e287d3582
backout Bug 363089
2007-05-11 13:34:12 +00:00
Olli.Pettay%helsinki.fi
670f53f666
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
2007-05-11 11:15:20 +00:00
dbaron%dbaron.org
0027ac7911
Remove now-unneeded checks for eStyleUnit_Null. b=379741 r+sr=bzbarsky
2007-05-11 06:02:31 +00:00
dbaron%dbaron.org
ae95e886c0
Add eStyleUnit_None so we don't have to use eStyleUnit_Null as a real value for max-width and max-height. b=379741 r+sr=bzbarsky
2007-05-11 06:01:31 +00:00
neil%parkwaycc.co.uk
fe64e07564
Bug 375403 originally started off as a simple request to enable window translucency when windows or popups use opacity, alpha transparent background or non-zero border radius but mutated to include refactoring non zero side testing r+sr=roc
2007-05-10 15:46:42 +00:00
roc+%cs.cmu.edu
8b851f9773
Fix const issue. Not Part Of The Build
2007-05-10 14:42:56 +00:00
bzbarsky%mit.edu
ec0580a205
Twiddle parentheses a little bit. Bug 311415 followup, r+sr=dbaron
2007-05-10 02:55:15 +00:00
roc+%cs.cmu.edu
53bfb2bc82
Not part of the build. Fix text lifetime issues for transformed textruns.
2007-05-10 00:58:47 +00:00
roc+%cs.cmu.edu
942d47af85
Not part of the build. Update new text frame for textrun API changes. Also implements a textrun cache for the new text frame
2007-05-09 22:04:56 +00:00
roc+%cs.cmu.edu
771c6908fa
Bug 380209. Hooks for a textframe-specific textrun cache startup/shutdown. r+sr=bzbarsky
2007-05-09 22:02:29 +00:00
smontagu%smontagu.org
1718b64f42
Uneven justification with new textframe. Bug 380062, r+sr=roc
2007-05-09 18:09:32 +00:00
smontagu%smontagu.org
38f065a4a2
Clear mTextRun on a style change reflow. Bug 379969, r+sr=roc
2007-05-08 14:33:09 +00:00
bzbarsky%mit.edu
b70a3743e3
Fix determination of the style context parent for the inner table frame of a
...
root table. Bug 379386, r+sr=roc
2007-05-08 03:59:12 +00:00
bzbarsky%mit.edu
c7a6b387d2
Change the FrameNeedsReflow API to pass the dirty flags to be added directly to
...
the method, instead of setting them before calling the method. That way we can
avoid reflowing the ancestor of a reflow root which is not itself dirty but has
dirty children. This also makes it harder to set dirty bits inconsistently
with the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' review
on the mathml parts.
2007-05-06 19:16:52 +00:00
dbaron%dbaron.org
258d225da1
Remove special handling of empty continuations, which should no longer be needed. b=238473 Based on patch by Hideo Saito <saito@densan.co.jp>. r=dbaron sr=roc
2007-05-05 17:06:04 +00:00
dbaron%dbaron.org
fca64db1a1
Address bzbarsky's final review comments (comment 14) on bug 311415: consider ch units fixed as well.
2007-05-05 17:01:51 +00:00
bzbarsky%mit.edu
3e3dd89bda
Simplify code. Bug 367442 followup, jag's idea, r+sr=dbaron
2007-05-05 06:13:48 +00:00
bzbarsky%mit.edu
6bfe4d1b01
Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron
2007-05-05 06:09:50 +00:00
bzbarsky%mit.edu
8f5c7263d5
Make computed style handle "normal" for line-height by computing an actual
...
numeric height. Bug 371041, r+sr=dbaron
2007-05-05 05:30:10 +00:00
dbaron%dbaron.org
847bd485ed
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
2007-05-03 23:11:02 +00:00
bzbarsky%mit.edu
77fb54b5e2
Fix assert to be more correct. Bug 379383, r+sr=dbaron
2007-05-02 20:32:17 +00:00
roc+%cs.cmu.edu
23c362d19c
Bug 372703. Position child views whenever we place an abs-pos child; even if the child hasn't moved, this frame itself might have, so view offsets might have changed. r=eli,sr=dbaron
2007-05-02 00:07:51 +00:00
bzbarsky%mit.edu
b1e55b927c
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
...
GetShellAt(0) to using this API. Bug 378780. API introduction part by me,
r+sr=jst. Mass-changes done by taras using squash, r+sr=me
2007-05-01 22:24:25 +00:00
bzbarsky%mit.edu
88acf3ce4f
Make InitialReflow just post a reflow event instead of doing a synchronous
...
reflow. Bug 378975, r=dbaron and Eli Friedman, sr=dbaron
2007-05-01 17:15:08 +00:00
mats.palmgren%bredband.net
24e870cb3d
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 23:52:44 +00:00
bzbarsky%mit.edu
6c75be2a96
remove debugging code again.
2007-04-30 04:36:03 +00:00
bzbarsky%mit.edu
0bee112428
Put back this test code for one run so I can get data from Tp/Tp2
2007-04-30 03:11:04 +00:00