Andrew Osmond
|
d74af6faf3
|
Bug 1175656 - Implement generation of recording posters in Gecko. r=dhylands,bz
|
2015-06-16 20:35:00 -04:00 |
Roger Yang
|
0cffd42719
|
Bug 1129051 - Fix double free in Camera Control Listener. Fix webrtc memory leak. r=aosmond
|
2015-04-28 16:08:40 -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 |
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
|
cb12b55b35
|
Bug 1104055 - fix CameraControl memory leak, r=aosmond
|
2014-12-12 21:18:03 -05:00 |
Mike Habicher
|
34426c6b7a
|
Bug 1099390 - add reason to onClosed event, r=aosmond,bz
|
2014-11-25 14:45:00 -05:00 |
Andrew Osmond
|
6cb6557d3f
|
Bug 1030007 - Throttle updating the preview window when CPU low and/or encoder falls behind. r=mikeh, r=cpearce
|
2014-07-02 19:55:00 -04:00 |
Mike Habicher
|
65f3fee910
|
Bug 985496 - rationalize camera error reporting, r=dhylands
|
2014-04-25 16:28:15 -04: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
|
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 |
Mike Habicher
|
557d8c2d5c
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 17:41:07 -05:00 |
Ryan VanderMeulen
|
06dd91591b
|
Backed out changeset 6e588c56764b (bug 909542) for Gaia unit test perma-fail.
|
2014-02-14 08:27:44 -05:00 |
Mike Habicher
|
abbcc4db39
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 00:28:57 -05:00 |
Phil Ringnalda
|
5a748ed604
|
Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions
|
2014-02-10 19:09:23 -08:00 |
Mike Habicher
|
e97948ed28
|
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 |