Maksim Lebedev
|
cde396c725
|
Bug 979345 - Implement "touch-action: manipulation" CSS value for Pointer Events. r=kats,botond,dbaron,mbrubeck
|
2014-04-23 09:56:46 -04:00 |
|
Kartikaya Gupta
|
00369101e0
|
Bug 993554 - Prevent clipping sync-scrollable subframes to the critical displayport on Fennec. r=BenWa,botond
|
2014-04-23 09:27:58 -04:00 |
|
Nicolas Silva
|
e440db1e50
|
Bug 999736 - Add a null check in ContentHostTexture::Lock. r=bjacob
|
2014-04-23 14:19:29 +02:00 |
|
Jeff Gilbert
|
99c9587534
|
Bug 999713 - Kill WS in files we want to touch. - r=kamidphish
|
2014-04-22 16:23:18 -07:00 |
|
Wes Kocher
|
e4fa4a7a0c
|
Backed out changeset 039b15c9b84e (bug 979345) for build bustage on a CLOSED TREE
|
2014-04-22 15:29:11 -07:00 |
|
Maksim Lebedev
|
d692c75b81
|
Bug 979345 - Implement "touch-action: manipulation" CSS value for Pointer Events. r=kats, r=botond, r=dbaron, r=mbrubeck
|
2014-04-22 14:27:02 -07: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 |
|
Botond Ballo
|
2ca4dde4fe
|
Bug 997287 - Access AsyncPanZoomController::mGeckoContentController safely. r=kats
--HG--
extra : source : cf71c9301548157b0b92f1443290273ac8a45f28
|
2014-04-16 17:02:22 -04: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 |
|
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 |
|
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 |
|
Kartikaya Gupta
|
746cf3e093
|
Bug 996742 - Remove unused forward declare in the wrong namespace. r=nrc
|
2014-04-15 11:02:00 +02: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 |
|
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 |
|
Carsten "Tomcat" Book
|
6ba40030cc
|
Backed out changeset f52300725e6f (bug 924622) for Linux Test Bustage
|
2014-04-15 12:46:25 +02: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 |
|
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 |
|
Botond Ballo
|
cfb461d4ca
|
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
|
58aeb3b79f
|
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
|
90da0b7097
|
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
|
00d9196444
|
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
|
fe86ccef3f
|
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
|
ddd3e1cac3
|
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
|
4244af99c3
|
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
|
abfcc8ca1c
|
Bug 976605 - Make Axis more const-correct. r=kats
--HG--
extra : source : 50988abb501db2d04a1b5446e2553c61708628f0
|
2014-04-11 14:38:34 -04:00 |
|
Nicolas Silva
|
4dc24c0f5c
|
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
|
4d30de9e0f
|
Backed out changeset 3486a7a210a1 (bug 976605) for build failures; CLOSED TREE
|
2014-04-15 17:46:20 +01:00 |
|
Ed Morley
|
7aeaee8395
|
Backed out changeset d5c38470ac06 (bug 976605)
|
2014-04-15 17:45:48 +01:00 |
|
Ed Morley
|
06266d05e7
|
Backed out changeset ab6dbbd9fa3e (bug 976605)
|
2014-04-15 17:45:44 +01:00 |
|
Ed Morley
|
3494d34cc7
|
Backed out changeset cb8973818578 (bug 976605)
|
2014-04-15 17:45:41 +01:00 |
|
Ed Morley
|
80ce7ca191
|
Backed out changeset f5877d3b95ea (bug 976605)
|
2014-04-15 17:45:37 +01:00 |
|
Ed Morley
|
4a54835b65
|
Backed out changeset f29f702a5e1e (bug 976605)
|
2014-04-15 17:45:34 +01:00 |
|
Ed Morley
|
3a4fee3cf8
|
Backed out changeset 924ce232443c (bug 976605)
|
2014-04-15 17:45:30 +01:00 |
|
Ed Morley
|
c764853232
|
Backed out changeset 0781ca65c354 (bug 976605)
|
2014-04-15 17:45:27 +01:00 |
|
Ed Morley
|
a4e7d784f4
|
Backed out changeset 037f46cdfd80 (bug 976605)
|
2014-04-15 17:45:10 +01:00 |
|
Botond Ballo
|
dce7d5daf6
|
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
|
049240cb17
|
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
|
2427e572c0
|
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
|
50ba135f91
|
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
|
be177ff6b3
|
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
|
48d764dd23
|
Bug 976605 - Have APZ notify GeckoCC on start of touch. r=kats
--HG--
extra : source : ff72d81b063a4d37d9934f0c05d86a69681a99db
|
2014-04-09 14:07:47 -04:00 |
|