Jonathan Watt
|
bd4f5f99cc
|
Bug 1245845, part 2 - Remove code that is now useless from gfxContext::EnsurePath. r=Bas
|
2016-02-08 02:15:59 +00:00 |
|
Jonathan Watt
|
597ea4c67d
|
Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas
|
2016-02-08 02:15:54 +00:00 |
|
John Daggett
|
2acb435a11
|
Bug 1188802 - only rebuild local webfont rules when needed. r=heycam
|
2016-02-08 10:11:39 +09:00 |
|
Sotaro Ikeda
|
80a5dc818e
|
Bug 1161978 - Use GetEffectiveVisibleRegion() for Layer invalidation r=matt.woodrow
|
2016-02-07 16:43:16 -08:00 |
|
Jacek Caban
|
350ad1813d
|
Bug 1213429 - GCC compilation fixup.
|
2016-02-07 13:15:21 +01:00 |
|
Matt Woodrow
|
fd47c349bc
|
Bug 1229317 - Allow preserve-3d and opacity to be combined on the root element of a preserve-3d chain. r=roc
|
2016-02-07 23:51:11 +13:00 |
|
Jonathan Kew
|
1d9ea2945a
|
Bug 1240085 - Revert to CSS-pixel units for screenX, screenY, moveTo() APIs, and adjust the origin for secondary displays with differing resolution to avoid overlapping coordinate spaces. r=emk
|
2016-02-05 16:29:33 +00:00 |
|
Phil Ringnalda
|
c3902ebb9b
|
Back out aeceae3e0e96 (bug 1232042) for Win8 crashes @nvwgf2umx.dll + 0x2d416a in addon manager tests
|
2016-02-06 09:52:35 -08:00 |
|
Phil Ringnalda
|
6242e703b6
|
Back out e751d638ab4b (bug 1229317) for reftest "Assertion failure: oldState < kReadMax" and crashes
CLOSED TREE
|
2016-02-05 22:42:55 -08:00 |
|
Matt Woodrow
|
077b1d35fb
|
Bug 1229317 - Allow preserve-3d and opacity to be combined on the root element of a preserve-3d chain. r=roc
|
2016-02-06 17:57:34 +13:00 |
|
Bas Schouten
|
34158fdac2
|
Bug 1232042: Workaround Windows presentation bug by executing a present call on the main thread during a WM_PAINT event. r=jrmuizel
|
2016-02-06 03:14:44 +00:00 |
|
Phil Ringnalda
|
0e6a942c7e
|
Merge m-c to m-i
|
2016-02-05 19:42:00 -08:00 |
|
Phil Ringnalda
|
cf9ad27651
|
Merge m-i to m-c, a=merge
|
2016-02-05 18:41:47 -08:00 |
|
Mason Chang
|
b1f3e35480
|
Bug 1239861. Skip composite if vsync time is before force composite time. r=kats
|
2016-02-05 10:11:48 -08:00 |
|
Mason Chang
|
22dfc698ec
|
Bug 1239861. Part 2 Properly resize DXGI swap chain buffer size. r=bas
|
2016-02-05 10:11:46 -08:00 |
|
Benoit Girard
|
93e504303d
|
Bug 1213429 - Check the result of LockRect. r=Bas
|
2016-02-05 13:02:01 -05:00 |
|
Kartikaya Gupta
|
7dc5907fa8
|
Bug 1245830 - Remove an unnecessary assertion that can fail due to timing. r=botond
|
2016-02-05 16:31:15 -05:00 |
|
Felipe Gomes
|
4594579039
|
Bug 1230196 - Allow release channel to run e10s. r=billm
|
2016-02-05 13:27:12 -02:00 |
|
Jonathan Howard
|
4ccc6df9d1
|
Bug 1241931 - On shutdown stop any ongoing loading of fonts; GDI in particular. r=jdaggett
|
2016-02-05 10:24:00 +09:00 |
|
Jim Mathies
|
b6adf15a82
|
Bug 1243413 - If a plugin window is hidden in an adjacent scroll frame due to APZ scroll state changes, make sure to show the plugin window after the scroll operation complete. r=kats
|
2016-02-04 09:10:55 -06:00 |
|
Randall Barker
|
e6cb5dba57
|
Bug 1245285 - part 3, Remove unused repaint_interval prefs r=botond
|
2016-02-04 07:18:20 -08:00 |
|
Randall Barker
|
efa5f86198
|
Bug 1245285 - part 2, Prevent Zoom and Overscroll animations from repainting durring animation r=botond
|
2016-02-04 07:18:07 -08:00 |
|
Randall Barker
|
6be069d5b7
|
Bug 1245285 - part 1, Remove unused mRepaintInterval from AsyncPanZoomAnimation r=botond
|
2016-02-04 07:17:56 -08:00 |
|
William Chen
|
076d654bac
|
Bug 1245242 - Normalize to unit vector for DOMMatrix.rotateAxisAngleSelf. r=roc
|
2016-02-04 00:30:00 -08:00 |
|
Frédéric Wang
|
89174faaee
|
Bug 1227058 - Update OTS to version 5.0.0. r=jfkthame
|
2016-01-26 14:08:00 +01:00 |
|
Lee Salzman
|
023bfb7d7f
|
Bug 1244228 - fix DrawTargetSkia::OptimizeSourceSurface to still create Skia surfaces for GPU canvases even if creating a GPU surface failed. r=jmuizelaar
|
2016-02-03 13:49:36 -05:00 |
|
Phil Ringnalda
|
e0559feff1
|
Back out 3 changesets (bug 1245285) for e10s failures in test_layerization.html
Backed out changeset e0c8fb70a095 (bug 1245285)
Backed out changeset a211643de3b6 (bug 1245285)
Backed out changeset 41ea5de656a9 (bug 1245285)
|
2016-02-03 21:46:11 -08:00 |
|
Benoit Girard
|
9096fb900f
|
Bug 1213429 - Recycle e10s D3D9 textures and add partial upload support. r=Bas
|
2016-01-25 14:58:46 -08:00 |
|
Sotaro Ikeda
|
123344d22d
|
Bug 1224833 - Check explicitly if image has TextureClient r=nical
|
2016-02-03 18:11:38 -08:00 |
|
Randall Barker
|
d3c2e68d83
|
Bug 1245285 - part 3, Remove unused repaint_interval prefs r=botond
|
2016-02-03 17:16:14 -08:00 |
|
Randall Barker
|
1c0a14cf2b
|
Bug 1245285 - part 2, Prevent Zoom and Overscroll animations from repainting durring animation r=botond
|
2016-02-03 17:16:14 -08:00 |
|
Randall Barker
|
c3e1676985
|
Bug 1245285 - part 1, Remove unused mRepaintInterval from AsyncPanZoomAnimation r=botond
|
2016-02-03 17:16:14 -08:00 |
|
Kartikaya Gupta
|
c66c4c8919
|
Bug 990916 - Update test_layerization to also test displayport expiry and de-layerization. r=tnikkel,botond
|
2016-02-03 19:13:35 -05:00 |
|
Kartikaya Gupta
|
8981ef60ee
|
Bug 990916 - When setting a displayport, schedule a timer to remove it as well. r=tnikkel
|
2016-02-03 19:13:35 -05:00 |
|
James Willcox
|
4eb5ae47a7
|
Also back out bug 1243072 for mac bustage on a CLOSED TREE
|
2016-02-03 14:45:21 -06:00 |
|
Jeff Muizelaar
|
55d3ffe02e
|
Bug 1244742. Use the default copy constructor and assignment operators.
|
2016-02-03 15:34:31 -05:00 |
|
James Willcox
|
9b9bd81f41
|
Back out bug 1243418 for build bustage on mac
|
2016-02-03 14:33:57 -06:00 |
|
James Willcox
|
d89e169a11
|
Bug 1243418 - Fix up incorrect 'aOverwrite' usage and impl in GLUploadHelpers r=jgilbert
|
2016-02-03 14:16:48 -06:00 |
|
James Willcox
|
e34f9237c6
|
Bug 1243072 - Make GfxTexturesReporter work again r=nical,jgilbert
|
2016-02-03 14:16:40 -06:00 |
|
Kartikaya Gupta
|
77edd9ba6a
|
Bug 1236046 - Don't use a stupidly small time delta to compute a velocity. r=botond
|
2016-02-03 14:07:45 -05:00 |
|
Bas Schouten
|
bfe12e3b5a
|
Bug 1245525: Fix some compiler errors in Moz2D type classes. r=jrmuizel
|
2016-02-03 19:44:41 +01:00 |
|
Kartikaya Gupta
|
5282989f60
|
Bug 1242173 - Typing in input fields does not visually update r=
|
2016-02-03 10:04:26 -08:00 |
|
Sourabh
|
27ea6f1a48
|
Bug 1241991 - Switch mTreeLock from a Monitor to a Mutex. r=kats
|
2016-02-03 09:31:35 -05:00 |
|
Carsten "Tomcat" Book
|
614c7828e6
|
Backed out changeset 63e2a056311a (bug 1187464) for reftest failures
|
2016-02-03 15:04:37 +01:00 |
|
Carsten "Tomcat" Book
|
258b852ced
|
Backed out changeset 0cee3cdcce99 (bug 1187464)
|
2016-02-03 15:04:21 +01:00 |
|
Carsten "Tomcat" Book
|
cfa8042bdf
|
Backed out changeset b64710d45b28 (bug 1187464)
|
2016-02-03 15:04:19 +01:00 |
|
Lee Salzman
|
62f41e7f7e
|
Bug 1242794 - make SkGrPixelRef::deepCopy preserve alpha type. r=jmuizelaar
|
2016-01-25 21:14:58 -05:00 |
|
Milan Sreckovic
|
920f065175
|
Bug 1187464 - Part 3. Check if GetSurface returned null. r=mstange
|
2016-02-02 11:07:00 +01:00 |
|
Milan Sreckovic
|
e324817371
|
Bug 1187464 - Part 2. RTTI for TextureSource debug purposes. r=botond
|
2016-02-02 11:06:00 +01:00 |
|
Milan Sreckovic
|
2413ec54fb
|
Bug 1187464 - Part 1. We can get the wrong texture source type, so deal with it. r=mstange
|
2016-02-02 11:05:00 +01:00 |
|