Carsten "Tomcat" Book
|
1096a4e1d3
|
merge mozilla-inbound to mozilla-central
|
2014-03-05 13:04:39 +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
|
d0d468a0c4
|
Bug 978700: Remove unused variables in widget/, r=roc
|
2014-03-04 09:45:50 +01: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 |
|
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 |
|
Mike Habicher
|
cb7b7f75e6
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 17:41:07 -05: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 |
|
Sotaro Ikeda
|
11014e1136
|
Bug 961405 - Change GraphicBufferLocked as to use AtomicRefCountedWithFinalize. r=nical, r=pchang, r=doublec, r=mikeh
|
2014-01-21 13:53:48 -05:00 |
|
Ms2ger
|
98586cdbc1
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
|
Sotaro Ikeda
|
21af12d6d1
|
Bug 929973 - Implement android::IGraphicBufferAlloc in B2G. r=mwu, r=mikeh
|
2013-11-21 16:03:27 -05:00 |
|
Vincent Liu
|
8425f1684b
|
Bug 939647 - Launch Video app causes crash based on Android JB (4.2.2). r=sotaro, r=mwu
|
2013-11-18 13:27:18 +08:00 |
|
Mike Hommey
|
931cb49886
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian O'Keefe
|
0cbcd904c7
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Mike Hommey
|
5072f65f8c
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Peter Chang
|
59195f23b7
|
Bug 922510 - Extend GonkNativeWindow to support android JB 4.2.2, r=sotaro,gps
|
2013-10-18 10:42:43 +08:00 |
|
Sotaro Ikeda
|
81b1a4b5b1
|
Bug 871364 - Support GonkNativeWindow on gonk-JB r=jmuizelaar,mwu,doublec,mikeh,glandium
|
2013-09-12 11:40:26 +02:00 |
|
Sotaro Ikeda
|
dcd5ffe85d
|
Bug 871364 - Add base source for GonkNativeWindow on gonk-JB r=jmuizelaar,mwu,doublec,mikeh,glandium
|
2013-09-12 11:40:25 +02:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Brian O'Keefe
|
0ee041b9fd
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Ms2ger
|
4d0ead0110
|
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
66214743ad
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Sotaro Ikeda
|
48253755a9
|
Bug 903174 - Move GonkNativeWindow to /widget/gonk/nativewindow. r=vlad
|
2013-08-13 12:58:38 -04:00 |
|