Jon Coppeard
|
71a6b47923
|
Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug
|
2013-08-05 14:02:47 +01:00 |
|
Jon Coppeard
|
1463e7df5b
|
Bug 896949 - JS_SetProperty APIs should take an immutable parameter r=waldo r=bz
|
2013-07-26 10:00:38 +01:00 |
|
Jon Coppeard
|
477e4df5c5
|
Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - browser changes r=bz
|
2013-07-25 13:57:00 +01:00 |
|
Peter Chang
|
416da61282
|
Bug 894262 - Merge GonkIOSurfaceImage to GrallocImage, r=nical, kanru
|
2013-07-25 10:13:35 +08:00 |
|
Jeff Walden
|
e127f08ae6
|
Bug 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
--HG--
rename : js/public/Vector.h => mfbt/Vector.h
extra : rebase_source : d5f87a48485e3f2241228a4b003e80974c86fd5f
|
2013-07-09 16:33:29 -07:00 |
|
Boris Zbarsky
|
9af6d565fa
|
Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
|
2013-07-17 23:23:52 -04: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 |
|
Ryan VanderMeulen
|
2cca46b24a
|
Merge m-c to birch.
|
2013-07-12 13:31:17 -04:00 |
|
Sotaro Ikeda
|
04c3064a3e
|
Bug 886897 - Call VideoFrameContainer::ClearCurrentFrame() before camera hw close. r=mikeh
|
2013-07-12 09:33:50 -04:00 |
|
Trevor Saunders
|
82e5558b37
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Mike Habicher
|
30e55b0314
|
Bug 882328 - remove off-Main Thread JS callback addrefs, r=jdm
|
2013-06-17 11:59:53 -04:00 |
|
Mike Habicher
|
a4ff9b75f8
|
Bug 879478 - fix regressions when starting camera (crash and de-virtualized functions -- see also bug 880780), r=roc
|
2013-06-10 15:01:19 -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 |
|
Arnaud Sourioux
|
4f029c7b82
|
Bug 877746 - Annotate ~230 methods with MOZ_OVERRIDE in /dom. r=Ms2ger
|
2013-06-05 12:15:48 -04:00 |
|
Steven Lee
|
3f8654be27
|
Bug 873913 - Make OnNewFrame a pure virtual function. r=kchen
|
2013-05-29 20:37:36 -04:00 |
|
Boris Zbarsky
|
e1d7ebf663
|
Bug 876805. Fix unsafe reference gc hazards in dom/ code. r=smaug
|
2013-05-29 16:16:04 -04:00 |
|
Mike Shal
|
994cfe0b6b
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Boris Zbarsky
|
fd290b314c
|
Bug 868312 finale: finish rooting dom/ code. r=smaug
|
2013-05-17 21:48:25 -04:00 |
|
Ryan VanderMeulen
|
0a63e25ce6
|
Merge inbound to m-c.
|
2013-05-16 20:29:40 -04:00 |
|
Ryan VanderMeulen
|
5fb63368ec
|
Merge m-c to birch.
|
2013-05-16 16:18:21 -04:00 |
|
Dave Hylands
|
179cac5202
|
Bug 872170 - Fix camera file saving with composite device storage. r=mikeh
|
2013-05-16 11:12:29 -07:00 |
|
Dave Hylands
|
1016437715
|
Bug 858416 - Create a composite device storage interface. r=dougt
* * *
Bug 858416 - Fix try test failures
|
2013-05-11 02:10:18 -07:00 |
|
David Zbarsky
|
1e6ff1698e
|
Bug 868312 - Some more rooting fixes for dom r=bz
|
2013-05-10 22:39:45 -04:00 |
|
David Zbarsky
|
ae680f2b5f
|
Bug 868312 - Rooting fixes for dom r=bz
|
2013-05-10 14:22:21 -04:00 |
|
Dave Hylands
|
6ffbd786a6
|
Bug 870197 - Initialize mFrameCallback to null. r=mikeh
|
2013-05-09 10:17:42 -07:00 |
|
Mark Banner
|
cb92e38e0c
|
Bug 863069 - Part 2: Sort lists in moz.build files (mac specific); r=gps
|
2013-05-08 19:31:52 +01:00 |
|
Michael Wu
|
2d52f2eb34
|
Bug 869251 - Disable omx decoder and camera on gonk-JB, r=doublec,glandium
|
2013-05-02 17:21:22 -04:00 |
|
Mike Habicher
|
68c20615e3
|
Bug 834164 - handle aDataPtr == nullptr in camera driver DataCallback, r=cjones
|
2013-01-24 13:41:18 -05:00 |
|
David Zbarsky
|
d4b3d0a59f
|
Bug 868312: Various dom rooting fixes r=bz
|
2013-05-04 03:52:57 -04:00 |
|
Chiajung Hung
|
0a3663582f
|
Bug 825110 - Part 1: Camera changes for B2G WebRTC video module. r=mhabicher
|
2013-05-02 07:59:58 -04:00 |
|
Dave Hylands
|
13c9965087
|
Bug 860934 - Use relative paths when handling device storage r=dougt
|
2013-04-18 16:13:23 +02:00 |
|
Ryan VanderMeulen
|
5e0f181410
|
Backed out changeset 8f7ef60b6f5a (bug 860934) for mochitest asserts and crashes.
|
2013-04-18 12:02:27 -04:00 |
|
Dave Hylands
|
defe3f16b6
|
Bug 860934 - Use relative paths when handling device storage r=dougt
|
2013-04-18 16:13:23 +02:00 |
|
Mike Habicher
|
90c1e49187
|
Bug 862256 - don't (re)reference CameraControl object during/after destructor, r=sotaro, a=tef+
|
2013-04-17 16:30:44 +02:00 |
|
Mike Shal
|
77cdb6567d
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Mike Habicher
|
1abd0d11bc
|
Bug 872122 - clean up nsDOMCameraManager::GetListOfCameras(), r=bz
|
2013-05-16 10:39:13 -04:00 |
|
Jose Cortes
|
fd628f31a4
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/network/ dom/camera/ and dom/devicestorage/ directories. r=jwalden
--HG--
extra : rebase_source : f765875c5597feb55c9eda3d8a3224fc22ad02fb
|
2013-04-02 16:17:52 -07:00 |
|
Kyle Machulis
|
5aa83c3e11
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
c79ccc0693
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
a59d40f143
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Ben Tian
|
b02137288e
|
Bug 851823 - Disable shutter sound in CameraService. r=sotaro
|
2013-03-27 11:19:10 -04:00 |
|
David Zbarsky
|
5cc0fcdcdf
|
Bug 847007: Remove nsIContent includes r=Ms2ger
|
2013-03-21 20:05:20 -04:00 |
|
Sotaro Ikeda
|
ebcd1fab7b
|
Bug 844248 - Add a custom media stream for camera preview. r=roc
|
2013-03-20 10:07:46 -04:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Mike Habicher
|
741e9871a5
|
Bug 850845 - don't dereference null mCameraHw pointer, r=sotaro
--HG--
extra : rebase_source : e41763a11413d1cb66c2e4914a582f35cd9b60f0
|
2013-03-14 17:30:38 -04:00 |
|
Mike Shal
|
e3d8d5c262
|
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
|
2013-03-11 22:05:00 -07:00 |
|
Mike Shal
|
e9f8bc0fbd
|
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
|
2013-03-11 22:00:00 -07:00 |
|
Gregory Szorc
|
7bb3ee056b
|
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
|
2013-03-12 10:17:46 -07:00 |
|
Sotaro Ikeda
|
546e7c210a
|
Bug 803471 - Part 5e - Change Makefile.in to add GonkNativeWindowClient.cpp. r=mhabicher
|
2013-03-08 14:43:33 -05:00 |
|
Sotaro Ikeda
|
87297878ad
|
Bug 803471 - Part 5d - Cange GonkRecorder to use GonkCameraHardware. r=mhabicher
|
2013-03-08 14:43:33 -05:00 |
|
Sotaro Ikeda
|
102ee3682a
|
Bug 803471 - Part 5c - Cange GonkCamera to use android::Camera. r=mhabicher
|
2013-03-08 14:43:33 -05:00 |
|
Sotaro Ikeda
|
47441e4a44
|
Bug 803471 - Part 5a - Split GonkNativeWindow to GonkNativeWindow and GonkNativeWindowClient. r=kchen
|
2013-03-08 14:43:32 -05:00 |
|
Sotaro Ikeda
|
fede26192c
|
Bug 803471 - Part 4 - Use OmxClient in GonkRecorder. r=mhabicher
|
2013-03-08 14:43:32 -05:00 |
|
Gregory Szorc
|
e2966f651c
|
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
|
2013-02-25 12:47:20 -08:00 |
|
Sotaro Ikeda
|
c0241226ac
|
Bug 839628 - Add MIN_UNDEQUEUED_BUFFERS check in GonkNativeWindow::dequeueBuffer(). r=kchen, r=mikeh
|
2013-02-21 07:04:03 -05:00 |
|
Sotaro Ikeda
|
8286ea230b
|
Bug 826072 - Dispatch Init() out of nsGonkCameraControl's constructor. r=mikeh
|
2013-02-16 14:05:45 -05:00 |
|
Peter Van der Beken
|
490e9a4afd
|
Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug.
--HG--
extra : rebase_source : 8a272905c79396e7ae08aaaf83566ac450c45be0
|
2013-02-07 10:19:08 +00:00 |
|
Scott Johnson
|
65979bf066
|
Bug 840341: Rev the IID of nsICameraCapabilities. [r=bsmedberg]
--HG--
extra : rebase_source : d5d2ada4afb1733e7b92c8329e86c109488af911
|
2013-02-14 16:26:28 -06:00 |
|
Robert O'Callahan
|
8192e0a0c4
|
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 483fca748444db20ed0d35cb586485f277e1808c
|
2013-02-15 21:04:11 +13:00 |
|
Robert O'Callahan
|
ca6fcfb8f3
|
Bug 837034. Part 1: Rename nsDOM(Local)MediaStream to DOM(Local)MediaStream and put them in the mozilla namespace. r=jesup
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 6fd3f71779b4ecb9d3b053b6cd844c2ff0c25f80
|
2013-02-15 21:01:58 +13:00 |
|
Olli Pettay
|
29c93f77f6
|
Bug 839528 - Change the namespace of xpidl dictionary helpers, r=khuey
|
2013-02-11 21:37:50 +02:00 |
|
Sotaro Ikeda
|
ec69055c2b
|
Bug 836782 - reduce gralloc buffer reallocation in camera StartPreview(), r=kchen
|
2013-02-06 12:57:50 -05:00 |
|
Alexandre Lissy
|
6bec742abf
|
Bug 832745 - Adding a principal for a stream when creating. r=roc
|
2013-01-30 11:03:17 +01:00 |
|
Sotaro Ikeda
|
9d3d93e810
|
Bug 833521 - forward "recording-device-events" event to parent process, r=dougt
|
2013-01-24 21:45:36 -05:00 |
|
Ryan VanderMeulen
|
7e98969f05
|
Backed out changeset 58209cc0ae14 (bug 833521) for build bustage.
|
2013-01-24 15:23:53 -05:00 |
|
Sotaro Ikeda
|
a101d89ac5
|
Bug 833521 - forward "recording-device-events" event to parent process, r=dougt
|
2013-01-24 14:51:03 -05:00 |
|
Dale Harvey
|
c4c0255016
|
Bug 833095 - Fix format of file notification when recording complete. r=mikeh
|
2013-01-23 16:35:06 -05:00 |
|
Mike Habicher
|
ba9f983718
|
Bug 819835 - add support for setting the EXIF DateTime field, r=sotaro
|
2013-01-18 16:06:28 -05:00 |
|
Mike Habicher
|
9da9bef845
|
backed out changeset 0004848a182f, a=bustage
|
2013-01-18 16:46:26 -05:00 |
|
Mike Habicher
|
c368c3ef6b
|
Bug 819835 - add support for setting the EXIF DateTime field, r=sotaro
|
2013-01-18 16:06:28 -05:00 |
|
Mike Habicher
|
fee666cb93
|
Bug 830995 - move Alloc/DeallocSurfaceDescriptorGralloc() calls out of the GonkNativeWindow mMutex lock, r=kanru
|
2013-01-17 10:53:03 -05:00 |
|
Mike Habicher
|
5aaf9b10d9
|
Bug 830116 - remove off-main-thread calls to nsMainThreadPtrHandle::get() in error-handling paths, r=jst
|
2013-01-15 10:57:22 -05:00 |
|
Marco Chen
|
910520caab
|
Bug 829420 - [Camera] In GonkNativeWindow::dequeueBuffer, -1 will be used as index to access an Arrary. r=kanru
|
2013-01-11 18:18:35 +08:00 |
|
Trevor Saunders
|
942f22b38c
|
no bug - remove a bunch of extra ';'s to make -pedantic happy
|
2013-01-11 05:14:04 -05:00 |
|
Mike Habicher
|
da720351d3
|
Bug 827503 - use nsMainThreadPtrHolders when passing XPCWrappedJSes around off main thread, r=bholley,jst a=blocking-basecamp+
|
2013-01-09 00:43:50 +01:00 |
|
Mike Habicher
|
2a4783139c
|
backing out patch for bug 827503 due to runtime crashes, r=crash
|
2013-01-09 16:39:37 +01:00 |
|
Doug Turner
|
6c17036468
|
Bug 827311 - Remote file update notifications. r=bent a=blocking-basecamp
|
2013-01-09 07:03:28 -08:00 |
|
Mike Habicher
|
b7f53fced4
|
Bug 827503 - use nsMainThreadPtrHolders when passing XPCWrappedJSes around off main thread, r=bholley,jst a=blocking-basecamp+
|
2013-01-09 00:43:50 +01:00 |
|
Mike Habicher
|
93214ee675
|
Bug 825986 - propagate startRecording() return code instead of asserting; clean up GonkRecorder lifecycle management, r=kanru
|
2013-01-08 10:11:32 +01:00 |
|
Kan-Ru Chen (陳侃如)
|
d1dfbd68de
|
Bug 825687 - Unregister camera control from the camera hardware. r=mikeh
|
2013-01-07 13:54:24 +01:00 |
|
Mike Habicher
|
2e605c0a50
|
Bug 820139 - Ensure video recorder exists before trying to start recording. r=kchen
|
2012-12-23 10:56:59 -05:00 |
|
Mike Habicher
|
518afe6c97
|
Bug 818933 - Provide a hardware release API so that we don't have to rely on CC of CameraControl objects. r=mhabicher
|
2012-12-23 10:54:54 -05:00 |
|
Mike Habicher
|
82191a997d
|
Bug 822531 - Fix regression of bug 783682 caused by bug 779139. r=mwu
|
2012-12-18 18:19:38 -05:00 |
|
Mats Palmgren
|
d1a268e909
|
Bug 820230 - Add missing #include to fix compile error. r=me
|
2012-12-12 00:15:07 +01:00 |
|
Marco Chen
|
2a9bada967
|
Bug 811649 - Mute other audio when video recording is started by using an AudioChannelAgent to integrate with AudioChannelService. r=mhabicher a=blocking-basecamp
|
2012-12-11 18:14:06 +08:00 |
|
Mike Habicher
|
7c2a23f834
|
Bug 817496 - Notify DeviceStorage when a new video file is finished recording. r=dougt
|
2012-12-04 21:00:39 -05:00 |
|
Mike Habicher
|
2884d9a473
|
Bug 817141 - Call EndTrack()/Finish() from StopPreview() (as well) to prevent deadlock. r=kchen
|
2012-12-04 21:00:39 -05:00 |
|
Ms2ger
|
caa2811c9c
|
Bug 814898 - Part d: Cleanup CC goop in some more parts of dom/; r=mccr8
|
2012-12-02 09:54:51 +01: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 |
|
Mike Habicher
|
a5f98e4e26
|
Bug 809259 - fix for buffer exhaustion when cycling camera modes. r=cjones a=blocking-basecamp
|
2012-11-30 18:26:58 -08:00 |
|
Kartikaya Gupta
|
268082eeb3
|
Bug 814418 - Fix some warnings about unused variables. r=ehsan
|
2012-11-30 11:06:37 -05:00 |
|
Chris Jones
|
1b8eb2b047
|
Bug 809259: Properly handle allocation failures. r=kanru
|
2012-11-27 22:54:39 -08:00 |
|
Mike Habicher
|
038e6a66bd
|
Bug 809259 - improve camera stability when switching between picture and video modes r=kanru
|
2012-11-23 13:31:42 +08: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 |
|
Benoit Jacob
|
fe01083861
|
Bug 798033 - adapt dom/camera code to not relying on headers to do using namespace - r=mhabicher
|
2012-11-12 19:06:31 -05:00 |
|
Matt Joras
|
5efd4dad8e
|
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
|
2012-11-10 10:45:52 -05:00 |
|
Ryan VanderMeulen
|
a17df69b99
|
Backed out changeset 5054c2552a30 (bug 798033) for b2g bustage.
|
2012-11-10 11:52:15 -05:00 |
|
Matt Joras
|
ed596163dd
|
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
|
2012-11-10 10:45:52 -05:00 |
|