Randy Lin
b9546f166f
Bug 811204 - [Dialer] Voice call can't switch between speaker and bt sco audio path. r=mwu, a=blocking-basecamp
2012-11-15 11:00:34 +08:00
Rob Wood
e1229d3a98
Bug 808783 - Disable remaining WebTelephony tests due to emulator crash. r=ahal
2012-11-16 11:56:29 -08:00
Jed Parsons
ac891e49f3
Bug 804932 - Pass arbitrary options from RPs to BrowserID internal api methods. r=benadida
2012-11-16 18:34:32 -05:00
Marco Chen
095334dcc9
Bug 795237 - Web API for setting audio stream type. Part 2. r=kinetik, a=blocking-basecamp
...
Implementation on path of audio and video element
2012-11-16 11:25:26 +08:00
Marco Chen
4b919e714e
Bug 795237 - Web API for setting audio stream type. Part 1. r=kinetik, a=blocking-basecamp
...
Add new attribute of mozAudioChannelType for controling audio streams with
the same channel individully. (ex: adjust volume up on channel type of alarm only)
2012-11-16 11:18:04 +08:00
Ryan VanderMeulen
2621afbb4e
Backed out changesets b242651c3c1b (bug 229827), b36eaac9ecf8, and 40f38a8aa660 (bug 663291) for mochitest-3/4 failures.
...
CLOSED TREE
2012-11-16 16:59:38 -05:00
Zack Weinberg
b490060654
Bug 663291 ride-along: reactivate the web worker error propagation tests (from bug 595394, disabled in bug 692605). r=ted
...
--HG--
extra : rebase_source : a01f9c3461f4af611e7fdeb442d001bb694a99ec
2012-11-16 15:29:21 -05:00
Fernando Jiménez
086f792033
Bug 809948 - [Webapps] Check for enough device storage before starting app download. Follow-up; r=fabrice
2012-11-16 21:16:46 +01:00
Fabrice Desré
d8ab3c4f94
Bug 809998 - [Apps] app.ondownloaderror never gets called [r=ferjm]
2012-11-16 09:36:27 -08:00
Josh Matthews
f170d080f0
Bug 722850 - Part 4: Make plugins provide the channel of the owning document when manipulating cookies. r=bsmedberg
2012-11-16 16:40:22 +00:00
Ed Morley
f1e15b22a9
Backout 7a0fe388a24b, 2a9fbd15cad4, 320c1567e431 & d907ac7bf669 (bug 722850) for xpcshell & browser-chrome failures
2012-11-16 14:18:41 +00:00
Josh Matthews
7e9fe96633
Bug 722850 - Part 4: Make plugins provide the channel of the owning document when manipulating cookies. r=bsmedberg
2012-11-16 12:32:57 +00:00
Gina Yeh
b0a4410c20
Bug 812404 - Patch 1: Crash when connect with a bluetooth headset right after pairing completed, r=echou
2012-11-16 18:46:08 +08:00
Yoshi Huang
e16cc23eef
Bug 791934 - Part 3: xpcshell tests for STK_SET_PROFILE. r=vicamo
2012-11-09 11:11:32 -08:00
Yoshi Huang
52f8eb0d07
Bug 791934 - Part 2: nit in test_ril_worker_icc.js. r=vicamo
2012-11-09 11:02:13 -08:00
Yoshi Huang
c1701d2711
Bug 791934 - Part 1: Profile download. r=vicamo
2012-09-18 18:27:42 +08:00
Daniel Holbert
5bf4dc6f32
Bug 807457: For non-HTML documents, use the viewport size as the scrollable area, in TabChild::HandlePossibleViewportChange(). r=smaug r=drs
2012-11-15 18:32:24 -08:00
Ehsan Akhgari
67aa9cceb9
Bug 812390 - Protect against NaN in AudioContext.createDelay; r=bzbarsky
2012-11-15 17:48:04 -08:00
Patrick Wang
35daeff50b
Bug 811680 - Update permission names for accessing settings. r=gwagner
2012-11-14 19:42:11 +08:00
Rob Wood
0ac7079f94
Bug 808783 - Disable randomorange crashing telephony test. r=ahal
2012-11-15 11:49:12 -08:00
Fabrice Desré
11a08ee587
Bug 810551 [r=myk]
2012-11-15 16:31:06 -08:00
Randell Jesup
f01b2fce9c
Bug 811695: disable internal socket transports for getUserMedia Audio capture r=derf
2012-11-15 17:58:40 -05:00
Bobby Holley
8ef2b01458
Bug 811152 - Decxify various DOM methods. r=me
2012-11-15 11:54:34 -08:00
Benoit Jacob
f1d2a6dcb0
Bug 811926 - Fix a pair of TRAVERSE that were using NoteNativeChild on nsISupports* - simplify goop with helper CC macros - r=smaug
2012-11-15 14:31:56 -05:00
David Rajchenbach-Teller
6cb3629cc0
Bug 807875 - Implement creationDate correctly for Mac OS X. r=froydnj
2012-11-15 11:22:27 -08:00
Mounir Lamouri
659deffa61
Bug 794407 - Web Activites should only be started by a user interaction. r=fabrice
2012-11-15 19:05:32 +00:00
Henrik Skupin
d1a9d692b4
Bug 801227 - Crashtest for WebRTC crash [@mozilla::MediaManager::GetUserMedia]. r=jesup
2012-11-15 19:34:41 +01:00
Frank Wein
4546809759
Bug 811693 - AppsUtils.jsm should use getSelectedLocale("global") instead of getSelectedLocale("browser"), r=fabrice
2012-11-15 11:30:48 +01:00
Fernando Jiménez
6893ec0943
Bug 809948 - [Webapps] Check for enough device storage before starting app download; r=fabrice
2012-11-15 10:35:37 +01:00
Benoit Jacob
bbe33540d5
Bug 806279 - fix bustage due to unusual CC macro usage in Telephony code, see bug 811926 - no review, bustage
...
This fix consists in taking the old definition of the TRAVERSE_NATIVE_PTR macro and expanding it inline,
as the new macros can't handle that unusual case (see bug 811926).
Because it is expaning inline the old macro, it shouldn't make any difference.
2012-11-15 02:54:08 -05:00
Benoit Jacob
5a8b82a1cb
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
2012-11-15 02:32:40 -05:00
Benoit Jacob
70f71a1da5
Bug 806279 - CC macros refactoring: part 4: update CC helper macros - r=mccr8,smaug
2012-11-15 02:32:39 -05:00
Benoit Jacob
178368032a
Bug 806279 - CC macros refactoring: part 2: generic BEGIN_ macros folding in the NATIVE case - r=mccr8,smaug
2012-11-15 02:32:39 -05:00
David Zbarsky
8c67f0486e
Bug 810768 - Remove nsIDOMCaretPosition r=bz
2012-11-14 21:38:26 -05:00
David Zbarsky
5832069b20
No bug, fix struct/class mismatch warnings
2012-11-14 21:38:26 -05:00
Edgar Chen
8057aa4e74
Bug 811605 - B2G RIL: enable ril debugging output in run-time. r=vicamo
2012-11-14 18:25:35 +08:00
Masatoshi Kimura
9d5ef376fc
Bug 811127 - Text(De|En)coder("utf-16").encoding should return "utf-16le", not "utf-16". r=hsivonen
2012-11-14 21:01:07 -05:00
Patrick Wang
849a475be2
Bug 806625 - Check if TabParent is destroyed before sending IPC message. r=cjones
2012-11-09 22:09:24 -08:00
Brendan Dahl
fc1f8956b9
Bug 115199 - CSS2 @page rule style support. r=dbaron
2012-08-31 14:21:28 -07:00
Benoit Jacob
05a309e368
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
6d89044915
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
2012-11-10 10:45:52 -05:00
Ehsan Akhgari
5b5d63517f
Bug 811864 - Remove PannerNode.coneGain/distanceGain; r=bzbarsky
2012-11-14 13:03:24 -08:00
Rob Wood
ce7c2c0023
Bug 808108 - Develop WebSMS tests to verify filtering SMS by phone numbers, update manifest; r=jgriffin
2012-11-09 10:41:42 -08:00
Boris Zbarsky
fa61227956
Bug 811449 part 8. Get rid of nsGenericElement. r=peterv
2012-11-14 14:10:08 -08:00
Boris Zbarsky
8aef506aa6
Bug 811449 part 3. Eliminate nsGenericElement as a separate class.
2012-11-14 14:10:07 -08:00
Gregor Wagner
2de619b091
Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. Followup. r=mrbkap
2012-11-14 13:46:48 -08:00
Gregor Wagner
2beb19246d
Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. r=bholley
2012-11-14 13:46:38 -08:00
Rob Wood
6d51c3a092
Bug 807783 - Develop test to verify filtering SMS messages by delivery, update manifest; r=jgriffin
2012-11-06 16:42:01 -05:00
Gregor Wagner
e37ae07500
Backout Bug 811414 for breaking B2G
2012-11-14 13:09:21 -08:00
Gregor Wagner
c42015b882
Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. r=bholley
2012-11-14 13:00:51 -08:00