Jonathan Kew
|
d5046e2945
|
Bug 1157951 patch 1 - Rename fields and variables in nsCharClipDisplayItem etc using VisIStart/End instead of left/right. r=roc
|
2015-04-29 08:18:53 +01:00 |
|
Ehsan Akhgari
|
33bb32f549
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Seth Fowler
|
8a1d35bf88
|
Bug 1143506 - Give up on sync decoding if we get DrawResult::BAD_IMAGE. r=tn
|
2015-03-17 13:56:49 -07:00 |
|
Robert O'Callahan
|
e92d7a866c
|
Bug 1082249. Invalidate background-attachment:fixed table-part backgrounds when scrolled. r=mattwoodrow
|
2015-03-05 00:02:14 +13:00 |
|
Kartikaya Gupta
|
59242188d5
|
Bug 990907 - Have DLBI pick up changes in the char-clip on text frames. r=mstange,mattwoodrow
|
2015-02-25 09:32:28 -05:00 |
|
Seth Fowler
|
2442d5dfa6
|
Bug 1128769 (Part 3) - Record the last draw result when drawing CSS backgrounds and use it to decide whether to sync decode. r=tn
|
2015-02-09 23:27:39 -08:00 |
|
Seth Fowler
|
34a6c33b2a
|
Bug 1128769 (Part 2) - Check if we invalidated for a sync decode and never painted before invalidating for sync decoding again. r=tn
|
2015-02-09 23:27:39 -08:00 |
|
Seth Fowler
|
7d2a7a5455
|
Bug 1128225 (Part 3) - Add infrastructure for tracking draw results in geometry items. r=tn
|
2015-02-04 13:50:56 -08:00 |
|
Markus Stange
|
e651572337
|
Bug 1021564 - Invalidate filtered frames when they move in certain ways. r=roc
|
2014-08-30 18:22:31 +02:00 |
|
Robert O'Callahan
|
ec70131e2a
|
Bug 1003425. When opacity is delegated to an nsDisplayBoxShadowOuter via nsDisplayItem::ApplyOpacity, store the opacity in our geometry so we can invalidate if it changes. r=mattwoodrow
--HG--
extra : rebase_source : f4b44bad8537029b0e03d912b927686aa352d681
|
2014-07-22 01:59:10 +12:00 |
|
Mike Hommey
|
fbaaf4c59d
|
Bug 944835 - Fix non-unified build in layout/base after bug 941559. r=roc
|
2013-12-01 07:20:41 +09:00 |
|
Matt Woodrow
|
0cc69e6803
|
Bug 941559 - Invalidate nsDislaySolidColor display items when their color changes. r=roc
|
2013-11-25 14:59:00 +13:00 |
|
Markus Stange
|
203d1cece9
|
Bug 532828 - Don't invalidate the whole window on window activation/deactivation. r=roc
|
2013-09-27 17:24:32 +02:00 |
|
Markus Stange
|
925f3877d6
|
Bug 894905 - Create a separate nsDisplayItem subclass for -moz-appearance backgrounds. r=roc
|
2013-07-18 08:34:58 +02:00 |
|
Arnaud Sourioux
|
9a8c47ea32
|
Bug 870516: Annotate ~600 more methods with MOZ_OVERRIDE in /layout r=dholbert
|
2013-05-14 09:33:23 -07:00 |
|
Matt Woodrow
|
43a03870a5
|
Bug 725981 - Only invalidate the difference in bounds when a solid color moves or resizes. r=roc
|
2013-03-08 15:15:10 +13:00 |
|
Robert O'Callahan
|
9c308072cc
|
Bug 810470. Part 6: Rename nsDisplayBackground to nsDisplayBackgroundImage. r=mattwoodrow
--HG--
extra : rebase_source : c532ae41706db6c9d5488bc2b7901c3bf0f0fc25
|
2012-11-09 18:14:59 -05:00 |
|
Robert O'Callahan
|
e8d8fdb494
|
Bug 810470. Part 2: Change nsDisplayBackground invalidation to store and compare the background positioning rect. r=mattwoodrow
--HG--
extra : rebase_source : c9141ba46d034fc496a3e9e33efce5b022bec41c
|
2012-11-08 10:05:32 -05:00 |
|
Robert O'Callahan
|
30decdd42c
|
Bug 770001. When comparing clips, adjust for any change in the ThebesLayer coordinate system. When clips are different, try to accumulate differences intelligently, taking into account that changes in clips outside the bounds of the clipped display item don't matter. r=mattwoodrow
|
2012-08-29 17:48:44 +12:00 |
|
Matt Woodrow
|
4e75c1edde
|
Bug 539356 - Part 9e - FrameLayerBuilder changes for display list invalidation. r=roc
* * *
imported patch move-by-correctly
|
2012-08-29 17:47:15 +12:00 |
|
Matt Woodrow
|
cdbc43ed27
|
Bug 539356 - Part 9a - Add new display list invalidation API to nsDisplayItem and implement it. r=roc
|
2012-08-29 17:39:01 +12:00 |
|
Ed Morley
|
c863356300
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
|
Robert O'Callahan
|
1460b91df9
|
Bug 770001. When comparing clips, adjust for any change in the ThebesLayer coordinate system. When clips are different, try to accumulate differences intelligently, taking into account that changes in clips outside the bounds of the clipped display item don't matter. r=mattwoodrow
|
2012-08-29 17:48:44 +12:00 |
|
Matt Woodrow
|
c73c0db2f1
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-08-29 17:38:58 +12:00 |
|
Ehsan Akhgari
|
5e6974df88
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Ehsan Akhgari
|
4d2dc4e9a4
|
Backout changeset 2cf9546ee691 (bug 770001) because DLBI is being backed out
|
2012-07-03 19:40:24 -04:00 |
|
Robert O'Callahan
|
e1af2fd5e7
|
Bug 770001. When comparing clips, adjust for any change in the ThebesLayer coordinate system. When clips are different, try to accumulate differences intelligently, taking into account that changes in clips outside the bounds of the clipped display item don't matter. r=mattwoodrow
--HG--
extra : rebase_source : d958c629307045f2592ffe658cd1a2e608713cbd
|
2012-07-02 11:46:21 +12:00 |
|
Matt Woodrow
|
cbd39105d9
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|