Commit Graph

23 Commits

Author SHA1 Message Date
tor%cs.brown.edu
577edc6066 Bug 331130 - switch group opacity, complex clipPath, and mask over to
the cairo push/pop group API.  r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@212799 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-28 15:08:41 +00:00
longsonr%gmail.com
c50fbca71a Bug 290766 - Use CallQueryInterface in frame code. r=tor, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@206382 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-02 08:42:26 +00:00
tor%cs.brown.edu
e26c16d393 Bug 345390 - Remove nsISVGClipPathFrame. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@203365 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-21 14:58:57 +00:00
tor%cs.brown.edu
86c25b94a6 Bug 342874 - Use covered region to minimize svg painting. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@201370 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-30 19:19:42 +00:00
tor%cs.brown.edu
766aa742b8 Bug 341257 - clipPath not correctly checking for nontrivial situations
and not informing children that the CTM has changed.  r=scootermorris, sr=roc.


git-svn-id: svn://10.0.0.236/trunk@201149 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-28 22:04:48 +00:00
tor%cs.brown.edu
d6bae5d8e3 Bug 338301 - cleanup of svg container frame inheritance and code
duplication, plus removal of nsISVGContainerFrame.  r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@198800 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-01 15:31:15 +00:00
tor%cs.brown.edu
fcbc91cfb6 Bug 334400 - create SVG transform list lazily. r=jwatt, sr=roc
git-svn-id: svn://10.0.0.236/trunk@194970 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 15:24:51 +00:00
longsonr%gmail.com
45bcc3038d Bug 329758 - changing markers via DOM does not cause a refresh. r=tor,sr=roc
git-svn-id: svn://10.0.0.236/trunk@193687 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 13:02:53 +00:00
roc+%cs.cmu.edu
140fbb3377 Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@193022 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-26 21:30:36 +00:00
tor%cs.brown.edu
7a4d306c2f Bug 330498 - unify SVG effects (filter, clip, mask, opacity) logic. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@192699 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-21 15:49:20 +00:00
tor%cs.brown.edu
67854d6067 Bug 323704 - check for reference loop in clipPath. r=scooter
git-svn-id: svn://10.0.0.236/trunk@189497 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-09 19:34:01 +00:00
tor%cs.brown.edu
de759c8596 Attempt to fix AIX bustage.
git-svn-id: svn://10.0.0.236/trunk@187918 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-20 21:37:46 +00:00
tor%cs.brown.edu
fe2017034e Bug 316764 - implement <mask> and fix <clipPath> for multiple
overlapping children.  r=scootermorris


git-svn-id: svn://10.0.0.236/trunk@187897 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-20 17:00:43 +00:00
tor%cs.brown.edu
f3121cae0b Bug 315861 - multiple use of clipPath causing problems with hit testing.
r=afri


git-svn-id: svn://10.0.0.236/trunk@184777 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 19:57:47 +00:00
roc+%cs.cmu.edu
9199079043 Bug 313817. DeCOMtaminate SVG and MathML NS_New*Frame functions. r+sr=roc, patch by Marc Liddell.
git-svn-id: svn://10.0.0.236/trunk@184444 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-11 02:36:29 +00:00
roc+%cs.cmu.edu
3aa042c0b4 Bug 309020. SVG content references in XBL anonymous content should reference content copied from the binding document. This is a partial fix. We also refactor some code to make it shareable in nsContentUtils. r=biesi,tor sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@182487 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-18 20:33:35 +00:00
tor%cs.brown.edu
4a3e054bee Bug 301234 - implement subset of SVG filters. r=scooter
git-svn-id: svn://10.0.0.236/trunk@179732 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-06 22:30:40 +00:00
scootermorris%comcast.net
50c97a74c9 Bug 295850 -- Set up general GetReferencedFrame routine and use it for ClipPath, Glyph, Gradients, Markers, and Paths.
r=tor


git-svn-id: svn://10.0.0.236/trunk@177118 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 20:32:02 +00:00
tor%cs.brown.edu
9c44110236 Bug 258081 - svg frame code warning cleanup. r+sr=bzbarsky, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172421 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 03:48:10 +00:00
tor%cs.brown.edu
30a8cbefd4 Bug 280988 - SVG frames should implement GetFrameName.
Patch by scootermorris@comcast.net, r=tor.


git-svn-id: svn://10.0.0.236/trunk@171468 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 19:56:08 +00:00
tor%cs.brown.edu
7114d5355d Bug 282027 - crash displaying a marker defined in display:hidden container.
r=jwatt


git-svn-id: svn://10.0.0.236/trunk@169287 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-16 22:10:44 +00:00
tor%cs.brown.edu
96b2444f53 Bug 280554 - SVG content and layout should use GetAnimVal, not GetBaseVal.
Patch by scootermorris@comcast.net, r=afri


git-svn-id: svn://10.0.0.236/trunk@168718 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-02 20:31:51 +00:00
tor%cs.brown.edu
8e4cbfc529 Bug 193825 - <svg:clipPath> implementation.
r=scooter, sr=dbaron for shared moz files.


git-svn-id: svn://10.0.0.236/trunk@168283 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-25 03:55:03 +00:00