dbaron%dbaron.org
c237ca03f5
Disable antialiasing of borders again, for Linux only, to avoid the performance penalty of pushing/popping groups. b=380473 r=vlad
2007-05-23 15:56:15 +00:00
sharparrow1%yahoo.com
3319de9cba
Bug 379015: Fix nsPresShell::RenderOffscreen. r+sr=roc
2007-05-23 00:11:05 +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
vladimir%pobox.com
eef30541f9
b=380561, missing borders when dashed and dotted border-style is used, r=dbaron
2007-05-20 22:49:20 +00:00
vladimir%pobox.com
9530088267
b=379419, bogus assertion in border code with NS_STYLE_BORDER_RULES_MARKER, r+sr=dbaron
2007-05-20 22:44:45 +00:00
vladimir%pobox.com
2c0c44d995
b=379436, borders on elements > 2^15px drawn backwards, r=dbaron
2007-05-20 22:41:21 +00:00
mats.palmgren%bredband.net
6a969bbf71
Don't bother painting a selection into an empty rect. Avoid using an invalid surface for painting ops. b=380611 r+sr=vladimir
2007-05-17 10:14:37 +00:00
dbaron%dbaron.org
c7a6514e79
Rewrite the pref for forbidding pages from setting colors and backgrounds so that it changes transparency less often and interferes less with user and user-agent styles. b=58048, 255829, 255411 r+sr=bzbarsky
2007-05-16 21:10:32 +00:00
masayuki%d-toybox.com
e728f6004b
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
2007-05-16 15:51:39 +00:00
bzbarsky%mit.edu
d6274675cd
Make sure FrameNeedsReflow() is not called during reflow, and remove the
...
wasDirty asserts and O(N^2) check for existing reflow root in the list. Bug
379904, r=roc, sr=dbaron
2007-05-16 03:22:45 +00:00
bzbarsky%mit.edu
0eb6ad2e82
Use the right parent when resolving style contexts in IsValidSibling. Bug
...
380096, r=bernd, sr=roc
2007-05-16 03:18:50 +00:00
dbaron%dbaron.org
b0ef6158d8
Account for non-pixel-aligned current transforms when snapping to pixel coordinates. b=369882 r=vlad
2007-05-15 05:15:53 +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
bzbarsky%mit.edu
8f97837637
Process XBL constructors right after the frame construction in
...
InitialReflow(). Bug 377119, r+sr=sicking
2007-05-14 03:52:49 +00:00
neil%parkwaycc.co.uk
baaa5ef74e
Follow-up cleanup b=375403 r+sr=roc
2007-05-13 10:06:57 +00:00
mats.palmgren%bredband.net
3b6c24af11
Make CreateRenderingContext() return error for a null surface and add error handling to callers. b=362201 r+sr=vladimir
2007-05-12 13:06:17 +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
Olli.Pettay%helsinki.fi
f3fbbe7eb0
Bug 379621, Call PostCreateFrames after creating all native anonymous frames, r+sr=roc
2007-05-10 18:16:00 +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
neil%parkwaycc.co.uk
be5110655b
Bug 281630 Support ch width units in XUL r+sr=bz
2007-05-09 08:48:38 +00:00
vladimir%pobox.com
be1d225ff1
b=379474, borders render incorrectly when using moz-border-radius (also 379446, hr noshade renders incorrectly); r=dbaron
2007-05-08 17:40:08 +00:00
bzbarsky%mit.edu
c6faf74278
Ignore attempts to reframe things before we've done initial reflow. Bug
...
379975, r+sr=roc
2007-05-08 04:46:55 +00:00
bzbarsky%mit.edu
1bd68ac45d
Rename some functiosn as suggested by dbaron. Bug 379799 followup.
2007-05-07 19:03:24 +00:00
bzbarsky%mit.edu
2f458443f7
Better check for first-letter. Bug 379799, r+sr=dbaron
2007-05-07 17:57:33 +00:00
bzbarsky%mit.edu
481bf2a5ce
Back out bug 377850 -- it regresses bug 71191, and causes bug 379920.
2007-05-07 06:51:57 +00:00
bzbarsky%mit.edu
39d6ab8e2e
Fixing typo.
2007-05-07 02:58:07 +00:00
bzbarsky%mit.edu
5ebb31afb7
Followup to bug 378784 based on rbs's review comments.
2007-05-06 22:50:21 +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
mats.palmgren%bredband.net
de2fa93bc5
Incremental reflow bug with direction:rtl and bidi-override. b=375716 r=uriber sr=dbaron
2007-05-06 10:29:58 +00:00
bzbarsky%mit.edu
821c53fe47
Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron
2007-05-05 06:47:09 +00:00
bzbarsky%mit.edu
5fe6926823
Bail out of ReconstructDocElementHierarchy early if there is no root frame
...
(which shouldn't even happen!). Bug 377850, r=mats, sr=dbaron
2007-05-05 06:12:44 +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
sharparrow1%yahoo.com
d23471dc9b
Bug 378662: Get rid of PresShellViewEventListener. r+sr=roc
2007-05-04 23:28:02 +00:00
aaronleventhal%moonset.net
d9095846ba
Bug 357583. Followup improvements to ensure that a11y is activated on Linux when it should be. r+sr=bz
2007-05-04 18:09:02 +00:00
aaronleventhal%moonset.net
3e624b2925
Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc
2007-05-04 02:19:18 +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
aaronleventhal%moonset.net
8c1d76b576
Backing out accidental checkin for bug 357583
2007-05-03 20:20:58 +00:00
aaronleventhal%moonset.net
7a83b690b4
Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc
2007-05-03 19:22:24 +00:00
joshmoz%gmail.com
e287fbfacf
Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron
2007-05-02 07:46:50 +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
1de0c45d5a
Switch order around a bit to be safer. Followup to bug 379093, r+sr=roc
2007-05-01 19:11:28 +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
vladimir%pobox.com
b05b4b2e35
b=379328, focus outline rendering regression fix
2007-05-01 04:58:44 +00:00
vladimir%pobox.com
5dedab3707
b=368247 (and others, see bug), rewrite border rendering for thebes, r=dbaron
2007-05-01 03:31:25 +00:00
bzbarsky%mit.edu
89c232d3e5
Fix build bustage
2007-04-30 06:43:03 +00:00
bzbarsky%mit.edu
2d5fe3f3f1
Fix bug 379229, r+sr=dbaron
2007-04-30 06:17:03 +00:00
bzbarsky%mit.edu
f360e6f92c
Make sure to flush out reflows before firing onload instead of (imperfectly)
...
blocking onload on reflow events. This makes sure that we are in fact fully
reflowed before onload fires. Bug 379093, r+sr=roc
2007-04-30 03:09:55 +00:00