Nathan Froyd
|
14c4b5f9e8
|
Bug 798573 - remove prtypes.h #includes in dom/; r=ehsan
|
2012-10-05 17:28:24 -04:00 |
|
Mike Habicher
|
3838ead36b
|
Bug 798304 - Call AppendRelativePath() to append video filename (possibly including subpath) to data storage area root. r=dougt
|
2012-10-10 06:32:37 -04:00 |
|
Ehsan Akhgari
|
4b71a98ab2
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-10-01 16:04:09 -04:00 |
|
Mike Habicher
|
3e1aa22ba1
|
Bug 779145 - Add support for unsoliciated onShutter and onClosed callbacks, handle OnNavigation to clean-up. r=jst
|
2012-09-30 20:37:47 -04:00 |
|
Inder Kumar ext:(%20and%20Mike%20Habicher%20%3Cmhabicher%40mozilla.com%3E)
|
d8f8957970
|
Bug 776062: Add support for recording video on gonk. r=cjones,double,ikumar,mikeh sr=sicking
|
2012-09-28 22:30:52 -07:00 |
|
Isaac Aggrey
|
0cc4b12d36
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Edwin Flores
|
c06dc84a94
|
Bug 759506 - GonkNativeWindow and layers changes for B2G zero-copy OMX hardware decoding r=kanru
|
2012-09-27 16:33:42 +12:00 |
|
Mike Habicher
|
4f1885c23e
|
Bug 776934 - Add permissions check to camera API. r=jlebar
|
2012-09-21 06:32:18 -04:00 |
|
Ms2ger
|
32e45fa34b
|
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (first batch); r=mounir
|
2012-09-20 09:55:36 +02:00 |
|
Mike Habicher
|
b0b3d04888
|
Bug 790746
|
2012-09-12 22:24:00 -04:00 |
|
Nathan Froyd
|
9b227bf10d
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Mike Habicher
|
20b183fd5a
|
Bug 789307 - Unlock() the graphics buffer if we're not going to consume it. r=kchen
|
2012-09-07 16:23:01 -04:00 |
|
Mike Habicher
|
15e34763e4
|
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 |
|
David Zbarsky
|
114264765b
|
Bug 785486 - DomCameraManager redefines DOM_CAMERA_LOG_LEVEL r=mikeh
|
2012-08-24 16:50:57 -04:00 |
|
Nathan Froyd
|
4c779437cc
|
Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey
|
2012-08-24 16:01:30 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
David Zbarsky
|
b27894f902
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Paul Adenot
|
4315429c87
|
Bug 774581: Send event when starting/stopping audio or video recording; r=anant,mhabicher
|
2012-08-17 09:10:08 -07:00 |
|
Mike Habicher
|
43d63d34bf
|
Bug 783682 - Camera - always assume the camera gives us yuv420sp [r=gal]
|
2012-08-20 09:11:20 -07:00 |
|
Nicolas Silva
|
54dd2bf57f
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Kan-Ru Chen
|
0fdb67a324
|
Bug 757341 - Camera direct texturing with async video. r=cjones
|
2012-08-17 18:56:55 +08:00 |
|
Mike Habicher
|
927fa37de8
|
Bug 780905 - Remove excess logging from DOMCameraManager. r=smaug
|
2012-08-07 20:49:07 -04:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Eric Faust
|
6d4e293e26
|
Bug 752223 - Implement JS_NumberValue(), replacing JS_NewNumberValue(). (r=luke)
|
2012-08-01 17:59:47 -07:00 |
|
Mike Habicher
|
fd45423d62
|
Bug 779351 - Camera needs to get/configure the SourceMediaStream on the main thread, r=roc
|
2012-08-01 14:21:27 -04:00 |
|
Mike Habicher
|
fda42a47a7
|
Bug 779283: fix assertions in ICS camera r=dzbarsky
|
2012-07-31 17:57:39 -07:00 |
|
David Zbarsky
|
ea18b21eb6
|
Fix virtual destructor warnings in dom/camera, no bug, blanket r=bz
|
2012-07-31 14:30:53 -07:00 |
|
Michael Wu
|
9d7b627cd2
|
Follow up to Bug 740997 - land the right version of GonkCameraCapabilities.cpp, r=killer
|
2012-07-31 01:45:26 -04:00 |
|
Mike Habicher
|
01f8e81e31
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
|