Commit Graph

432 Commits

Author SHA1 Message Date
Chadd Williams
be019a3d12 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
Eric Rahm
18790f200d Bug 971633 - Add filtering of expired input events. r=mwu 2014-03-12 17:31:09 -07:00
Diego Wilson
bbd8a78f7f Bug 984500 - Add general description of HwcComposer2D. r=sotaro 2014-03-18 07:53:09 -07:00
Sushil Chauhan
9124af7a35 Bug 981732 - HwcComposer2D should not compose any layer below full screen Opaque layer. r=dwilson 2014-03-17 11:51:26 -07:00
Sotaro Ikeda
1f8749fe25 Bug 974152 - Use FrameBuffer's Acquire Fence as Layer buffer's ReleaseFence on gonk r=sushil,nical 2014-03-17 18:36:56 -07:00
Jerry Shih
516ae19ba7 Bug 930884 - Handle cancelBuffer. r=mwu 2014-03-15 17:07:48 -04:00
Sushil Chauhan
781b569d6a Bug 983273 - HwcComposer2D should honor HWC_HINT_CLEAR_FB for bottom layer. r=dwilson 2014-03-13 14:22:18 -07:00
Ehsan Akhgari
178f47f91d Bug 983014 - Move the rest of the -I build flags that stayed in Makefiles because of ANDROID_SOURCE to moz.build; r=mshal 2014-03-13 19:31:18 -04:00
Wes Kocher
a07bbe4b3e Merge m-c to b-i 2014-03-12 21:22:36 -07:00
Jed Davis
a2f7fe6f8f Bug 976398 - Check camera permissions directly instead of using Unix groups. r=mwu r=bent
Loosely based on the code used to check PRemoteOpenFile.
2014-03-12 15:48:15 -07:00
Kartikaya Gupta
d655c3edd9 Bug 981029 - Change the GeckoContentController interface to take CSSPoint instead of CSSIntPoint. r=botond 2014-03-12 15:27:45 -04:00
Ehsan Akhgari
4503a3f4b3 Bug 981291 - Rewrite widget/gonk/libdisplay/Makefile.in in moz.build; r=mshal
--HG--
extra : rebase_source : cdc390716d82a268794578e7cae8cc8f411d0883
2014-03-10 20:13:14 -04:00
Carsten "Tomcat" Book
1096a4e1d3 merge mozilla-inbound to mozilla-central 2014-03-05 13:04:39 +01:00
Ryan VanderMeulen
991cf68d46 Merge inbound to m-c. 2014-03-04 17:12:58 -05:00
Thomas Zimmermann
b608c9361b Bug 978700: Fix warning about non-virtual destructor, r=roc 2014-03-04 09:45:51 +01:00
Thomas Zimmermann
1ead903fac Bug 978700: Fix warnings about comparison of values with different signs, r=roc 2014-03-04 09:45:51 +01:00
Thomas Zimmermann
d756b30815 Bug 978700: Fix warnings about uninitialized variables, r=roc 2014-03-04 09:45:51 +01:00
Thomas Zimmermann
9cb98dd40e Bug 978700: Fix warning about initialization order in constructor, r=roc 2014-03-04 09:45:51 +01:00
Thomas Zimmermann
74281b32f0 Bug 978700: Fix some warnings about redefined preprocessor tokens, r=roc 2014-03-04 09:45:50 +01:00
Thomas Zimmermann
d0d468a0c4 Bug 978700: Remove unused variables in widget/, r=roc 2014-03-04 09:45:50 +01:00
Jonathan Kew
224d9895fd bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel 2014-03-04 09:26:06 +00:00
Phil Ringnalda
2e6a1fd51c Back out bbd7b1da5d36:b0d1c4456b73 (bug 974575) and 6e8140ae4961 (bug 969814) for ASan bustage 2014-03-03 22:40:07 -08:00
Jonathan Kew
da8b708514 bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel 2014-03-04 05:37:40 +00:00
Ehsan Akhgari
444a26ed8e Bug 976896 - Port STL_FLAGS to moz.build; r=mshal 2014-03-04 19:39:06 -05:00
Sotaro Ikeda
18b8f5292d Bug 977777 - Add fence handling to GonkNativeWindowKK r=pchang,schiu 2014-03-03 07:12:52 -08:00
Sushil Chauhan
9058bca2dc Bug 976717 - Pass the Framebuffer rectangle to be cleared to LayerComposite. r=ncameron 2014-02-27 11:07:34 -08:00
Sotaro Ikeda
d4c5f44335 Bug 977596 - Fix build failure on flatfish r=jmuizelaar 2014-02-27 13:26:22 -08:00
Michael Vines
eb1df0a6bc Bug 976839 - Grant AID_RADIO access to android.permission.MODIFY_AUDIO_SETTINGS. r=mwu 2014-02-19 09:53:06 -08:00
Jerry Shih
7de6bb79e8 Bug 975974 - [Flatfish] Cannot boot up successfully and screen is black. r=mwu 2014-02-27 11:38:36 -05:00
Solomon Chiu
843f797eeb Bug 959505 - Modify nativewindow relative files which affected by KK's change. r=sotaro 2014-02-25 15:51:46 +08:00
Solomon Chiu
3918d13a24 Bug 959505 - Rename GonkBufferQueue/GonkConsumerBase to JB version. r=sotaro
--HG--
rename : widget/gonk/nativewindow/GonkBufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueJB.cpp
rename : widget/gonk/nativewindow/GonkBufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueJB.h
rename : widget/gonk/nativewindow/GonkConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseJB.cpp
rename : widget/gonk/nativewindow/GonkConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseJB.h
2014-02-20 18:42:31 +08:00
Solomon Chiu
d0f6704096 Bug 959505 - Modify BufferQueue/ConsumerBase/NativeWindow/NativeWindowClient/GraphicBufferConsumer for Gonk. r=sotaro 2014-02-20 18:42:17 +08:00
Solomon Chiu
f3afe6b1b4 Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro
--HG--
rename : widget/gonk/nativewindow/BufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueKK.cpp
rename : widget/gonk/nativewindow/BufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueKK.h
rename : widget/gonk/nativewindow/ConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseKK.cpp
rename : widget/gonk/nativewindow/ConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseKK.h
rename : widget/gonk/nativewindow/Surface.cpp => widget/gonk/nativewindow/GonkNativeWindowClientKK.cpp
rename : widget/gonk/nativewindow/Surface.h => widget/gonk/nativewindow/GonkNativeWindowClientKK.h
rename : widget/gonk/nativewindow/BufferItemConsumer.cpp => widget/gonk/nativewindow/GonkNativeWindowKK.cpp
rename : widget/gonk/nativewindow/BufferItemConsumer.h => widget/gonk/nativewindow/GonkNativeWindowKK.h
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.cpp => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.cpp
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.h => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.h
2014-02-20 18:42:02 +08:00
Solomon Chiu
9b8f86a018 Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro 2014-02-20 18:41:45 +08:00
Sotaro Ikeda
c0ff94d478 Bug 957323 - Handle android's fence on gonk r=nical,doublec,pchang 2014-02-24 20:23:41 -08:00
Sotaro Ikeda
3833d05925 Bug 957276 - Fix YFlipped buffer's source crop r=sushil 2014-02-22 04:56:02 -08:00
Jerry Shih
334025cd2a Bug 970794 - Support hardware composer base on android JB 4.2.2. r=mwu 2014-02-21 08:30:20 -05:00
George Wright
dabda25e22 Bug 910754 - Update include paths for gonk's build as Skia's directory structure has changed r=snorp 2013-12-11 20:41:42 -05:00
George Wright
2b32dd27bb Back out changesets from bug 910754 due to build bustage 2014-02-18 17:54:04 -05:00
George Wright
fee7d528ae Bug 910754 - Update include paths for gonk's build as Skia's directory structure has changed r=snorp 2013-12-11 20:41:42 -05:00
Ed Morley
fc17a7556d Backed out changeset e9055e7476f1 (bug 970895) for causing bug 973824 2014-02-18 17:52:27 +00:00
Thomas Zimmermann
2e9021f862 Bug 970895: Use I/O loop for polling memory-pressure events, r=dhylands
The code for polling sysfs for memory-pressure events currently
runs on a separate thread. This patch implements this functionality
for the I/O thread. This unifies the code base a bit and also safes
some resources.
2014-02-17 12:29:26 +01:00
Phil Ringnalda
c36c6ce913 Merge b-i to m-c 2014-02-15 10:01:36 -08:00
Mike Habicher
cb7b7f75e6 Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 17:41:07 -05:00
Masayuki Nakano
e393ad7356 Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
Ryan VanderMeulen
ee17cd233e Backed out changeset 6e588c56764b (bug 909542) for Gaia unit test perma-fail. 2014-02-14 08:27:44 -05:00
Mike Habicher
b8dfc21206 Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 00:28:57 -05:00
Phil Ringnalda
608d5cbbe0 Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions 2014-02-10 19:09:23 -08:00
Mike Habicher
f2e6cb2def Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
* * *
Debugging the rotation issue with new camera.js
* * *
Fix the occasionally-invalid MOZ_ASSERT on GonkCameraControl.cpp:844
2014-02-10 17:53:19 -05:00
Doug Sherk
a1acaa79fc Bug 964421 - Add a mechanism to HandleLongTap(Up) to allow content to preventDefault touches and stop panning while long tapping. r=kats 2014-02-07 18:13:50 +01:00