Commit Graph

38660 Commits

Author SHA1 Message Date
Jeff Muizelaar
0471905a26 Bug 845874. Switch to Y-X banded regions. r=roc
Previously our region code was just a simple y,x sorted list of
non-intersecting rectangles. This can cause us to have simple regions
represented in a complex unoptimizable way.

Switching to pixman regions gives us a canonical region implementation.

There are some cases when this can cause performance regressions.

For example, with the old region code we end up with this region:
http://people.mozilla.org/~jmuizelaar/region-pre.html
which is represented like this:
http://people.mozilla.org/~jmuizelaar/region-post.html
with the new code.

We call SimplifyOutward(4) on this. With old regions we can't simplify it so we
end up taking the bounds and get 1 rect. With the new regions we have only 3
rects to start and so we do nothing. The difference between 3 rects and 1 rect
cause D2D to do a PushLayer() instead of a ClipRect() and that seems to be the
causes for the regression.

--HG--
extra : rebase_source : 65e0d29d67b51a3780448eaecfde33dbcb6b99b1
2013-11-18 13:01:54 -05:00
John Daggett
e1e381eed7 Bug 913264 - add reftest for none value of font-variant-ligatures. r=jfkthame 2013-11-19 13:30:25 +09:00
John Daggett
1c72ffaa67 Bug 913264 - add none value to font-variant-ligatures. r=dbaron 2013-11-19 13:30:25 +09:00
Mike Hommey
2812d11fce Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
e06d795c71 Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
b2e90f6233 Bug 914245 - Move FORCE_SHARED_LIB to moz.build. r=mshal 2013-11-19 11:47:45 +09:00
Mike Hommey
26bc04d200 Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Mike Hommey
e80e877ab7 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
ffe0380912 Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps 2013-11-19 11:47:14 +09:00
Wes Kocher
0f82ea91e0 Backed out 3 changesets (bug 822898) for mochitest bustage on Windows on a CLOSED TREE
Backed out changeset 63c1f6716755 (bug 822898)
Backed out changeset 145150ef00a5 (bug 822898)
Backed out changeset a5e360e6d713 (bug 822898)
2013-11-18 15:27:53 -08:00
Oleg Romashin
2b54f7ec74 Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug 2013-11-18 13:10:48 -08:00
Simon Montagu
342f8fc7a7 Add support for unicode-bidi: -moz-plaintext in XUL. Bug 869833, r=roc 2013-11-18 17:24:16 +02:00
Simon Montagu
46e6c5b93c Test for bug 869833 2013-11-18 12:31:06 +02:00
Arnaud Bienner
639a9f2efd Bug 938334 - Use "Type" as parameter in nsCSSPseudoElements methods instead of "nsIAtom*" when it makes sense to do so. r=dbaron 2013-11-17 19:33:56 +01:00
Trevor Saunders
19d185018b revert bug 931399 to see if it helps with bug 883059 at all 2013-11-18 12:31:56 -05:00
Ryan VanderMeulen
f370741daa Merge m-c to inbound on a CLOSED TREE. 2013-11-18 10:59:48 -05:00
Jonathan Watt
449658efa0 Bug 889736, part 6 - Stop setting the svg.text.css-frames.enabled pref. r=heycam 2013-11-18 14:29:53 +00:00
Jonathan Watt
bde8a6d427 Bug 889736, part 5 - Remove nsISVGGlyphFragmentNode and nsISVGGlyphFragmentLeaf. r=heycam 2013-11-18 14:29:53 +00:00
Jonathan Watt
3e9c738eb3 Bug 889736, part 4 - Remove nsSVGTextContainerFrame. r=heycam 2013-11-18 14:29:53 +00:00
Jonathan Watt
76311b51eb Bug 889736, part 3 - Remove nsSVGTSpanFrame. r=heycam 2013-11-18 14:29:52 +00:00
Jonathan Watt
99e5777279 Bug 889736, part 2 - Remove nsSVGTextPathFrame. r=heycam 2013-11-18 14:29:52 +00:00
Jonathan Watt
a2e2acfb91 Bug 889736, part 1 - Remove nsSVGTextFrame and nsSVGGlyphFrame. r=heycam 2013-11-18 14:29:51 +00:00
Jonathan Watt
d13b49a882 No bug - Add missing include guard to nsSVGInnerSVGFrame.h (apperently it's never had one!). 2013-11-18 14:29:47 +00:00
Gijs Kruitbosch
65c5bb5207 Merge m-c to ux 2013-11-18 13:44:32 +01:00
Gijs Kruitbosch
c3218cf205 Merge m-c to ux 2013-11-17 23:37:53 +01:00
Cameron McCormack
49224502ff Fix title text in test; no bug. (DONTBUILD) 2013-11-17 19:46:12 +11:00
Cameron McCormack
369c16ae68 Bug 936670 - Position text rendered runs by the first non-trimmed character in the run. r=longsonr 2013-11-17 18:32:56 +11:00
Cameron McCormack
2a2711ccb3 Bug 933044 - Push style scopes even if we would skip pushing ancestors when there is no ancestor filter. r=bz 2013-11-17 17:51:04 +11:00
Cameron McCormack
070ca41f8e Bug 492239 - Reflow when -moz-stack-sizing is changed. r=dbaron 2013-11-18 15:15:38 +11:00
Cameron McCormack
45fe7b6de8 Bug 935056 - Don't apply minimum font sizes to SVG text. r=dbaron 2013-11-18 14:53:51 +11:00
Matt Woodrow
8480b24f62 Bug 934860 - Followup to fix build on a CLOSED TREE 2013-11-17 17:24:53 +13:00
Gijs Kruitbosch
cc2610edfd Merge mozilla-central and ux 2013-11-15 18:32:01 +01:00
Jonathan Watt
20938e93f9 Bug 939534 - Follow-up to address review comments. r=heycam 2013-11-18 09:48:18 +00:00
Jonathan Watt
60a92735b1 Bug 939534 - Convert the SVG textPath code from gfxPath to Moz2D Path. r=heycam 2013-11-18 09:42:50 +00:00
Matt Woodrow
2c9a2472e1 Bug 939607 - Part 4: Add test for box-shadow with opacity. r=roc 2013-11-18 22:32:09 +13:00
Matt Woodrow
dc67315f3f Bug 939607 - Part 3: Try fold nsDisplayOpacity items opacity value into their children. r=roc 2013-11-18 22:32:09 +13:00
Matt Woodrow
4fa53e45d1 Bug 939607 - Part 2: Add an API for storing an opacity on a display item, and implement it for nsDisplayBoxShadowOuter. r=roc 2013-11-18 22:32:09 +13:00
Matt Woodrow
d5bdc88e88 Bug 939607 - Part 1: Make PaintBoxShadowOuter take an opacity value. r=roc 2013-11-18 22:32:09 +13:00
Matt Woodrow
e5d0e79c1e Bug 934860 - Part 6: Add a pref to disable single rect painting and disable it for now for causing TART regressions. r=jrmuziel 2013-11-14 13:46:19 +13:00
Robert Longson
77ae409cc0 Bug 938569 - Path fails to render, with comma between move command and implied line command. r=dholbert 2013-11-16 09:51:39 +00:00
Gijs Kruitbosch
b18a643af7 Merge mozilla-central and ux 2013-11-13 00:28:03 +01:00
Ed Morley
bd4653676c Backed out changeset f0d6d67fbc1e (bug 909344) for reftest failures in f0d6d67fbc1e 2013-11-12 15:17:31 +00:00
Abhishek Arya
a0ee11b2ce Bug 806056 - Crashtests. 2013-11-12 14:37:22 +00:00
Abhishek Arya
ce117cb862 Bug 784600 - Crashtest. 2013-11-12 14:37:22 +00:00
miaubiz@gmail.com
3bd1c1636f Bug 777838 - Crashtest. 2013-11-12 14:37:22 +00:00
Mats Palmgren
4069d48cfe Bug 654002 - crash tests. 2013-11-12 14:37:22 +00:00
Jesse Ruderman
e8c3741f98 Bug 537645 - Crashtest. 2013-11-12 14:37:22 +00:00
Jesse Ruderman
94e0997f3e Bug 489477 - Crashtest. 2013-11-12 14:37:22 +00:00
Martijn Wargers
bf66f1c284 Bug 463785 - Crashtest. 2013-11-12 14:37:22 +00:00
Gijs Kruitbosch
24137f061b Merge mozilla-central and ux 2013-11-12 17:30:17 +01:00