Justin Lebar
fd6eaad02e
Bug 870181 - Part 3: Test that we downgrade processes' CPU priorities when appropriate. r=bent
2013-05-09 16:27:06 -04:00
Justin Lebar
ffbacde3d5
Bug 870181 - Part 2: Lower CPU priority for non-high priority processes when there's an incoming call. r=bent
2013-05-09 16:27:06 -04:00
Justin Lebar
3bce4cb89f
Bug 868521 - Add more of a delay between launching a new app and creating a new preallocated process. r=dhylands
2013-05-09 16:27:06 -04: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
Ryan VanderMeulen
6454442579
Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures.
2013-05-06 08:57:03 -04:00
Jason Smith
896c844696
Bug 863929 - Crashtest for gsmsdp_negotiate_codec crash. r=ethanhugg
2013-04-30 21:07:32 -07:00
Sankha Narayan Guria
6349c5c599
Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley
2013-05-06 09:04:17 -04:00
Boris Zbarsky
4ef50b8af7
Bug 868448. Fix the successCode in dictionary to-js conversions to actually work right, and document the requirements on successCode better. r=smaug
2013-05-06 08:31:01 -04:00
Boris Zbarsky
7a83aed405
Bug 868765. Make the jsid constructor for nsDependentJSString take a Handle. r=ms2ger
2013-05-06 08:30:56 -04:00
Boris Zbarsky
efc16bb6f6
Bug 867844 part 1. Fix rooting hazards in LegacyCall. r=smaug
2013-05-06 08:30:40 -04:00
Ryan VanderMeulen
1c1f94e0f0
Merge m-c to inbound.
2013-05-06 08:29:37 -04:00
Ryan VanderMeulen
20e6b017de
Merge birch to m-c.
2013-05-06 08:28:05 -04:00
Tim Taubert
e8fb862808
merge m-c to fx-team
...
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-06 13:30:45 +02:00
Jose Antonio Olivera Ortega
cb0be5c3e0
Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo
2013-05-06 10:20:23 +02:00
Phil Ringnalda
1e4ab6c25d
Merge m-c to fx-team
2013-05-05 12:28:41 -07:00
Phil Ringnalda
d3e92cd2f3
Merge m-c to m-i
2013-05-05 12:17:07 -07:00
Ehsan Akhgari
855b90e600
Bug 865248 - Implement ChannelMergerNode; r=roc
...
--HG--
rename : content/media/webaudio/ChannelSplitterNode.h => content/media/webaudio/ChannelMergerNode.h
2013-05-05 11:49:37 -04:00
Ehsan Akhgari
cb9c2a7a4c
Bug 865247 - Part 4: Implement ChannelSplitterNode; r=roc
2013-05-05 11:49:13 -04:00
Olli Pettay
56514d79da
Bug 848293 - Update AnimationEvent to be compatible with the spec, r=dbaron
...
--HG--
extra : rebase_source : 04f2cb9c5aa56549da0af3c722b35f3dab5746c3
2013-05-05 16:22:29 +03:00
Ms2ger
f2e25db30c
Bug 868727 - Pass an nsAString to nsGlobalWindow::GetChildWindow; r=bz
2013-05-05 09:03:19 +02:00
Ms2ger
a9a8f91052
Bug 866600 - Avoid using nsIDOMDocument::GetHidden; r=mounir
2013-05-05 09:03:15 +02:00
Ms2ger
088cca5a9c
Bug 868411 - Handlify js::GetObjectProto; r=bz
2013-05-05 09:03:14 +02:00
Olli Pettay
ac44aa8903
Bug 848291 - Update TransitionEvent to be compatible with the spec, r=dbaron
2013-05-04 17:41:20 +03:00
Ms2ger
3d80975181
Merge m-c to inbound
2013-05-04 10:47:09 +02:00
David Zbarsky
c12529b9d3
[Bug 868701] Remove classinfo for Attr r=Ms2ger
2013-05-04 03:55:53 -04:00
David Zbarsky
b232701621
Bug 868312: Various dom rooting fixes, part 2 r=bz
2013-05-04 03:53:00 -04:00
David Zbarsky
ef70ce04b7
Bug 868312: Various dom rooting fixes r=bz
2013-05-04 03:52:57 -04:00
David Zbarsky
40805457eb
Bug 868312: Root nsDOMClassInfo.cpp, part 2 r=bz
2013-05-04 03:51:53 -04:00
Phil Ringnalda
2512a51c3d
Merge m-c to fx-team
2013-05-03 21:37:03 -07:00
Ms2ger
fe38e416ee
Backout changesets f309dacf4010:be3cef4b69e3 for thread safety assertions on Windows and test failures on OSX.
2013-05-05 11:51:47 +02:00
Phil Ringnalda
5d3aa2950b
Merge Birch and m-c
2013-05-03 19:38:56 -07:00
David Zbarsky
ea0da0d1b4
Bug 868312: Root part of nsDOMClassInfo.cpp r=bz
2013-05-03 14:53:32 -04:00
Gregor Wagner
7529ae4e8a
Bug 867043 - Only send more contacts when the child needs them. r=reuben
2013-05-03 09:17:34 -07:00
Gregor Wagner
9f197cc0a6
Bug 867043 - Don't ask for more contacts more than once for the same chunk. r=reuben
2013-05-03 09:15:55 -07:00
Robert O'Callahan
42fc65ad46
Bug 866514. Part 2: Delay delivering getUserMedia stream result until the DOM object has asynchronously acquired the desired tracks. r=jesup
2013-05-03 17:07:37 +12:00
Ed Morley
62e49e6d1a
Merge mozilla-central and birch
2013-05-03 13:35:02 +01:00
Ed Morley
9c3edb768e
Merge latest green inbound changeset and mozilla-central
2013-05-03 13:31:39 +01:00
Doug Turner
19a5b733b0
Bug 868257 - watchPosition only sends one location r=stuart
2013-05-02 23:04:58 -07:00
Ryan VanderMeulen
c731ecf041
Merge birch to m-c.
2013-05-02 21:19:01 -04:00
Ryan VanderMeulen
dee43def22
Merge m-c to inbound.
2013-05-02 15:17:39 -04:00
Ryan VanderMeulen
ee6ba79e8b
Merge m-c to birch.
2013-05-02 13:10:42 -04:00
Ryan VanderMeulen
a213f7964d
Backed out changeset 1840b15583fd (bug 636564) for bustage.
...
CLOSED TREE
2013-05-02 08:33:54 -04:00
Phil Ringnalda
2807906ec3
Merge m-c to birch
2013-05-05 17:24:47 -07:00
Phil Ringnalda
dea3b15393
Merge m-c to birch
2013-05-05 12:25:12 -07:00
Fabrice Desré
f602313421
Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal
2013-05-02 18:37:51 -07:00
David Zbarsky
38f5841d1a
Bug 866450 Part 7: Root some additional JS::Values found during review r=bz
2013-05-02 05:12:47 -04:00
David Zbarsky
9a3b3ff24d
Bug 866450 Part 6: Fix rooting hazards under content/ and dom/ r=bz
2013-05-02 05:12:47 -04:00
David Zbarsky
b831ed3f23
Bug 866450 Part 4: Fix rooting hazards under content/ and dom/ r=bz
2013-05-02 05:12:46 -04:00
David Zbarsky
6557f4fec7
Bug 866450 Part 3: Fix rooting hazards under content/ and dom/ r=bz
2013-05-02 05:12:46 -04:00
David Zbarsky
a79bf02c5d
Bug 866450 Part 2: Fix rooting hazards under content/ and dom/ r=bz
2013-05-02 05:12:46 -04:00
David Zbarsky
3f7cb5e49c
Bug 866450 Part 1: Fix rooting hazards under content/ and dom/ r=bz
2013-05-02 05:12:45 -04:00
Olli Pettay
6aae4ec83f
Bug 847597 - Paris binding for NotifyAudioAvailableEvent, r=peterv
...
--HG--
extra : rebase_source : 2fb578e3f0c7a60f95f3a2f13634f9b4c887d95f
2013-05-02 20:11:12 +03:00
Jason Smith
a446620df6
Bug 861958 - Crashtest for DataChannelConnection::Open crash. r=jesup
2013-05-01 20:44:28 -07:00
Doug Turner
8652a3b289
Bug 853732 - Improve Device Storage enumeration to avoid bad performance with some SD card. r=dylands r=dougt a=tef+
2013-05-02 16:26:31 -07:00