Anshul Jain
c592c8694d
Bug 854334 - Voice mail notification FAIL. r=marshall
2013-05-02 15:22:25 -07:00
Alive Kuo
2668556563
Bug 868914 - Prevent background pages from locking orientation. r=mounir
2013-05-09 07:33:55 -04:00
L. David Baron
b436d2b23d
Bug 868751: Remove support for obsolete document.createEvent("AnimationEvent"), document.createEvent("TransitionEvent"), AnimationEvent.initAnimationEvent, and TransitionEvent.initTransitionEvent. r=smaug
2013-05-08 13:45:35 -07:00
Terrence Cole
fd72fc252e
Bug 777548 - Make non-cc-participant tracing indirect; r=smaug,billm,jst
2013-03-28 13:37:22 -07:00
Boris Zbarsky
797571f64b
Bug 867863. Be a little more careful in GlobalObject initialization. r=peterv
2013-05-08 15:50:58 -04:00
Mark Banner
e569d3dfb4
Bug 863069 - Part 2: Sort lists in moz.build files (mac specific); r=gps
2013-05-08 19:31:52 +01:00
Bobby Holley
3514c0be6e
Bug 869800 - Stop using calling JS_SetGlobalObject in workers. r=bent
...
This makes workers the first consumer to be weaned off this API. \o/
2013-05-08 10:45:46 -07:00
Bobby Holley
b860f670ea
Bug 869800 - Remove JS_GetGlobalObject from workers. r=bent
2013-05-08 10:45:46 -07:00
Colby Russell
8dde055a75
Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: ConsoleAPITests.js; r=msucan
2013-05-08 19:54:43 +03:00
Ed Morley
4b3f666ab0
Merge latest green inbound changeset and mozilla-central
2013-05-08 15:02:58 +01:00
Gene Lian
7613d97a56
Bug 869841 - B2G MMS: Gaia cannot get request returned after calling .sendMMS(...). r=vicamo a=leo+
2013-05-08 18:40:41 +08:00
Peter Van der Beken
e250018b41
Bug 869038 - Clear expando object the right way. r=bz.
...
--HG--
extra : rebase_source : c75c0ac7b07bbe9396f1b77b34c1e34575078a49
2013-05-08 09:20:13 +02:00
Eric Chou
cde567409c
Bug 869332 - Don't reset call status while receiving an unhandled CallStateChanged event, r=gyeh
2013-05-08 14:16:51 +08:00
rlin@mozilla.com
f1ef6a8b16
Bug 868960 - [FMRadio] FM Radio volume is not updated by headset ejecting. r=mwu
2013-05-07 15:31:13 +08:00
Ryan VanderMeulen
f6068dd244
Merge inbound to m-c.
2013-05-07 22:10:19 -04:00
Reuben Morais
3b929b4a60
Bug 869273 - Update PhoneNumber.jsm from upstream. r=gwagner
...
--HG--
extra : rebase_source : 9a3a3f00c0902e1c4883353ba76d6a77337a38c6
2013-05-07 15:09:01 -07:00
Justin Lebar
0ef86009b8
Bug 868741 - Fix a null-pointer crash in ProcessPriorityManager. r=bent
...
This crash would occur if a ParticularProcessPriorityManager observed a
wake-lock change after being ShutDown().
2013-05-07 16:44:25 -04:00
Bobby Holley
e77e3c4631
Bug 868637 - Simplify DOM Bindings JSON parsing. r=bz
...
At this point we could really just hoist the JSAPI call, but it's just
cumbersome enough with all the casts that I don't really want to stick
it in the codegen.
2013-05-07 14:18:03 -07:00
Bobby Holley
af4114de6c
Bug 868635 - Make merging CC heuristics go through scx. r=mccr8
2013-05-07 14:18:03 -07:00
Bobby Holley
2543fb6d40
Bug 868634 - Remove compartment entry in nsStructuredCloneContainer. r=bz
...
I can't see what this is supposed to be doing. The one caller defaults to aCx,
and if not, gets and pushes a context associated with the document, restoring
it to the default compartment.
So this only changes the behavior when we use the aCx that comes in from above,
in which case it's totally not clear to me why we would want to get the default
global here.
2013-05-07 14:18:03 -07:00
Luke Wagner
39b73739d0
Bug 868184 - OdinMonkey: enable by default on beta/release (r=vlad)
...
--HG--
extra : rebase_source : c97bf37723eded74f95aae21e2baa692cf059c2e
2013-05-07 13:34:17 -07:00
Robert O'Callahan
5c369f6cf2
Bug 866514. Part 2: Delay delivering getUserMedia stream result until the DOM object has asynchronously acquired the desired tracks. r=jesup
...
--HG--
extra : rebase_source : 26a908d2e1bcf0d6d83a864f47dd9d117699bb9c
2013-05-03 17:07:37 +12:00
Michael Wu
d59dd9ac0f
Bug 869251 - Disable omx decoder and camera on gonk-JB, r=doublec,glandium
2013-05-02 17:21:22 -04:00
Ryan VanderMeulen
db7eb10d60
Backed out changesets bb126ac7b33d and 7bbc04988e85 (bug 861495) for webconsole mochitest timeouts.
2013-05-07 14:39:16 -04:00
Makoto Kato
132da51875
Bug 800220 - Part 3. Add null check to avoid strlen(nullptr). r=ehsan
2013-05-08 12:47:33 +09:00
Makoto Kato
0ec059eb04
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
2013-05-08 12:40:12 +09:00
Bobby Holley
5ddd3a6924
Bug 868528 - Don't expose _content over Xrays. r=mccr8
2013-05-07 20:26:19 -07:00
Boris Zbarsky
55e7537c8d
Bug 868102. Don't swallow exceptions from the XPCOM/XPConnect goop when setting up a js-implemented webidl object. r=mccr8
2013-05-07 22:34:56 -04:00
Boris Zbarsky
49395eacab
Bug 869311. More rooting in dom/bindings and content/base. r=smaug
2013-05-07 22:34:56 -04:00
Chia-hung Tai
acde781295
Bug 863241 - Part 2: B2G MMS: the return items from getThreads should have type to identify mms or sms. r=vyang
2013-04-26 16:40:42 +08:00
Ryan VanderMeulen
1a9142851e
Backed out changesets 9ba22af0a840 and db79b5ea167b (bug 863241) for Werror fail.
2013-05-07 13:34:04 -04:00
Chia-hung Tai
2754f14e26
Bug 863241 - Fix bustage.
2013-05-07 13:14:58 -04:00
Chia-hung Tai
2f30199008
Bug 863241 - Part 2: B2G MMS: the return items from getThreads should have type to identify mms or sms. r=vyang
2013-04-26 16:40:42 +08:00
Chia-hung Tai
7d9575571b
Bug 863241 - Part 1: Interface changes. r=vyang
2013-04-26 17:06:49 +08:00
Colby Russell
01fe70088e
Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: ConsoleAPITests.js. r=msucan
2013-05-07 12:34:21 -04:00
Colby Russell
db6bc48aa2
Bug 861495 - Part 1: Add nsIWindowMediator.getOuterWindowWithId and warn on nsIDOMWindowUtils.getOuterWindowWithId use. r=bz
2013-05-07 12:34:20 -04:00
Andrea Marchesini
a427445b39
Bug 868943 - HTMLMediaElement::mWakeLock has to be unlocked and not just set to null. r=jlebar
...
--HG--
rename : content/media/test/bug461281.ogg => content/html/content/test/wakelock.ogg
2013-05-07 10:54:16 -04:00
Jose Antonio Olivera Ortega
a262a77020
Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo
2013-05-07 16:26:03 +02:00
Vincent Chang
fd4d607252
Bug 776212 - Get usb rndis interface's name automatically r=dhylands
2013-04-30 19:04:36 +08:00
Vicamo Yang
2d8780e145
Bug 860660 (follow-up): update interface uuid. r=me
2013-05-07 18:18:26 +08:00
Jed Parsons
12e2b3bb5c
Bug 868530 - Unique window identifier for identity on b2g device. r=jst
2013-05-06 18:23:26 -07:00
Michael Wu
ca67e3cae3
Bug 869206 - Make webrtc code build on gonk-JB, r=jesup
2013-05-04 11:00:35 -04:00
Michael Vines
ac3702f0b2
Bug 860660 - Content process support for display of PIN/PUK retry count. r=vyang
2013-05-06 14:03:00 -07:00
Chia-hung Tai
5e4ce897ba
Bug 868120 - B2G MMS: Add 'mms.debugging.enabled' pref for MMS debug messages to make sure whether message is sent by SMS or MMS. r=vyang
2013-05-06 09:57:16 -07:00
Gregor Wagner
f51cf63a50
Bug 860836 - Fix error importing contacts from SIM card. r=bent
2013-05-06 14:58:41 -04:00
Ryan VanderMeulen
bb2de1dbfd
Merge m-c to birch.
2013-05-06 14:58:16 -04:00
Fabrice Desré
b77e9b3150
Bug 860571 - Pings for Firefox OS r=ferjm
2013-05-06 10:41:07 -07:00
Ryan VanderMeulen
465845882c
Merge m-c to inbound.
2013-05-06 11:20:45 -04:00
Geoff Brown
037ac7adfe
Bug 865006 - (2) Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-05-06 09:14:01 -06:00
Alexandre Poirot
69e07e577e
Bug 844227 - Add more functions to the webapps actor. r=fabrice
2013-05-06 09:51:53 -04:00