Siddartha Pothapragada
7be16b31a7
Bug 964693 - Do not perform slice on blob as slice does not retain metadata 'file'. r=smaug
2014-04-09 16:38:53 -07:00
Yoshi Huang
cf1b34a27c
Bug 993891 - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice. r=dimi
2014-04-10 11:43:45 +08:00
Mihai Sucan
e76e62b281
Bug 823097 - Add support for %c style formatting in the web console; r=past,bz
2014-04-10 17:59:21 +03:00
Ryan VanderMeulen
7ba7f0e455
Merge m-c to inbound on a CLOSED TREE.
2014-04-10 22:16:50 -04:00
Ryan VanderMeulen
5dd9653c16
Backed out 6 changesets (bug 982141) for Windows and OSX bustage. CLOSED TREE
...
Backed out changeset 16540ab2d2cb (bug 982141)
Backed out changeset 2ad9ce9d904e (bug 982141)
Backed out changeset af219bb49c06 (bug 982141)
Backed out changeset ffe51d96e86e (bug 982141)
Backed out changeset 6642718ad3bb (bug 982141)
Backed out changeset 95b341d26f7b (bug 982141)
2014-04-10 15:27:42 -04:00
Ed Morley
43c3421651
Merge mozilla-central and b2g-inbound
2014-04-10 17:59:51 +01:00
Ed Morley
67b81d9bd4
Merge latest green inbound changeset and mozilla-central
2014-04-10 17:55:29 +01:00
Ed Morley
2ccf097e4e
Merge latest green b2g-inbound changeset and mozilla-central
2014-04-10 17:45:11 +01:00
Ghislain 'Aus' Lacroix
f377e0b7a5
Bug 992766 - Infer error when recieving NS_ERROR_FAILURE by going through device storage sanity checks, if device storage api is available. r=fabrice
2014-04-10 09:32:53 -07:00
Boris Zbarsky
7eca30f98c
Bug 991080. Add an overload of Promise::ArgumentToJSValue that lets callers pass in an nsTArray to MaybeResolve() a promise with a JS array. r=khuey
2014-04-10 00:58:43 -04:00
Boris Zbarsky
e74e09a7f2
Bug 993889 part 6. Remove the "scope" argument of dom::WrapObject methods. r=bholley
2014-04-10 00:58:43 -04:00
Boris Zbarsky
5a6f899f61
Bug 993889 part 5. Remove the "creator" argument of the version of TypedArray::Create that takes a JSObject* creator. r=bholley
2014-04-10 00:58:42 -04:00
Boris Zbarsky
7523e50082
Bug 993889 part 4. Remove the scope argument of xpc_FastGetCachedWrapper. r=bholley
2014-04-10 00:58:42 -04:00
Boris Zbarsky
16f349e12a
Bug 993889 part 3. Remove the scope argument of the classinfo WrapNative methods. r=bholley
2014-04-10 00:58:42 -04:00
Boris Zbarsky
a0bb95a823
Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley
2014-04-10 00:58:41 -04:00
Ryan VanderMeulen
c59c631795
Backed out changeset c81707878977 (bug 974197) for Gaia integration test failures on a CLOSED TREE.
2014-04-09 22:14:13 -04:00
Ryan VanderMeulen
fd1b9be733
Merge m-c to inbound on a CLOSED TREE.
2014-04-09 19:11:24 -04:00
Mike Habicher
24839a6b12
Bug 981047 - enable torch mode in low light when video recording, r=dhylands,ehsan
2014-04-09 11:53:41 -04:00
Mike Habicher
71ed594d07
Bug 983180 - hide camera objects behind Navigator::HasCameraSupport(), r=bz
2014-04-09 11:53:34 -04:00
Mike Habicher
e826a6be7c
Bug 965420 - camera face-tracking, r=bz,dhylands
2014-04-09 11:52:10 -04:00
Youngwoo Jo
7ed261b8a5
Bug 965421 - camera continuous autofocus status callback, r=jst,mikeh
2014-04-09 11:12:25 -04:00
Etienne Segonzac
075f5c6c43
Bug 992948 - Add missing data to the telephony-call-ended systemmessage. r=hsinyi
2014-04-10 10:01:58 -04:00
Geoff Brown
df1d237299
Bug 962676 - Reset expected assertion counts for Android crashtests; r=blassey
2014-04-09 08:38:44 -06:00
Carsten "Tomcat" Book
7d3eabe04e
Merge m-c to mozilla-inbound
2014-04-09 14:41:48 +02:00
Carsten "Tomcat" Book
d7dfb3c5c8
merge b2g-inbound to mozilla-central
2014-04-09 14:27:34 +02:00
Henry Chang
9d6a75f8cb
Bug 993732 - Should use renamed properties done by bug 988129. pending r=gene
...
Landed directly on mozilla-central in order to fix the Firefox OS bustage in today's build.
2014-04-09 15:42:47 +08:00
Siddartha Pothapragada
08c7113686
Bug 993896 - Fire success / error to dom requests based on status received from gonk. r=allstars.chh
2014-04-08 23:17:53 -07:00
Fabrice Desré
b269f13a33
Bug 991023 - [Tarako] JS error in SystemMessageInternal.js after grouping apps in activities chain. r=gene
2014-04-10 17:05:59 -07:00
Vicamo Yang
d6a4aef8a6
Bug 995107: fix RIL DSDS marionette test cases on emulator-jb,kk. r=echen
2014-04-11 22:28:07 +08:00
Vicamo Yang
398349b49d
Bug 994601: fix undefined 'RequestSettingValue' and 'nsIRILNetworkInterface' in Flatfish build. r=kanru
2014-04-11 22:28:01 +08:00
Vicamo Yang
c969a1e2c0
Bug 977995 - remove mNetdWorker from SystemWorkerManager. r=khuey, f=vchang
...
There are multiple defects in NetworkWorker and the related parts
since the C++ rewrite. 1) NetworkService holds a reference to
NetworkWorker and never releases it. It has to wait until the cycle
collector comes up to resolve their ownership loop and free
NetworkWorker manually. However 2) nsINetworkWorker::shutdown is
never called, and that leaves everything living till the end,
inclusive of that gNetdConsumer in Netd.cpp. 3) when GC comes to free
NetworkWorker, it calls its parent destructor ~NetConsumer(), which
in turn calls ~RefCounted<NetdConsumer>(). Having a valid
gNetdConsumer in Netd.cpp follows its refCnt is not zero and this
triggers an assertion in ~RefCounted<NetdConsumer>().
So, some obvious treatments here. A) NetworkService should call
nsINetworkWorker::shutdown upon receiving a shutdown observer event
and release the reference to NetworkWorker. B) NetworkWorker should
never be double ref-counted. Move NetdConsumer implementation into a
separated class.
2014-04-11 22:27:55 +08:00
Aaron Klotz
025fed58f4
Bug 913653: Remove lock from IOInterposer and add IOInterposer thread registration; r=froydnj
2014-04-08 22:57:52 -06:00
Botond Ballo
3391efa3ea
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
...
--HG--
extra : source : 5353e86dcfe8b2ff6f02e577a4c69a1de6808d9b
2014-04-15 13:39:20 -04:00
Martin Thomson
a1d3f897fc
Bug 942367 - Part 1: WebIDL changes for peerIdentity constraint. r=jib
2014-04-08 10:39:48 -07:00
Hsin-Yi Tsai
d90e3c2181
Bug 989728 - [B2G] [RIL] split test_conference.js into smaller pieces to avoid timeout failure. r=vicamo
...
* * *
split test_conference.js - p4 - split test_conference
2014-04-08 14:10:06 +08:00
Ben Tian
d6ec57b510
Bug 993278 - [bluedroid][HFP] Respond OK even if subscriber number information is empty, r=echou
2014-04-10 16:32:54 +08:00
Ben Tian
145b3964a3
Bug 993275 - [Bluedroid] Ensure icon for audio service devices, r=echou
2014-04-14 09:50:47 +08:00
Ryan VanderMeulen
6e597394e0
Backed out changeset d610b0d353d4 (bug 995757) for bustage.
...
CLOSED TREE
2014-04-13 20:24:25 -04:00
Ehsan Akhgari
78b967c79d
Bug 995757 - Remove nsIDOMMozApplicationEvent; r=bzbarsky
2014-04-13 18:54:11 -04:00
Ehsan Akhgari
3e0d5777b0
Bug 995754 - Remove nsIDOMToString; r=bzbarsky
2014-04-13 18:53:36 -04:00
Ehsan Akhgari
d6b1deb4e5
Bug 995753 - Remove nsIDOMHTMLByteRanges; r=khuey
2014-04-13 18:52:48 -04:00
Ryan VanderMeulen
0ce621aabd
Backed out changesets d8d01c95be03 and 5fa0c8f5ccb2 (bug 907352) for Linux64 mochitest-3 crashes.
2014-04-18 11:22:21 -04:00
Ryan VanderMeulen
c5237849a3
Backed out changeset df8e7a4b86cf (bug 984467) for mochitest-other failures.
2014-04-18 11:13:31 -04:00
Anuj Agarwal
4c3234f270
Bug 984467 - Replace GetNativeOfWrapper + QI bit with xpc::WindowOrNull(scope). r=bz
2014-04-18 09:36:37 -04:00
Jan-Ivar Bruaroey
febff8480f
Bug 907352 - Part 2: Backwards-compatible facingMode constraint on mobile. r=mt, r=drno
2014-04-17 12:37:13 -04:00
Jan-Ivar Bruaroey
68500a88e9
Bug 907352 - Part 1: Update to most recent constraints syntax. r=mt
2014-04-18 03:23:29 -04:00
Anuj Agarwal
8360610c1d
Bug 897359 - Remove unimplemented popChallengeResponse, random, and disableRightClick methods. r=bz
2014-04-18 09:32:52 -04:00
Alexandre Poirot
1ca515a794
Bug 992778 - Set docshell.chromeEventHandler in child processes. r=bz
2014-04-09 07:15:00 +02:00
Marco Castelluccio
d05cab9748
Bug 858772 - Fail if the checkForUpdate request fails instead of timing out. r=fabrice
2014-04-14 11:06:00 +02:00
Ed Morley
23c2df160b
Backed out changeset aac6762777be (bug 886416) for mochitest ABORTs; CLOSED TREE
2014-04-11 17:07:42 +01:00
Ehsan Akhgari
b0f6353efa
Bug 886416 - Move SVGLength to WebIDL; r=bzbarsky
2014-04-11 11:24:06 -04:00
Bobby Holley
0410241d55
Bug 990290 - Get rid of dynamic XBL JSClasses. r=bz
2014-04-11 07:59:47 -07:00
Bobby Holley
2f39bb33a1
Bug 990290 - Store class objects in a weak map off the XBL global. r=bz
...
Note that we simultaneously rip out all of the crazy lifetime management for the
dynamic JSClasses here (it would be nice to do that in a separate patch, but it's
all kind of tied up together). With this patch, we simply have one dynamic JSClass
per class object, which is deleted in the finalizer. In the next patch, we remove
dynamic JSClasses entirely.
2014-04-11 07:59:47 -07:00
Bobby Holley
9ca3aa3c71
Bug 990290 - Stop using the full-blown class object setup for precompilation. r=bz
2014-04-11 07:59:47 -07:00
Bobby Holley
641f09433e
Bug 990290 - Remove silly LRU cache of nsXBLJSClass instances. r=bz
2014-04-11 07:59:47 -07:00
Bobby Holley
9dacb47d78
Bug 990290 - Remove unnecessary conditional and unindent. r=bz
2014-04-11 07:59:46 -07:00
Bobby Holley
f385b83da1
Bug 990290 - Stop using ye olde JS_InitClass for XBL class objects. r=bz
2014-04-11 07:59:46 -07:00
Edgar Chen
50fc472757
Bug 978027 - Part 4: Test cases for prl version. r=allstars.chh
2014-04-07 16:18:50 +08:00
Edgar Chen
71186cfe6b
Bug 978027 - Part 3: Get icc app index only when the _isCdma flag is ready to use. r=allstars.chh
2014-04-07 16:57:45 +08:00
Edgar Chen
67eb1bd2f2
Bug 978027 - Part 2: RIL implementation for prl version. r=allstars.chh
2014-04-07 15:29:04 +08:00
Edgar Chen
e636912452
Bug 978027 - Part 1: Interface changes for prl version. r=hsinyi,allstars.chh
2014-04-07 14:44:45 +08:00
Vicamo Yang
7f9706214e
Bug 979134: convert test_mobile_operator_names.js to Promise. r=hsinyi
2014-04-09 13:16:10 +08:00
Vicamo Yang
23d339188e
Bug 979134: convert test_mobile_data_location.js to Promise. r=hsinyi
2014-04-09 13:16:09 +08:00
Vicamo Yang
3b1a86e48b
Bug 979134: convert test_mobile_voice_location.js to Promise. r=hsinyi
2014-04-09 13:16:07 +08:00
Vicamo Yang
d9c4d5b84d
Bug 979134: convert test_mobile_data_state.js to Promise. r=hsinyi
2014-04-09 13:16:06 +08:00
Vicamo Yang
4ae502dbf1
Bug 979134: convert test_mobile_voice_state.js to Promise. r=hsinyi
2014-04-09 13:16:05 +08:00
Vicamo Yang
486d9c35dc
Bug 979134: convert test_mobile_networks.js to Promise. r=hsinyi
2014-04-09 13:16:04 +08:00
Vicamo Yang
52aa848043
Bug 979134: share wrapDomRequestAsPromise. r=hsinyi
2014-04-09 13:16:03 +08:00
Andrea Marchesini
4266c27429
Bug 987064 - Remove AudioChannelType. r=roc, r=mchen, r=bent
2014-04-10 18:39:20 +01:00
Marco Castelluccio
ce617b860a
Bug 906223 - Add currently running app to the registry if it isn't already there. r=fabrice
...
--HG--
rename : toolkit/webapps/tests/test_hosted_launch.xul => toolkit/webapps/tests/test_hosted_launch_no_registry.xul
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_packaged_launch_no_registry.xul
2014-04-13 14:42:39 -04:00
Alessio Placitelli
dfbb9f005d
Bug 529877 - Remove stray printfs in e10s dom/ipc code. r=cjones
2014-04-13 14:18:02 -04:00
Marco Castelluccio
dea9c853b9
Bug 999653 - Don't manually set allAppsLaunchable but use SpecialPowers.setAllAppsLaunchable. r=fabrice
2014-04-24 04:06:00 +02:00
Marco Castelluccio
04272068a9
Bug 889744 - Use reviewer certs for reviewer pages. r=fabrice
2014-04-24 04:27:00 +02:00
William Chen
7840ab12de
Bug 992571 - Don't rebuild anything in FlushSkinSheets if there's no doc. r=mrbkap
2014-04-23 14:20:09 -07:00
Ryan VanderMeulen
d898e2dbcd
Backed out changeset d5a514b9a0db (bug 586587) for mochitest failures.
2014-04-24 14:48:14 -04:00
Ben Davey
b9ef4de45a
Bug 586587 - Add support for drag and drop of HTML to Firefox. r=jimm
2014-04-23 14:58:00 -04:00
Ryan VanderMeulen
24ed80132e
Merge m-c to inbound.
2014-04-24 13:44:11 -04:00
Ehsan Akhgari
7262b1ae70
Bug 998738 - Kill nsIDOMXPathNamespace (and window.XPathNamespace); r=smaug
2014-04-24 12:07:44 -04:00
Ehsan Akhgari
6e3bbe31e7
Bug 998735 - Mark nsIDOMWindowCollection as non-scriptable; r=smaug
2014-04-24 12:06:50 -04:00
Ehsan Akhgari
245b18874d
Bug 998733 - Mark the audio channel interfaces as non-scriptable; r=smaug
2014-04-24 12:06:12 -04:00
Aryeh Gregor
780bdf4c9b
Bug 950386 - Move mozilla::Selection to mozilla::dom::Selection; r=ehsan
2014-04-10 19:09:40 +03:00
Ted Clancy (:tedders1)
a57f835d6f
Bug 970303 - Don't call DatabaseInfo::Remove() when app is killed, in case another app is still using the database. r=bent
2014-04-03 16:57:40 -07:00
Jessica Jong
3a49a2d3b1
Bug 961921 - Part 2: add data connection tests for DSDS. r=hsinyi
2014-04-09 18:54:00 +02:00
Jessica Jong
f764da4f1f
Bug 961921 - Part 1: separate roaming preference for each client. r=hsinyi
2014-04-08 20:55:00 +02:00
Szu-Yu Chen [:aknow]
78eeb4d1c2
Bug 993255 - Part 3: Fix related test case. r=hsinyi
2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
ed653fdc6b
Bug 993255 - Part 2: Hangup pending outgoing call. r=hsinyi
2014-04-10 02:06:00 +02:00
Szu-Yu Chen [:aknow]
837836430b
Bug 993255 - Part 1: Refactor: extract removeVoiceCall. r=hsinyi
2014-04-10 02:05:00 +02:00
Vincent Chang
c729de5fda
Bug 993327 - [tarako] unable to enable Data Connect after turning off WIFI. r=chulee
2014-04-10 11:48:50 +08:00
Vincent Chang
1c11bb340d
Bug 993821 - [Wifi] Event thread is blocked in WaitForEvent caused wifi stay in searching state. r=chulee
2014-04-10 13:52:38 +08:00
Yoshi Huang
2b4332248d
Bug 993893 - B2G NFC: NfcManager APIs will also check nfc-write permission. r=dimi
2014-04-09 17:58:28 +08:00
Ben Tian
a79696fb7f
Bug 989845 - [bluedroid] Implement KeyPressedCallback to handle HSP commands, r=echou
2014-04-09 17:44:03 +08:00
Ryan VanderMeulen
f587129b63
Merge m-c to b2g-inbound on a CLOSED TREE.
2014-04-09 19:11:57 -04:00
Alexandre Lissy
747fc338b7
Bug 989876 - Keep updateTime field uptodate for gaia apps. r=fabrice
2014-04-09 15:45:15 +02:00
Kyle Huey
39e8ea0778
Back out bug 991812 for bustage on a CLOSED TREE. r=me
2014-04-08 17:26:33 -07:00
Kyle Huey
52e66a793b
Bug 993203: Add a memory reporter to count SettingsManager observers. r=njn
2014-04-08 16:37:09 -07:00
Kyle Huey
d098e8c228
Bug 991812: Remove uses of RefCounted in code that lives solely in Gecko. r=ehsan
2014-04-08 16:37:05 -07:00
Boris Zbarsky
33e4783558
Bug 991742 part 10. Remove the "aScope" argument from the Promise ArgumentToJSValue() methods. r=bholley
2014-04-08 18:27:19 -04:00
Boris Zbarsky
feebd363fb
Bug 991742 part 9. Remove the "scope" argument of WrapNewBindingObject. r=bholley
2014-04-08 18:27:19 -04:00
Boris Zbarsky
79dab91ff6
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
d4bd64ee2c
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
Boris Zbarsky
6a65a2a903
Bug 991742 part 5. Remove use of the "aScope" argument in binding Wrap() methods. r=bholley
2014-04-08 18:27:16 -04:00
Boris Zbarsky
0bee3774d8
Bug 991742 part 4. Remove the "scope" argument of WrapCallThisObject(). r=bholley
2014-04-08 18:27:15 -04:00
Boris Zbarsky
237ee9760a
Bug 991742 part 3. Remove the "scope" argument of WrapNativeParent(). r=bholley
2014-04-08 18:27:15 -04:00
Boris Zbarsky
a7d33ad988
Bug 991742 part 2. Remove the "scope" argument of WrapNativeParentHelper/WrapNativeParentFallback/WrapNativeISupportsParent. r=bholley
2014-04-08 18:27:15 -04:00
Boris Zbarsky
d7fa8f56be
Bug 991742 part 1. Enter the compartment of the current wrapper before we try to reparent objects. r=bholley
...
This lets us preserve some invariants about our current compartment matching the scope we want to wrap into.
2014-04-08 18:27:15 -04:00
Ryan VanderMeulen
57743f4440
Merge m-c to inbound.
2014-04-08 18:26:26 -04:00
Ryan VanderMeulen
f7f6976e6e
Merge inbound to m-c.
2014-04-08 18:17:58 -04:00
Peter Van der Beken
f1102b2af3
Bug 990158 - Remove line from bad merge in f1e4f0f82a9a.
...
--HG--
extra : rebase_source : ad5cddb57ed8acb125b9b9f164c4682b16bcd8f1
2014-04-08 20:47:55 +02:00
Peter Van der Beken
b3dc774b85
Bug 983619 - Add Window.getInterface/QueryInterface to WebIDL, followup to deal with review comment. r=bz.
...
--HG--
extra : rebase_source : a0e0fa6d59c9edb9b346a5cb8b062144198a87c2
2014-04-08 20:39:38 +02:00
Peter Van der Beken
073e442f7f
Bug 993047 - Fix some style nits from f6b0e518f6d2.
...
--HG--
extra : rebase_source : 9cb1f3c793b066aed1836c08cce786554d61cfd2
2014-04-08 20:39:38 +02:00
Ryan VanderMeulen
0260a94e91
Backed out changeset 27578e0cf97f (bug 959870) for webrtc test bustage.
2014-04-08 15:30:31 -04:00
Carsten "Tomcat" Book
c9e1867a2b
Merge m-c to b2g-inbound
2014-04-08 15:45:08 +02:00
Carsten "Tomcat" Book
d5067407dd
merge b2g-inbound to mozilla-central
2014-04-08 15:34:07 +02:00
Fredrik Lanker
2c245ff377
Bug 985481 - Make sure that a supported video size is set. r=mikeh
2014-04-08 00:21:00 +02:00
Bevis Tseng
e88732c44c
Bug 990918 - Part 2: Add Xpcshell Test Case for setCellBroadcastSearchList(). r=htsai
2014-04-03 16:46:51 +08:00
Bevis Tseng
c34f95c600
Bug 990918 - Part 1: Make RIL compatible for both new/old formats of ril.cellbroadcast.searchlist. r=htsai
2014-04-03 16:33:56 +08:00
Ryan VanderMeulen
d0849cfd3c
Merge b2g-inbound to m-c.
2014-04-07 22:29:35 -04:00
Peter Van der Beken
a5967a49cb
Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE.
...
--HG--
extra : rebase_source : a63315cd428faeb95464f6ad76946d1c0c6d36c3
2014-04-07 22:18:53 +02:00
Andrea Marchesini
db98500564
Bug 963038 - Datastore: Support for Transactional semantics, r=ehsan
...
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_transactions.html
2014-04-07 21:08:11 +01:00
Dimi Lee
0a14815023
Bug 989135 - [B2G][Component][Location] Having a quotation mark in the Wi-Fi hotspot password or SSID is not handled gracefully. r=vchang
2014-04-07 14:26:53 +08:00
Alexandre Poirot
6b82f43a5f
Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun
2014-04-07 09:59:48 -04:00
Randell Jesup
08c9a793eb
Backed out changeset 74e5c32c6fa2 (bug 694814)
2014-04-07 15:37:51 -04:00
Randell Jesup
3126953e04
Backed out changeset 6dc08e9fc7e8 (bug 694814)
2014-04-07 15:37:50 -04:00
Randell Jesup
9954d550d1
Backed out changeset 1cf98d1c6b75 (bug 694814)
2014-04-07 15:37:49 -04:00
Bobby Holley
720fe1f508
Bug 986730 - Put all anonymous content into the XBL scope. r=smaug
2014-04-06 12:32:39 -07:00
Bobby Holley
106a5de3c3
Bug 986730 - Prevent a NAC-parented plugin from trying to touch its reflector. r=johns
...
jwatt indicated that he thinks we shouldn't support this use case, and thinks
this is the right approach.
2014-04-06 12:32:38 -07:00
Bobby Holley
d3af0fb41f
Bug 986730 - Fix up a bunch of tests that assume that they can touch AC in content. r=mrbkap
2014-04-06 12:32:38 -07:00
Jason Orendorff
a6f8b84822
Bug 986492, part 1 - Add fill() convenience function to Codegen.py. r=peterv.
2014-04-04 17:03:11 -05:00
Randell Jesup
fcfefc894e
Bug 694814: Patch 6 - Change gUM prefs to media.getusermedia.*, groundwork for in-call changes r=jib
2014-04-02 13:58:20 -04:00
Randell Jesup
41dac5d5ab
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
b0d9eb6953
Bug 694814: Patch 4 - Add audio playout delay config var r=padenot
2014-04-02 13:58:19 -04:00
Kartikaya Gupta
c1a7eb8c17
Bug 995411 - Move various pieces of APZ code into gfx/layers/apz. r=jrmuizel,botond
...
--HG--
rename : gfx/layers/ipc/GeckoContentController.h => gfx/layers/apz/public/GeckoContentController.h
rename : gfx/layers/composite/APZCTreeManager.cpp => gfx/layers/apz/src/APZCTreeManager.cpp
rename : gfx/layers/composite/APZCTreeManager.h => gfx/layers/apz/src/APZCTreeManager.h
rename : gfx/layers/ipc/AsyncPanZoomController.cpp => gfx/layers/apz/src/AsyncPanZoomController.cpp
rename : gfx/layers/ipc/AsyncPanZoomController.h => gfx/layers/apz/src/AsyncPanZoomController.h
rename : gfx/layers/ipc/Axis.cpp => gfx/layers/apz/src/Axis.cpp
rename : gfx/layers/ipc/Axis.h => gfx/layers/apz/src/Axis.h
rename : gfx/layers/ipc/GestureEventListener.cpp => gfx/layers/apz/src/GestureEventListener.cpp
rename : gfx/layers/ipc/GestureEventListener.h => gfx/layers/apz/src/GestureEventListener.h
rename : gfx/layers/ipc/TaskThrottler.cpp => gfx/layers/apz/src/TaskThrottler.cpp
rename : gfx/layers/ipc/TaskThrottler.h => gfx/layers/apz/src/TaskThrottler.h
rename : widget/xpwidgets/APZCCallbackHelper.cpp => gfx/layers/apz/util/APZCCallbackHelper.cpp
rename : widget/xpwidgets/APZCCallbackHelper.h => gfx/layers/apz/util/APZCCallbackHelper.h
rename : widget/xpwidgets/ActiveElementManager.cpp => gfx/layers/apz/util/ActiveElementManager.cpp
rename : widget/xpwidgets/ActiveElementManager.h => gfx/layers/apz/util/ActiveElementManager.h
2014-04-17 07:54:25 -04:00
Andrea Marchesini
0f67e8fe14
Bug 969201 - HTMLLinkElement sizes attribute, f=ms2ger, r=bz
2014-04-17 12:50:54 +01:00
Carsten "Tomcat" Book
21b6174004
Merge m-c to mozilla-inbound
2014-04-17 12:53:05 +02:00
Nils Ohlmeier [:drno]
969d5ff514
Bug 989936 - fire the onsignalingstatechanged event if close was called locally. r=jesup
2014-04-16 18:02:00 +02:00
Boris Zbarsky
3bf69c3c8e
Bug 995295 part 2. Make console.trace() faster when the console is closed by avoiding reification of the stack until someone actually asks for it. r=baku
2014-04-15 22:58:44 -04:00
Boris Zbarsky
270f02c703
Bug 995295 part 1. Create console events in the junk scope, not the untrusted content scope. r=baku
2014-04-16 15:09:23 -04:00
Boris Zbarsky
d05a92fd80
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
2014-04-16 15:13:41 -04:00
Boris Zbarsky
78577315be
Bug 996474. Add a ToJSValue overload that takes a Handle<Value>. r=bholley
2014-04-16 15:13:41 -04:00
Bobby Holley
50e05dac95
Bug 997067 - Remove the special behavior for chrome navigating non-chrome windows. r=bz
...
Considering what is actually done with sourceWindow here, I don't think this
check is doing anything useful in the modern world.
2014-04-17 00:02:36 -07:00
Bobby Holley
5c862b968a
Bug 997067 - Build BuildURIFromBase into SecurityCheckURL and condense logic. r=bz
...
This has a tiny behavior change in the case of self-navigation by a non-current
inner, but I think that the new behavior is more correct.
2014-04-17 00:02:36 -07:00
Eric Faust
edf5e61761
Bug 890686 - Implement JS_GlobalObjectTraceHook, and install it appropriately. (r=billm)
2014-04-04 16:58:08 -07:00
Blake Kaplan
3a3257f6a8
Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske
2014-04-04 14:50:42 -07:00
Blake Kaplan
266c6f17eb
Bug 971222 - Small cleanup around prompt code. r=bzbarsky
2014-04-04 14:50:42 -07:00
Ryan VanderMeulen
27af4d423e
Backed out changeset bf184a7a1d63 (bug 990608) for Android crashes.
...
CLOSED TREE
2014-04-04 15:20:49 -04:00
Ryan VanderMeulen
6df7229f81
Merge m-c to inbound on a CLOSED TREE.
2014-04-04 15:12:07 -04:00
Ryan VanderMeulen
ec69e2de4b
Merge inbound to m-c.
2014-04-04 14:51:38 -04:00
Chris Lord
cee53989a7
Bug 990608 - Make tile size configurable. r=tn,nical,bgirard
2014-04-04 18:42:44 +01:00
Neil Deakin
f9e1db1ab8
Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil
2014-04-04 13:11:12 -04:00
Maksim Lebedev
2af751cef5
Bug 968148 - Implement PointerCapture for pointer events. r=smaug
...
--HG--
extra : rebase_source : 331cf187194c8827e4b75835e85b2d79fdc419c7
2014-04-04 10:09:10 -07:00
Shawn Huang
470f62290d
Bug 977023 - [bluedroid][KK] AVRCP 1.3/1.4 Pass Through command for fastwd and rewind command. r=gyeh
2014-04-04 08:19:48 -04:00
Szu-Yu Chen [:aknow]
49fb08a3bf
Bug 990467 - Part 3: DOM: Re-order code to avoid multi-thread issue. r=hsinyi
2014-04-04 08:18:49 -04:00
Szu-Yu Chen [:aknow]
2d3ffc0fe8
Bug 990467 - Part 2: Add pending outgoing call. r=hsinyi
2014-04-04 08:18:17 -04:00
Szu-Yu Chen [:aknow]
df5ec5fe34
Bug 990467 - Part 1: Refactor: Extract function of adding new voice call. r=hsinyi
2014-04-04 08:17:59 -04:00
Reuben Morais
0e10dc0739
Bug 949537 - Some cleanup of the substring matching tests. r=gwagner
2014-04-03 20:51:58 -03:00
Ryan VanderMeulen
7649261537
Merge inbound to m-c.
2014-04-03 15:24:54 -04:00
Ryan VanderMeulen
d474c0c60f
Backed out changeset 234d50648ad1 (bug 983022) for non-Linux build bustage.
...
CLOSED TREE
2014-04-03 11:38:27 -04:00
Dimi Lee
82af933627
Bug 991499 - WifiWorker still try to send message to component which is already shutdown. r=vchang
2014-04-03 18:10:16 +08:00
Honza Bambas
f2dbab1d26
Bug 986534 - test_beaconFrame.html must not assume requests go out in the same order, r=rbarnes
2014-04-04 14:42:06 +02:00
Nils Ohlmeier [:drno]
498be98b94
Bug 991368 - Avoid exception on calling close() twice. r=abr, r=jesup
2014-04-04 08:34:25 -04:00
Martin Stransky
fbb4f76b66
Bug 983903 - [Gtk3] Ctrl+A doesn't work in textarea or input elements. r=Neil
2014-04-04 08:34:25 -04:00
Nils Ohlmeier [:drno]
88f4fc7a77
Bug 989047 - increase canplaythrough timeouts to accomodate B2G slowness. r=jesup
2014-04-03 18:11:00 +02:00
Nils Ohlmeier [:drno]
ac865b81d1
Bug 965656 - properly close() PC's when no longer used. r=jesup
2014-04-03 10:56:00 +02:00
Masatoshi Kimura
994deefc67
Bug 991690 - Remove the classinfo from EventListenerInfo. r=smaug
2014-04-04 20:04:00 +09:00
Marco Zehe
00e3bb9eeb
Bug 989958 - Expose PRESSED state on a native button element and remove CHECKABLE state from toggle buttons, r=surkov, r=eeejay
2014-04-04 10:01:19 +02:00
Vincent Liu
988d69265c
Bug 983022 - [tarako] Need minidump screen shot. r=ted, r=gal
2014-04-03 10:28:07 +08:00
Bevis Tseng
692f3793b3
Bug 990368 - Add corresponding test case to verify error cases in sending MMS. r=vyang
2014-04-01 16:43:53 +08:00
Bevis Tseng
ebeb973098
Bug 990368 - [B2G][MMS][DSDS] Feedback NonActiveSimError if send an MMS with non active SIM selected. r=vyang
2014-04-01 12:49:44 +08:00
Carsten "Tomcat" Book
873720ec22
Backed out changeset 3ad927b99e82 (bug 972249) for permanent test failure in marionette on a CLOSED TREE
2014-04-03 15:09:43 +02:00
Thomas Zimmermann
dcd2bcd10b
Bug 972249: Remove |sGetPropertyMonitor|, r=echou
...
This bug has probably been solved by bug 983576, so we can remove
the extra locking.
2014-04-03 13:01:09 +02:00
Carsten "Tomcat" Book
87f3c4aa86
merge b2g-inbound to mozilla-central
2014-04-03 12:48:14 +02:00
Phil Ringnalda
f7dc934c40
Merge m-c to b-i
2014-04-02 21:26:24 -07:00
Wes Kocher
f41e0c4cbc
Merge m-c to b2g-inbound
2014-04-02 19:55:38 -07:00
Masayuki Nakano
d42c98a423
Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
2014-04-03 13:18:38 +09:00
Masayuki Nakano
a648e11112
Bug 990855 part.1 Export TextComposition.h as mozilla/TextComposition.h r=smaug
2014-04-03 13:18:37 +09:00
Masayuki Nakano
abcc0ccd99
Bug 989214 Rename nsPaintRequest to mozilla::dom::PaintRequest r=smaug
...
--HG--
rename : dom/events/nsPaintRequest.cpp => dom/events/PaintRequest.cpp
rename : dom/events/nsPaintRequest.h => dom/events/PaintRequest.h
2014-04-03 13:18:37 +09:00
Masayuki Nakano
3cc4e99fc0
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
...
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
2014-04-03 13:18:36 +09:00
Wes Kocher
e4bb8736a9
Merge m-c to inbound on a CLOSED TREE
2014-04-02 19:54:15 -07:00
Wes Kocher
b42cc30cf7
Merge b2g-inbound to m-c
2014-04-02 19:06:17 -07:00
Randell Jesup
2dfec0638c
Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
2014-04-02 17:11:12 -04:00
Ed Morley
1d70b8c714
Merge mozilla-central and b2g-inbound
2014-04-02 18:56:09 +01:00
Carsten "Tomcat" Book
9a0a6ba74f
merge b2g-inbound to mozilla-central
2014-04-02 15:57:57 +02:00
Andrea Marchesini
80c1a7a5b8
Bug 989665 - Console API should clone objects propertly. Crash fixed, r=bz
2014-04-02 10:09:29 +01:00
Dave Hylands
66452e0972
Bug 989536 - DeviceStorageFile::GetStatus should always return a valid status. r=janv
2014-04-01 15:53:47 -07:00
Dave Hylands
a708a7c808
Bug 989538 - GetDefaultStorageName should always initialize the returned storageName. r=janv
2014-04-01 15:53:43 -07:00
Ryan VanderMeulen
e273e369b1
Backed out changeset aa47acfdbdae (bug 986992) for packaging bustage.
2014-04-02 16:01:40 -04:00
Edgar Chen
dbbc78db5f
Bug 990383 - Set default value of 'supportedNetworkTypes' as 'wcdma/gsm'. r=hsinyi
2014-04-01 15:11:36 +08:00
Jan Jongboom
a6871c3c19
Bug 987549 - Wait until BrowserElement child scripts have been loaded before dispatching inputMethod setActive request. r=yxl
2014-04-02 08:51:46 -04:00
Jamin Liu
ce3a6d74e2
Bug 860698 - B2G Bluetooth: Add a test case for discover remote device through BluetoothAdapter. r=vyang, r=echou
2014-04-02 08:51:46 -04:00
Yuan Xulei
9b17f52df5
Bug 986992 - Remove navigator.mozKeyboard. r=fabrice
2014-03-31 10:41:08 +08:00
Vincent Chang
540280ae22
Bug 989719 - js error in WifiWorker when doing geolocation and WiFi is disabled. r=chulee
2014-03-31 10:30:44 +08:00
Reuben Morais
467f45f4dc
Bug 982777 - Prompt for permission to use the Camera API in privileged apps. r=sicking r=jdm
2014-04-02 01:08:42 -03:00
Ben Tian
78473067ed
Bug 990428 - Do not reset mSlcConnected=false when indicator status update is disabled, f=jaliu, r=echou
2014-04-01 14:40:49 +08:00
Dave Hylands
8d3c875bf6
Bug 984269 - Fix bustage on a CLOSED TREE
2014-04-01 16:32:21 -07:00
Ryan VanderMeulen
0d5b7940ce
Merge inbound to m-c.
2014-04-01 16:45:00 -04:00
Jason Orendorff
def2eb96a3
Bug 984883 - Make Codegen.py easier to read. r=bz.
2014-04-01 11:11:44 -05:00
Yuan Xulei
5ef8a3a81b
Bug 986992 - Part 1: Merge navigator.mozKeyboard to navigator.mozInputMethod. r=fabrice
2014-03-31 10:38:45 +08:00
Jamin Liu
ff14390381
Bug 988111 - Unregister Bluetooth signal handler when BT objects were disconnected from owner window. r=echou, f=shuang
2014-04-01 08:58:56 -04:00
Szu-Yu Chen (Aknow)
356f132f9d
Bug 984919 - Part 2: Test DSDS connection conflict. r=hsinyi
2014-04-01 08:58:55 -04:00
Szu-Yu Chen (Aknow)
5345e64005
Bug 984919 - Part 1: Cannot place a new call if other sim is in use. r=hsinyi
2014-04-01 08:58:55 -04:00
Jamin Liu
02da1fe1b4
Bug 980039 - Don't create BT adapter if the owner window of BT manager was cleaned up. r=echou, f=shuang
...
It's meaningless to create a adapter for a BluetoothManager which was disconnected from its owner window.
2014-04-01 08:58:55 -04:00
Jamin Liu
3a8f5a713d
Bug 860697 - B2G Bluetooth: Add test cases to set/get properties of BluetoothAdapter. r=vyang, r=echou
2014-04-01 08:58:54 -04:00
Randell Jesup
3f1ee43687
Bug 694814: Patch 6 - Change gUM prefs to media.getusermedia.*, groundwork for in-call changes r=jib
2014-04-02 13:58:20 -04:00
Randell Jesup
c944f7f471
Bug 694814: Patch 5 - Move AEC from PeerConnection to getUserMedia rs=padenot
2014-04-02 13:58:19 -04:00
Randell Jesup
f541101e08
Bug 694814: Patch 4 - Add audio playout delay config var r=padenot
2014-04-02 13:58:19 -04:00
Bob Owen
67af54901b
Bug 988383 - Part 6: Replace AutoPushJSContext in nsGlobalWindow::GetMessageManager. r=bholley
2014-03-28 14:38:13 +00:00
Bob Owen
c2740673ae
Bug 988383 - Part 4: Replace AutoPushJSContext in PostMessageEvent::Run. r=bholley
2014-04-18 18:34:33 +01:00
Bob Owen
1e6e98cd5e
Bug 988383 - Part 3: Replace AutoPushJSContext in nsGlobalWindow::DefineArgumentsProperty. r=bholley
2014-03-28 11:42:13 +00:00
Vincent Chang
4deaf08058
Bug 986365 - Crash in supplicant because of closing supplicant while waiting for event. r=chulee
2014-03-27 13:58:04 +08:00
Mike Hommey
cb1a0d7337
Bug 989522 - Remove LIBXUL_LIBRARY from the moz.build sandbox. r=mshal
2014-04-02 11:52:04 +09:00
Masayuki Nakano
d1419e8935
Bug 984253 part.4 Rename nsJSEventListener to mozilla::JSEventHandler r=smaug
2014-04-02 11:00:46 +09:00
Masayuki Nakano
41ae81eb58
Bug 984253 part.3 Rename nsEventHandler to mozilla::TypedEventHandler r=smaug
2014-04-02 11:00:45 +09:00
Masayuki Nakano
76ada5fabb
Bug 984253 part.2 Merge nsIJSEventListener and nsJSEventListener r=smaug, sr=jst
2014-04-02 11:00:45 +09:00
Masayuki Nakano
3dd3b64ce7
Bug 984253 part.1 Rename nsJSEventListener.(cpp|h) to JSEventHandler.(cpp|h) r=smaug
...
--HG--
rename : dom/events/nsJSEventListener.cpp => dom/events/JSEventHandler.cpp
rename : dom/events/nsJSEventListener.h => dom/events/JSEventHandler.h
2014-04-02 11:00:45 +09:00
Doug Turner
f71022ad4e
Bug 989682 - Add usage telemetry to geolocation. r=jdm
2014-04-01 10:45:17 -07:00
Bobby Holley
47e7196f1e
Bug 989183 - Check for nsXBLJSClass. r=bz
2014-04-01 21:34:34 -03:00
Mark Hammond
cae334e085
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
L. David Baron
011a30cdcc
Fix merge bustage between changeset c8be375e0c41 (bug 988111) and changeset 8560fc7e2849 (bug 984269), merged (I think) in changeset 0ff6afce0133, on a CLOSED TREE.
2014-04-01 15:10:06 -07:00
Ben Tian
f9d9512acb
Bug 984284 - [m-c] a2dp headset icon show on the notification bar, r=echou
2014-03-26 17:02:40 +08:00
Ryan VanderMeulen
a30c6ca187
Merge m-c to fx-team.
2014-03-31 17:31:19 -04:00
Ryan VanderMeulen
4ac3ff6d15
Merge b2g-inbound to m-c.
2014-03-31 17:27:57 -04:00
Ryan VanderMeulen
8f61fd93c1
Backed out changeset 9511f53e3f38 (bug 934367) for frequent OSX m-oth crashes.
...
CLOSED TREE
2014-03-31 14:51:30 -04:00
Sotaro Ikeda
3c541b7114
Bug 985772 - Remove SurfaceDescriptor around GonkNativeWindow r=nical,pchang,schiu,mikeh,gal
2014-03-31 08:24:28 -07:00
Richard Newman
45c6a5178f
Bug 989580 - Lazy load BrowserElementParent.jsm in BrowserElementParent.js. r=jst
2014-03-31 14:04:38 -07:00
Masatoshi Kimura
08797f46df
Bug 988122 - Followup: fix bogus constification code. r=bz
2014-03-31 23:54:00 +09:00
Boris Zbarsky
c420001bda
Bug 994793. Make the array bits of ToJSValue nicer. r=bholley
2014-04-10 14:57:42 -04:00
Boris Zbarsky
4ad64a690c
Bug 994453 part 1. Factor out the to-JS conversions from Promise.h into mozilla::dom::ToJSValue methods. r=bholley
...
Apart from moving the methods, I made the following changes:
1) Renamed them to ToJSValue.
2) Inlined the boolean overload.
3) Added overloads that take integer types.
4) Changed the order of the aCx and aArgument arguments so aCx comes first.
5) Renamed "abv" to "obj" in the typed array overload.
2014-04-10 14:57:07 -04:00
Ed Morley
c46be2513f
Backed out changeset d5c38470ac06 (bug 976605)
2014-04-15 17:45:48 +01:00
Ed Morley
3d8bb54f6d
Backed out changeset 5fb0bcdb92d5 (bug 976605)
2014-04-15 17:45:17 +01:00
Ed Morley
34538df255
Backed out changeset 7d8d52db13a6 (bug 976605)
2014-04-15 17:45:13 +01:00
Botond Ballo
ab3150cc0f
Bug 976605 - Disable active element handling in BEP.js if APZ is enabled. r=kats,vingtetun
...
--HG--
extra : source : 62f6bbf910b470d8e423811dd036fe13b2c8c47b
2014-04-09 13:39:36 -04:00
Botond Ballo
a4fbe2f20e
Bug 976605 - Hook up TabChild to the ActiveElementManager. r=kats
...
--HG--
extra : source : 3589bda462816f0d40a7e77bc9060a9d3124d3bb
2014-04-09 15:16:16 -04:00
Botond Ballo
e3a2f642c6
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
...
--HG--
extra : source : bfb4af538271dc2e3148caa461f594715529021a
2014-04-11 20:27:57 -04:00
Marco Castelluccio
1cf9415952
Bug 996109 - Lazily load some modules in AppsUtils.jsm. r=felipe
2014-04-15 10:45:06 -04:00
Ehsan Akhgari
f1f3bff302
Bug 996158 - Rework test_bug821850.xhtml to make it not depend on a DOM XPIDL interface; r=bholley
2014-04-15 09:31:21 -04:00
Jan Varga
9ec24dfafc
Bug 856921 - Ensure that all quota failures are exposed to JS as QuotaExceededError. r=bent
2014-04-02 19:14:14 +02:00
Ed Morley
29eff211c9
Merge mozilla-central and inbound
2014-04-02 18:24:05 +01:00
Daniel Holbert
6ede97af2d
Bug 984786 part 4: Give NS_INLINE_DECL_*REFCOUNTING classes private/protected destructor & MOZ_FINAL annotation where appropriate, in /dom. r=smaug
2014-04-02 09:21:03 -07:00
Jon Coppeard
92f0d66be8
Bug 959787 - Handlify remaining JS APIs r=sfink r=bholley r=smaug
2014-04-02 15:28:03 +01:00
Masayuki Nakano
926a2d6c10
Bug 810179 part.2 EventStateManager should include IMEContentObserver into cycle collector r=smaug
2014-04-24 09:36:15 +09:00
Masayuki Nakano
e4390b7a80
Bug 810179 part.1 Make IMEContentObserver cycle collectable r=smaug
2014-04-24 09:36:14 +09:00
Boris Zbarsky
84ac67522d
Bug 985536 followup: mark argument that should be optional as optional. r=orange
2014-04-04 00:21:24 -04:00
Boris Zbarsky
0dc016d79f
Bug 991753. Make sure we're in the right compartment before we try wrapping our Promise in Promise::GetOrCreateWrapper. r=bholley
2014-04-03 23:32:11 -04:00
Boris Zbarsky
1da745b30f
Bug 985536. Go back to allowing optional any with no default value in WebIDL, but treat it as having a default value of undefined. r=khuey
2014-04-03 23:32:11 -04:00
Shu-yu Guo
82fe2098a8
Bug 989509 - Part 2: dom/, netwerk/, startupcache/, and xpcom/ (r=aklotz,bent,gvselto,mayhemer,Mossop)
2014-04-03 19:29:40 -07:00
Matthew Gregan
69f11197c5
Bug 927245 - Remove deprecated Audio Data API implementation. r=cajbir,smaug
2014-04-03 10:53:39 +13:00
Randell Jesup
939be317e4
Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
2014-04-02 17:11:12 -04:00
Chuck Lee
7535b0ba85
Bug 966925 - Filter scan result based on platform property. r=vchang
2014-03-20 14:39:21 +08:00
Carsten "Tomcat" Book
0060873f26
Merge mozilla-central to b2g-inbound
2014-03-31 12:56:11 +02:00
Gene Lian
e052e23436
Bug 988787 - Should fire "handle-system-messages-done" at a correct time point. r=fabrice
2014-03-31 16:14:52 +08:00