Andrew Osmond
|
d74af6faf3
|
Bug 1175656 - Implement generation of recording posters in Gecko. r=dhylands,bz
|
2015-06-16 20:35:00 -04:00 |
|
Andrew Osmond
|
dca0017a8d
|
Bug 1152500 - Fix how stop recording may be handled out-of-order. r=dhylands
|
2015-06-12 18:51:38 -04:00 |
|
Ryan VanderMeulen
|
2e35b1209f
|
Merge inbound to m-c. a=merge
|
2015-05-29 09:32:46 -04:00 |
|
Andrew Osmond
|
52c7f139a7
|
Bug 1169342 - Remove nsIDOMDeviceStorage. Cleanup nsDOMDeviceStorage event wrappers. r=dhylands
|
2015-05-28 18:53:16 -04:00 |
|
Birunthan Mohanathas
|
180b572edb
|
Bug 968520 - Add mozilla::fallible to FallibleTArray::AppendElement calls. r=froydnj
|
2015-05-28 11:07:44 -07:00 |
|
Birunthan Mohanathas
|
1f8d7454e3
|
Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::SetCapacity calls. r=froydnj
|
2015-05-18 13:50:34 -07:00 |
|
Andrea Marchesini
|
368a198972
|
Bug 1159401 - Split Blob and File classes, r=bz
|
2015-05-12 13:09:51 +01:00 |
|
Wes Kocher
|
983fcabeef
|
Backed out 2 changesets (bug 1159401) for b2g build bustage
Backed out changeset adfee1efb1e1 (bug 1159401)
Backed out changeset 70c63c8546e3 (bug 1159401)
|
2015-05-11 14:54:02 -07:00 |
|
Andrea Marchesini
|
91a8a35606
|
Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz
|
2015-05-11 18:50:50 +01:00 |
|
Ryan VanderMeulen
|
2390c704f8
|
Backout revisions 4287533203fb and 96a3ebfe09d8 (bug 1159401) for bustage.
CLOSED TREE
--HG--
extra : histedit_source : a6c24f88b9c5a0cbcf2d44189fd359ddb20757b4%2C46613cfc309a9f0531e8c2475ac17877f606f231
|
2015-05-11 11:43:59 -04:00 |
|
Andrea Marchesini
|
48ecacaa74
|
Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz
|
2015-05-11 15:20:06 +01:00 |
|
Andrew Osmond
|
85cf1bc1dd
|
Bug 1158378 - Fix how a failed set configuration call would try to shutdown the camera after release.
|
2015-05-08 16:20:01 -04:00 |
|
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 |
|
Andrew Osmond
|
1f0078bbd5
|
Bug 1139721 - Fix camera memory leaks for onfacedetected events, failed initializations and capabilities. r=mikeh
|
2015-04-17 07:09:54 -04:00 |
|
Boris Zbarsky
|
dc24477d79
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp. The
rest of this diff was generated by running the following commands:
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
|
2015-03-19 10:13:33 -04:00 |
|
Becker Hsieh
|
3d72319a6b
|
Bug 1121855 - Fix camera crash. r=aosmond
|
2015-03-12 20:29:00 -04:00 |
|
Andreas Pehrson
|
9b19093204
|
Bug 1129263 - Part 6. Remove DOMMediaStream::TrackTypeHints. r=roc,jesup
|
2015-02-09 15:23:34 +08:00 |
|
Andrew Osmond
|
6a9e14e1fb
|
Bug 1104913 - Update selection algorithms for preview, picture and video sizes to have sane defaults. r=mikeh, r=bz
|
2014-12-12 19:51:29 -08:00 |
|
Mike Habicher
|
4e25b1e2d9
|
Bug 1052821 - expose exposure metering modes to JS, r=aosmond,bz
|
2014-12-12 21:42:13 -05:00 |
|
Mike Habicher
|
cb12b55b35
|
Bug 1104055 - fix CameraControl memory leak, r=aosmond
|
2014-12-12 21:18:03 -05:00 |
|
Mike Habicher
|
003c0f1ac8
|
Bug 1107683 - remove method callbacks from CameraControl, r=aosmond,bz
|
2014-12-11 11:02:51 -05:00 |
|
Andrew Osmond
|
e5508741e0
|
Bug 1102986 - Update camera preview media stream with platform media stream expectations. r=roc
|
2014-11-21 09:34:00 -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
|
cb66942d32
|
Bug 1079543 - handle camera hardware busy when prelaunching, r=aosmond
|
2014-11-12 13:54:48 -05:00 |
|
Mike Habicher
|
c297fde5b2
|
Bug 1090501 - Properly handle no initial camera configuration. r=aosmond
|
2014-11-06 11:40:00 -05:00 |
|
Fabrice Desre
|
c87cbd2e59
|
Bug 1090501 - pre-emptively open the camera hardware for certified apps with 'camera' permission, r=fabrice
|
2014-10-31 13:54:02 -04:00 |
|
Mike Habicher
|
88e39aed0e
|
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
|
2014-10-31 13:19:06 -04:00 |
|
Ryan VanderMeulen
|
64db9b1b38
|
Backed out changeset 3fde6fc99b0a (bug 1020368) for non-unified bustage.
|
2014-10-31 18:51:23 -04:00 |
|
Mike Habicher
|
1b9a3ffc9e
|
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
|
2014-10-31 13:19:06 -04:00 |
|
Randell Jesup
|
5c602bba2f
|
Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717)
|
2014-10-13 22:18:22 -04:00 |
|
Andrew Osmond
|
3e8c67dfd9
|
Bug 879717: Part 3: Fix camera preview stream and wake locks from lock screen. r=roc
|
2014-10-13 00:01:25 -04:00 |
|
Andrea Marchesini
|
8f8ec51372
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
|
2014-10-08 17:15:23 +01:00 |
|
Andrea Marchesini
|
7491bee8c3
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
|
Ryan VanderMeulen
|
cd3e8a6f73
|
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
|
2014-10-07 13:16:11 -04:00 |
|
Andrea Marchesini
|
c8190ba625
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
|
2014-10-07 15:20:55 +01:00 |
|
Andrea Marchesini
|
d272279126
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-07 15:20:52 +01:00 |
|
Peter Van der Beken
|
dcda2ba9bb
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
|
2014-10-07 11:44:49 +02:00 |
|
Andrew Osmond
|
eaa8395a0a
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz
|
2014-10-03 04:19:00 -04:00 |
|
Andrew Osmond
|
8d4e42e6d2
|
Bug 1068559 - Add asynchronous auto focus completed callback. r=bz r=dhylands
|
2014-09-22 05:25:00 +02:00 |
|
Carsten "Tomcat" Book
|
108449d506
|
Backed out changeset 8e754efd35cd (bug 994912)
|
2014-09-25 12:44:16 +02:00 |
|
Andrew Osmond
|
6dde924819
|
Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh r=bz
|
2014-09-24 12:51:00 +02:00 |
|
Shinuk Lee
|
268fba2548
|
Bug 1065866 - Abort StartRecording while previous call is in progress. r=mikeh
|
2014-09-11 21:55:00 -04:00 |
|
Ehsan Akhgari
|
1b1d6ffebf
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
|
2014-09-01 18:26:43 -04:00 |
|
Mike Habicher
|
a973fb71ad
|
Bug 981318 - expose compressed image quality setting, r=dhylands,khuey
|
2014-08-25 15:12:49 -04:00 |
|
Mike Habicher
|
2f751308dd
|
Bug 1037322 - change CameraConfiguration default mode to 'unspecified' r=dhylands,khuey
|
2014-08-05 13:20:31 -04:00 |
|
Mike Habicher
|
e918adaaef
|
Bug 1022766 - allow autoFocus() to interrupt earlier calls, r=dhylands
|
2014-06-12 14:56:46 -04:00 |
|
Mike Habicher
|
44d97b0604
|
Bug 1020497 - collapse exposureCompensation to single attribute, r=bz
|
2014-06-06 15:37:15 -04:00 |
|
Mike Habicher
|
22b6399caf
|
Bug 1004588 - remove deprecated and unused ICameraControl::Size attributes, r=bz
|
2014-06-05 11:21:02 -04:00 |
|
Mike Habicher
|
612c2ed5ec
|
Bug 1015368 - add missing cases to OnUserError() switch, r=aosmond
|
2014-05-29 13:37:44 -04:00 |
|
Chris Peterson
|
aca9b90afe
|
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in dom. r=smaug
|
2014-04-20 00:36:40 -07:00 |
|