timeless@mozdev.org
|
b9104e9f88
|
Bug 494688 nsCanvasRenderingContext2D::CreateImageData warning: comparison between signed and unsigned
r+sr=vlad
|
2009-06-27 18:42:51 -07:00 |
|
Vladimir Vukicevic
|
5e215020b8
|
fixup for msvc
|
2009-06-27 17:33:06 -07:00 |
|
Vladimir Vukicevic
|
d49b688ab5
|
b=500883; put canvas3d into core (disabled by default, configure flag to enable); r=me,npotb
|
2009-06-27 16:44:35 -07:00 |
|
Vladimir Vukicevic
|
4ffe8ab539
|
b=500493; fix bogus getter_AddRefs in canvas code; r=stuart
|
2009-06-27 16:44:32 -07:00 |
|
Vladimir Vukicevic
|
408d89bc73
|
b=492724 followup; put back original CheckSaneSubrectSize
|
2009-06-25 14:12:57 -07:00 |
|
Vladimir Vukicevic
|
5ffc3df659
|
b=487693; avoid aggressive invalidation in canvas; r=roc
|
2009-06-25 13:31:35 -07:00 |
|
Vladimir Vukicevic
|
ce0b21af22
|
b=492724; pull out canvas utility functions into CanvasUtils/LayoutUtils; r+sr=roc
|
2009-06-25 13:30:56 -07:00 |
|
Saint Wesonga
|
478108b350
|
Reset clipping region it PutImageData so that it doesn't clip the output, per spec. r=vlad sr=dbaron (Bug 433397)
|
2009-06-23 14:09:27 -07:00 |
|
Dirk Schulze
|
af1d0235a1
|
Bug 471281. Reimplement arcTo() to match Canvas spec. r=jrmuizel
This is based on Philip Taylor's emulation written in JavasScript.
Relanding this now that 499161 has landed which should fix test failures.
|
2009-06-17 13:57:50 -04:00 |
|
Jeff Muizelaar
|
ea694cb6f0
|
Backout Bug 471281 changeset b116b49459f8 because of Mochitest failures on Mac OS X
|
2009-06-17 16:43:12 -04:00 |
|
Robert Longson
|
1973deec58
|
Bug 486936 - image-rendering style should apply to canvas element. r=vladimir
|
2009-06-17 21:31:18 +01:00 |
|
Dirk Schulze
|
50a8dd0633
|
Bug 471281. Reimplement arcTo() to match Canvas spec. r=jrmuizel
This is based on Philip Taylor's emulation written in JavasScript.
|
2009-06-17 13:57:50 -04:00 |
|
Boris Zbarsky
|
7b0ee90b96
|
Bug 495499. Speed up PutImageData for cases when the array contains doubles. r=brendan,vlad,jorendorff
|
2009-06-11 10:35:41 -04:00 |
|
L. David Baron
|
8c38aba811
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
Bob Clary
|
11eca20673
|
bug 360293 - crash test by Vladimir Vukicevic.
|
2009-04-24 10:08:16 -07:00 |
|
Jeff Muizelaar
|
6038010641
|
bug 473443 - drawImage of canvas onto self is incorrect r=vlad
|
2009-04-20 11:26:44 -04:00 |
|
Boris Zbarsky
|
fcb79320f6
|
Bug 485631 followup. Only disable the dirty frae asserts under drawWindow if the flag to not flush was passed in. r+sr=roc
|
2009-04-09 12:43:15 -04:00 |
|
Vladimir Vukicevic
|
008463d971
|
b=483412; don't overaggressively invalidate on canvas drawWindow; r=roc
|
2009-04-08 13:27:20 -07:00 |
|
Vladimir Vukicevic
|
5289a01dc6
|
b=436932, add imageRenderingQuality property to 2D canvas, r=roc
|
2009-04-07 12:05:41 -07:00 |
|
Jeff Muizelaar
|
9980cb2188
|
Bug 481926 - Rewrite color management component sr=vlad, r=ted, r=joedrew (\o/)
Replaces lcms with qcms
|
2009-04-07 12:02:11 -04:00 |
|
Robert Longson
|
b2f8e75361
|
Bug 486934 - video display should take account of image-rendering CSS property. r+sr=roc
|
2009-04-06 12:05:29 +01:00 |
|
Joe Drew
|
fc5c15825a
|
Backed out changeset 6f3c2171bbb2:
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 16:27:27 -04:00 |
|
Jeff Muizelaar
|
eaef2088cb
|
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 15:09:56 -04:00 |
|
Joe Drew
|
8fb1293b2a
|
Bug 484076 - Update pixman and cairo. This upgrades Cairo to git revision c932a809d6484503d7ee267d934bbc87c8d44092. r=vlad
|
2009-03-20 16:02:45 -04:00 |
|
Serge Gautherie
|
fb9a7ea0bc
|
Bug 483989 - 3 Mochitest test_2d.*.html run fine but need to check/report success; (Av1a) Add |ok(true, ...);|; r=vladimir
|
2009-03-19 00:59:32 +01:00 |
|
Doug Turner
|
b9def8385d
|
Backing out bug 473443 - drawImage of canvas onto self is incorrect. WINCE only.
|
2009-03-12 09:56:44 -07:00 |
|
Stuart Parmenter
|
75e52ee8cb
|
bug 480233. Make the display list item that canvas uses for painting know about the opacity of the canvas. r/sr=roc
|
2009-03-05 05:43:45 -08:00 |
|
Doug Turner
|
6418098a80
|
Bug 473443 - Backing out bitblt for windows ce. This patch causes image sheering in fennec. r=blassey
|
2009-03-05 10:27:27 -08:00 |
|
Jonathan Kew
|
94391277aa
|
Bug 479276. Support a new kind of glyph bounding-box: TIGHT_HINTED_OUTLINE_EXTENTS, and use it to stop MathML spacing depending on exact ink extents. r+sr=roc
--HG--
extra : rebase_source : 43f9009f6457361e690062f87b2e5fda4041dc48
|
2009-02-24 21:32:58 +13:00 |
|
L. David Baron
|
696da4e4ee
|
Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad
|
2009-02-19 09:48:37 -08:00 |
|
L. David Baron
|
a91aa25ab0
|
Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing.
|
2009-02-19 09:06:18 -08:00 |
|
L. David Baron
|
84cbc5d035
|
Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad
|
2009-02-19 07:29:27 -08:00 |
|
Ginn Chen
|
b09d87a170
|
Bug 479022 fast path of nsCanvasRenderingContext2D::PutImage() is wrong on BIG ENDIAN machine r=vladmir
|
2009-02-19 21:00:41 +08:00 |
|
L. David Baron
|
8b207bcc51
|
Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic.
|
2009-02-18 18:59:47 -08:00 |
|
L. David Baron
|
ba0329dd6d
|
Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad
|
2009-02-18 17:13:24 -08:00 |
|
Vladimir Vukicevic
|
67e7923d04
|
Dummy checkin for CLOSED TREE (patchset is Windows CE only)
|
2009-02-12 18:26:02 -08:00 |
|
Brad Lassey
|
bb73fc3637
|
bug 473443 - drawImage of canvas onto self is incorrect r=jrmuizel,vlad
|
2009-02-10 18:44:40 -05:00 |
|
L. David Baron
|
f8774a93ef
|
Implement CSS computation of font-stretch property and store it in the gfx font structures. (Bug 3512) r=vlad sr=bzbarsky
|
2009-01-29 12:39:18 -08:00 |
|
Robert O'Callahan
|
4659c94f44
|
Bug 472244. Flush out MozAfterPaint for previously painted areas before we go ahead and fire MozReftestInvalidate to test invalidation. Also make canvas.drawWindow take float parameters so we can more precisely specify the area to render when 'device pixels' don't match CSS pixel boundaries. r=dbaron,vlad
|
2009-01-07 21:31:36 +13:00 |
|
Stuart Parmenter
|
91c3580bb5
|
bug 458373. Allow you to pass in a flag to drawWindow to show the caret. patch from roc. r=me
|
2008-12-12 02:50:31 -08:00 |
|
Martin Stránský
|
bbe42c7104
|
b=403513 bad kerning in print output if hinting is set to medium or full r=karlt sr=vlad
|
2008-12-17 16:17:50 +13:00 |
|
Karl Tomlinson
|
5286ba753b
|
backout b=403513 due to compile error in gfxFontSelectionTest.cpp
|
2008-12-17 13:57:40 +13:00 |
|
Martin Stránský
|
12cfd5e1c9
|
b=403513 bad kerning in print output if hinting is set to medium or full r=karlt sr=vlad
|
2008-12-17 13:44:32 +13:00 |
|
Michael Ventnor
|
e758b80cd9
|
Bug 468018 - Optimize box-shadow rendering even further by doing more intersections; r=vladimir
|
2008-12-06 19:54:36 +01:00 |
|
Vladimir Vukicevic
|
5274e9ded7
|
Update canvas mochitests; covered operators changed with cairo 1.8.2 update
|
2008-11-06 01:44:13 -08:00 |
|
Ted Mielczarek
|
26dab6f284
|
bug 461395 - add support for PARALLEL_DIRS to build system, parallelize content. r=bsmedberg
|
2008-10-30 13:02:14 -04:00 |
|
Markus Stange
|
6ea716947b
|
Bug 459796 - fixing unit test orange, r+sr=roc
|
2008-10-14 11:29:53 +02:00 |
|
Stuart Parmenter
|
e8fef4bbbc
|
bug 459796. Add optional flags to drawWindow to allow finer control. r=vlad
|
2008-10-13 23:29:30 -07:00 |
|
John Daggett
|
c5d2a8ddfd
|
Bug 441473. Implement user font set object. r+sr=roc
|
2008-10-01 12:01:53 +09:00 |
|
Taras Glek
|
da36423743
|
s/if NS_FAILED(rv)/if(NS_FAILED(rv)/ sr=roc
|
2008-09-25 18:44:05 -07:00 |
|