Xidorn Quan
d0d9fe2a65
Bug 1251995 followup - Fix declaration shadow error.
2016-03-07 17:29:41 +08:00
Xidorn Quan
11bea4b5a2
Bug 1251995 part 3 - Use struct to pass params for gfxTextRun::Draw. r=jfkthame
...
MozReview-Commit-ID: HAqtS3VXPHH
--HG--
extra : rebase_source : de01c02d3baf3e8c648d6301bd6ff283d76ae212
2016-02-29 19:06:05 +08:00
Xidorn Quan
8e3206382b
Bug 1251995 part 2 - Add gfxTextRun::Range to replace parameter pairs like (offset, length) and (start, end). r=jfkthame
...
Although this makes some places more complicated, code should generally
be simpler and clearer. It could slightly improve performance on x64 for
functions with more than four parameters, since it makes more data be
passed via registers rather than the stack.
MozReview-Commit-ID: D0GM2Jyrr6W
--HG--
extra : rebase_source : 29961e56b5fe14b244046b3dc52b1f922c206218
2016-02-29 16:50:17 +08:00
Xidorn Quan
5b1f34e2f6
Bug 1251995 part 1 - Add helper functions to simplify code. r=jfkthame
...
MozReview-Commit-ID: 6UBvmEpo12f
--HG--
extra : rebase_source : e967015366b727f199fe3febedc70f1f43f19725
2016-03-04 19:20:43 +08:00
Kartikaya Gupta
96b5c73a20
Bug 1253739 - Fix incorrect namespace on forward declaration. r=botond
...
MozReview-Commit-ID: IPfx1Mb9w8A
2016-03-05 19:23:06 -05:00
Kartikaya Gupta
704367af89
Bug 1251608
- Fix and enable test_bug1151663 for all platforms. r=botond
...
MozReview-Commit-ID: 4fr5XIor6mJ
2016-03-05 19:22:28 -05:00
Kartikaya Gupta
0a8de7fb05
Bug 1251608
- Fix and enable test_bug982141 for all platforms. r=botond
...
MozReview-Commit-ID: JQ569KBz1wf
2016-03-05 19:22:25 -05:00
Kartikaya Gupta
170a29bc4a
Bug 1251608
- Add a root-content annotation to the APZ test data structure. r=botond
...
This patch adds the annotation in APZCTreeManager. It also changes the
tree-building code in apz_test_utils to link together the actual paint
structures rather than create new wrapper nodes. This is more foolproof
(fixes a latent bug where a grandchild node whose parent has not yet
been processed ends up with the parent forcibly made a child of the root),
and allows extra properties to seamlessly ride along into the "tree".
MozReview-Commit-ID: B4T4cYyglQ7
2016-03-05 19:22:23 -05:00
Kartikaya Gupta
25a10a2d61
Bug 1219980 - Ensure that long-press gestures don't get detected during test_basic_pan.html r=botond
...
Chaos mode can cause the the long-press timer to fire too early, so we have to
disable that. Also the pref to extend the timer is an int pref, not a char pref,
so drop the quotes (otherwise specialpowersAPI.js guesses the wrong type).
MozReview-Commit-ID: 4NefSNwwcht
--HG--
extra : rebase_source : b0d1328a7d2c363447360b207cef7754ebc9c9ba
2016-03-01 16:45:08 -05:00
Ryan VanderMeulen
0a3f8d816e
Bug 1253862 - Mark test_acceleration.html as an expected fail on WinXP e10s.
...
--HG--
extra : rebase_source : 519fcefd0d5ddf9689f3bb057b5798222dd5332d
2016-03-05 15:32:09 -05:00
Phil Ringnalda
cabee82044
Back out 9 changesets (bug 801176) for frequent crashes in test_offscreencanvas_dynamic_fallback.html
...
Backed out changeset 82320c900699 (bug 801176)
Backed out changeset 624fb8512ba5 (bug 801176)
Backed out changeset a2a7b1c4dc5b (bug 801176)
Backed out changeset e210473d793c (bug 801176)
Backed out changeset 0fb279e041e1 (bug 801176)
Backed out changeset c090dc98c670 (bug 801176)
Backed out changeset fc509e59a0cd (bug 801176)
Backed out changeset 134a8c56335a (bug 801176)
Backed out changeset 2022afa9aef2 (bug 801176)
2016-03-05 07:20:47 -08:00
Jim Mathies
e8e7fc3268
Bug 1253688 - Backout bug 1229429 which caused a painting problem with Loops remote browser chat window with e10s enabled. r=billm
...
MozReview-Commit-ID: 3tAgOAmnJli
2016-03-04 17:56:03 -06:00
Kartikaya Gupta
74675921b3
Bug 1253617 - Fix non-unified build bustage in OverscrollHandoffState.cpp r=BenWa
...
MozReview-Commit-ID: 9QkpsxPZsQS
2016-03-04 12:59:06 -05:00
Matt Woodrow
4dcfda62de
Bug 1220082 - Assign frame ids to animated images so that they get invalidated correctly. r=seth
2016-01-12 17:14:09 +13:00
Randall Barker
3debd6e962
Bug 1241332 - part 1, Request content repaint at end of APZ animation r=kats
2016-03-04 14:43:38 -08:00
kearwood
55594c5b97
Bug 1251886 - Correct inputFrameID selection when using e10s r=daoshengmu
...
- ContainerLayerComposite::ContainerRenderVR failed to find
a CanvasLayerComposite and get an inputFrameId as it was
only looking at immediate children layers.
- Initialize Oculus SDK structures with 0 to ensure code is less
brittle when Oculus SDK is updated in the future.
- Added assert and sanity check to ensure that valid inputFrameID's
are used when indexing the Oculus pose buffers.
MozReview-Commit-ID: 136lf8aMWms
--HG--
extra : rebase_source : 14ae32704e6ccd9c6823467a7cb073290cbd5a09
2016-03-01 18:00:07 -08:00
Milan Sreckovic
ad2dbbf528
Bug 1252929: Next.1. Make layers.max-active preference not need a restart. r=mstange
2016-03-04 12:13:57 -05:00
vincentliu
34112c9d96
Bug 801176 - part7-v1: Don't remove TextureClient until the frame update is done. r=roc
...
---
gfx/layers/client/CanvasClient.cpp | 10 ++++++++--
gfx/layers/client/CanvasClient.h | 2 ++
2 files changed, 10 insertions(+), 2 deletions(-)
2016-03-04 15:24:19 +08:00
vincentliu
8f02812e74
Bug 801176 - part6-v1: Modify BufferProvider operations to fix assertions. r=roc
...
---
dom/canvas/CanvasRenderingContext2D.cpp | 12 +++--
dom/canvas/OffscreenCanvas.cpp | 2 -
gfx/layers/AsyncCanvasRenderer.cpp | 85 +++++++++++++++++++++++++--------
gfx/layers/AsyncCanvasRenderer.h | 1 +
4 files changed, 73 insertions(+), 27 deletions(-)
2016-03-04 15:24:00 +08:00
vincentliu
906120d775
Bug 801176 - part2-v5: Let Canvas 2d context works on Workers. r=roc
...
---
dom/canvas/CanvasRenderingContext2D.cpp | 53 ++++++++++++-----------
dom/canvas/OffscreenCanvas.cpp | 46 +++++++++++---------
dom/html/HTMLCanvasElement.cpp | 1 +
gfx/layers/AsyncCanvasRenderer.cpp | 17 ++++++++
gfx/layers/AsyncCanvasRenderer.h | 16 +++++++
gfx/layers/Effects.cpp | 6 +++
gfx/layers/GLImages.cpp | 5 +--
gfx/layers/client/CanvasClient.cpp | 74 +++++++++++++++++++++++++--------
gfx/layers/client/CanvasClient.h | 10 ++++-
9 files changed, 162 insertions(+), 66 deletions(-)
2016-03-04 15:22:39 +08:00
Andrew Comminos
547da6e1b6
Revert "Bug 1197954 - Add support for GLX_SGI_video_sync to GLContextProviderGLX. r=jgilbert"
...
This reverts commit c26871ee3cac8b736e9b868cd7738900f0d40a81.
2016-03-03 21:39:19 -08:00
Andrew Comminos
682424c13d
Revert "Bug 1197954 - Implement Linux hardware vsync using GLX_SGI_video_sync. r=mchang,lsalzman"
...
This reverts commit a2b6bf8704ff05a4571a812009c343042921d505.
2016-03-03 21:20:19 -08:00
Andrew Comminos
00b7a72ce2
Bug 1197954 - Implement Linux hardware vsync using GLX_SGI_video_sync. r=mchang,lsalzman
...
MozReview-Commit-ID: BEvMdzOw1oV
2016-03-03 20:37:26 -08:00
Andrew Comminos
158d5666b8
Bug 1197954 - Add support for GLX_SGI_video_sync to GLContextProviderGLX. r=jgilbert
...
MozReview-Commit-ID: Fn9jwecuz5q
2016-03-03 20:37:26 -08:00
Andrew Comminos
08e70e0e44
Bug 1197954 - Extract GLXFBConfig selection code for X11 windows. r=lsalzman
...
MozReview-Commit-ID: IVSepKwVbp9
2016-03-03 20:37:26 -08:00
Mike Shal
c9d34595e9
Bug 1252304 - Remove gfx/cairo/cairo/src/Makefile.in; r=chmanchester
...
MozReview-Commit-ID: ByMJUfjpSB1
--HG--
extra : rebase_source : fecb76cb1946f4541d9e47616e969be78d741ed6
2016-02-26 23:18:53 -05:00
Eugen Sawin
354975fe89
Bug 1232334 - [1.2] Only set context on successful attach. r=snorp
2016-03-03 18:32:37 +01:00
Sebastian Hengst
1e69d4c08b
Backed out changeset a5d2e586777c (bug 1220082) for bustage. r=bustage on CLOSED TREE
2016-03-03 17:19:22 +01:00
Matt Woodrow
6350413d1b
Bug 1220082 - Assign frame ids to animated images so that they get invalidated correctly. r=seth
2016-01-12 17:14:09 +13:00
Mike Shal
6ca8f7d2e0
Bug 1252302 - Remove gfx/thebes/Makefile.in; r=gps
...
This requires converting genTables.py into something moz.build can call
into.
MozReview-Commit-ID: 11kXtK8bP5W
2016-02-26 23:25:31 -05:00
Ryan VanderMeulen
e5d256eaa8
Bug 1252630 - Move the asyncPan skip-if for APZ reftests to the manifest level instead of per-test. r=kats
2016-03-01 16:56:41 -05:00
Daisuke Akatsuka
0b1a2c1ae5
Bug 1248338 - Implement iterationStart; r=birtles
2016-03-02 16:23:34 +09:00
Jean-Yves Avenard
0e49049c9a
Bug 1251910: Fix YUV422 IOSurface. r=mattwoodrow.
...
Bug 1249273
reverted the changes of bug 1248323.
MozReview-Commit-ID: 4ri1gTOf2Dg
2016-03-02 14:35:47 +11:00
Jeff Gilbert
20e882360f
Bug 1247804 - Enable seamless cubemaps where available. - r=jrmuizel
2016-02-11 17:57:25 -08:00
Christoph Kerschbaumer
9ab1648f67
Bug 1195172 - Use channel->ascynOpen2 layout/style/FontFaceSet.cpp (r=bz,cam)
2016-03-01 13:06:13 -08:00
Lee Salzman
4ee1769ed1
Bug 1251984 - allow gfx.xrender.enabled pref to work for compositing even if content backend is not Cairo. r=jrmuizel
2016-03-01 14:33:53 -05:00
David Anderson
76e3b91746
Invalidate layers when starting a transaction on a stale device. (bug 1245765 part 9, r=mattwoodrow)
...
--HG--
extra : rebase_source : 987513504b8470a501db313ab0905d20219949c0
2016-02-29 16:41:35 -05:00
Trevor Saunders
481bc0e2c7
bug 1250485 - make the ctor for GLXLibrary constexpr r=jrmuizel
2016-02-29 15:32:24 -05:00
Nathan Froyd
48d5884988
Bug 1252153 - use UniquePtr instead of ScopedDeletePtr in HeapCopyOfStackArray; r=jrmuizel
...
UniquePtr is more standard than ScopedDeletePtr; using standard
constructs whenever possible is preferable.
2016-02-29 11:54:36 -05:00
Joel Maher
957caebc8c
Bug 1252121 - disable test_basic_pan.html and test_tap.html on android 2.3. r=gbrown
...
MozReview-Commit-ID: fBVJ1ABzhK
--HG--
extra : rebase_source : 9311e909f4a2d0766a72258f031e54fb9751d03e
2016-02-29 08:38:38 -08:00
Jonathan Kew
3248442cfc
Bug 1248876 - Update graphite2 to upstream release 1.3.6. r=jrmuizel
2016-02-29 18:00:55 +00:00
Milan Sreckovic
adb3472d93
Bug 1251619: Remove unused gfxPlatform::CreateDrawTargetForUpdateSurface r=mchang
...
MozReview-Commit-ID: IWSzej9OGH1
--HG--
extra : rebase_source : f5185bdf4d7c26361133ce729d821958b2d8ae7a
2016-02-26 10:55:59 -05:00
Mason Chang
4650fce727
Bug 1249036 Check that DWMFlush executes correctly. r=kats
2016-02-29 13:52:26 +01:00
David Anderson
0efa6917a2
Ensure that content processes recreate rendering devices. (bug 1245765 part 8, r=mattwoodrow)
2016-02-29 01:53:15 -05:00
David Anderson
c00e9a5d93
Handle device resets by recreating the compositor, rather than the compositor IPDL stack. (bug 1245765 part 7, r=mattwoodrow)
2016-02-29 01:53:15 -05:00
David Anderson
d4db86d05e
Factor compositor initialization out of LayerManagerComposite. (bug 1245765 part 6, r=mattwoodrow)
2016-02-29 01:53:14 -05:00
David Anderson
dd2df9d99a
Remove some static_casting in CompositorParent. (bug 1245765 part 5, r=mattwoodrow)
2016-02-29 01:53:14 -05:00
David Anderson
04848e06dd
Fix async drawing when we lose the D3D11 device. (bug 1245765 part 4, r=mattwoodrow)
2016-02-29 01:53:13 -05:00
David Anderson
08aa5f40fd
Don't propagate simulated device resets to child processes. (bug 1245765 part 3, r=mattwoodrow)
2016-02-29 01:53:13 -05:00
David Anderson
569787dba9
Propagate D3D9 device resets to remote layers. (bug 1245765 part 2, r=mattwoodrow)
2016-02-29 01:53:12 -05:00