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 |
|
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 |
|
Kyle Huey
|
74215b6cbb
|
Bug 991812: Remove uses of AtomicRefCounted<T> that live in Gecko. r=ehsan
|
2014-04-14 12:04:25 -07:00 |
|
Nicolas Silva
|
1092a96105
|
Bug 994024 - Add assertions in ImageBridgeChild. r=bjacob
|
2014-04-11 18:48:01 +02:00 |
|
Nicolas Silva
|
e6b591c126
|
Bug 994024 - Add assertions in ShadowLayers.cpp. r=bjacob
|
2014-04-11 18:47:56 +02:00 |
|
Benoit Jacob
|
e8b418c5f5
|
Bug 987305 - Refactor EnumSerializer - r=nfroyd
|
2014-04-14 10:17:40 -04:00 |
|
Kartikaya Gupta
|
3710c46f7b
|
Bug 982888 - Some cleanup/rearranging of stuff in AsyncPanZoomController.h. r=
|
2014-04-11 19:39:22 -04:00 |
|
Kartikaya Gupta
|
f094a058db
|
Bug 982888 - Use the scroll handoff parent field while building the handoff chain. r=
|
2014-04-11 19:39:22 -04:00 |
|
Kartikaya Gupta
|
f22e15107b
|
Bug 982888 - Add a mScrollHandoffParent field to ContainerLayers. r=
|
2014-04-11 19:39:21 -04:00 |
|
Jonathan Watt
|
d54d6a8047
|
Bug 960524 - Get rid of Image::DeprecatedGetAsSurface (Moz2D migration). r=mattwoodrow
|
2014-04-10 09:49:53 +01:00 |
|
Kartikaya Gupta
|
97c0e3ed34
|
Bug 989054 - Update the rendertrace output to handle displayport margins. r=botond
|
2014-04-10 03:15:09 -04:00 |
|
Kartikaya Gupta
|
e2d981df11
|
Bug 989054 - Update repaint deduplication code to use displayport margins. r=botond
|
2014-04-10 03:15:08 -04:00 |
|
Ryan VanderMeulen
|
c59c631795
|
Backed out changeset c81707878977 (bug 974197) for Gaia integration test failures on a CLOSED TREE.
|
2014-04-09 22:14:13 -04:00 |
|
Matt Woodrow
|
8e7006914b
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Matt Woodrow
|
4c66e0a0a9
|
Bug 904890 - Part 5: Add a d3d9 texture host for DXGI surfaces. r=nical
|
2014-04-07 15:23:06 +12:00 |
|
Matt Woodrow
|
e52746c78e
|
Bug 991028 - Remove deprecated IPDL SurfaceDescriptor types. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
c7beeace87
|
Bug 991028 - Get rid of OpenDescriptor/CloseDescriptor. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
8557eb8a03
|
Bug 991028 - Stop using OpenDescriptor in ContentClientIncremental. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
29d8737832
|
Bug 991028 - Remove AutoOpenSurface. r=nical
|
2014-04-07 13:32:48 +12:00 |
|
Phil Ringnalda
|
c213611c51
|
Backed out 4 changesets (bug 991028) for nonunified bustage
CLOSED TREE
Backed out changeset 147581a518c3 (bug 991028)
Backed out changeset e5bacc566e58 (bug 991028)
Backed out changeset 6dc852777a4d (bug 991028)
Backed out changeset 780bec5571b9 (bug 991028)
|
2014-04-06 21:21:38 -07:00 |
|
Matt Woodrow
|
605fb137f9
|
Bug 991028 - Remove deprecated IPDL SurfaceDescriptor types. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
b9ca218121
|
Bug 991028 - Get rid of OpenDescriptor/CloseDescriptor. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
8b3fd32955
|
Bug 991028 - Stop using OpenDescriptor in ContentClientIncremental. r=nical
|
2014-04-07 13:32:49 +12:00 |
|
Matt Woodrow
|
178a48f9d2
|
Bug 991028 - Remove AutoOpenSurface. r=nical
|
2014-04-07 13:32:48 +12:00 |
|
Daniel Holbert
|
b6bb05e33b
|
Bug 984786 part 8: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /gfx and /content/canvas. r=bjacob
|
2014-04-04 09:27:02 -07:00 |
|
Nicolas Silva
|
3cb6d93ac3
|
Bug 989904 - Remove the remaining deprecated textures code. r=mattwoodrow
|
2014-04-03 14:04:04 +08:00 |
|
Matt Woodrow
|
a96b07aa1c
|
Bug 990437 - Rename the Incremental texture created function. r=nical
|
2014-04-02 14:45:01 +08:00 |
|
Nicolas Silva
|
1c3e5f7d5d
|
Bug 989904 - Remove some of the deprecated backend-independent textures. r=mattwoodrow
|
2014-04-01 14:28:23 +08:00 |
|
Nicolas Silva
|
24e2f3dd3b
|
Bug 989883 - Remove deprecated ContentClient/Host. r=mattwoodrow
|
2014-04-01 14:28:05 +08:00 |
|
Nicolas Silva
|
f1a6964fcb
|
Bug 989883 - Remove deprecated ImageClient/Host. r=mattwoodrow
|
2014-04-01 14:28:00 +08:00 |
|
Ryan VanderMeulen
|
4ac3ff6d15
|
Merge b2g-inbound to m-c.
|
2014-03-31 17:27:57 -04:00 |
|
Ryan VanderMeulen
|
ad5d64b8b9
|
Backed out changesets 0b596070fe54 and ed6969e4fb6f (bug 957560) for causing bug 990027 on a CLOSED TREE.
|
2014-03-31 14:31:52 -04:00 |
|
Sotaro Ikeda
|
3c541b7114
|
Bug 985772 - Remove SurfaceDescriptor around GonkNativeWindow r=nical,pchang,schiu,mikeh,gal
|
2014-03-31 08:24:28 -07:00 |
|
Carsten "Tomcat" Book
|
34c6e4261e
|
merge b2g-inbound to mozilla-central
|
2014-03-31 12:46:42 +02:00 |
|
Phil Ringnalda
|
43ea6afde0
|
Back out 2f5e6cd1cc9c (bug 989829) for assertion failures
|
2014-03-30 23:26:43 -07:00 |
|
Sotaro Ikeda
|
536cbeca2d
|
Bug 989561 - Remove min size limitation since JB gonk r=gal
|
2014-03-30 22:23:52 -07:00 |
|
Kartikaya Gupta
|
3e901f4a96
|
Bug 989829 - Move all APZ prefs into gfxPrefs and move all documentation into AsyncPanZoomController.cpp. r=botond
|
2014-03-31 13:05:38 +08:00 |
|
Nicolas Silva
|
4e568f39b1
|
Bug 957560 - Fix new textures on windows (OMTC). r=mattwoodrow
|
2014-03-31 11:07:40 +08:00 |
|
Carsten "Tomcat" Book
|
d4532224da
|
Merge mozilla-central to mozilla-inbound
|
2014-03-31 12:50:17 +02:00 |
|
Nicolas Silva
|
f046e7971f
|
Bug 977255 - Initialize the gralloc memory reporter in gfxPlatform. r=cwiiis
|
2014-03-28 18:20:57 +01:00 |
|
Kartikaya Gupta
|
8d1898adb3
|
Bug 989829 - Move all APZ prefs into gfxPrefs and move all documentation into AsyncPanZoomController.cpp. r=botond
|
2014-03-31 13:05:38 +08:00 |
|
Nicolas Silva
|
216960b7a3
|
Bug 977255 - Backout for build bustage on a CLOSED TREE
|
2014-03-28 17:01:52 +01:00 |
|
Nicolas Silva
|
3ef666e829
|
Bug 977255 - Initialize the gralloc memory reporter in gfxPlatform. r=cwiiis
|
2014-03-28 15:40:30 +01:00 |
|
Kartikaya Gupta
|
98665d1e19
|
Bug 948377 - Remove unwanted rounding in CalculateCompositedRectInCssPixels; add a CalculateCompositedSizeInCssPixels also. r=botond
|
2014-03-28 10:36:47 -04:00 |
|
Kartikaya Gupta
|
cea8366a19
|
Bug 980679 - Filter redundant scroll offset updates by scroll generation value. r=botond,tn
|
2014-03-28 08:21:19 -04:00 |
|
Matt Woodrow
|
87bb5ca618
|
Bug 980642 - Implement Clear regions for ClientLayerManager/LayerManagerComposite. r=roc
|
2014-03-28 16:38:32 +13:00 |
|
Kartikaya Gupta
|
8f7d8ad02e
|
Bug 988920 - Use getter functions instead of trying to access private member. r=botond
|
2014-03-27 15:06:15 -04:00 |
|
Dmitry Rozhkov
|
e846267ad8
|
Bug 985541 - Turn GestureEventListener into Finite-state machine. r=kats,drs
|
2014-03-27 14:04:39 +02:00 |
|
Carsten "Tomcat" Book
|
84e1bc2be7
|
merge mozilla-inbound to mozilla-central
|
2014-03-27 14:09:23 +01:00 |
|
Ryan VanderMeulen
|
c5fd173c74
|
Merge m-c to inbound.
|
2014-03-26 23:09:54 -04:00 |
|
Sotaro Ikeda
|
f788f213cf
|
Bug 977880 - Handle ReleaseFence on tiled thebes layer r=cwiiis,nical,BenWa
|
2014-03-26 18:01:15 -07:00 |
|
Wes Kocher
|
05f118b4e6
|
Merge m-c to b2g-inbound despite the CLOSED TREE
|
2014-03-25 20:22:16 -07:00 |
|
Sotaro Ikeda
|
e4b5d68110
|
Bug 986933 - Add DeallocGrallocBuffer() r=nical
|
2014-03-25 18:28:47 -07:00 |
|
Eric Rahm
|
6af5d95274
|
Bug 962154 - Use MallocSizeOf to report decoded-video memory. r=cpearce,njn
|
2014-03-19 14:33:12 -07:00 |
|
Blake Kaplan
|
68ad820c92
|
Bug 976479 - Don't race to destroy top level protocols off the main thread. r=nical
|
2014-03-21 15:20:25 -07:00 |
|
Brian Birtles
|
bd02c4b352
|
Bug 986359 part 3 - Add AutoResolveRefLayers before calling TransformShadowTree; r=mattwoodrow
|
2014-03-22 05:59:57 +08:00 |
|
Brian Birtles
|
4d7ae1cfa3
|
Bug 986359 part 1 - Move SetTestSampleTime and LeaveTestMode to LayerTransactionParent; r=mattwoodrow
|
2014-03-22 05:59:57 +08:00 |
|
Chadd Williams
|
29c628c5eb
|
Bug 980493 - Transition FrameMetrics::mScrollId to use a getter/setter. r=botond
--HG--
extra : histedit_source : 1c84496d4b61f019e6e6cc24591ee3a10434e4cc
|
2014-03-21 17:48:08 -04:00 |
|
Ryan VanderMeulen
|
d97e043b19
|
Merge m-c to inbound.
|
2014-03-21 16:49:07 -04:00 |
|
Sotaro Ikeda
|
2fa700a37c
|
Bug 986253 - Limt a number of Fence to 4 per message r=nical
|
2014-03-21 09:57:01 -07:00 |
|
Nicolas Silva
|
43cda78fba
|
Bug 968807 - Add assertions in TextureClient. r=bjacob
|
2014-03-21 18:03:20 +01:00 |
|
Nicolas Silva
|
26060d4188
|
Bug 984338 - Add a pref to flash layer borders when they are created. r=jrmuizel
|
2014-03-25 17:54:39 +01:00 |
|
Kartikaya Gupta
|
cec4d1bf73
|
Bug 987314 - Move around a few things in AsyncPanZoomController.h. r=botond
|
2014-03-25 09:26:05 -04:00 |
|
Timothy Nikkel
|
1e93340ce7
|
Bug 957668. Calculate and set display ports as margins in layer pixels. r=kats
|
2014-03-26 21:46:24 -04:00 |
|
Timothy Nikkel
|
c8ea0bb2cd
|
Bug 986413. Limit composition bounds used for display port calculation to root composition bounds. r=kats
|
2014-03-26 19:24:25 -04:00 |
|
Botond Ballo
|
1272af0064
|
Bug 980493 - Update references to mScrollOffset and mZoom in APZC_LOG calls. r=kats
--HG--
extra : rebase_source : 73cac39c4c6f5900f834ce690fa447808d30e4ad
|
2014-03-20 14:36:40 -04:00 |
|