Trevor Saunders
|
6d4bc4993b
|
bug 899210 - convert camera control to WebIDL r=bz
|
2013-07-06 16:55:10 -04:00 |
|
Reuben Morais
|
c198a0c5d0
|
No bug - Silence camera permission warning that is printed every time a Navigator object is created. r=mikeh
--HG--
extra : rebase_source : fcff93d24aabb4562d883adcff6b0c808b88bc50
|
2013-08-15 17:13:15 -03:00 |
|
Ms2ger
|
df8525f77d
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Boris Zbarsky
|
1d61759816
|
Bug 838146 part 2. Implement WebIDL API on Navigator for all our nonstandard extensions that are not behind build-time flags. r=smaug, sr=peterv
|
2013-07-12 10:35:44 -04:00 |
|
Trevor Saunders
|
b0ae9773f8
|
bug 870678 - move CameraSelector dictionary to webidl r=bz
|
2013-05-15 07:07:08 -04:00 |
|
Trevor Saunders
|
1e767d04d1
|
bug 870678 - remove nsIDOMCameraManager r=bz
|
2013-05-14 06:59:11 -04:00 |
|
Trevor Saunders
|
aed9eba249
|
bug 870678 - convert CameraManager to webidl r=bz
|
2013-05-10 02:25:25 -04:00 |
|
Olli Pettay
|
29c93f77f6
|
Bug 839528 - Change the namespace of xpidl dictionary helpers, r=khuey
|
2013-02-11 21:37:50 +02:00 |
|
Ms2ger
|
fbadf3d9a2
|
Bug 814898 - Part c: Cleanup CC goop in B2G-specific parts of dom/; r=mccr8
|
2012-12-02 09:54:37 +01:00 |
|
Benoit Jacob
|
a1d7e0f511
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Nathan Froyd
|
bd55a07f0e
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
|
Isaac Aggrey
|
c407ef6549
|
Bug 794510: Part 4 - Use PR_NewLogModule instead of PR_LOG_DEFINE; r=ehsan,wtc
|
2012-10-13 15:56:35 -05:00 |
|
Ehsan Akhgari
|
7de021df15
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-10-01 16:04:09 -04:00 |
|
Mike Habicher
|
aa7b948dff
|
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 |
|
Mike Habicher
|
e695772791
|
Bug 776934 - Add permissions check to camera API. r=jlebar
|
2012-09-21 06:32:18 -04: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 |
|
David Zbarsky
|
be166ede1b
|
Bug 785486 - DomCameraManager redefines DOM_CAMERA_LOG_LEVEL r=mikeh
|
2012-08-24 16:50:57 -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 |
|
Mike Habicher
|
dda84ed7c2
|
Bug 780905 - Remove excess logging from DOMCameraManager. r=smaug
|
2012-08-07 20:49:07 -04:00 |
|
Mike Habicher
|
d753b0fbff
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
|