Mike Habicher
|
8173018d77
|
Bug 974455 - disable thumbnail when no correct aspect ratio can be found, r=dhylands
|
2014-02-24 19:50:26 -05:00 |
|
Mike Habicher
|
9535b293cc
|
Bug 975472 - fix crash in DOM error handler, r=dhylands
|
2014-02-24 13:01:21 -05:00 |
|
Mike Habicher
|
63e0bf861e
|
Bug 965533 - fix the zoom attribute, r=dhylands
|
2014-02-21 13:14:52 -05:00 |
|
Mike Habicher
|
f353462bf8
|
Bug 973790 - only call ClearCurrentFrame() when closing down the camera hardware, r=dhylands
|
2014-02-19 23:18:55 -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 |
|
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 |
|
Jon Coppeard
|
d0e56d0b88
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
|
Benoit Jacob
|
757acc5d48
|
Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel
|
2014-01-30 17:58:51 -05:00 |
|
Jon Coppeard
|
bfba7b5146
|
Bug 963167 - Convert JS_SetElement() to take HandleValue rather than MutableHandleValue r=sfink r=bz
|
2014-01-25 09:31:17 +00:00 |
|
Mike Habicher
|
2e97c42a00
|
Bug 963142 - fix negative-rotation math error in startRecording(), r=dhylands
|
2014-01-23 19:10:23 -05:00 |
|
Mike Habicher
|
2ea904f502
|
Bug 963142 - fix negative-rotation math error in takePicture(), r=dhylands
|
2014-01-23 15:17:58 -05:00 |
|
Wes Kocher
|
9a43f7ee39
|
Merge b2g-inbound to m-c
|
2014-01-21 17:23:48 -08:00 |
|
Sotaro Ikeda
|
4d758c0459
|
Bug 961405 - Change GraphicBufferLocked as to use AtomicRefCountedWithFinalize. r=nical, r=pchang, r=doublec, r=mikeh
|
2014-01-21 13:53:48 -05:00 |
|
Terrence Cole
|
6beccf2363
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
--HG--
extra : rebase_source : ace7b0fa6ba93acbf0ec8ecaeb68ffa287a33665
|
2014-01-16 09:48:58 -08:00 |
|
Tom Schuster
|
9910bea99a
|
Bug 939294 - Fix b2g failure with null JSObject. r=bz on irc
|
2014-01-16 15:24:00 +01:00 |
|
Tom Schuster
|
f39e81815a
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Dave Hylands
|
01544254bd
|
Bug 910498 - Camera changes to use CreateFd. r=mikeh
* * *
Fixes for camera patch
|
2014-01-16 17:01:43 -08:00 |
|
Ben Tian
|
7c91544af0
|
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 |
|
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Ms2ger
|
43f9a33d7a
|
Bug 950143 - Followup: fix gonk builds.
|
2013-12-31 11:37:46 +01:00 |
|
Ms2ger
|
fc0c5d7215
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
|
Trevor Saunders
|
d43c55ca0e
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Ryan VanderMeulen
|
2b53da578d
|
Merge b2g-inbound to m-c.
|
2013-12-10 15:38:44 -05:00 |
|
Carsten "Tomcat" Book
|
b91f640910
|
Backed out changeset 1d72742584ad (bug 945614) per Bug 853356 comment 209
|
2013-12-10 08:38:43 +01:00 |
|
Randell Jesup
|
ada51719aa
|
Bug 945614: Don't track windowIDs in MediaEngine for B2G r=mikeh,schien
|
2013-12-06 17:38:52 -05:00 |
|
Vincent Liu
|
a9d1fccb64
|
Bug 944567 - [Flatfish] Camera recording should support AAC encoding based on Android JB (4.2.2). r=sotaro
--HG--
extra : rebase_source : 9bdea1464793363d31454b2f08bf9ae170a33623
|
2013-11-29 11:04:54 +08:00 |
|
Mike Habicher
|
6fc4849635
|
Bug 932669 - Expose sensor rotation offset to JS. r=dhylands
|
2013-12-06 09:47:29 -05:00 |
|
Shih-Chiang Chien
|
a2a4a88508
|
Bug 940045 - Part 3: Send requestURL from content process. r=mikeh
|
2013-11-26 14:22:22 +08:00 |
|
Ms2ger
|
c51e826c53
|
Bug 937258 - Part a: Remove empty makefiles; r=gps
|
2013-11-28 15:25:40 +01:00 |
|
Sotaro Ikeda
|
3d229cda0f
|
Bug 929973 - Implement android::IGraphicBufferAlloc in B2G. r=mwu, r=mikeh
|
2013-11-21 16:03:27 -05:00 |
|
Benoit Jacob
|
60cda03b25
|
Bug 940191 - Build dom/base in unified mode - r=ehsan
|
2013-11-20 11:29:03 -05:00 |
|
Mike Hommey
|
2812d11fce
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
e06d795c71
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
e80e877ab7
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
ffe0380912
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Mike Habicher
|
c9819753c4
|
Bug 928856 - Properly guard calls to CameraParameters.get() and .set(). r=sotaro
|
2013-11-13 14:24:20 -05:00 |
|
Mike Habicher
|
01d4c2e813
|
Bug 807058 - Expose thumbnail size capability and control properties. r=sotaro, r=jst
|
2013-10-30 15:41:08 -04:00 |
|
Nicholas Nethercote
|
3b80765894
|
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
|
2013-10-10 15:22:35 -07:00 |
|
Shih-Chiang Chien
|
565b25d80c
|
Bug 926289 - Part 3, Carry recording type and request URL in recording-device-events in Camera API. r=mikeh.
|
2013-10-23 19:11:18 +08:00 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Trevor Saunders
|
f1399b6633
|
[PATCH] bug 922566 - kill dom-config.mk
From 6681eaa8bb47ddb4756fd71738771c4c437101c0 Mon Sep 17 00:00:00 2001
---
content/media/webspeech/recognition/Makefile.in | 1 -
content/media/webspeech/recognition/moz.build | 5 +-
content/media/webspeech/synth/Makefile.in | 1 -
content/media/webspeech/synth/pico/Makefile.in | 3 --
dom/alarm/Makefile.in | 2 -
dom/apps/src/Makefile.in | 1 -
dom/base/Makefile.in | 2 -
dom/base/moz.build | 26 ++++++++++-
dom/battery/Makefile.in | 1 -
dom/bindings/Makefile.in | 3 --
dom/bindings/moz.build | 17 ++++++-
dom/bindings/test/Makefile.in | 5 +-
dom/bluetooth/Makefile.in | 2 -
dom/bluetooth/moz.build | 7 ++-
dom/browser-element/Makefile.in | 3 --
dom/browser-element/moz.build | 6 ++-
dom/camera/Makefile.in | 1 -
dom/camera/moz.build | 5 +-
dom/devicestorage/Makefile.in | 1 -
dom/dom-config.mk | 61 -------------------------
dom/encoding/Makefile.in | 1 -
dom/fmradio/Makefile.in | 2 -
dom/fmradio/ipc/Makefile.in | 1 -
dom/fmradio/ipc/moz.build | 5 +-
dom/fmradio/moz.build | 5 +-
dom/icc/src/Makefile.in | 4 --
dom/media/Makefile.in | 3 --
dom/media/moz.build | 6 ++-
dom/mobilemessage/src/Makefile.in | 1 -
dom/mobilemessage/src/moz.build | 5 +-
dom/network/src/Makefile.in | 2 -
dom/plugins/base/Makefile.in | 1 -
dom/plugins/base/moz.build | 8 +++-
dom/power/Makefile.in | 1 -
dom/quota/Makefile.in | 1 -
dom/system/gonk/Makefile.in | 2 -
dom/telephony/Makefile.in | 1 -
dom/time/Makefile.in | 1 -
dom/wifi/Makefile.in | 5 --
39 files changed, 85 insertions(+), 123 deletions(-)
delete mode 100644 dom/dom-config.mk
delete mode 100644 dom/wifi/Makefile.in
|
2013-10-23 17:20:55 -04:00 |
|
Brian O'Keefe
|
9c9d71fddb
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Mike Hommey
|
3fa7456cd6
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Trevor Saunders
|
cbeff69f66
|
backout the part of e40a964458f8 that should never have landed
|
2013-10-21 18:38:50 -04:00 |
|
Trevor Saunders
|
67e6559698
|
bug 922566 - kill dom-config.mk r=gps
|
2013-10-11 12:02:41 -04:00 |
|
Peter Chang
|
f2befa9556
|
Bug 922510 - Extend GonkNativeWindow to support android JB 4.2.2, r=sotaro,gps
|
2013-10-18 10:42:43 +08:00 |
|
Gregor Wagner
|
45c0cb80ab
|
Bug 927201 - Add null check before trying to close observer service. r=mrbkap
|
2013-10-16 08:12:16 -04:00 |
|
Ms2ger
|
1ee1f27aa3
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|