Matt Woodrow
9118956769
Bug 1242293 - Don't call EndRemoteDrawingInRegion if StartRemoteDrawingInRegion returns a null DrawTarget. r=mstange
2016-01-22 11:36:29 +13:00
Botond Ballo
a361b91811
Bug 1240202 - Avoid getting stuck in overscroll when a second finger goes down while overscrolled and in the TOUCHING state. r=kats
2016-01-20 20:41:30 -05:00
Botond Ballo
7f9d1801bd
Bug 1240202 - Avoid getting stuck in overscroll when the screen is tapped during an overscroll animation. r=kats
2016-01-20 20:13:13 -05:00
Botond Ballo
ea8766996a
Bug 1240202 - Change input event generation utilities used by APZ gtests to take points instead of loose coordinates. r=kats
2016-01-20 20:12:41 -05:00
Botond Ballo
66fc5aa9b8
Bug 1240202 - Rename APZOverscrollHandoffTester to APZScrollHandoffTester. r=kats
2016-01-20 19:28:33 -05:00
Phil Ringnalda
2095bc7229
Merge f-t to m-c, a=merge
2016-01-23 18:11:37 -08:00
Sylvestre Ledru
a898200615
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
2016-01-22 16:58:49 +01:00
Kartikaya Gupta
ef957ce9f2
Bug 1238042 - Expose the checkerboard reports out to JS. r=ehsan,botond
2016-01-22 20:27:28 -05:00
Tom Tromey
6468241afc
Bug 757969 - use __thread in ThreadLocal; r=froydnj
2016-01-22 10:33:44 -07:00
Jeff Gilbert
e9a675dbb6
Bug 1233819 - Fix WebGL on WinXP. - r=jrmuizel
2016-01-21 18:47:29 -08:00
Bas Schouten
eb42da0000
Bug 1241058: Assure several operations properly operate on the current group target. r=jrmuizel
2016-01-20 17:27:36 +01:00
Blake Kaplan
e1b52d454a
Bug 1241557 - Don't try to set prefs directly. r=wchen
2016-01-21 16:14:27 -08:00
Wes Kocher
1fc92057c1
Backed out 2 changesets (bug 1241557) for build failures CLOSED TREE
...
Backed out changeset aeb7f61db88b (bug 1241557)
Backed out changeset 8ed3a7be233e (bug 1241557)
2016-01-21 15:41:18 -08:00
Blake Kaplan
b553d758fb
Bug 1241557 - Don't try to set prefs directly. r=wchen
2016-01-21 15:15:42 -08:00
David Anderson
fd90d05599
Fix the backdrop copy rect in nested mix-blend containers. (bug 1241273, r=mstange)
2016-01-21 15:20:29 -08:00
David Anderson
0e89523e52
Backed out changeset f16cb2a018a8
2016-01-21 15:19:50 -08:00
Markus Stange
2ac8ec9349
Bug 1241665 - Correctly convert IOSurfaces to SourceSurfaces in MacIOSurfaceTextureSourceBasic and MacIOSurfaceTextureData. r=mattwoodrow
2016-01-21 23:28:19 +01:00
Markus Stange
26e0e33e6d
Bug 1241665 - Move IOSurface YCbCr conversion code to a new file MacIOSurfaceHelpers.cpp. r=mattwoodrow
...
Ideally this would live in gfx/2d/MacIOSurface.cpp, but we don't have access to the
YCbCr conversion utilities in Moz2D.
2016-01-21 23:38:53 +01:00
David Anderson
5342452b9f
Fix the backdrop copy rect in nested mix-blend containers. (bug 1241273, UNREVIEWED)
2016-01-21 15:18:48 -08:00
Jeff Gilbert
a37144e668
Bug 1239187 - Use the GLFeature instead. - r=jrmuizel
2016-01-21 14:18:44 -08:00
Carsten "Tomcat" Book
8bb2a4dda8
Merge mozilla-central to mozilla-inbound
2016-01-21 16:50:24 +01:00
Carsten "Tomcat" Book
e0d258e636
Backed out changeset 415f713d58b0 (bug 1239861) to fix perma-busted Android 4.3 debug R34
2016-01-21 16:47:31 +01:00
Lee Salzman
eb3961ccce
Bug 1240177 - part 4 - avoid GPU readbacks in SourceSurfaceSkia::DrawTargetWillChange, r=jrmuizel
2016-01-21 09:52:35 -05:00
Lee Salzman
a06564aec0
Bug 1240177 - part 3 - make DrawTargetSkia::OptimizeSourceSurface directly upload to GPU textures, r=jrmuizel
2016-01-21 09:52:08 -05:00
Lee Salzman
026ada7a61
Bug 1240177 - part 2 - cleanups of DrawTargetSkia and SourceSurfaceSkia creation for GPU contexts, r=jrmuizel
2016-01-21 09:51:40 -05:00
Lee Salzman
a4a4284ecc
Bug 1240177 - part 1 - add helper function to make Skia image info, r=jrmuizel
2016-01-21 09:50:43 -05:00
Kartikaya Gupta
90bca32249
Bug 1238040 - Add a telemetry probe for potential checkerboarding duration. r=botond,vladan
2016-01-21 09:13:47 -05:00
Kartikaya Gupta
e71fe74b7a
Bug 1238040 - Update telemetry measures for checkerboarding. r=botond,vladan
2016-01-21 09:13:47 -05:00
Sotaro Ikeda
b13cd2aed6
Bug 1240659 - Add GonkNativeHandle::CreateDupNhObj() r=nical
2016-01-20 21:36:00 -08:00
Nicolas Silva
6ef3f9d313
Bug 1180942 - Use cairo's image backend for drawing on linux. r=jrmuizel
2016-01-21 14:12:51 +01:00
Sotaro Ikeda
945e2a4fe7
Bug 1006688 - Support capture screen via adb r=mwu
2016-01-21 00:21:50 -08:00
Bogdan Postelnicu
e09e2f05c9
Bug 1241118 - Add gc = GetGeneralCategory(ch) when sc == MOZ_SCRIPT_COMMON. r=jfkthame
2016-01-20 17:17:14 +02:00
Randall Barker
7f0f80a054
Bug 1231517 - part 2, Add support for APZ ZoomToRectBehavior flags r=kats
2016-01-20 16:24:58 -08:00
Randall Barker
90a8bb6cf3
Bug 1231517 - part 1, Move GetBoundingContentRect to nsLayoutUtils r=botond
2016-01-20 16:24:57 -08:00
David Rajchenbach-Teller
39aa5d3bd8
Bug 1224374 - Profiler labels for the top 26-100 chrome hangs;r=BenWa
2016-01-15 11:38:03 +01:00
David Rajchenbach-Teller
8ba554ff78
Bug 1224374 - Profiler labels for the 25 top chrome hangs;r=BenWa,MarcoZ
...
Experience shows that we do not have enough profiler labels to make
BHR hang reports meaningful. This patch adds enough labels to let us
exploit hang reports matching the 25 topmost chrome hangs.
2016-01-14 23:03:11 +01:00
Lee Salzman
b10b0cc600
Bug 1241163 - Replace DrawTarget::CreateSourceSurfaceFromNativeSurface(CAIRO_CONTEXT) with Factory::CreateSourceSurfaceForCairoSurface. r=jrmuizel
2016-01-20 13:31:44 -05:00
Mason Chang
a3820e8def
Bug 1165458. Raise vsync timeout limit for gtests. r=kats
2016-01-20 10:29:39 -08:00
Kartikaya Gupta
522747944a
Bug 1240867 - Fix non-unified build bustage in OGLShaderProgram.cpp. r=nical
2016-01-20 09:58:17 -05:00
Kartikaya Gupta
dae5a397fb
Bug 1240867 - Add missing include. r=nical
2016-01-20 09:56:01 -05:00
Bas Schouten
1c4a72d4ea
Bug 1241012: Remove moz-d2d1-1.h stub headers from the tree. r=jrmuizel
2016-01-20 04:50:22 +01:00
Nicolas Silva
7cb9d744c3
Bug 1240730 - Initialize all GLLibraryEGL symbols in the ctor. r=mattwoodrow
2016-01-20 14:46:32 +01:00
Nicolas Silva
08ca900055
Bug 1240730 - Initialize all GLXLibrary members in the ctor. r=mattwoodrow
2016-01-20 14:46:25 +01:00
Nicolas Silva
1fa83bf62c
Bug 1240806 - Remove some dead code in GLContextProviderEGL. r=jgilbert
2016-01-20 14:46:16 +01:00
Sotaro Ikeda
a46d272ee4
Bug 1240668 - Duplicate GonkNativeHandle::NhObj in ImageClientSingle::UpdateImage() r=nical
2016-01-20 01:47:05 -08:00
Jerry Shih
27aacccf56
Bug 1231042 - clean current composition task and related flag when screen off. r=mchang
2016-01-19 20:58:00 +01:00
Kartikaya Gupta
7317978bda
Bug 1241678 - Fix low-volume null-deref crash. r=BenWa
2016-01-22 15:28:03 -05:00
Kartikaya Gupta
c5e8f53823
Bug 1240622 - Guard mCheckerboardEvent with a mutex to avoid races. r=botond
2016-01-22 14:02:28 -05:00
Jonathan Kew
f805628f6a
Bug 1240739 - Support opacity when rendering color fonts (e.g. emoji). r=jdaggett
2016-01-20 08:50:43 +00:00
Jonathan Kew
5570ade175
Bug 1240007 - Update graphite2 library to release 1.3.5. r=jdaggett
2016-01-20 08:50:32 +00:00