Andrew Osmond
|
5a7c3f4749
|
Bug 1144211 - Improve code coverage of camera mochitests. r=mikeh
--HG--
rename : dom/camera/test/test_camera_hardware_auto_focus_moving_cb.html => dom/camera/test/test_camera_auto_focus.html
rename : dom/camera/test/test_camera_bad_initial_config.html => dom/camera/test/test_camera_configuration.html
rename : dom/camera/test/test_camera_hardware_face_detection.html => dom/camera/test/test_camera_face_detection.html
rename : dom/camera/test/test_bug975472.html => dom/camera/test/test_camera_release.html
rename : dom/camera/test/test_camera_hardware_failures.html => dom/camera/test/test_camera_take_picture.html
extra : amend_source : edb877b83a258230767eca02fa3d0500ab865a0e
|
2015-03-17 13:01:24 -04:00 |
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
Andrew Osmond
|
ce39ae083d
|
Bug 1139027 - Permit running of camera mochitests on B2G desktop. r=mikeh
|
2015-03-10 19:39:49 -04:00 |
Andrew Osmond
|
2f0b8c72c1
|
Bug 1062387 - Part 3. Implement Gonk wrappers for JS camera driver. r=mikeh
|
2015-03-03 12:37:30 -05:00 |
Ehsan Akhgari
|
4354953b4f
|
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-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 MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
Mike Habicher
|
34426c6b7a
|
Bug 1099390 - add reason to onClosed event, r=aosmond,bz
|
2014-11-25 14:45:00 -05:00 |
Mike Habicher
|
e826a6be7c
|
Bug 965420 - camera face-tracking, r=bz,dhylands
|
2014-04-09 11:52:10 -04:00 |
Youngwoo Jo
|
7ed261b8a5
|
Bug 965421 - camera continuous autofocus status callback, r=jst,mikeh
|
2014-04-09 11:12:25 -04:00 |
Mike Habicher
|
116c56d9ed
|
Bug 976802 - add support for testing fake CameraParameters, r=dhylands
|
2014-02-28 17:51:26 -05:00 |
Mike Habicher
|
6d7abcf9fe
|
Bug 940424 - add a failable test shim to the Gonk hardware wrapper, r=dclarke,dhylands,jesup
|
2014-02-19 23:18:52 -05:00 |