Commit Graph

15087 Commits

Author SHA1 Message Date
Randy Lin
d2aff89854 Bug 803414 - Part 4: Audio Recording - Web API & Implementation. r=roc 2013-07-05 09:50:25 +08:00
Randy Lin
37abb6d093 Bug 803414 - Part 1: Add RecordErrorEvent interface to test case. r=smaug 2013-07-03 14:15:14 +08:00
Randy Lin
694cfec77c Bug 803414 - Part 0: Add RecordErrorEvent. r=smaug 2013-06-20 14:06:39 +08:00
Robert Picard
0c4e665c39 Bug 867632 - Replace _sendRequest() with _send() for PushService.unregister(). r=nsm
--HG--
extra : amend_source : 18127d1d10683069fa3ab12394aae63b9c0ac843
2013-07-07 13:37:23 -04:00
Cameron McCormack
27fbbd563b Bug 569722 - Implement textLength and lengthAdjust on SVG text elements. r=longsonr 2013-07-07 17:27:51 +10:00
Phil Ringnalda
7540524e9d Backed out changeset 5ea64b6ba89b (bug 889201) for too-frequent failures 2013-07-05 14:24:50 -07:00
Ehsan Akhgari
9575f867f2 Bug 890543 - Make AudioBuffer not inherit from nsISupports; r=mccr8 2013-07-05 16:21:52 -04:00
David Zbarsky
c7ba928a09 Bug 888685: SVGAnimatedLength shouldn't inherit nsISupports r=Ms2ger 2013-07-05 11:57:35 -07:00
David Zbarsky
c1ae30a79a Bug 888685: SVGAnimatedAngle shouldn't inherit nsISupports r=Ms2ger 2013-07-05 11:57:35 -07:00
David Zbarsky
3643890665 Bug 888685: SVGAngle shouldn't inherit nsISupports r=Ms2ger 2013-07-05 11:57:35 -07:00
David Zbarsky
fc21e4ca71 Bug 888685: SVGAnimatedBoolean shouldn't inherit nsISupports r=Ms2ger 2013-07-05 11:57:35 -07:00
Ehsan Akhgari
fc8792b565 Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug 2013-07-05 13:57:28 -04:00
Neil Deakin
847cda8ee1 Bug 887718, don't call SetVisibility when focus test mode is enabled, r=smaug 2013-07-05 12:05:26 -04:00
Phil Ringnalda
db8bdb016a Merge m-c to m-i 2013-07-05 07:41:30 -07:00
Suhas Nandakumar
2f49975283 Bug 886891: Don't show recording indicator when using fake sources r=jesup 2013-07-04 22:53:10 -07:00
Phil Ringnalda
0866af5486 Merge m-c to m-i 2013-07-04 18:14:56 -07:00
Ehsan Akhgari
957dde44bf Backed out changeset 170e1863b9b6 (bug 890382) because of xpcshell test failures 2013-07-04 20:59:44 -04:00
Matthew Gregan
dbcfe9d22f Bug 889201 - Add tests for VideoPlaybackQuality. r=roc 2013-07-05 12:24:55 +12:00
Matthew Gregan
b61fe1fbac Bug 889205 - Change HTMLVideoElement.videoPlaybackQuality attribute to getVideoPlaybackAttribute method to reflect the current spec. r=roc 2013-07-05 12:24:35 +12:00
Masatoshi Kimura
77d07fff51 Bug 889148 - Remove legacy QS/classinfo bits from events even more. r=smaug, peterv 2013-07-05 07:53:59 +09:00
Ehsan Akhgari
dcbd7c592e Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug 2013-07-04 18:12:39 -04:00
Masatoshi Kimura
cbb2cd3f2f Bug 885765 - Fix syntax errors in test_texImage2D.html and test_texSubImage2D.html. r=Ms2ger 2013-07-05 05:22:57 +09:00
Vincent Chang
ac14c6f23a Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap 2013-06-19 18:57:58 +08:00
Ehsan Akhgari
41c4bbf2bc Bug 889016 - Part 2: Report an error in the synchronous AudioContext.createBuffer unless the legacy pref has been set; r=roc 2013-07-04 09:25:12 -04:00
Ehsan Akhgari
8b46075683 Bug 889016 - Part 1: Add an API to report a not-enough-arguments error in Web IDL bindings; r=bzbarsky 2013-07-04 09:24:49 -04:00
Drew Willcoxon
9a245e82e1 Bug 879111 - Mute Web Audio when allowMedia is false on the docshell. r=ehsan 2013-07-03 17:44:32 -07:00
Wes Kocher
969252e865 Back out bug 889442 for breaking Jetpack tests 2013-07-03 16:03:07 -07:00
Marco Bonardo
87634f9a37 Bug 889442 - Remove special about: pages code from DOM Storage.
r=mayhemer
2013-07-03 23:41:22 +02:00
Ryan VanderMeulen
f203259101 Merge m-c and inbound. 2013-07-03 16:39:33 -04:00
Mike Shal
edeb7caf7a Bug 868536 - Move ipdl.mk files to moz.build; r=gps
Author: Mike Shal <mshal@mozilla.com>
2013-07-01 09:56:28 -04:00
Ryan VanderMeulen
28c10d7996 Merge m-c and inbound. 2013-07-03 14:17:41 -04:00
Justin Lebar
0f49c4951f Bug 888511 - Follow-up: Fire onsuccess properly in Webapp.js after launching an app. r=fabrice 2013-07-03 10:48:55 -07:00
Bobby Holley
6cca462555 Bug 860085 - Stop using XPConnect::ReleaseJSContext in nsJSEnvironment::DestroyJSContext. r=gabor,mccr8
We now have the invariant that any in-use cx must be pushed onto the JSContext
stack with one of our stack-scoped automatic nsCxPusher classes. These classes
hold a strong ref to the nsIScriptContext associated with the JSContext they
push (if any). This means that, if this cx is in use, we will always have at
least one strong reference to the nsJSContext coming from the stack, meaning
that neither the destructor nor the Unlink() implementation will be called.
So we don't need to do any deferred destruction of the cx anymore.
2013-07-03 11:05:19 -06:00
Joey Armstrong
e44d529d0e bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
Masatoshi Kimura
176efd0f7c Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan 2013-07-04 00:56:26 +09:00
Edgar Chen
be82440df5 Bug 874744 - Part 4: Marionette tests for cardstate. r=allstars.chh 2013-05-29 15:47:18 +08:00
Edgar Chen
7c073ef0d8 Bug 874744 - Part 3: Send cardstatechange event to iccManager. r=allstars.chh 2013-05-22 17:32:18 +08:00
Edgar Chen
54c9905762 Bug 874744 - Part 2: Move card state related attribute/event from mozMobileConnection to mozIccManager (DOM). r=bugs 2013-05-22 16:58:44 +08:00
Edgar Chen
f32c75f38f Bug 874744 - Part 1: Move card state related attribute/event from mozMobileConnection to mozIccManager (IDL). r=allstars.chh. sr=sicking 2013-05-22 16:47:23 +08:00
Jeff Walden
296b917e73 Bug 888106 - Add too-much-recursion detection to isExtensible tests, and make the isExtensible hook capable of failing. r=bholley, r=ejpbruel
--HG--
extra : rebase_source : fe7345322f87dd214aa5122ea8704750e8b2375a
2013-06-28 14:01:09 -07:00
Ryan VanderMeulen
ca281f1634 Merge birch to inbound. 2013-07-02 10:19:45 -04:00
Scott Johnson
b741a6aa9d Bug 878931: Add a FontSizeInflation() method to Element in order to retrieve font size inflation to use during reflow-on-zoom. [r=kats,mounir]
The reflow-on-zoom behavior needs a more robust determination of the font size inflation, so
that it can adjust its behavior depending on whether font size inflation has been
enabled for a given element's text. This patch also modifies the behavior of reflow-
on-zoom such that it will zoom in to piece of text, with reflow, if the minimum
specified font size in the font size inflation preferences is greater than the
current font size, with font size inflation, of the element.
2013-07-02 09:04:27 -05:00
Dimi Lee
c62bf17f06 Bug 888828 - Default route of 3G data call disappeared (after receiving disconnected event from wlan0). r=vchang 2013-07-02 11:50:50 +08:00
Chuck Lee
1874bb0a1b Bug 883754 - Throw an error on unexpected GSM SMS DCS value. r=vicamo 2013-07-01 11:16:44 +08:00
Vicamo Yang
1d11165cd0 Bug 871433: WebSMS - normalize address before searching for a participant record. r=gene 2013-07-02 18:10:33 +08:00
Vicamo Yang
7b018201e9 Bug 814581 - Part 8/8: fix debug messages as well. r=hsinyi,yoshi 2013-07-02 17:36:58 +08:00
Vicamo Yang
15cc9183c7 Bug 814581 - Part 7/8: fix test cases. r=yoshi 2013-07-02 17:36:55 +08:00
Vicamo Yang
41483888fb Bug 814581 - Part 6/8: fix NetworkManager. r=yoshi 2013-07-02 17:36:51 +08:00
Vicamo Yang
9a2b6740ef Bug 814581 - Part 5/8: fix MobileMessage. r=gene 2013-07-02 17:36:47 +08:00
Vicamo Yang
8288a7ef0f Bug 814581 - Part 4/8: fix GonkGPSGeolocationProvider. r=kanru 2013-07-02 17:36:44 +08:00
Vicamo Yang
ae711005e5 Bug 814581 - Part 3/8: dispatch RIL messages. r=hsinyi,yoshi 2013-07-02 17:36:40 +08:00
Vicamo Yang
127ae3d359 Bug 814581 - Part 2/8: create multiple intances of RadioInterface. r=hsinyi,yoshi 2013-07-02 17:36:37 +08:00
Vicamo Yang
4c6addfeee Bug 814581 - Part 1/8: MultiSIM - interface changes. sr=hsinyi 2013-07-02 17:36:33 +08:00
Szu-Yu Chen [:aknow]
f0a970db9f Bug 889215 - Fix xpcshell-test test_ril_worker_mmi.js. r=yoshi.
---
 dom/system/gonk/tests/test_ril_worker_mmi.js |   47 +++++++++++++-------------
 1 file changed, 23 insertions(+), 24 deletions(-)
2013-07-02 16:19:56 +08:00
Reuben Morais
23e3c3d799 Backed out changeset 08185bc7ab8d (bug 885979) 2013-07-01 23:14:32 -07:00
Szu-Yu Chen [:aknow]
a5164734d9 Bug 885688 - Fix javascript warning in ril_worker.js. r=yoshi.
---
 dom/system/gonk/ril_worker.js |   38 +++++++++++++++++++++++++-------------
 1 file changed, 25 insertions(+), 13 deletions(-)
2013-07-02 11:58:20 +08:00
Gregor Wagner
1ed65720aa Bug 883770 - [Dialer][SMS][Contacts] Call log does no longer show contact names after version upgrade. Followup. r=reuben. 2013-07-02 11:24:16 +08:00
Justin Lebar
193ae37b07 Bug 888511 - Fix leak of DOMRequests in Webapps::Launch code. r=fabrice 2013-07-01 18:29:51 -07:00
Ryan VanderMeulen
5c4be83eff Merge m-c and birch. 2013-07-01 08:15:19 -04:00
Michael Henretty
18a16d43cb Bug 883770 - [Dialer][SMS][Contacts] Call log does no longer show contact names after version upgrade. r=gwagner 2013-07-01 19:13:45 +08:00
Ms2ger
2dcf517a55 Bug 888579 - Remove some code that handled WN Nodes; r=bholley 2013-07-01 09:14:36 +02:00
Ms2ger
9a38df8e56 Bug 888321 - Pass CSSIntPoint to ScrollToCSSPixels; f=kats r=roc 2013-07-01 09:14:36 +02:00
Ms2ger
7b4e543404 Bug 888318 - Use CSSIntPoint for nsGlobalWindow::ScrollTo; f=kats r=mrbkap 2013-07-01 09:14:34 +02:00
Ms2ger
4019955ea2 Bug 888235 - Use CSSIntSize for nsGlobalWindow::GetInnerWidth/Height; f=kats r=mrbkap 2013-07-01 09:14:24 +02:00
Ms2ger
c477a69e4e Bug 886289 - Move SVGAnimatedNumber to WebIDL; r=dzbarsky 2013-07-01 09:03:04 +02:00
Ms2ger
6fa75b2d82 Bug 886270 - Move SVGAnimatedInteger to WebIDL; r=dzbarsky 2013-07-01 09:02:56 +02:00
Ms2ger
d2041977f8 Bug 886247 - Move SVGAnimatedEnumeration to WebIDL; r=dzbarsky 2013-07-01 09:02:46 +02:00
Ms2ger
ae221922f0 Bug 887909 - Convert IDBFileHandle to WebIDL; r=janv 2013-07-01 09:02:37 +02:00
Ms2ger
032d1cbb66 Bug 887012 - Remove some emptyish makefiles; r=gps 2013-07-01 09:02:32 +02:00
Ms2ger
952b42c3f5 Bug 883114 - Part b: remove make rules from workers; r=ted
--HG--
rename : dom/workers/test/relativeLoad_sub_import.js => dom/workers/test/subdir/relativeLoad_sub_import.js
rename : dom/workers/test/relativeLoad_sub_worker.js => dom/workers/test/subdir/relativeLoad_sub_worker.js
rename : dom/workers/test/relativeLoad_sub_worker2.js => dom/workers/test/subdir/relativeLoad_sub_worker2.js
2013-07-01 09:02:14 +02:00
Ms2ger
b5ea9cce84 Bug 883114 - Part a: remove various make rules in dom; r=ted 2013-07-01 09:01:23 +02:00
Ms2ger
4006ded057 Bug 883892 - Followup: remove comment that refers to removed code. 2013-07-01 09:00:54 +02:00
Phil Ringnalda
26bcd5f0dc Merge m-i to m-c 2013-06-30 16:46:20 -07:00
Jose Antonio Olivera Ortega
c92350e6ef Bug 879680 - (mmi-result-cf) [MMI] Use MMIResult for Call Forwarding related functionality. r=ferjm 2013-07-01 01:23:52 +08:00
Fernando Jiménez
6a7538e891 Bug 874000 - (mmi-result-pin) [MMI] Use MMIResult for PIN/PIN2/PUK related functionality. r=vicamo 2013-07-01 01:01:02 +08:00
Justin Lebar
ccb3978a60 Bug 888693 - Add a null-check to nsWindowMemoryReporter.cpp so taking a memory report doesn't crash B2G. r=nmaier 2013-06-30 09:39:10 -07:00
Phil Ringnalda
ab81c18be5 Merge m-c to m-i 2013-06-30 08:40:17 -07:00
Phil Ringnalda
068b84774f Merge m-i to m-c 2013-06-30 08:36:29 -07:00
Bobby Holley
988b00b6eb Bug 865745 - Remove nsFrameScriptExecutor::DestroyCx. r=smaug 2013-06-30 09:00:20 -06:00
Bobby Holley
1206d0898d Bug 865745 - Remove mCx from nsFrameScriptExecutor. r=smaug 2013-06-30 09:00:20 -06:00
Bobby Holley
1a4e55b7ac Bug 865745 - Return the safe JSContext for Tab Children in GetJSContextForEventHandlers. r=smaug 2013-06-30 09:00:19 -06:00
Bobby Holley
541f6a00f9 Bug 865745 - Check mGlobal instead of mCx to see if we're in a functional state. r=smaug
Their lifetimes should be the same, and the latter is going away.
2013-06-30 09:00:19 -06:00
Bobby Holley
d337596c9c Bug 865745 - Remove mContext from nsFrameMessageManager. r=smaug 2013-06-30 09:00:19 -06:00
Bobby Holley
01b83c2693 Bug 865745 - Use a SafeJSContext in TabChildParent. r=smaug
This is just used for rooting, but happens to be a consumer of
nsFrameMessageManager::GetJSContext, which we're about to remove.
2013-06-30 09:00:19 -06:00
Bobby Holley
e29b19b08f Bug 865745 - Hold a strong ref to the global for the duration that each nsFrameScriptCx is on the stack. r=smaug
These things currently do a complicated refcounting dance to avoid destroying the
cx until all the consumers of it are gone. That stuff can mostly go away now that
we're just using the SafeJSContext, but DestroyCx also nulls out the global, so
we should make sure to keep that alive for anyone that might be using it.
2013-06-30 09:00:18 -06:00
Fernando Jiménez
88023a7889 Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 2: DOMMMIResult and DOMMMIError. r=vicamo, sr=sicking 2013-06-30 20:21:32 +08:00
Fernando Jiménez
7bb0669cdb Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 1: DOMError. r=sicking, sr=peterv 2013-06-30 20:21:31 +08:00
Phil Ringnalda
c6482a5eeb Merge birch and m-i to m-c 2013-06-29 17:29:09 -07:00
Bobby Holley
f77eb1e574 Bug 880917 - Convert JS_SetVersion API consumers to per-compartment versions. r=luke 2013-06-29 09:11:18 -06:00
Bobby Holley
f5f7bf3be5 Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke
This will be useful for versioning, as well as JIT options and all the other
stuff that eventually needs to move out of the JSContext.
2013-06-29 09:11:17 -06:00
Phil Ringnalda
4099cadf2a Merge m-c to birch 2013-06-29 06:55:30 -07:00
Phil Ringnalda
154f8fcd88 Back out 9a57cd3e5a93:b62548e26499 (bug 865745) for causing an unexpected exception in a mochiperf test 2013-06-29 20:27:48 -07:00
Ben Turner
7597d6da65 Bug 888105 - '.DS_Store files can screw up origin initialization.' r=janv. 2013-06-29 19:25:15 -07:00
Bobby Holley
e689963ce5 Bug 865745 - Remove nsFrameScriptExecutor::DestroyCx. r=smaug 2013-06-29 18:44:06 -06:00
Bobby Holley
493debc74c Bug 865745 - Remove mCx from nsFrameScriptExecutor. r=smaug 2013-06-29 18:44:06 -06:00
Bobby Holley
a1b9c40166 Bug 865745 - Return the safe JSContext for Tab Children in GetJSContextForEventHandlers. r=smaug 2013-06-29 18:44:05 -06:00
Bobby Holley
ee83c8bf21 Bug 865745 - Check mGlobal instead of mCx to see if we're in a functional state. r=smaug
Their lifetimes should be the same, and the latter is going away.
2013-06-29 18:44:05 -06:00
Bobby Holley
43e05e2159 Bug 865745 - Remove mContext from nsFrameMessageManager. r=smaug 2013-06-29 18:44:05 -06:00
Bobby Holley
ae5be6ca13 Bug 865745 - Use a SafeJSContext in TabChildParent. r=smaug
This is just used for rooting, but happens to be a consumer of
nsFrameMessageManager::GetJSContext, which we're about to remove.
2013-06-29 18:44:05 -06:00
Bobby Holley
b3db761665 Bug 865745 - Hold a strong ref to the global for the duration that each nsFrameScriptCx is on the stack. r=smaug
These things currently do a complicated refcounting dance to avoid destroying the
cx until all the consumers of it are gone. That stuff can mostly go away now that
we're just using the SafeJSContext, but DestroyCx also nulls out the global, so
we should make sure to keep that alive for anyone that might be using it.
2013-06-29 18:44:04 -06:00