Ms2ger
|
cf53814bbc
|
Merge mozilla-inbound to mozilla-central.
|
2013-11-29 09:54:12 +01:00 |
|
Ms2ger
|
3c6184d748
|
Bug 925887 - Part a: move some mochitests in content/ to manifests; r=jst
|
2013-11-28 15:03:16 +01:00 |
|
Markus Stange
|
d0ceef6534
|
Bug 944383 - Pass around SourceSurfaces instead of gfxASurfaces for feImage input images. r=jwatt
|
2013-11-28 15:38:43 +01:00 |
|
Markus Stange
|
f2f8db66e6
|
Bug 924103 - Use Moz2D for SVG filter rendering. r=roc
|
2013-11-27 12:25:29 +01:00 |
|
Daniel Holbert
|
740fba501a
|
Bug 653571 followup: Fix typo in code comment for SVGPathDataAndInfo::IsIdentity. DONTBUILD because comment-only.
|
2013-11-26 11:36:40 -08:00 |
|
Birunthan Mohanathas
|
791fdd4645
|
Bug 943446 - Rename SVGPathDataAndOwner to SVGPathDataAndInfo for consistency. r=dholbert
|
2013-11-26 14:30:18 -05:00 |
|
Birunthan Mohanathas
|
4545553b41
|
Bug 653571 - Add IsIdentity() function to SVG{Length,Point}ListAndInfo. r=dholbert
|
2013-11-26 14:29:10 -05:00 |
|
Robert Longson
|
b1e0adc1f8
|
Bug 937614 - simplify nsSMILParserUtils. r=dholbert
|
2013-11-25 19:46:20 +00:00 |
|
Olli Pettay
|
002a33f11e
|
Bug 847763, add a way to prevent an iframe to take focus, (pref'ed off by default), r=jst
--HG--
extra : rebase_source : b2539bd99aebec59bc1d540e0502e1a5693f25ba
|
2013-11-20 00:21:16 +02:00 |
|
Boris Zbarsky
|
9b4e1fd4b3
|
Bug 933193 part 2. Implement nsINode::GetElementById and make SVGSVGElement use it. r=smaug
|
2013-11-01 15:39:24 -04:00 |
|
Mike Hommey
|
931cb49886
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Jonathan Watt
|
57ea2a77a4
|
Bug 889736, part 6 - Stop setting the svg.text.css-frames.enabled pref. r=heycam
|
2013-11-18 14:29:53 +00:00 |
|
Jonathan Watt
|
6e039d23da
|
Bug 889736, part 4 - Remove nsSVGTextContainerFrame. r=heycam
|
2013-11-18 14:29:53 +00:00 |
|
Jonathan Watt
|
cd3d3063e4
|
Bug 889736, part 2 - Remove nsSVGTextPathFrame. r=heycam
|
2013-11-18 14:29:52 +00:00 |
|
Jonathan Watt
|
aba6fae14f
|
Bug 939534 - Follow-up to the follow-up to address review comments to address orange that caused (mark tests fuzzy). r=me
|
2013-11-18 11:17:09 +00:00 |
|
Jonathan Watt
|
1844462100
|
Bug 938388 - Convert all remaining code for calculating path lengths and position at an offset along a path in content/svg to Moz2D (kill off all uses of gfxPath). r=dholbert
|
2013-11-18 01:29:06 +00:00 |
|
Jonathan Watt
|
c574a4cfb2
|
Bug 930577 - Convert much of the SVG code for calculating path lengths and position at an offset along a path to Moz2D. r=heycam
|
2013-11-18 01:29:06 +00:00 |
|
Bas Schouten
|
d321674fd4
|
Bug 937994 - Part 2: Mark some tests fuzzy, and change the discontinuity side of joins they expect. r=dholbert
|
2013-11-18 01:29:05 +00:00 |
|
Jonathan Watt
|
03f80207c2
|
Bug 937994 - Make the SMIL animateMotion code use a Moz2D PathBuilder instead of gfxContext. r=dholbert
|
2013-11-18 01:29:05 +00:00 |
|
Ehsan Akhgari
|
bccce03c0b
|
Bug 938864 - Build layout/svg in unified mode; blanket-r=glandium
|
2013-11-14 21:48:52 -05:00 |
|
Ehsan Akhgari
|
d7048f7b21
|
Bug 937908 - Build content SVG code in unified mode; r=jwatt
|
2013-11-17 10:59:45 -05:00 |
|
Robert Longson
|
10e06f19d5
|
Bug 938569 - Path fails to render, with comma between move command and implied line command. r=dholbert
|
2013-11-16 09:51:39 +00:00 |
|
Ms2ger
|
84b1d4041e
|
Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps
|
2013-11-11 09:04:06 +01:00 |
|
Ms2ger
|
18114993ff
|
Bug 928741 - Stop using PR_STATIC_ASSERT in content; r=jst
|
2013-11-11 09:03:59 +01:00 |
|
Jonathan Watt
|
0143ebf10e
|
Bug 934156 - Make the SVG elements' BuildPath methods return nullptr when the element is disabled. r=dholbert
|
2013-11-06 10:05:18 +00:00 |
|
Matt Woodrow
|
200aa06830
|
Bug 922942 - Add some fuzz to some SVG path measurement tests since D2D doesn't return exact results. r=roc
--HG--
extra : rebase_source : 2cef979ae0a6f88f42c660c43f8fb2588c2e6b45
|
2013-11-04 14:51:55 +13:00 |
|
Matt Woodrow
|
9940282c26
|
Bug 922942 - Change test_pointer-events-2 to not use overlapping stokes since they're not consistently rendered by our backends. r=jwatt
--HG--
extra : rebase_source : 15762e5a24663c1e46d8823ee2c14567573da339
|
2013-11-04 14:47:19 +13:00 |
|
Jonathan Watt
|
0480968b71
|
Bug 932761 - Implement Moz2D path builders for all of the SVG element types. r=dholbert
|
2013-11-02 11:10:38 +00:00 |
|
Jonathan Watt
|
7c20d22345
|
Bug 932091 - Convert SVGBBox.mBBox to Moz2D. r=dholbert
|
2013-11-01 11:04:01 +00:00 |
|
Robert Longson
|
5a693ddffc
|
Bug 929011 - Simplify path and transform parsing. r=dholbert
|
2013-10-29 17:15:39 +00:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Jonathan Watt
|
11ebb1339c
|
Bug 930468 - Add a Moz2D version of SVGPathData::ConstructPath. r=heycam, r=Bas
|
2013-10-24 17:50:27 +02:00 |
|
Ed Morley
|
8a0a892e09
|
Backed out changeset 075fc0110d9f (bug 930468)
|
2013-10-24 18:44:52 +01:00 |
|
Jonathan Watt
|
dc8127d4c6
|
Bug 930468 - Add a Moz2D version of SVGPathData::ConstructPath. r=heycam, r=Bas
|
2013-10-24 17:50:27 +02:00 |
|
Jonathan Watt
|
f7db6879bd
|
Bug 930455 - Convert nsSVGArcConverter to Moz2D. r=heycam
|
2013-10-24 14:46:38 +02:00 |
|
Jonathan Watt
|
329347ec92
|
Bug 930443 - Convert SVGPathSegUtils to Moz2D. r=heycam
|
2013-10-24 14:46:38 +02:00 |
|
Brian O'Keefe
|
0cbcd904c7
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Mike Hommey
|
80c623bb6a
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Birunthan Mohanathas
|
3560f05e45
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
--HG--
extra : rebase_source : 9237726507e8002479616a98a82646a763932507
|
2013-10-23 16:34:10 -04:00 |
|
Kyle Huey
|
4801b8ae53
|
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
|
2013-10-23 07:32:04 +08:00 |
|
Jonathan Watt
|
22c756e159
|
Bug 929001 - Stop SVGEllipseElement from changing the current matrix between emittion and drawing of its path. r=dholbert
|
2013-10-22 23:45:52 +02:00 |
|
Seth Fowler
|
3fc1e9dd5c
|
Bug 764299 (Part 2) - Add a temporary surface cache to imagelib. r=dholbert
|
2013-10-22 13:37:59 +02:00 |
|
Seth Fowler
|
69e91a47b3
|
Bug 764299 (Part 1) - Add hashing to SVGImageContext. r=dholbert
|
2013-10-22 13:37:57 +02:00 |
|
Kannan Vijayan
|
a11846e8ea
|
Backout 5a0801040b54, 5bedd82346b4, 4d8068fd3271, and bc31e05eddb8 for b2g build breakage. CLOSED TREE.
|
2013-10-21 14:39:33 -04:00 |
|
Seth Fowler
|
a41e6e636f
|
Bug 764299 (Part 2) - Add a temporary surface cache to imagelib. r=dholbert
|
2013-10-21 18:10:43 +02:00 |
|
Seth Fowler
|
1cf7b84b50
|
Bug 764299 (Part 1) - Add hashing to SVGImageContext. r=dholbert
|
2013-10-21 18:10:40 +02:00 |
|
Ehsan Akhgari
|
7c117780ed
|
Bug 928054 - Remove the prtypes.h #include from SVGPathSegUtils.h; rs=bsmedberg
--HG--
extra : rebase_source : 874584d4f67570dcfd2fd120a89688cbd29b4330
|
2013-10-18 20:34:57 -04:00 |
|