L. David Baron
|
f60247a5cf
|
Pass the dirty rect through, transformed appropriately, in nsSVGForeignObjectFrame::PaintSVG. (Bug 541188) r=jwatt sr=roc
|
2010-01-30 11:28:02 -08:00 |
|
L. David Baron
|
85280c6d89
|
No longer need to invalidate all of a foreignObject when there's an invalidate inside of it. (Bug 418063) r=jwatt
|
2010-01-26 12:39:56 -08:00 |
|
Jonathan Watt
|
b930b5ed27
|
Bug 540478, part 1 of 2. Make nsSVGEnum::GetAnimVal take its element as an argument in preparation for it needing to call FlushAnimations() on it. r=dholbert
|
2010-01-23 18:58:47 +00:00 |
|
Jonathan Watt
|
2a06aa219f
|
Bug 540477. Add comments for nsSVGEffects::InvalidateRenderingObservers and others. r=longsonr
|
2010-01-23 18:47:53 +00:00 |
|
Jonathan Watt
|
51098080d7
|
Bug 522267, part 2 of 2. Add support for animating <number> attributes. r=dholbert
|
2009-12-29 07:34:27 +01:00 |
|
Jonathan Watt
|
4335bf355f
|
Bug 522267, part 1 of 2. Make nsSVGNumber2::GetAnimVal take its element as an argument in preparation for it needing to call FlushAnimations() on it. r=dholbert
|
2009-12-29 07:32:03 +01:00 |
|
Robert Longson
|
29fa5a63d4
|
Bug 539122 - Stop restyling non-elements with SVG. r=roc
|
2010-01-13 11:09:58 +00:00 |
|
Daniel Holbert
|
f7436b6990
|
Bug 537313: Disable MSVC warning C4355 ('this' used in init list) in SVG's consumers of nsReferencedElement. r=roc
|
2010-01-13 00:18:48 -08:00 |
|
Jesse Ruderman
|
243c9242a9
|
Add crashtests
|
2010-01-10 19:50:41 -08:00 |
|
Robert Longson
|
f553d22ebd
|
Bug 495968 - Only update the active switch child in nsSVGSwitchFrame::UpdateCoveredRegion. r=roc
|
2010-01-08 11:35:18 +00:00 |
|
Robert Longson
|
26ce10b388
|
Bug 536677 - fill with url to gradient not inherited when dynamically switched more than once. r=roc
|
2010-01-07 19:07:30 +00:00 |
|
Olli Pettay
|
63fd91b1fa
|
Bug 534226 - Remove support for multiple presshells, r=bz, sr=roc
|
2010-01-07 12:36:11 +02:00 |
|
Robert Longson
|
e57814fb2d
|
Bug 519368 - pattern with viewBox not treated correctly. r=jwatt
|
2009-12-29 09:56:25 +00:00 |
|
Robert Longson
|
f63b60bea3
|
Bug 536444 - mochitest thebes crashtests: "<Error> doClip: empty path." followed by a hang (after 385228-1.svg).
r=roc.
|
2009-12-28 10:49:08 +01:00 |
|
Boris Zbarsky
|
b3883855ac
|
Bug 500882 part 5. Switch layout module to using the new GetPrimaryFrame API. r=roc
|
2009-12-24 16:20:06 -05:00 |
|
fantasai
|
1ffb0c06ef
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
|
Robert Longson
|
a7156bee11
|
Bug 535185 - patterns of non-integer scaled size have seams. r=roc
|
2009-12-23 11:30:44 +00:00 |
|
Robert Longson
|
abf32eb824
|
Bug 510177 - path with a single point not rendered. r=jwatt
|
2009-12-21 22:10:34 +00:00 |
|
Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Robert Longson
|
82d6c026db
|
backout Bug 510177 (reftest failure)
|
2009-12-19 19:28:48 +00:00 |
|
Robert Longson
|
1b9b5b1ed5
|
Bug 510177 - path with a single point not rendered. r=jwatt
|
2009-12-19 17:00:58 +00:00 |
|
Daniel Holbert
|
4c5f0da0ed
|
Bug 534156: Make sure to initialize local variable "axis" in nsSVGUtils::ObjectSpace. r=jwatt
|
2009-12-12 22:27:30 -08:00 |
|
Robert Longson
|
09b236ef87
|
Bug 534216 - Text in anchor tags not placed correctly if viewBox present. r=roc
|
2009-12-12 14:37:20 +00:00 |
|
Olli Pettay
|
2f4c5ea761
|
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
--HG--
extra : rebase_source : dbab242066ba97c0d7f34a2fb701a1c465f26ec4
|
2009-12-10 20:02:13 -08:00 |
|
Boris Zbarsky
|
cc6eb188e6
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Robert Longson
|
3813a31710
|
Bug 520506 - Incorrect text getBBox in SVG. r=jwatt
|
2009-11-18 20:59:24 +00:00 |
|
Jesse Ruderman
|
42912e83cd
|
Add crashtests for bug 466945, bug 464197, and bug 467323
|
2009-10-31 19:35:39 -07:00 |
|
Robert Longson
|
f575594f5e
|
Bug 525363 - clipPath winding-mode is broken. r=roc
|
2009-10-30 20:21:49 +00:00 |
|
Robert O'Callahan
|
f29db2066b
|
Bug 522767, fixing WinMo bustage
|
2009-10-27 15:16:35 +13:00 |
|
Robert O'Callahan
|
bf503ccbd8
|
Bug 522394. Make nsSVGUtils::ConvertToSurfaceSize more robust, and don't assert needlessly when we adjust filterRes to account for over-large filter sizes. r=jwatt
|
2009-10-27 14:43:55 +13:00 |
|
Robert Longson
|
0edaf9a46e
|
Bug 448906 - linked patterns are not scaled correctly. r=roc
|
2009-10-26 19:37:31 +00:00 |
|
Jonathan Watt
|
88596a0dc1
|
Bug 524104. Markers should be affected by group opacity on the marked element. r=longsonr@gmail.com
|
2009-10-26 18:17:49 +01:00 |
|
Robert Longson
|
3635446381
|
Bug 521759 - patterns incorrect with viewBox and percentage widths or heights. r=roc
|
2009-10-25 13:05:33 +00:00 |
|
Jonathan Watt
|
6fd3e51824
|
Bug 523481. Restore the group opacity optimization that was broken by the patch for bug 455984. r=longsonr@gmail.com
|
2009-10-21 13:32:57 +02:00 |
|
Robert Longson
|
1507843db2
|
Backout Bug 388547 due to Mac test orange
|
2009-10-11 14:03:06 +01:00 |
|
Robert Longson
|
bbaa60b7ef
|
Bug 388547 - Initial support for x,y,dx,dy,rotate lists on SVG text and tspan elements. r=roc
|
2009-10-11 12:44:33 +01:00 |
|
Boris Zbarsky
|
b12afecb76
|
Bug 512338. Make HitTestChildren use GetPrevSibling. r=jwatt
|
2009-10-02 12:31:45 -04:00 |
|
Robert O'Callahan
|
d56dfa741e
|
Bug 513082. Instead of passing aDirtyRect to nsDisplayItem::Paint, have nsDisplayList::OptimizeVisibility (renamed to ComputeVisibility) compute the intersection of the visible region with the bounds of each display item and store the result in the item's mVisibleRect. This lets us do less work to paint display items which have a small intersection with the visible region but a large intersection with the bounding-box of the visible region. r=dbaron
--HG--
extra : rebase_source : 76db4b87ef9e5a6e9de7677edc08c26e2cbc462e
|
2009-09-07 12:35:14 +12:00 |
|
David Zbarsky
|
8d8553ee41
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Mats Palmgren
|
90fe0851f3
|
Bug 233463, patch 4 - Make nsIFrame::mNextSibling private. r=bzbarsky
|
2009-09-18 13:09:36 +02:00 |
|
Mats Palmgren
|
7ca7fe2f91
|
Bug 233463, patch 3 - Make Destroy/RemoveFrame() methods void and assert that the frame to remove is present. r=bzbarsky
|
2009-09-18 13:09:36 +02:00 |
|
Mats Palmgren
|
948203eb7d
|
Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX. b=512106 r=roc
|
2009-09-16 17:01:36 +02:00 |
|
Robert Longson
|
84ff613d07
|
Bug 512890 - crashtest for ABORT: NULL content node with SVG filter, em units.
|
2009-09-14 21:19:46 +01:00 |
|
Robert Longson
|
806975ddab
|
Bug 512890 - ABORT: NULL content node with SVG filter, em units. r=roc
|
2009-09-14 21:12:37 +01:00 |
|
Bobby Holley
|
2d5ec55945
|
Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad
|
2009-09-12 16:44:18 -06:00 |
|
Zack Weinberg
|
17eb5a6efc
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
|
Paul Nickerson
|
9b57e868e6
|
Bug 515288 - crashtest for SVG element without current doc in getCTM.
|
2009-09-10 21:37:56 +01:00 |
|
Robert Longson
|
b0f7801cf3
|
Bug 515288 - Crash with getScreenCTM() on outer svg with no current document. r=roc
|
2009-09-10 21:25:48 +01:00 |
|
Martijn Wargers
|
a052c8af96
|
Bug 508247 - crashtest for non SVG element in path for getCTM.
|
2009-09-08 20:34:16 +01:00 |
|
Robert Longson
|
e22fe524e4
|
Bug 509940 - Images with fill=none are not displayed. r=jwatt
|
2009-08-31 12:26:23 +01:00 |
|