longsonr%gmail.com
|
fc0e9059bf
|
Bug 329758 - changing markers via DOM does not cause a refresh. r=tor,sr=roc
|
2006-04-06 13:02:53 +00:00 |
|
dbaron%dbaron.org
|
04b8c33eda
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
|
cbiesinger%web.de
|
0cf032c25b
|
bug 331888. Make cairo-beos work. Requires --enable-pango for now
r=stuart
|
2006-04-04 21:22:35 +00:00 |
|
scootermorris%comcast.net
|
dce157c478
|
Bug 328481: Pattern testcase with object bounding box units not working
r=tor/sr=roc
|
2006-04-04 20:40:27 +00:00 |
|
jwatt%jwatt.org
|
fe28148a19
|
Fixing bug 330387. Improve the readability, maintainability and performance of SVG gradient frames. r=scootermorris@comcast.net, sr=tor@acm.org
|
2006-03-28 00:33:22 +00:00 |
|
roc+%cs.cmu.edu
|
0a10a79f62
|
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
|
2006-03-26 21:30:36 +00:00 |
|
longsonr%gmail.com
|
ad60beba9c
|
Bug 331347 - Use nsAutoArrayPtr for nsSVGCharacterPosition. r+sr=roc
|
2006-03-23 15:09:48 +00:00 |
|
tor%cs.brown.edu
|
705187274e
|
Bug 331291 - clip setup from svg image was persistent. r=scooter
|
2006-03-22 23:17:26 +00:00 |
|
bryner%brianryner.com
|
7a96206e10
|
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
|
2006-03-22 18:36:36 +00:00 |
|
scootermorris%comcast.net
|
1943cefd11
|
Bug 328683: Reduce SVG observer usage by nsSVGPatternFrame*
r=jwatt/sr=roc
|
2006-03-22 01:40:00 +00:00 |
|
tor%cs.brown.edu
|
02713f54af
|
Bug 331106 - don't use nsCOMPtrs for storing frames. r=jwatt, sr=roc
|
2006-03-21 21:16:10 +00:00 |
|
tor%cs.brown.edu
|
8c77e0f906
|
Build bustage fix.
|
2006-03-21 18:08:42 +00:00 |
|
tor%cs.brown.edu
|
70a8796734
|
Build bustage workaround for bug 330498.
|
2006-03-21 17:48:39 +00:00 |
|
tor%cs.brown.edu
|
398f271bb6
|
Bug 330498 - unify SVG effects (filter, clip, mask, opacity) logic. r+sr=roc
|
2006-03-21 15:49:20 +00:00 |
|
tor%cs.brown.edu
|
d1cc8a96a4
|
Bug 330516 - remove depreciated and unmaintained SVG renderer backends.
r=bsmedberg, sr=roc
|
2006-03-20 21:16:45 +00:00 |
|
tor%cs.brown.edu
|
e74933beab
|
Bug 328527 - make all SVG content special for frame constructor, use
leaf frame for filter leaves. r=bzbarsky, sr=dbaron
|
2006-03-20 17:39:08 +00:00 |
|
tor%cs.brown.edu
|
a8696e5303
|
Bug 330602 - intermittent crash when textPath text goes off end of path.
r=longsonr, sr=roc.
|
2006-03-16 17:11:13 +00:00 |
|
pavlov%pavlov.net
|
131e8794e2
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
roc+%cs.cmu.edu
|
557b089a47
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
roc+%cs.cmu.edu
|
6fd863f2dd
|
Bug 330300. Move mFrame from nsDisplayItem subclasses up to nsDisplayItem itself, and make GetUnderlyingFrame an inline non-virtual function. Patch by Alfred Peng, r+sr=roc
|
2006-03-14 20:43:18 +00:00 |
|
tor%cs.brown.edu
|
c1f1294408
|
Bug 330105 - svg text modification not being drawn (nsSVGGlyphFrame
regression from bug 328926). r+sr=roc
|
2006-03-11 17:06:56 +00:00 |
|
tor%cs.brown.edu
|
441b9a7998
|
Bug 330041 - <svg:image> upside down and color shifted with cairo gfx.
Also fixes artifacts on animated gifs with cairo gfx. r=vlad
|
2006-03-10 22:27:37 +00:00 |
|
scootermorris%comcast.net
|
d0d0625c18
|
Bug 329600: Eliminate SVG observer usage in nsSVGStopFrame
r=jwatt/sr=roc
|
2006-03-09 23:17:49 +00:00 |
|
roc+%cs.cmu.edu
|
c2801ebbd7
|
Bug 328926. Remove aPresContext from nsIFrame::Init and nsIFrame::DidSetStyleContext. r+sr=roc, patch by Marc Liddell
|
2006-03-09 18:55:21 +00:00 |
|
roc+%cs.cmu.edu
|
a2b4291891
|
Bug 329926. Foreignobject bbox calculation stupidly broken. r+sr=tor
|
2006-03-09 18:42:51 +00:00 |
|
scootermorris%comcast.net
|
e7f6c1a478
|
Bug 329836: Changes to gradient xlink:href's aren't "live"
r=jwatt/sr=roc
|
2006-03-09 18:02:05 +00:00 |
|
scootermorris%comcast.net
|
fd86df1d04
|
Bug 302243 Reduce SVG observer usage by nsSVGGradientFrame
r=tor/sr=roc
|
2006-03-07 00:04:59 +00:00 |
|
tor%cs.brown.edu
|
17acbe7a5a
|
Bug 329529 - unitialized return value causing filters to not apply.
r=jwatt, sr=roc
|
2006-03-06 19:53:53 +00:00 |
|
tor%cs.brown.edu
|
bdeee1c1ae
|
Bug 301628 - first pass at removal of svg observer mechanism.
r=scooter/jwatt, sr=roc
|
2006-03-02 20:22:19 +00:00 |
|
jwatt%jwatt.org
|
d539498730
|
Fixing bug 328571. Change the type of PRBool SVG classes members to PRPackedBool. r+sr=roc@ocallahan.org
|
2006-03-02 15:19:14 +00:00 |
|
jwatt%jwatt.org
|
a52dc3e2fb
|
Fixing bug 328571. Change the type of PRBool SVG classes members to PRPackedBool. r+sr=roc@ocallahan.org
|
2006-03-01 10:59:36 +00:00 |
|
dbaron%dbaron.org
|
1aa866e66d
|
Make percentage width and height work inside of foreignObject by fixing up the way foreignObject initiates the reflow process, and also partly fixing incremental change issues with foreignObject. b=328550 r+sr=roc
|
2006-02-28 11:27:29 +00:00 |
|
tor%cs.brown.edu
|
f99b6af29b
|
Bug 328348 - Single version of viewport transform code. r=jwatt, sr=roc.
|
2006-02-26 17:58:58 +00:00 |
|
tor%cs.brown.edu
|
ebc231928d
|
Bug 328477 - Use the right version of abs in nsSVGCairoGlyphMetrics.
r=longsonr, sr=roc
|
2006-02-26 17:51:58 +00:00 |
|
tor%cs.brown.edu
|
efb7132ec2
|
Bug 315107 - SVG text with fill/stroke=none affects other content.
Patch by longsonr@gmail.com, r=tor, sr=roc.
|
2006-02-24 16:33:32 +00:00 |
|
scootermorris%comcast.net
|
7e97371876
|
Fix for bug 328137
r=tor
|
2006-02-23 22:52:12 +00:00 |
|
benjamin%smedbergs.us
|
5ad0662629
|
Fix typo exposed by bug 313309
|
2006-02-23 19:00:58 +00:00 |
|
benjamin%smedbergs.us
|
49c61085c8
|
Fix MSVC6-poor scoping of forloop vars.
|
2006-02-23 18:41:45 +00:00 |
|
roc+%cs.cmu.edu
|
769d7a2d60
|
Bug 326966. Reenable SVG <foreignobject> for cairo-gfx builds. r+sr=tor
|
2006-02-21 00:33:27 +00:00 |
|
tor%cs.brown.edu
|
0fc7a7c541
|
Bug 318597 - Implement various text, tspan and textPath DOM functions.
Patch by longsonr@gmail.com, r=tor, sr=jst
|
2006-02-17 21:24:30 +00:00 |
|
tor%cs.brown.edu
|
b74c289fc5
|
Bug 327023 - remove unnecessary call to mSource->GetCharacterData in
nsSVGCairoGlyphGeometry. Patch by longsonr@gmail.com, r=tor, sr=roc.
|
2006-02-17 21:06:21 +00:00 |
|
tor%cs.brown.edu
|
60749d817a
|
Bug 327507 - unitialized variable use when positioning glyphs for
<text> without x/y. r+sr=roc
|
2006-02-17 16:30:23 +00:00 |
|
tor%cs.brown.edu
|
705d1f8fce
|
Bug 326725 - clean up GetOuterSVGFrame. r+sr=roc
|
2006-02-13 21:22:41 +00:00 |
|
tor%cs.brown.edu
|
065f2e23fe
|
Bug 323704 - check for reference loop in clipPath. r=scooter
|
2006-02-09 19:34:01 +00:00 |
|
scootermorris%comcast.net
|
3f1463e49e
|
SVG pattern fixes. Fixes bugs 308917, 308589, 308615, 308635
r=tor
|
2006-02-09 18:15:03 +00:00 |
|
scootermorris%comcast.net
|
f04ed6f1e2
|
Fix for bug 325283: Gradients on text causes crash
r=tor
|
2006-02-03 21:11:17 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
tor%cs.brown.edu
|
2a7e0fc204
|
Bug 324183 - masking and other surface operations inside a filter incorrect.
r=scooter
|
2006-01-30 17:53:26 +00:00 |
|
mkaply%us.ibm.com
|
4b448cbff1
|
#305028
r=bsmedberg, sr=mkaply (OS/2 only)
Patch from Peter Weilbacher - Cairo on OS/2
|
2006-01-30 16:54:24 +00:00 |
|
bzbarsky%mit.edu
|
f96a096c2c
|
Fix leak bug 324969 -- make sure to call virtual destructors.
|
2006-01-29 18:48:58 +00:00 |
|