Boris Zbarsky
b95c359828
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
ae0180ee85
Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
...
This patch was mostly generated with this command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""
plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Mike Habicher
10893bd169
Bug 985125 - remove unnecessary indirection from DOM error handler, r=dhylands
2014-03-24 17:32:31 -04:00
Neil Rashbrook
afcb26040f
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
2014-03-18 00:23:03 +00:00
Wes Kocher
5b4557e895
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
...
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
2014-03-17 15:19:53 -07:00
Neil Rashbrook
91221f71f5
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
2014-03-17 19:07:09 +00:00
Andrea Marchesini
e2ae2138bc
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
2014-03-11 10:46:04 +00:00
Ed Morley
0f25a010a8
Backed out changeset d86a702e24c0 (bug 923247) for build failures; CLOSED TREE
2014-03-10 17:04:25 +00:00
Andrea Marchesini
77ed3363bc
Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen
2014-03-10 16:36:07 +00:00
Youngwoo Jo
50978a6425
Bug 977494 - [Camera] Add onFocusChanged callback. r=mikeh
2014-03-10 08:35:52 -04:00
Carsten "Tomcat" Book
9ef803b7fc
Merge mozilla-central to mozilla-inbound on a CLOSED TREE
2014-03-07 13:55:46 +01:00
Masatoshi Kimura
8fab1134cd
Bug 978611 - Part 2: Move lagacy dictionaries to WebIDL dictionaries for B2G. r=vicamo
2014-03-07 20:51:49 +09:00
Mike Habicher
0384cddacc
Bug 965425 - expose ISO setting, r=dhylands,jst
2014-03-07 01:00:43 -05:00
Dave Hylands
bf6f2fe389
Bug 977372 - Close IPC'd filedescriptor from device descriptor when finished with it. r=mikeh
2014-02-28 12:02:55 -08:00
Carsten "Tomcat" Book
c24cc4131e
Backed out changeset 4fb349c12a63 (bug 977372) for b2g ics emulator debug m8 test failure
2014-03-06 09:16:43 +01:00
Dave Hylands
c21252e509
Bug 977372 - Close IPC'd filedescriptor from device descriptor when finished with it. r=mikeh
2014-02-28 12:02:55 -08:00
Andrew McCreight
837f0331ca
Bug 977260, part 2 - Use more macros for CC nsDOMCameraControl stuff. r=smaug
...
Use more powerful macros for nsDOMCameraControl
2014-02-28 09:56:23 -08:00
Andrew McCreight
15afe8cc2e
Bug 977260, part 1 - Don't implement wrappercache CC stuff for nsDOMCameraControl. r=smaug
2014-02-28 09:56:23 -08:00
Mike Habicher
d70cddccaa
Bug 977313 - exposed "Started" and "Stopped" recorder states, r=dhylands
2014-02-26 18:07:11 -05:00
Mike Habicher
b402685f81
Bug 976032 - check for null callbacks, r=dhylands
2014-02-25 17:01:29 -05:00
Mike Habicher
4205093730
Bug 975472 - fix crash in DOM error handler, r=dhylands
2014-02-24 13:01:21 -05:00
Mike Habicher
31d548991d
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
31265f25b6
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
2014-02-14 17:41:07 -05:00
Ryan VanderMeulen
79194cdfb7
Backed out changeset 6e588c56764b (bug 909542) for Gaia unit test perma-fail.
2014-02-14 08:27:44 -05:00
Mike Habicher
e6cc8edf9a
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
2014-02-14 00:28:57 -05:00
Phil Ringnalda
44e9bb1e0c
Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions
2014-02-10 19:09:23 -08:00
Mike Habicher
dc58716d77
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
Dave Hylands
7359892e1b
Bug 910498 - Camera changes to use CreateFd. r=mikeh
...
* * *
Fixes for camera patch
2014-01-16 17:01:43 -08:00
Terrence Cole
5403e658ff
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
2014-01-16 09:48:58 -08:00
Mike Habicher
902752a4e9
Bug 932669 - Expose sensor rotation offset to JS. r=dhylands
2013-12-06 09:47:29 -05:00
Shih-Chiang Chien
b667812374
Bug 940045 - Part 3: Send requestURL from content process. r=mikeh
2013-11-26 14:22:22 +08:00
Mike Habicher
a200c404e2
Bug 807058 - Expose thumbnail size capability and control properties. r=sotaro, r=jst
2013-10-30 15:41:08 -04:00
Nicholas Nethercote
0635e6e0e1
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
2013-10-10 15:22:35 -07:00
Shih-Chiang Chien
1e043524fa
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
Trevor Saunders
cc024a648c
backout the part of e40a964458f8 that should never have landed
2013-10-21 18:38:50 -04:00
Trevor Saunders
5c6fbfc4a6
bug 922566 - kill dom-config.mk r=gps
2013-10-11 12:02:41 -04:00
Marco Chen
b0709032ca
Bug 823273 - Part 4: Music volume should be faded when notification sound is on going - FM Radio, Camera, Phone clients. r=rlin
2013-09-02 17:45:44 +08:00
Trevor Saunders
366abec19a
bug 899210 - convert camera control to WebIDL r=bz
2013-07-06 16:55:10 -04:00
Mike Habicher
a6630464a8
Bug 890427 - Let the Camera app know when the preview has actually started/stopped. r=jst
2013-08-05 16:24:43 -04:00
Mike Habicher
53dd3663e4
Bug 882328 - remove off-Main Thread JS callback addrefs, r=jdm
2013-06-17 11:59:53 -04:00
Boris Zbarsky
843379bd34
Bug 868312 finale: finish rooting dom/ code. r=smaug
2013-05-17 21:48:25 -04:00
Dave Hylands
cc8b2d77b0
Bug 872170 - Fix camera file saving with composite device storage. r=mikeh
2013-05-16 11:12:29 -07:00
Chiajung Hung
6079da0e0b
Bug 825110 - Part 1: Camera changes for B2G WebRTC video module. r=mhabicher
2013-05-02 07:59:58 -04:00
Olli Pettay
368eda33e9
Bug 839528 - Change the namespace of xpidl dictionary helpers, r=khuey
2013-02-11 21:37:50 +02:00
Sotaro Ikeda
cf0419ceff
Bug 833521 - forward "recording-device-events" event to parent process, r=dougt
2013-01-24 21:45:36 -05:00
Ryan VanderMeulen
8b56db7fd6
Backed out changeset 58209cc0ae14 (bug 833521) for build bustage.
2013-01-24 15:23:53 -05:00
Sotaro Ikeda
b4b0b9251b
Bug 833521 - forward "recording-device-events" event to parent process, r=dougt
2013-01-24 14:51:03 -05:00
Mike Habicher
8ba76d244c
Bug 819835 - add support for setting the EXIF DateTime field, r=sotaro
2013-01-18 16:06:28 -05:00
Mike Habicher
ccee0cca0b
backed out changeset 0004848a182f, a=bustage
2013-01-18 16:46:26 -05:00
Mike Habicher
f7372e07b1
Bug 819835 - add support for setting the EXIF DateTime field, r=sotaro
2013-01-18 16:06:28 -05:00