Commit Graph

204979 Commits

Author SHA1 Message Date
Bas Schouten
08c8b645b8 Bug 1066679: Make DrawTargetDWrite::GetPathsForGlyphs recognize D2D 1.1. r=jrmuizel 2014-09-14 23:52:46 +02:00
Bas Schouten
2dcf343d5b Bug 1066677: Pass on D2D 1.0 as a fallback when using D2D1.1. r=BenWa 2014-09-14 23:52:41 +02:00
Bas Schouten
014cbe4801 Bug 1066676: Make DrawTargetD2D1::DrawSurface respect the interpolation mode. r=jrmuizel 2014-09-14 23:51:35 +02:00
Bas Schouten
de2e0dfe09 Bug 1066673: Change DrawTargetD2D1::DrawSurfaceWithShadow to operate as per Canvas spec. r=jrmuizel 2014-09-14 23:51:35 +02:00
Bas Schouten
c46391eb0a Bug 1066670: Deal with a failed brush creation by drawing transparent black. r=jrmuizel 2014-09-14 23:51:34 +02:00
Bas Schouten
60504b34c6 Bug 1066668: Do not attempt to interop with D2D 1.1 inside D2D 1.0. r=jrmuizel 2014-09-14 23:51:34 +02:00
Bas Schouten
cf394caa67 Bug 1066254: Make the temporary surface used in DrawTargetD2D1 always be transparent. r=jrmuizel 2014-09-14 23:51:33 +02:00
Bas Schouten
f66dcfee43 Bug 1066153: Fail to create DrawTargetD2D1 over the maximum size. r=jrmuizel 2014-09-14 23:51:33 +02:00
Bas Schouten
adf609ffcd Bug 1066147: Clear new DrawTargets upon creation in D2D 1.1 backend. r=jrmuizel 2014-09-14 23:51:33 +02:00
Bas Schouten
a5f37cc356 Bug 1064104: Workaround bug in D2D 1.1 addressing mode. r=jrmuizel 2014-09-14 23:51:32 +02:00
Bas Schouten
733c7476d6 Bug 1066144: Accept D2D paths for D2D 1.1 backends. r=jrmuizel 2014-09-14 23:51:32 +02:00
Bas Schouten
564bfeb026 Bug 1066142: Respect AntiAlias mode in Direct2D 1.1 backend. r=jrmuizel 2014-09-14 23:51:32 +02:00
Bas Schouten
97d8894b02 Bug 1062412: Support blending composition operations in D2D 1.1. r=jrmuizel 2014-09-14 23:51:31 +02:00
Bas Schouten
124a96d56c Bug 1066138: Disable using TextureClientD3D11 for A8 surfaces and fix various TextureClientD3D11 A8 bugs. r=jrmuizel 2014-09-14 23:51:31 +02:00
Bas Schouten
297838e642 Bug 1066132: Fix SourceSurfaceD2D1::DrawTargetWillChange() to not null out mDrawTarget itself. r=jrmuizel 2014-09-14 23:51:30 +02:00
Bas Schouten
8dfe79e18c Bug 1060963: Correctly deal with adjusted Source rectangle in DrawTargetD2D1::DrawSurface. r=jrmuizel 2014-09-14 23:51:30 +02:00
Bas Schouten
32ec06172d Bug 1060588: Use PushClipRect when possible in ClipToRegionInternal. r=jrmuizel 2014-09-14 23:51:30 +02:00
Bas Schouten
76796092a4 Bug 1060960: Fix D2D 1.1 backend's ClearRect to deal with transforms and complex clips. r=jrmuizel 2014-09-14 23:51:29 +02:00
Bas Schouten
799eb1e0e5 Bug 1060951: Properly unset the transform when doing the custom blend in FinalizeDrawing. r=jrmuizel 2014-09-14 23:51:29 +02:00
Bas Schouten
adc9640d08 Bug 1060950: Call PrepareForDrawing before GetImageForSurface. r=jrmuizel 2014-09-14 23:51:28 +02:00
Bas Schouten
31b49b05ab Bug 1066417: Add Direct2D 1.1 to the list op backends that don't like OP_SOURCE. r=mattwoodrow 2014-09-14 23:51:28 +02:00
Bas Schouten
cce115f0e0 Bug 1060953: Fix reference cycle between DrawTargetD2D1 and SourceSurfaceD2D1. r=jrmuizel 2014-09-14 23:51:28 +02:00
Matt Woodrow
b14244ee9a Bug 1046550 - Part 3: Use Direct2D 1.1 when preffed on. r=bas 2014-09-14 23:51:27 +02:00
Matt Woodrow
8c5c06f212 Bug 1046550 - Part 2: Allow creating D2D 1.1 DrawTargets for D3D11 textures. r=bas 2014-09-14 23:51:27 +02:00
Bas Schouten
019c0468a9 Bug 1046550 - Part 1: Add content device to gfxWindowsPlatform. r=mattwoodrow 2014-09-14 23:51:27 +02:00
Bas Schouten
5b50de1033 Bug 1066811: Add a SupportsD2D1() method to the Moz2D factory. r=jrmuizel 2014-09-14 23:51:26 +02:00
Phil Ringnalda
89065f0f90 Merge m-c to m-i 2014-09-14 11:45:08 -07:00
Phil Ringnalda
878b5a1829 Merge m-i to m-c, a=merge 2014-09-14 11:39:28 -07:00
Phil Ringnalda
ce10de359f Merge b-i to m-c, a=merge 2014-09-14 11:38:37 -07:00
Daniel Holbert
ca7be67db0 Bug 1065518: Remove probably-not-indended-to-land pref-settings that turned on geolocation logging by default in Nightly builds. r=fabrice 2014-09-14 09:34:56 -07:00
Mark Finkle
a13ba5cc1d Bug 1066671 - Minor test cleanup r=trivial 2014-09-14 11:21:56 -04:00
Mark Finkle
d53f87bb99 Bug 1066671 - Regression: Downloading is broken r=wesj 2014-09-14 11:17:18 -04:00
Mark Finkle
dc00bc0160 Bug 1066671 - Minor cleanup r=wesj 2014-09-14 11:17:15 -04:00
Mo Zanaty
e1d0824ee3 Bug 1054624: fix high-packet-loss problems with H.264 WebRTC calls r=jesup 2014-09-14 08:17:24 -04:00
Jonathan Watt
bbb86f92e5 Bug 1054838 follow-up - Reorder the fuzzy annotations for radial-shape-farthest-corner-1b.html so that the azureQuartz annotation isn't overridden 2014-09-14 11:53:00 +01:00
Jonathan Watt
638a242696 Bug 1054838, part 5 - Mark some tests as now passing and add/change the fuzz on others post-mattwoodrow's Moz2Dification of gfxPattern 2014-09-14 10:59:54 +01:00
Matt Woodrow
a3b9ba5ec7 Bug 1054838, part 4 - Stop using the gfxASurface ctor for gfxPattern in gfxWindowsNativeDrawing. r=Bas 2014-09-14 10:58:56 +01:00
Matt Woodrow
2bc24e0445 Bug 1054838, part 3 - Convert gfxPattern to Moz2D. r=Bas 2014-09-14 10:58:56 +01:00
Manu Jain
1b160da21c Bug 1066320 - Crop lightweight theme image if it's larger than the displayable area; r=mfinkle 2014-09-13 14:36:09 -04:00
B2G Bumper Bot
20f1dfd13b Bumping manifests a=b2g-bump 2014-09-13 11:17:01 -07:00
B2G Bumper Bot
aeed87bbeb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/37ff07d95f18
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23975 from KevinGrandon/bug_1066339_statusbar_height_variables

Bug 1066339 - Use CSS variables for statusbar height

========

https://hg.mozilla.org/integration/gaia-central/rev/4118d6feef43
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1066339 - Use CSS variables for statusbar height r=alive
2014-09-13 11:10:47 -07:00
Phil Ringnalda
e338df3f97 Merge m-c to b-i 2014-09-13 10:16:41 -07:00
Phil Ringnalda
984d885b29 Merge b-i to m-c 2014-09-13 09:59:06 -07:00
Phil Ringnalda
9b4aa9966e Merge m-i to m-c, a=merge 2014-09-13 09:28:33 -07:00
B2G Bumper Bot
85f6a0b3ff Bumping manifests a=b2g-bump 2014-09-13 09:17:45 -07:00
B2G Bumper Bot
6435a2d3a8 Bumping manifests a=b2g-bump 2014-09-13 06:57:36 -07:00
B2G Bumper Bot
b326063934 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/efe14eac6d3a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1061331 - Dont persist meta application-name in browser. r=kgrandon
2014-09-13 06:55:47 -07:00
B2G Bumper Bot
af939094a5 Bumping manifests a=b2g-bump 2014-09-13 02:47:00 -07:00
B2G Bumper Bot
d4533505fe Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/90c5e3b6bc76
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1066607 - Use the BrowserConfigHelper for new tabs to fix the missing origin issues. r=daleharvey
2014-09-13 02:40:46 -07:00
B2G Bumper Bot
32feee82e5 Bumping manifests a=b2g-bump 2014-09-13 01:42:32 -07:00