Carsten "Tomcat" Book
|
fcd7542b90
|
Backed out changeset b032a90ee083 (bug 983489) for m-e10s test failures
|
2014-04-17 14:04:26 +02:00 |
|
Kartikaya Gupta
|
c1a7eb8c17
|
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
|
eef14cc65a
|
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
|
6664c3e49f
|
Bug 983489 - Crash on nsIAppStartup.quit() - application crashed [@ mozilla::gl::GLContext::MakeCurrent(bool)]. r=nical
|
2014-04-17 02:11:00 +02:00 |
|
Jeff Gilbert
|
53a1f9efe3
|
Bug 992874 - Don't try to texture from bad D3D10 texture. - r=bas
|
2014-04-16 11:05:48 -07:00 |
|
Kartikaya Gupta
|
c96a07d472
|
Bug 996768 - Remove redundant copies of HasOpaqueAncestorLayer. r=Bas
|
2014-04-16 13:56:52 -04:00 |
|
Carsten "Tomcat" Book
|
78155b43bc
|
merge b2g-inbound to mozilla-central
|
2014-04-16 15:12:44 +02:00 |
|
Kartikaya Gupta
|
f394292480
|
Bug 996738 - Change #define to const int to work better with unified builds. r=mattwoodrow
|
2014-04-15 10:58:00 +02:00 |
|
Kartikaya Gupta
|
4629ad9ed9
|
Bug 996742 - Remove unused forward declare in the wrong namespace. r=nrc
|
2014-04-15 11:02:00 +02:00 |
|
Ryan VanderMeulen
|
3086a7524c
|
Merge m-c to b2g-inbound.
|
2014-04-15 23:29:32 -04:00 |
|
Ryan VanderMeulen
|
fa7c5ad357
|
Merge inbound to m-c.
|
2014-04-15 23:26:35 -04:00 |
|
Phil Ringnalda
|
1228913846
|
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
|
8cf527847a
|
Bug 989408 - Add checking IPCOpen to ShadowLayerForwarder r=nical,bjacob
|
2014-04-15 18:59:09 -07:00 |
|
Nicolas Silva
|
9b422edf54
|
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 |
|
Carsten "Tomcat" Book
|
daa39d9a32
|
Backed out changeset f52300725e6f (bug 924622) for Linux Test Bustage
|
2014-04-15 12:46:25 +02:00 |
|
Kyle Huey
|
2c8f15bb95
|
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
|
384121563d
|
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 |
|
Botond Ballo
|
abcc2e6c94
|
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 |
|
Botond Ballo
|
6e66ba3ac7
|
Bug 976605 - Have APZ notify GeckoCC on end of touch. r=kats
--HG--
extra : source : c815d10b688544345265e91705dacd67108abbc1
|
2014-04-08 15:41:11 -04:00 |
|
Botond Ballo
|
1baeda387e
|
Bug 976605 - Increase code reuse between AsyncPanZoomController::OnSingleTapUp and OnSingleTapConfirmed. r=kats
--HG--
extra : source : c6eeea0ea23c723a41116ccee8ca06a1a9877230
|
2014-04-08 19:01:44 -04:00 |
|
Botond Ballo
|
2541f59bfb
|
Bug 976605 - Group some fields of AsyncPanZoomController into a TouchBlockState structure. r=kats
--HG--
extra : source : 4e331873022e7da32f0c1fc08bd52ec0a4b9b883
|
2014-04-08 15:17:09 -04:00 |
|
Botond Ballo
|
fa46846cae
|
Bug 976605 - Have APZ notify GeckoCC on start of pan. r=kats
--HG--
extra : source : e582f25a254ef4349f08d2b70db53a5babc69f19
|
2014-04-14 14:57:09 -04:00 |
|
Botond Ballo
|
7643316fa3
|
Bug 976605 - Have APZ notify GeckoCC on start of touch. r=kats
--HG--
extra : source : c5796c5db151579dfd229010865c23ba7986b802
|
2014-04-09 14:07:47 -04:00 |
|
Botond Ballo
|
24887d44ac
|
Bug 976605 - Make AsyncPanZoomController::mMonitor 'mutable' to allow entering it from 'const' methods. r=kats
--HG--
extra : source : 2cbc69f1a7c07e26568dc228a83d9443ab4d4233
|
2014-04-09 14:07:33 -04:00 |
|
Botond Ballo
|
3391efa3ea
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
--HG--
extra : source : 5353e86dcfe8b2ff6f02e577a4c69a1de6808d9b
|
2014-04-15 13:39:20 -04:00 |
|
Botond Ballo
|
413a506d07
|
Bug 976605 - Make Axis more const-correct. r=kats
--HG--
extra : source : 50988abb501db2d04a1b5446e2553c61708628f0
|
2014-04-11 14:38:34 -04:00 |
|
Nicolas Silva
|
90b816eafd
|
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 |
|
Ed Morley
|
4ac96f1555
|
Backed out changeset 3486a7a210a1 (bug 976605) for build failures; CLOSED TREE
|
2014-04-15 17:46:20 +01:00 |
|
Ed Morley
|
c46be2513f
|
Backed out changeset d5c38470ac06 (bug 976605)
|
2014-04-15 17:45:48 +01:00 |
|
Ed Morley
|
fde27487df
|
Backed out changeset ab6dbbd9fa3e (bug 976605)
|
2014-04-15 17:45:44 +01:00 |
|
Ed Morley
|
448575294e
|
Backed out changeset cb8973818578 (bug 976605)
|
2014-04-15 17:45:41 +01:00 |
|
Ed Morley
|
029075ebf8
|
Backed out changeset f5877d3b95ea (bug 976605)
|
2014-04-15 17:45:37 +01:00 |
|
Ed Morley
|
ae4b5adf39
|
Backed out changeset f29f702a5e1e (bug 976605)
|
2014-04-15 17:45:34 +01:00 |
|
Ed Morley
|
8e91243e61
|
Backed out changeset 924ce232443c (bug 976605)
|
2014-04-15 17:45:30 +01:00 |
|
Ed Morley
|
ed9308b1f2
|
Backed out changeset 0781ca65c354 (bug 976605)
|
2014-04-15 17:45:27 +01:00 |
|
Ed Morley
|
cec725dc21
|
Backed out changeset 037f46cdfd80 (bug 976605)
|
2014-04-15 17:45:10 +01:00 |
|
Botond Ballo
|
1d9826f00d
|
Bug 976605 - Fix up APZ gtests to call APZC::SetAllowedTouchBehavior() at the correct time. r=kats
--HG--
extra : source : f299251a7c7ba65a8dca6443a1ab695a89c9230b
|
2014-04-14 14:59:20 -04:00 |
|
Botond Ballo
|
405d022efb
|
Bug 976605 - Have APZ notify GeckoCC on end of touch. r=kats
--HG--
extra : source : e6ff5a48c5e3fd36a8a7b12b7f116a50e4d255db
|
2014-04-08 15:41:11 -04:00 |
|
Botond Ballo
|
c89b3bb05b
|
Bug 976605 - Increase code reuse between AsyncPanZoomController::OnSingleTapUp and OnSingleTapConfirmed. r=kats
--HG--
extra : source : 133dbc9a5d930a42c9929e1210aad436d8092745
|
2014-04-08 19:01:44 -04:00 |
|
Botond Ballo
|
46dc820f8e
|
Bug 976605 - Group some fields of AsyncPanZoomController into a TouchBlockState structure. r=kats
--HG--
extra : source : 80ac8ba2dec8939065411e86526bcdfa1c4b3f6d
|
2014-04-08 15:17:09 -04:00 |
|
Botond Ballo
|
bf3ff244a8
|
Bug 976605 - Have APZ notify GeckoCC on start of pan. r=kats
--HG--
extra : source : 7f86fea5f8c3330336fc4d66dd15c9e87ac138fc
|
2014-04-14 14:57:09 -04:00 |
|
Botond Ballo
|
02299f929b
|
Bug 976605 - Have APZ notify GeckoCC on start of touch. r=kats
--HG--
extra : source : ff72d81b063a4d37d9934f0c05d86a69681a99db
|
2014-04-09 14:07:47 -04:00 |
|
Botond Ballo
|
f11e932965
|
Bug 976605 - Make AsyncPanZoomController::mMonitor 'mutable' to allow entering it from 'const' methods. r=kats
--HG--
extra : source : c25666782c6027f114ffe29508bff32e94444266
|
2014-04-09 14:07:33 -04:00 |
|
Botond Ballo
|
e3a2f642c6
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
--HG--
extra : source : bfb4af538271dc2e3148caa461f594715529021a
|
2014-04-11 20:27:57 -04:00 |
|
Botond Ballo
|
c4d1f829b1
|
Bug 976605 - Make Axis more const-correct. r=kats
--HG--
extra : source : d06484dc840a914415c5fa96020483787a2bfd0d
|
2014-04-11 14:38:34 -04:00 |
|
Ryan VanderMeulen
|
5f7b8e9737
|
Merge m-c to inbound.
|
2014-04-15 23:30:15 -04:00 |
|
Jonathan Watt
|
200e95e9eb
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01:00 |
|
Matt Woodrow
|
b4d6205572
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Ryan VanderMeulen
|
d3859c597c
|
Backed out changesets ddbac34527fe and fa82f32d0c39 (bug 991812) for B2G bustage.
CLOSED TREE
|
2014-04-14 16:16:18 -04:00 |
|
Nicolas Silva
|
f7668eb024
|
Bug 990876 - Remove TextureClientSurface. r=mattwoodrow
|
2014-04-14 21:29:42 +02:00 |
|