Phil Ringnalda
|
6b6755ee0a
|
Back out 3df94ef87444 (bug 999266) for build bustage
CLOSED TREE
|
2014-04-21 21:57:06 -07:00 |
|
Michael Wu
|
8ab084683b
|
Bug 999266 - Switch DrawPixelSnapped to gfx::SurfaceFormat, r=mattwoodrow
|
2014-04-19 21:03:35 -04:00 |
|
Milan Sreckovic
|
568ece4f0e
|
Bug 997913 - Seed gfx/doc with some high level documentation to allow for more people to update them. r=nsilva
|
2014-04-17 14:30:54 -04:00 |
|
Maksim Lebedev
|
d5b2320f8f
|
Bug 996457 - Make apzc's LongPressPreventDefault test consider the touch action property. r=kats
|
2014-04-21 11:30:15 -04:00 |
|
Mats Palmgren
|
07cab7aa81
|
Back out bug 613659 (for regression bug 998792)
--HG--
rename : layout/reftests/backgrounds/background-size-slice.html => layout/reftests/backgrounds/background-size-continuous.html
rename : layout/reftests/backgrounds/background-size-cover-slice.html => layout/reftests/backgrounds/background-size-cover-continuous.html
rename : layout/reftests/backgrounds/background-size-cover-clone.html => layout/reftests/backgrounds/background-size-cover-each-box.html
rename : layout/reftests/backgrounds/background-size-clone.html => layout/reftests/backgrounds/background-size-each-box.html
|
2014-04-20 19:39:24 +00:00 |
|
Mats Palmgren
|
2c0480c557
|
Bug 613659 - Implement box-decoration-break layout for backgrounds. r=cam,jmuizelaar
--HG--
rename : layout/reftests/backgrounds/background-size-each-box.html => layout/reftests/backgrounds/background-size-clone.html
rename : layout/reftests/backgrounds/background-size-cover-each-box.html => layout/reftests/backgrounds/background-size-cover-clone.html
rename : layout/reftests/backgrounds/background-size-cover-continuous.html => layout/reftests/backgrounds/background-size-cover-slice.html
rename : layout/reftests/backgrounds/background-size-continuous.html => layout/reftests/backgrounds/background-size-slice.html
|
2014-04-18 23:01:23 +00:00 |
|
John Daggett
|
4f111efc9a
|
Bug 998210 - check whether logging is enabled before calling PR_LOG. r=mkato
|
2014-04-18 15:32:21 +09:00 |
|
Cervantes Yu
|
91f5f10b5b
|
Bug 977359 Part 1: Fix ImageBridgeChild deadlock in the Nuwa process by freezing the thread after the actor is opened. r=gal,nical,khuey
|
2014-04-11 18:37:12 +08:00 |
|
James Willcox
|
bdb0deafb2
|
Bug 987010 - Ignore alpha in Skia BGRX source surfaces - r=gwright
|
2014-04-17 17:01:23 -04:00 |
|
Botond Ballo
|
2ca4dde4fe
|
Bug 997287 - Access AsyncPanZoomController::mGeckoContentController safely. r=kats
--HG--
extra : source : cf71c9301548157b0b92f1443290273ac8a45f28
|
2014-04-16 17:02:22 -04:00 |
|
Mats Palmgren
|
307fabfc74
|
merge backout
|
2014-04-17 15:10:44 +00:00 |
|
Mats Palmgren
|
ae729a88e4
|
Back out bug 613659 for build failure on B2G Windows.
--HG--
rename : layout/reftests/backgrounds/background-size-slice.html => layout/reftests/backgrounds/background-size-continuous.html
rename : layout/reftests/backgrounds/background-size-cover-slice.html => layout/reftests/backgrounds/background-size-cover-continuous.html
rename : layout/reftests/backgrounds/background-size-cover-clone.html => layout/reftests/backgrounds/background-size-cover-each-box.html
rename : layout/reftests/backgrounds/background-size-clone.html => layout/reftests/backgrounds/background-size-each-box.html
|
2014-04-17 15:09:18 +00:00 |
|
Mats Palmgren
|
8629612bac
|
Bug 613659 - Implement box-decoration-break layout for backgrounds. r=cam,jmuizelaar
--HG--
rename : layout/reftests/backgrounds/background-size-each-box.html => layout/reftests/backgrounds/background-size-clone.html
rename : layout/reftests/backgrounds/background-size-cover-each-box.html => layout/reftests/backgrounds/background-size-cover-clone.html
rename : layout/reftests/backgrounds/background-size-cover-continuous.html => layout/reftests/backgrounds/background-size-cover-slice.html
rename : layout/reftests/backgrounds/background-size-continuous.html => layout/reftests/backgrounds/background-size-slice.html
|
2014-04-17 12:11:07 +00:00 |
|
Carsten "Tomcat" Book
|
f5383d5c20
|
Backed out changeset b032a90ee083 (bug 983489) for m-e10s test failures
|
2014-04-17 14:04:26 +02:00 |
|
Kartikaya Gupta
|
041452557a
|
Bug 995411 - Move various pieces of APZ code into gfx/layers/apz. r=jrmuizel,botond
--HG--
rename : gfx/layers/ipc/GeckoContentController.h => gfx/layers/apz/public/GeckoContentController.h
rename : gfx/layers/composite/APZCTreeManager.cpp => gfx/layers/apz/src/APZCTreeManager.cpp
rename : gfx/layers/composite/APZCTreeManager.h => gfx/layers/apz/src/APZCTreeManager.h
rename : gfx/layers/ipc/AsyncPanZoomController.cpp => gfx/layers/apz/src/AsyncPanZoomController.cpp
rename : gfx/layers/ipc/AsyncPanZoomController.h => gfx/layers/apz/src/AsyncPanZoomController.h
rename : gfx/layers/ipc/Axis.cpp => gfx/layers/apz/src/Axis.cpp
rename : gfx/layers/ipc/Axis.h => gfx/layers/apz/src/Axis.h
rename : gfx/layers/ipc/GestureEventListener.cpp => gfx/layers/apz/src/GestureEventListener.cpp
rename : gfx/layers/ipc/GestureEventListener.h => gfx/layers/apz/src/GestureEventListener.h
rename : gfx/layers/ipc/TaskThrottler.cpp => gfx/layers/apz/src/TaskThrottler.cpp
rename : gfx/layers/ipc/TaskThrottler.h => gfx/layers/apz/src/TaskThrottler.h
rename : widget/xpwidgets/APZCCallbackHelper.cpp => gfx/layers/apz/util/APZCCallbackHelper.cpp
rename : widget/xpwidgets/APZCCallbackHelper.h => gfx/layers/apz/util/APZCCallbackHelper.h
rename : widget/xpwidgets/ActiveElementManager.cpp => gfx/layers/apz/util/ActiveElementManager.cpp
rename : widget/xpwidgets/ActiveElementManager.h => gfx/layers/apz/util/ActiveElementManager.h
|
2014-04-17 07:54:25 -04:00 |
|
Kartikaya Gupta
|
ac1fcc7ee0
|
Bug 997383 - Avoid using the base namespace since it causes problems in unified builds. r=nical
|
2014-04-17 07:53:36 -04:00 |
|
Vincent Chen
|
6dc8125b4a
|
Bug 983489 - Crash on nsIAppStartup.quit() - application crashed [@ mozilla::gl::GLContext::MakeCurrent(bool)]. r=nical
|
2014-04-17 02:11:00 +02:00 |
|
Matt Woodrow
|
30f65e3cc3
|
Bug 997014 - Part 5: Remove nsICanvasRenderingContextInternal::Render. r=roc
|
2014-04-17 17:31:44 +12:00 |
|
Matt Woodrow
|
8006e4b32d
|
Bug 997014 - Part 2: Make SurfaceFromElement use GetSurfaceSnapshot instead of the external API. r=roc
|
2014-04-17 17:29:52 +12:00 |
|
Carsten "Tomcat" Book
|
502139c768
|
Backed out changeset 20b75bf44c1e (bug 997014)
|
2014-04-17 08:43:43 +02:00 |
|
Carsten "Tomcat" Book
|
e0251f4acb
|
Backed out changeset 8681fc7a918b (bug 997014)
|
2014-04-17 08:43:38 +02:00 |
|
Matt Woodrow
|
efb62922b5
|
Bug 997014 - Part 5: Remove nsICanvasRenderingContextInternal::Render. r=roc
|
2014-04-17 17:31:44 +12:00 |
|
Matt Woodrow
|
b0d6dd3888
|
Bug 997014 - Part 2: Make SurfaceFromElement use GetSurfaceSnapshot instead of the external API. r=roc
|
2014-04-17 17:29:52 +12:00 |
|
Kartikaya Gupta
|
a4c1ee9505
|
Bug 997380 - Resolve ambiguous reference to strdup. r=bjacob
|
2014-04-16 20:56:21 -04:00 |
|
John Daggett
|
d0551db92e
|
Bug 964613 - check userfont sets for enabled/disabled local fonts when platform fontlist changes occur. r=jfkthame
|
2014-04-17 23:17:22 +09:00 |
|
Matt Woodrow
|
2a86d08969
|
Bug 996929 - Implement OptimizeSourceSurface for all Moz2D backends. r=Bas
|
2014-04-17 12:45:25 +12:00 |
|
Jeff Gilbert
|
2513999f97
|
Bug 992874 - Don't try to texture from bad D3D10 texture. - r=bas
|
2014-04-16 11:05:48 -07:00 |
|
Kartikaya Gupta
|
892c72886a
|
Bug 996768 - Remove redundant copies of HasOpaqueAncestorLayer. r=Bas
|
2014-04-16 13:56:52 -04:00 |
|
Jonathan Watt
|
679d2f9680
|
Bug 996673 - Stop using |#pragma once| in Moz2D headers. r=Bas
|
2014-04-16 17:17:22 +01:00 |
|
Botond Ballo
|
7de0d03925
|
Bug 996070 - Fix order of arguments to EXPECT_EQ in APZ gtests. r=kats
--HG--
extra : source : 5b68197e4d07897060c0f7733e0de176cfa8d736
|
2014-04-15 17:56:05 -04:00 |
|
Carsten "Tomcat" Book
|
8aa0496ac9
|
merge b2g-inbound to mozilla-central
|
2014-04-16 15:12:44 +02:00 |
|
Kartikaya Gupta
|
b1028dbc7a
|
Bug 996738 - Change #define to const int to work better with unified builds. r=mattwoodrow
|
2014-04-15 10:58:00 +02:00 |
|
Tatiana Meshkova
|
e74d5f0207
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
|
Kartikaya Gupta
|
746cf3e093
|
Bug 996742 - Remove unused forward declare in the wrong namespace. r=nrc
|
2014-04-15 11:02:00 +02:00 |
|
Dan Glastonbury
|
3084cbcab2
|
Bug 963492 - Assertion failure: GetTransform() == Matrix(mat.xx, mat.yx, mat.xy, mat.yy, mat.x0, mat.y0). r= matt.woodrow
|
2014-04-15 14:57:29 +10:00 |
|
Ryan VanderMeulen
|
359063b10e
|
Merge m-c to b2g-inbound.
|
2014-04-15 23:29:32 -04:00 |
|
Ryan VanderMeulen
|
739b9ad99c
|
Merge inbound to m-c.
|
2014-04-15 23:26:35 -04:00 |
|
Phil Ringnalda
|
3f72ad662e
|
Back out e17d61d6acf6 (bug 924622) for apparently making the mismatched CxxStackFrame aborts more frequent rather than less
|
2014-04-15 20:00:59 -07:00 |
|
Sotaro Ikeda
|
aa13c0be21
|
Bug 989408 - Add checking IPCOpen to ShadowLayerForwarder r=nical,bjacob
|
2014-04-15 18:59:09 -07:00 |
|
Kyle Huey
|
c8e649664b
|
Bug 991812: Remove uses of AtomicRefCounted<T> that live in Gecko. r=ehsan
--HG--
extra : rebase_source : 0d14e02c64d548fd3177681248d722683aaa87c3
|
2014-04-14 12:04:25 -07:00 |
|
Kyle Huey
|
91420b7d1d
|
Bug 991812: Remove uses of RefCounted<T> that live in Gecko. r=ehsan
--HG--
extra : rebase_source : 239ff77ec3765a3f190ed75b1645c6011e5d1dbd
|
2014-04-14 12:04:24 -07:00 |
|
Daniel Holbert
|
84fbffc91c
|
Bug 991285 part 2: Give nsRenderingContext a private destructor and mark it as MOZ_FINAL, for safer refcounting. r=roc
|
2014-04-15 12:55:24 -07:00 |
|
Steve Singer
|
325583bbc7
|
Bug 980891 - #ifdef out usage of Skia objects on non-skia builds. r=gal
|
2014-04-15 21:07:42 +02:00 |
|
Jonathan Watt
|
0dcb1838b9
|
Bug 950372 - Convert imgIContainer::GetFrame to return a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-04-15 19:02:23 +01:00 |
|
Botond Ballo
|
4eaabb4c43
|
Bug 976605 - Fix up APZ gtests to call APZC::SetAllowedTouchBehavior() at the correct time. r=kats
--HG--
extra : source : f168fc394c3d61b7375530d0d294d84cecc6207a
|
2014-04-14 14:59:20 -04:00 |
|
Ryan VanderMeulen
|
491e329269
|
Merge m-c to b2g-inbound.
|
2014-04-15 12:28:18 -04:00 |
|
Benoit Jacob
|
9cd660b7d6
|
Bug 986572 - Add missing MakeCurrent call to SharedSurface_GL::ProdCopy - r=jgilbert
|
2014-04-15 12:01:21 -04:00 |
|
Jonathan Watt
|
5cfb1fc921
|
Bug 995832 - Make DrawTargetSkia::DrawSurface accept any surface type. r=gw280
|
2014-04-15 13:55:48 +01:00 |
|
Matt Woodrow
|
71adf4fec9
|
Bug 996393 - Part 1: Split GetSourceSurfaceForSurface so we can ask for a wrapping surface. r=roc
|
2014-04-15 14:36:26 +12:00 |
|
Nicolas Silva
|
a28d028ec8
|
Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro
|
2014-04-15 11:34:33 +02:00 |
|