Mike Habicher
|
9e32e131fd
|
Bug 940424 - add a failable test shim to the Gonk hardware wrapper, r=dclarke,dhylands,jesup
|
2014-02-19 23:18:52 -05:00 |
|
Mike Habicher
|
a28ebb99d1
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 17:41:07 -05:00 |
|
Ryan VanderMeulen
|
df06ba6285
|
Backed out changeset 6e588c56764b (bug 909542) for Gaia unit test perma-fail.
|
2014-02-14 08:27:44 -05:00 |
|
Mike Habicher
|
4ec887a5dd
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 00:28:57 -05:00 |
|
Phil Ringnalda
|
17e6ef5703
|
Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions
|
2014-02-10 19:09:23 -08:00 |
|
Mike Habicher
|
dc323719b7
|
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 |
|
Ben Tian
|
909dc966f6
|
Bug 949930 - CameraControl.sensorAngle doesn't return consistent angle among different devices, r=mikeh, a=1.3+
|
2014-01-13 10:12:40 +08:00 |
|
Sotaro Ikeda
|
102ee3682a
|
Bug 803471 - Part 5c - Cange GonkCamera to use android::Camera. r=mhabicher
|
2013-03-08 14:43:33 -05:00 |
|
Kan-Ru Chen (陳侃如)
|
d1dfbd68de
|
Bug 825687 - Unregister camera control from the camera hardware. r=mikeh
|
2013-01-07 13:54:24 +01:00 |
|
Benoit Jacob
|
fe01083861
|
Bug 798033 - adapt dom/camera code to not relying on headers to do using namespace - r=mhabicher
|
2012-11-12 19:06:31 -05:00 |
|
Matt Joras
|
5efd4dad8e
|
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
|
2012-11-10 10:45:52 -05:00 |
|
Ryan VanderMeulen
|
a17df69b99
|
Backed out changeset 5054c2552a30 (bug 798033) for b2g bustage.
|
2012-11-10 11:52:15 -05:00 |
|
Matt Joras
|
ed596163dd
|
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
|
2012-11-10 10:45:52 -05:00 |
|
Mike Habicher
|
62b39a43c1
|
Bug 808099 - Write the correct rotational meta-data to the video stream. r=cjones
|
2012-11-06 22:32:01 -05:00 |
|
Michael Vines
|
ae58b008c3
|
Bug 803733 - Normalize camera sensor orientation. r=cjones
|
2012-10-24 17:23:01 -07:00 |
|
Inder Kumar ext:(%20and%20Mike%20Habicher%20%3Cmhabicher%40mozilla.com%3E)
|
796bda9b42
|
Bug 776062: Add support for recording video on gonk. r=cjones,double,ikumar,mikeh sr=sicking
|
2012-09-28 22:30:52 -07:00 |
|
Mike Habicher
|
991f26aa4b
|
Bug 779139 - Make DOM-facing camera objects cycle collection participants. r=jst
--HG--
rename : dom/camera/CameraControl.h => dom/camera/CameraControlImpl.h
rename : dom/camera/GonkCameraCapabilities.cpp => dom/camera/DOMCameraCapabilities.cpp
|
2012-09-04 21:01:56 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Kan-Ru Chen
|
e5d2297f13
|
Bug 757341 - Camera direct texturing with async video. r=cjones
|
2012-08-17 18:56:55 +08:00 |
|
Mike Habicher
|
d753b0fbff
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
|