Hsin-Yi Tsai
ec6e868d99
Bug 1000670 - part 2 - add internal api: notifyClirModeChanged. r=vicamo
2014-04-24 14:33:29 +08:00
Hsin-Yi Tsai
4241417d71
Bug 1000670 - part 1 - [B2G] [RIL] expose clirstatuschange event to gaia. r=gene, r=smaug
2014-04-24 14:13:14 +08:00
Ryan VanderMeulen
8ecd9a4865
Backed out changeset 9d04bde9fcd1 (bug 989806) for Android mochitest failures.
2014-04-27 21:25:28 -04:00
Ryan VanderMeulen
fcc2fff7b5
Merge m-c to inbound.
2014-04-27 20:57:44 -04:00
Ryan VanderMeulen
29df3d7bb2
Bug 963244 - Disable test_dataChannel_basicAudio.html on B2G emulator builds for being nearly perma-fail.
2014-04-27 20:05:37 -04:00
Ryan VanderMeulen
157bb0ca42
Merge m-c to inbound.
2014-04-27 15:09:36 -04:00
Blair McBride
64d3a32d11
Backed out 2 changesets (bug 987290). r=sheriff
...
Backed out changeset 4ad1f662f521 (bug 987290)
Backed out changeset 080ff1f86465 (bug 987290)
2014-04-27 20:41:58 +12:00
Ryan VanderMeulen
7b427c4565
Merge m-c to inbound.
2014-04-26 21:41:26 -04:00
Ehsan Akhgari
76968a69ed
Bug 998734 - Remove nsIAsyncScrollEventDetail; r=bzbarsky
2014-04-26 20:07:50 -04:00
Zack Weinberg
599c95157f
Bug 1001842, part 2: make umask available via OS.Constants. r=khuey sr=bz
2014-04-26 10:56:58 -04:00
Pin Zhang
47c3d9dc2e
Bug 997064 - Do not call navigator.mozFMRadio from system app. r=baku
...
- Revert "Bug 938015 - Do not turn off FM radio when enabling airplane mode."
- Use setting "airplaneMode.enabled" instead of "ril.radio.disabled"
2014-04-25 17:24:00 -04:00
Boris Zbarsky
df2ea577c8
Bug 942121. Fix WebIDL dictionary member tracing to null-check nullable object types before trying to trace them, since passing pointer-to-null to JS_CallObjectTracer is not OK. r=smaug
2014-04-26 21:50:00 -04:00
Boris Zbarsky
7d9daf1fce
Bug 1000944. Allow unions and dictionaries that contain non-SpiderMonkey WebIDL interface types to be copy-constructed. r=dzbarsky
2014-04-26 21:49:59 -04:00
Boris Zbarsky
9364e14300
Bug 1000675. Don't always include nsContentUtils in example codegen, fix example header guards to not end with __, don't use fully-qualified names in argument types when those argument types are in the mozilla::dom namespace already, and include headers from mozilla/dom. r=jst
2014-04-26 21:49:59 -04:00
Wes Kocher
a0b3df9dba
Backed out changeset a73dece39b01 (bug 985496) for mochitest-5 orange
2014-04-25 16:15:37 -07:00
Wes Kocher
83df092b31
Backed out changeset 27b41f71ccd4 (bug 987954) for mochitest-5 orange
2014-04-25 16:14:58 -07:00
Szu-Yu Chen [:aknow]
4bdd06cb70
Bug 1000705 - Fix fail cause of local hang up. r=hsinyi
2014-04-25 03:05:00 -04:00
Ryan VanderMeulen
41c8a27ff2
Merge m-c to b2g-inbound.
2014-04-25 16:32:31 -04:00
Andrew Osmond
594aaf6d35
Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh
2014-04-25 16:28:17 -04:00
Mike Habicher
9913963ca9
Bug 985496 - rationalize camera error reporting, r=dhylands
2014-04-25 16:28:15 -04:00
Ryan VanderMeulen
82a330dd5d
Merge b2g-inbound to m-c.
2014-04-25 16:12:25 -04:00
Ed Morley
2e2eb508f0
Backed out changeset d58403b60c77 (bug 959089)
2014-04-25 17:51:11 +01:00
Marco Chen
c300e98190
Bug 999350 - Change initial values of AudioChannelService::mCurrentHigherChannel and mCurrentVisibleHigherChannel to -1 and add test case for audio-channel-change & visible-audio-channel-change of mozChromeEvent. r=baku
2014-04-25 18:22:17 +08:00
Carsten "Tomcat" Book
f7b3ad6627
Merge m-c to b2g-i
2014-04-25 13:55:53 +02:00
Carsten "Tomcat" Book
225e066705
merge mozilla-inbound to mozilla-central
2014-04-25 12:49:50 +02:00
Jamin Liu
506643cfdc
Bug 990423 - [Bluetooth] Fix the incorrect condition for reporting call held status when call state changed. r=echou, f=btian
...
---
dom/bluetooth/bluez/BluetoothHfpManager.cpp | 108 ++++++++++++++++++++++++---
dom/bluetooth/bluez/BluetoothHfpManager.h | 2 +
2 files changed, 99 insertions(+), 11 deletions(-)
2014-04-25 09:59:32 +08:00
Ryan VanderMeulen
006f6fafbe
Merge inbound to m-c.
2014-04-24 13:19:53 -04:00
Ed Morley
06642cf594
Backed out changeset b589de6c1084 (bug 889744) for failures in test_marketplace_pkg_install.html
2014-04-24 15:29:20 +01:00
Masayuki Nakano
b1ec9c984f
Bug 704423 mousemove event should be cancelable r=smaug
2014-04-24 23:19:54 +09:00
Nick Fitzgerald
eded7ce0ed
Bug 984696 - Save more detailed source notes so that Debugger.Script.prototype.getAllColumnOffsets can offer more for source mapped and/or pretty printed JS debugging. r=ejpbruel
2014-04-24 09:32:00 +02:00
Ben Tian
859092caad
Bug 997580 - Don't notify bluedroid of callstate change during transition. r=echou
2014-04-24 11:56:11 +08:00
Kartikaya Gupta
423b602bc0
Bug 999162 - Don't set the first-paint flag on a location change on the same document. r=drs
2014-04-24 11:40:00 +02:00
Olli Pettay
024abcbb26
Bug 1001134 - "Gamepad service leaks windows if a page goes into bfcache". r=ted r=continuation
2014-04-24 14:51:00 +02:00
Masayuki Nakano
4d85cc932c
Bug 999645 Cancel implementing KeyboardEvent.initKeyboardEvent() because it completely breaks feature detection in web apps r=smaug
2014-04-25 13:16:20 +09:00
Ryan VanderMeulen
e9cb3633f3
Backed out changeset eaa0d64e544e (bug 996998) for B2G bustage.
2014-04-27 17:47:12 -04:00
Marco Castelluccio
967680ce92
Bug 997886 - Test installing and updating apps with asm.js pre-compiling. r=fabrice
2014-04-26 03:37:00 -04:00
Marco Castelluccio
5b9b70fb85
Bug 989806 - Use reviewer certs for reviewer pages. r=fabrice
2014-04-27 13:38:00 -04:00
Edgar Chen
b5ac86cc81
Bug 929701 - Part 4-2: Add marionette test for changing pin via mmi. r=hsinyi
2014-04-23 17:00:33 +08:00
Edgar Chen
ad9d1454ac
Bug 929701 - Part 4-1: Convert test_mobile_mmi.js to Promise. r=hsinyi
2014-04-23 15:07:17 +08:00
Edgar Chen
b194f2e1db
Bug 929701 - Part 3: Remove JS-implemented DOMMMIError. r=hsinyi
2014-04-23 15:02:11 +08:00
Wes Kocher
60048817aa
Merge m-c to mozilla-inbound
2014-05-01 18:34:18 -07:00
Edgar Chen
ad826c177b
Bug 929701 - Part 2: Implement DOMMMIError by C++. r=smaug
2014-04-23 13:59:47 +08:00
Edgar Chen
c682304757
Bug 929701 - Part 1: Don't use an attribute with type |any| in DOMMMIError. r=hsinyi,smaug
2014-04-23 12:31:57 +08:00
Chuck Lee
470b177f90
Bug 997791 - 0002. Apply request queue optimization. r=vchang
2014-04-21 20:06:27 +08:00
Chuck Lee
7b0caedf1d
Bug 997791 - 0001. Remove ignore settings flags. r=vchang
2014-04-21 20:06:24 +08:00
Bevis Tseng
c8700a3b9a
Bug 991445 - Part 3: Modify test cases to verify newly added attributes. r=vyang
2014-04-24 11:24:06 +08:00
Bevis Tseng
466e51784a
Bug 991445 - Part 2: Align wbxml_data_array for better understanding. r=vyang
2014-04-24 10:43:10 +08:00
Bevis Tseng
7b32d76360
Bug 991445 - Part 1: Update CP Code Page 0 to the one defined in OMA-WAP-TS-ProvCont-V1_1-20090421-C. r=vyang
2014-04-22 16:41:19 +08:00
Carsten "Tomcat" Book
eccbcf91b5
Merge m-c to b2g-inbound
2014-04-24 13:41:02 +02:00
Carsten "Tomcat" Book
e6e2deab22
merge b2g-inbound to mozilla-central
2014-04-24 13:12:50 +02:00
Carsten "Tomcat" Book
a56eaefc35
merge fx-team to mozilla-central
2014-04-24 11:39:30 +02:00
Ben Turner
93e285a83b
Bug 999742, Split Blob<> into BlobParent/BlobChild. rs=sicking.
...
--HG--
extra : transplant_source : %F6%EF%8D%0C%0E%0B7%EFm%7F%15%83%D5%82%19T%BF-%3C%98
2014-04-23 21:43:57 -07:00
Yoshi Huang
b86a3510c9
Bug 1000499 - JavaScript Error: "this.removeMessageListener is not a function". r=dimi
2014-04-24 11:14:58 +08:00
Wes Kocher
c376d0d016
Merge m-c to fx-team
2014-04-23 19:35:38 -07:00
Gregor Wagner
4e4c215ffd
Bug 999572 - Fix settingsService usage in NetworkGeolocationProvider.js. r=bent
2014-04-23 14:16:24 -07:00
Ryan VanderMeulen
8554d90998
Merge m-c to b2g-inbound. a=merge
2014-04-23 14:00:16 -07:00
Mike Conley
d5517a9580
Bug 100180 - Modal dialogs should try to cancel any drag sessions in progress. r=roc.
2014-04-23 12:35:00 -04:00
Wes Kocher
a9c57d89e8
Merge m-c to inbound
2014-04-23 19:33:30 -07:00
Benjamin Smedberg
b525117edb
Bug 999443 test - The first plugin found in extensions was activated, but any subsequent plugins were not. r=gfritzsche
...
--HG--
extra : rebase_source : 05c89bce40ab4a29f092108fb7833138c3adf337
2014-04-23 09:50:40 -04:00
Benjamin Smedberg
53fdd82769
Bug 999443 - Trying to reuse the same nsISimpleEnumerator for multiple plugins means that only the first plugin in an extension is marked as being in an extension. Cache the list in an array instead. r=gfritzsche
...
--HG--
extra : rebase_source : edaf8dcb026b2e1b8c31ff59022201120c3d2e4a
2014-04-23 09:51:17 -04:00
Aryeh Gregor
8a9f071657
Bug 990725 - Rename ErrorEvent.column to .colno to match spec change; r=smaug
2014-04-23 14:55:58 +03:00
Dimi Lee
0d1d424bd1
Bug 996452 - [NFC] Add emulator rf_discover test case. r=tzimmermann
2014-04-23 18:32:02 +08:00
Carsten "Tomcat" Book
2c60876583
merge b2g-inbound to mozilla-central
2014-04-23 14:58:05 +02:00
Carsten "Tomcat" Book
3a1868f5bf
Backed out changeset cbd4d782c02f (bug 9844980) for mochitest 9 & 10 test failures on a CLOSED TREE
2014-04-23 08:21:23 +02:00
Jeff Gilbert
99c9587534
Bug 999713 - Kill WS in files we want to touch. - r=kamidphish
2014-04-22 16:23:18 -07:00
Maksim Lebedev
d740bfbfaa
Bug 987078 - If pointerType is "mouse" and buttons > 0, then pressure must be 0.5. r=smaug
2014-04-22 14:27:02 -07:00
Henri Sivonen
4265c19aa6
Bug 999349 - Add "DO NOT USE" annotation to nsIPlatformCharset. r=emk
2014-04-22 12:35:44 +03:00
Carsten "Tomcat" Book
ca19232084
Merge m-c to mozilla-inbound
2014-04-23 15:00:31 +02:00
Ehsan Akhgari
476d42813d
Bug 999908 - Remove support for the Web Audio legacy prefs for AudioBufferSourceNode, AudioContext, and AudioParam; r=padenot
2014-04-23 08:56:42 -04:00
Jed Parsons
bea36a9591
Bug 982460 - privileged-request-sans-event. r=spenrose
2014-04-22 14:16:39 -07:00
Garvan Keeley
214155af2b
Bug 996998 - GonkGPSGeolocationProvider::NetworkLocationUpdate::Update() MLS location can override GPS location, even through the MLS location is unchanged. r=dougt
2014-04-21 07:45:00 -04:00
David Clarke
fb728ae029
Bug 993783 - Create a mochitest which exercises all the different events for PC.onsignalingstatechange. r=drno
2014-04-24 23:12:00 -04:00
Birunthan Mohanathas
504b581650
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Ben Tian
44c4e14766
Bug 993286 - Patch 3/3: Add Call.Set() function, r=echou, a=1.4+
2014-04-21 18:19:53 +08:00
Ben Tian
19a4883c27
Bug 993286 - Patch 2/3: Support AT+CHLD=3 to merge calls, r=echou, a=1.4+
2014-04-24 14:55:27 +08:00
Ben Tian
0d89f014b5
Bug 993286 - Patch 1/3: Get call setup state from call array, r=echou, a=1.4+
2014-04-24 13:56:07 +08:00
Sam Penrose
d73ea131a3
Bug 995353 - fix Firefox Accounts error propagation from toolkit/ through dom/ to web content. r=jedp
2014-04-23 15:45:06 -07:00
Jan-Ivar Bruaroey
dc758ea8d1
Bug 907352 - Part 6: Change media.navigator.video.default_width to 0. r=mt
2014-04-24 19:30:08 -04:00
Jan-Ivar Bruaroey
398687e6de
Bug 907352 - Part 5: Wiring for width/height/frameRate gUM constraints. r=mt
2014-04-18 15:15:10 -04:00
Jan-Ivar Bruaroey
27c5ae175d
Bug 907352 - Part 4: Normalized constraints to relieve downstream width/height/frameRate implementation. r=mt
2014-04-18 15:16:08 -04:00
Jan-Ivar Bruaroey
986249d24d
Bug 907352 - Part 3: WebIDL for width/height/frameRate gUM constraints. r=mt
2014-04-18 15:14:44 -04:00
Jan-Ivar Bruaroey
7a7b436da1
Bug 907352 - Part 2: Backwards-compatible facingMode constraint on mobile. r=mt, r=drno
2014-04-18 15:14:23 -04:00
Jan-Ivar Bruaroey
c601ff3ab9
Bug 907352 - Part 1: Update to most recent constraints syntax. r=mt
2014-04-18 14:00:16 -04:00
Birunthan Mohanathas
c8c6722bb4
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
2014-04-25 12:49:00 -04:00
Honza Bambas
8dcd92d7a4
Bug 992512 - DOMStorageCache crashes (sDatabase access violation read), patch v3, r=smaug
2014-04-26 21:55:20 +02:00
Honza Bambas
4eb17a722d
Bug 992512 - Back patch v2 out, r=me
2014-04-26 21:55:20 +02:00
Honza Bambas
927d907a98
Bug 992512 - DOMStorageCache crashes (sDatabase access violation read), r=smaug
2014-04-26 20:39:33 +02:00
Nathan Froyd
02e4fd1b2f
Backout 2629257557ff:284be1609a50 (bug 1001842) for debug xpcshell bustage
2014-04-26 13:18:32 -04:00
Zack Weinberg
7e11d63ea3
Bug 1001842, part 2: make umask available via OS.Constants. r=khuey
2014-04-26 10:56:58 -04:00
Arpad Borsos
0ffd585a0c
Bug 474369 - remove nsVoidArray includes; r=ehsan
...
--HG--
extra : rebase_source : dd3abeb623fd8b784fd6ba639c88def84a4daf58
2014-04-26 16:12:45 +02:00
Star Cheng
6ee420a77a
Bug 984498: add new a parameter(audiochannel type) to AudioContext API. r=roc
2014-04-18 14:06:23 +08:00
Wes Kocher
d6ab60ebc2
Merge m-c to b2g-inbound
2014-04-22 19:59:02 -07:00
Dave Hylands
51b86ca6f8
Bug 998097 - Make DeviceStorageUsedSpaceCache use a thread-safe ref count. r=ehsan
...
DeviceStorageUsedSpaceCache uses the LazyIdleThread, and the underlying OS
thread can change from time to time, which in turn triggers a not thread safe
assert in the reference counting code.
2014-04-22 18:31:04 -07:00
Wes Kocher
af2230c253
Merge inbound to m-c
2014-04-22 17:54:44 -07:00
Ryan VanderMeulen
63287be17c
Merge fx-team to m-c.
2014-04-22 13:05:09 -07:00
Ryan VanderMeulen
0af45348c7
Merge b2g-inbound to m-c.
2014-04-22 12:50:29 -07:00
Star Cheng
8edf56ea18
Bug 984498: add new a parameter(audiochannel type) to AudioContext API. r=roc
2014-04-18 14:06:23 +08:00
Vincent Chang
4b8076fac2
Bug 999391 - [Wifi] CTRL-EVENT-TERMINATING with recv errors message is not handled correctly. r=chulee
2014-04-22 20:22:03 +08:00
Yoshi Huang
bd2357cdb6
Bug 1000191 - [NFC] |NfcPeer.sendNDEF| fails on emulator. r=dimi
...
From 33a39097f4d5042ed678564f506a5505573a0a93 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/Nfc.js | 52 +++++++++----------------------------------
dom/system/gonk/nfc_consts.js | 2 --
2 files changed, 10 insertions(+), 44 deletions(-)
2014-04-24 17:05:26 +08:00
Szu-Yu Chen [:aknow]
3201a692f8
Bug 999334 - Redesign pending outgoing call mechanism. r=hsinyi
2014-04-25 14:59:40 +08:00