Jocelyn Liu
f77184fa7d
Bug 1006316 - Patch1: Revise BluetoothAdapter2.webidl for new WebBluetooth API, f=btian, r=bz
2014-05-28 18:16:18 +08:00
Gene Lian
fc2421936f
Bug 1014594 - IAC: when no apps are selected to connect, we still need to do connections for the existing allowed apps. r=nsm
2014-05-24 11:19:02 +08:00
Carsten "Tomcat" Book
887614df97
Backed out changeset 8473f191f232 (bug 1014594) for gaia ui test failures on a CLOSED TREE
2014-05-28 10:26:49 +02:00
Alphan Chen
4ae83ffeec
Bug 996996 - Correct indention in ContentChild.cpp and ContenParent.cpp. r=mrbkap
2014-05-28 11:04:23 +08:00
Gene Lian
dd1c69979c
Bug 1014594 - IAC: when no apps are selected to connect, we still need to do connections for the existing allowed apps. r=nsm
2014-05-24 11:19:02 +08:00
Jamin Liu
f588731c34
Bug 968709 - Add a marionette test for pairing APIs of BluetoothAdapter. r=echou, f=vyang
2014-05-22 22:42:00 +02:00
Ben Tian
f5c943538a
Bug 1016243 - [cleanup] Remove unused function BluetoothService::RemoveObserverFromTable, r=shuang
2014-05-27 17:02:44 +08:00
Dave Hylands
b597549172
Bug 1015006 - Detect USB cable unplugged and set sharing to false. r=qDot
...
If the USB cable is pulled after we call SetIsSharing(true) but before we actually initiate the
sharing operation, then the volume doesn't change state, and mIsSharing never gets set back to
false. So we detect this condition now and force mIsSharing to be false when the USB cable is
unplugged.
2014-05-27 15:47:26 -07:00
Ryan VanderMeulen
98a0f2622a
Merge m-c to b2g-inbound.
2014-05-27 16:24:25 -04:00
Ryan VanderMeulen
466e829323
Merge inbound to m-c on a CLOSED TREE.
2014-05-27 16:23:41 -04:00
Ryan VanderMeulen
01693854d2
Merge b2g-inbound to m-c.
2014-05-27 16:09:31 -04:00
Ryan VanderMeulen
94d0d34f10
Backed out changeset 09ebd0af27a4 (bug 903291) for frequent B2G debug mochitest crashes.
2014-05-27 15:47:04 -04:00
Ryan VanderMeulen
7fe2913bfc
Backed out changeset 2c631967ab9e (bug 999651) for B2G crashes.
...
CLOSED TREE
2014-05-27 14:08:30 -04:00
Krzysztof Mioduszewski
ef50a9e004
Bug 1012620 - [NFC] toggleNFC in Marionette tests should use Promise. r=allstars.chh
2014-05-26 17:02:24 +02:00
Garvan Keeley
e38d20674e
Bug 1014916 - Loop through all the available wireless interfaces. r=dougt
2014-05-27 09:50:00 -04:00
Dimi Lee
96c7e22b01
Bug 993836 - Testcase for reading NDEF data from type 2 tag. r=tzimmermann
2014-05-27 14:53:45 +08:00
Carsten "Tomcat" Book
47658629d0
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Carsten "Tomcat" Book
1fcce63254
merge fx-team to mozilla-central
2014-05-26 14:59:21 +02:00
Ben Tian
aa5638eddd
Bug 1015090 - Add BluetoothAdapterEvent.webidl and BluetoothAttributeEvent.webidl, r=bz
2014-05-26 09:40:28 +08:00
Reuben Morais
2ea427cafe
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Reuben Morais
5a17903f23
Bug 952486 - Add a CheckPermissions extended attribute to WebIDL. r=bz
2014-05-25 15:31:07 -03:00
Hsin-Yi Tsai
d9f369b769
Bug 1016276 - [B2G] revise test_outgoing_answer_hangup_oncallschanged.js - wait for 'dialing' state. r=edgar
2014-05-27 18:36:35 +08:00
Szu-Yu Chen [:aknow]
f731a267f5
Bug 1013745 - Part 4: Refine dialling process and pending call mechanism. r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
0bb939868a
Bug 1013745 - Part 3: Get callIndex when dialling success (ipc). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
20b9a408ed
Bug 1013745 - Part 2: Get callIndex when dialling success (dom). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
7b7ce57c2f
Bug 1013745 - Part 1: Get callIndex when dialling success (interface). r=hsinyi
2014-05-26 19:07:00 +02:00
Jessica Jong
609aecd34b
Bug 939046 - Part 4: changes to test cases after data call enhancement. f=edgar r=hsinyi
2014-05-27 02:09:00 +02:00
Jessica Jong
e258121ef3
Bug 939046 - Part 3: Introduce dataNetworkInterfaces map and DataCall. f=edgar r=hsinyi
...
First, we change to use dataNetworkInterfaces map. The key of the map
is the apn type and the value is its corresponding RILNetworkInterface.
RILNetworkInterface(s) are created as soon as apn settings are ready and
registered to NetworkManager right away.
Then, we introduce the DataCall object which represents a real
underlying PDP. When RILNetworkInterface is created, a DataCall is
assigned to it. DataCall can be shared between RILNetworkInterfaces
if they consist of the same apn, username and password.
When a RILNetworkInterface is enabled, it requests its DataCall to
be connected; the DataCall, which can be shared, will establish the
data call if it's not already connected. Similarly, DataCall will
disconnect the data call only when no RILNetworkInterface is requesting
it.
Also, we set the CONNECTING/DISCONNECTING state in DataCall instead of
waiting for state change from ril_worker.
2014-05-27 02:08:00 +02:00
Jessica Jong
5156dbe9cd
Bug 939046 - Part 2.b: use DISCONNECTED state instead of UNKNOWN when data is disconnected. f=edgar r=hsinyi,vicamo
...
Since we have removed routing stuff in register/unregisterNetworkInterface()
in Part 2.a, we should use DISCONNECTED state so that routes can be properly
removed when data call is deactivated.
2014-05-27 02:04:00 +02:00
Jessica Jong
9fcfadf6a8
Bug 939046 - Part 2.a: remove routing stuff in register/unregisterNetworkInterface. f=edgar r=hsinyi,vicamo
...
We should handle routing stuff when a network becomes CONNECTED/DISCONNECTED.
2014-05-27 02:03:00 +02:00
Jessica Jong
4a1278e73e
Bug 939046 - Part 1.b: use network id in ril to look for networkInterfaces. r=hsinyi,vicamo
2014-05-27 02:03:00 +02:00
Jessica Jong
7213396e90
Bug 939046 - Part 1.a: use network id as key in NetworkManager. f=edgar r=hsinyi,vicamo
...
Network id is composed of a sub-id + '-' + network type. For mobile network
types, sub-id is 'ril' + service id; for non-mobile network types, sub-id
is always 'device'.
2014-05-27 02:01:00 +02:00
Kershaw Chang
ad73b6d2a0
Bug 1013094 - Rename browser.manifestURL and browser.homescreenURL, r=fabrice
2014-05-27 18:01:01 +08:00
Fabrice Desré
6e0ad13fab
Bug 952486 - backout for breaking all device and emulator builds (keeping dom reviewer to land the backout...) r=bz
2014-05-26 12:11:52 -07:00
Reuben Morais
bbfc4de092
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Reuben Morais
119807d8a1
Bug 952486 - Add a CheckPermissions extended attribute to WebIDL. r=bz
2014-05-25 15:31:07 -03:00
Szu-Yu Chen [:aknow]
bc5bd78868
Bug 1015097 - Rewrite test_outgoing_emergency_in_airplane_mode.js. r=hsinyi
2014-05-25 20:22:00 +02:00
Nils Ohlmeier [:drno]
4ad3807614
Bug 1013809 - switch order of setLocalDescription and setRemoteDescription for the answer. r=jesup
2014-05-23 11:28:00 +02:00
Sean Lin
04ba6714fc
Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice
2014-05-26 11:53:44 +08:00
Fernando Jiménez
61ef6768ba
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice
...
* * *
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install
2014-05-24 12:28:13 -07:00
Gene Lian
34e9ad87d6
Bug 1015100 - Polish the Alarm API Mochitest (part 3, polish tests to not run on invalid builds). r=Luqman
2014-05-23 18:41:45 +08:00
Gene Lian
81e97d1e4e
Bug 1015100 - Polish the Alarm API Mochitest (part 2, polish tests to avoid accessing null request). r=Luqman
2014-05-23 18:41:11 +08:00
Wes Kocher
f11dd077df
merge inbound to m-c
2014-05-23 17:19:27 -07:00
Mike Conley
6f1e8b32fb
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
2014-05-23 10:36:50 -04:00
Carsten "Tomcat" Book
c4077a7d02
merge b2g-inbound to mozilla-central
2014-05-23 16:03:42 +02:00
Andrea Marchesini
59f6c06277
Bug 1014657 - Port DOMStorageEvent to WebIDL and remove nsIDOMStorageEvent, r=smaug, f=ms2ger
2014-05-23 08:33:24 +01:00
Krzysztof Mioduszewski
cc438b55c8
Bug 933595 - Part 3: Marionette tests - error messages, mozNfc.checkP2PRegistration. r=allstars.chh
2014-05-23 09:04:40 +02:00
Andrea Marchesini
4aac3b4893
Bug 1014855
- "Reenable test_url.html in workers". r=khuey
2014-05-23 00:32:00 +02:00
Tim Chien
a69d36b4d6
Bug 983490 - Better progress control for setInputMethodActive() test. r=yxl
2014-05-23 03:14:00 +02:00
Felipe Gomes
bacb8e252e
Bug 1015535 - Only consider text nodes and cdata sections as candidates for translation. r=smaug
2014-05-24 23:52:04 -03:00