Matt Woodrow
|
0794dcd107
|
Bug 539356 - Part 5 - Change SVG effects painting to use a LayerManager transaction. r=roc
|
2012-07-17 13:03:51 -04:00 |
|
Jonathan Watt
|
66f1cdb4bc
|
Bug 539356 - Part 4 - Reinstate the foreignObject registering code so that bug 605265 doesn't slow down SVG in general. r=mattwoodrow
|
2012-07-17 13:03:51 -04:00 |
|
Jonathan Watt
|
2b3ab947be
|
Bug 774095 - Make sure that we call nsSVGEffects::UpdateEffects() on frames that are added after the first reflow. r=dholbert.
|
2012-07-15 20:42:50 -04:00 |
|
Jonathan Watt
|
5eb5be7a4a
|
Bug 774087 - Mark SVG filter primitive frame classes as NS_STATE_SVG_NONDISPLAY_CHILD. r=dholbert.
|
2012-07-15 20:42:50 -04:00 |
|
Rafael Ávila de Espíndola
|
146cefa4ff
|
Bug 774039 - remove unused field. r=roc.
|
2012-07-15 00:18:50 -04:00 |
|
Jonathan Watt
|
12da01f415
|
Bug 769970 - Get SVG patterns working under HTML elements with CSS transforms applied. r=roc.
|
2012-07-14 00:18:38 +01:00 |
|
Jonathan Watt
|
d75d54a064
|
Bug 772017, part 2 - Have the visual overflow rect for SVG frames include non-rendering stroke when 'pointer-events' demands it. r=roc.
|
2012-07-11 12:25:27 +01:00 |
|
Jonathan Watt
|
3ee0f53b6a
|
Bug 772406 - Make nsSVGGlyphFrame::UpdateBounds reuse GetBBoxContribution. r=roc.
|
2012-07-11 00:01:50 +01:00 |
|
Jonathan Watt
|
c3b907a2f9
|
Bug 772246 - nsSVGUtils::GetPostFilterVisualOverflowRect should not offset the returned rect by the frame's position. r=roc.
|
2012-07-10 13:09:08 +01:00 |
|
Jonathan Watt
|
66bcbc10a0
|
Bug 771042, part 1 - Fix invalidation of animateMotion. r=birtles.
|
2012-07-09 18:41:12 +01:00 |
|
Jonathan Watt
|
b9eddde6f6
|
Bug 772017 - Have the visual overflow rect for SVG frames include 'none' stroke when 'pointer-events' demands it. r=roc.
|
2012-07-09 12:55:16 +01:00 |
|
Cameron McCormack
|
d6201ab092
|
Bug 771879 - Minor code formatting tweaks. r=roc
|
2012-07-09 11:09:50 +10:00 |
|
Jonathan Watt
|
f410406b60
|
Bug 769742 - Account for nsSVGOuterSVGFrames' border/padding offset by giving nsSVGOuterSVGFrame an anonymous child to wrap its real children. r=roc.
|
2012-07-09 02:04:56 +01:00 |
|
Jonathan Watt
|
09ff7e2e99
|
Bug 771935 - SVGs that are larger than the browser content area should scroll. r=roc.
|
2012-07-09 01:55:34 +01:00 |
|
Jonathan Watt
|
5047eaf363
|
Bug 771795 - Stop over-invalidating SVG. r=heycam.
|
2012-07-08 08:29:57 +02:00 |
|
Jonathan Watt
|
965d0f2932
|
Bug 769645 - Use nsDisplayClip to do the content box clipping for nsSVGOuterSVGFrame. r=roc.
|
2012-07-06 16:44:50 +02:00 |
|
Jonathan Watt
|
5f7de4432c
|
Bug 769612 - Move the SVGAutoRenderState::SetPaintingToWindow() call to nsDisplayOuterSVG::Paint and kill nsSVGOuterSVGFrame::Paint. r=dholbert.
|
2012-07-05 17:18:03 +02:00 |
|
Jonathan Watt
|
dcf0c3dfc1
|
Bug 769514 - Kill the Mac bitmap fallback code in nsSVGOuterSVGFrame. r=roc.
|
2012-07-05 17:18:03 +02:00 |
|
Ehsan Akhgari
|
2b300e2946
|
Backout changeset 3a41b53f8ada (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:30:11 -04:00 |
|
Ehsan Akhgari
|
7ca323fbe6
|
Backout changeset eea5704272d0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:28:32 -04:00 |
|
Ehsan Akhgari
|
6ef72aef93
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Jonathan Watt
|
6133aa3f77
|
Bug 769902 - Avoid unnecessary precision issues in nsSVGUtils::ObjectSpace. r=longsonr.
|
2012-06-30 21:21:31 +01:00 |
|
Jonathan Watt
|
6d5640d6dd
|
Bug 767734 - Give GetCanvasTM knowledge of what the request is for so it can do the right thing when SVG display lists are enabled. r=longsonr.
|
2012-06-30 12:20:46 +01:00 |
|
Jonathan Watt
|
b442e8c474
|
Bug 732819 - "ASSERTION: don't think me need this any more" with font-size: 0. r=roc.
|
2012-06-30 12:20:46 +01:00 |
|
Matt Woodrow
|
1f0dbc7c74
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Matt Woodrow
|
f535bd8833
|
Bug 539356 - Part 5 - Change SVG effects painting to use a LayerManager transaction. r=roc
|
2012-06-30 15:06:10 +12:00 |
|
Jonathan Watt
|
826dae8019
|
Bug 539356 - Part 4 - Reinstate the foreignObject registering code so that bug 605265 doesn't slow down SVG in general. r=mattwoodrow
|
2012-06-30 15:06:09 +12:00 |
|
Jonathan Watt
|
18d907d671
|
Bug 769103 - Get SVG masks working for HTML elements under CSS transforms. r=roc.
|
2012-06-28 23:59:05 +01:00 |
|
Jonathan Watt
|
2fff05d6ed
|
Bug 769306 - Move more code from nsSVGOuterSVGFrame::Paint to nsDisplaySVG::Paint. r=dholbert.
|
2012-06-28 20:51:31 +01:00 |
|
Jonathan Watt
|
513ddf221e
|
Bug 769242 - Rename nsDisplaySVG to nsDisplayOuterSVG in preparation for adding other SVG display list item types. r=dholbert.
|
2012-06-28 20:51:20 +01:00 |
|
Jonathan Watt
|
a44ff6a481
|
Bug 769238 - Rename aEffectsFrame to just aFrame in nsSVGIntegrationUtils. r=dholbert.
|
2012-06-28 20:51:09 +01:00 |
|
Ed Morley
|
251c0f2812
|
Merge mozilla-central to mozilla-inbound
|
2012-06-26 12:12:52 +01:00 |
|
Jonathan Watt
|
c763f88ab3
|
Bug 767823 - Make nsAutoFilterInstance take frame rects and stop using GetCoveredRegion. r=longsonr.
|
2012-06-26 11:49:23 +01:00 |
|
Jonathan Watt
|
ec3416999b
|
Bug 767996 - Prevent DoApplyRenderingChangeToTree calling nsSVGUtils::InvalidateBounds() and passing in an nsSVGOuterSVGFrame. r=me.
|
2012-06-25 18:55:30 +01:00 |
|
Jonathan Watt
|
d503e80219
|
Bug 767996 - Add null check to nsSVGUtils::InvalidateBounds. r=me.
|
2012-06-25 16:17:42 +01:00 |
|
Jonathan Watt
|
210ba1b832
|
Bug 767734, part 1 - Require all callers of nsSVGPathGeometryFrame::GeneratePath to pass in the CTM that should be used. r=longsonr.
|
2012-06-24 21:12:40 +01:00 |
|
Jonathan Watt
|
85c6257d2a
|
Bug 738192 follow-up. Re-enable layout/reftests/svg/dynamic-text-04.svg after fixing MarkDirtyBitsOnDescendants. r=me.
|
2012-06-24 18:02:23 +01:00 |
|
Jonathan Watt
|
4b8d2583b0
|
Bug 738192 - Get rid of the old horrendous "invalidate everything" hack in nsSVGUtils::FindFilterInvalidation(). r=longsonr.
|
2012-06-24 13:59:26 +01:00 |
|
Jonathan Watt
|
78efdb47e0
|
Bug 767647 followup. Fix unused variable bustage. r=me.
|
2012-06-23 17:49:37 +01:00 |
|
Jonathan Watt
|
95ea2cc074
|
Bug 767647 - Stop invalidating once for every SVG descendant of a changed SVG container, and stop invalidating the descendants' rendering observers. r=longsonr.
|
2012-06-23 17:36:46 +01:00 |
|
Jonathan Watt
|
ed55d211a6
|
Bug 767697 - Stop invalidating rendering observers of ancestors of SVG frames that only render by reference. r=longsonr.
|
2012-06-23 15:19:00 +01:00 |
|
Jonathan Watt
|
70ed55213d
|
Bug 767701 - Add missing nsSVGEffects::InvalidateDirectRenderingObservers() call to the clipPath code. r=longsonr.
|
2012-06-23 15:18:49 +01:00 |
|
Jonathan Watt
|
126ee0336a
|
Bug 541270 - Correctly calculate the filter region for SVG filters on HTML to account for zooming. r=dholbert.
|
2012-06-23 04:01:36 +01:00 |
|
Phil Ringnalda
|
0e199a7991
|
Back out 12f76b9a2d78 (bug 541270) for failing to compile
|
2012-06-22 19:12:35 -07:00 |
|
Jonathan Watt
|
fa945296aa
|
Bug 541270 - Correctly calculate the filter region for SVG filters on HTML to account for zooming. r=dholbert.
|
2012-06-23 02:47:10 +01:00 |
|
Jonathan Watt
|
0b9d66a240
|
Bug 766896 - Have InvalidateAllContinuations use GetNextContinuationOrSpecialSibling so that we invalidate the correct areas. r=roc.
|
2012-06-22 11:44:18 +01:00 |
|
Jonathan Watt
|
f77cf4fa9a
|
Bug 766227 - Follow-up to fix comment after discussion with roc. r=me.
|
2012-06-22 11:42:05 +01:00 |
|
Jonathan Watt
|
80caa325d5
|
Bug 766227 - More nsSVGIntegrationUtils cleanup and commenting to make it a lot easier to understand. r=longsonr.
--HG--
extra : rebase_source : fab6126eac4f1135562e1b2404bf5c52d0500344
|
2012-06-21 01:29:50 +01:00 |
|
Jonathan Watt
|
8b65516a73
|
Bug 766429 - Minimize the size of the offscreen surfaces created for SVG group opacity, masks and complex clipPaths. r=roc.
|
2012-06-20 10:02:43 +01:00 |
|
Jonathan Watt
|
1d7315c090
|
Bug 766120 - Stop conflating effects offset and continuation union size in nsSVGIntegrationUtils. r=longsonr.
|
2012-06-19 16:28:04 +01:00 |
|