Shawn Ku
|
d79c5efebd
|
Bug 977433 - Part 2 : Test cases - B2G RIL: Handling LTE signal strength. r=HsinYi
|
2014-03-18 10:30:18 +08:00 |
|
Edgar Chen
|
bec6eb2377
|
Bug 946589 - Remove 'ril.radio.preferredNetworkType' setting handler. r=hsinyi
|
2014-02-12 20:58:11 +08:00 |
|
Vicamo Yang
|
6193669e39
|
Bug 957917 - 2/2: test cases. r=hsinyi
|
2014-03-11 22:18:00 +08:00 |
|
Masatoshi Kimura
|
24d07e5da7
|
Bug 978611 - Part 2: Move lagacy dictionaries to WebIDL dictionaries for B2G. r=vicamo
--HG--
rename : dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl => dom/webidl/MozMobileConnection.webidl
rename : dom/network/interfaces/nsIDOMNetworkStatsManager.idl => dom/webidl/MozNetworkStats.webidl
|
2014-03-07 20:51:49 +09:00 |
|
Ryan VanderMeulen
|
fee54ff24f
|
Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375.
|
2014-03-06 16:30:35 -05:00 |
|
Carsten "Tomcat" Book
|
2b75afa842
|
merge b2g-inbound to mozilla-central
|
2014-03-05 13:24:51 +01:00 |
|
Masayuki Nakano
|
d26caa0d74
|
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
|
2014-03-05 09:37:43 +09:00 |
|
Edgar Chen
|
d2d3b8ca0d
|
Bug 961571 - Part 4: Add test case for data connection. r=hsinyi
|
2014-02-26 07:11:00 +08:00 |
|
Vicamo Yang
|
1df6a7d262
|
Bug 957917 - 2/2: test cases. r=hsinyi
|
2014-03-05 10:37:45 +08:00 |
|
Edgar Chen
|
6e74eff3d2
|
Bug 973771 - Part 2: Marionette tests for LTE preferred network types. r=hsinyi
|
2014-02-18 17:09:25 +08:00 |
|
Edgar Chen
|
e06802c2bf
|
Bug 973771 - Part 1: RIL implementation for LTE preferred network types. r=hsinyi
|
2014-02-18 14:21:09 +08:00 |
|
Ehsan Akhgari
|
6e4f3de1d5
|
Bug 969908 - Stop checking the return value of nsTArray::SetLength in MobileConnectionArray; r=khuey
|
2014-02-09 09:00:49 -05:00 |
|
Edgar Chen
|
6b02c1bcd8
|
Bug 962522 - Part 2: Refactor test_mobile_{voice|data}_state.js and add more tests for data roaming status. r=hsinyi
|
2014-01-24 16:44:11 +08:00 |
|
Jessica Jong
|
133cf0ed2c
|
Bug 960961 - Part 2: remove ril logs or wrap them with DEBUG flag. r=vicamo
|
2014-01-23 16:44:20 +08:00 |
|
Edgar Chen
|
448b8bc80d
|
Bug 956655 - Part 2: Move MobileConnection DOM classes to namespacing mozilla::dom. r=smaug
|
2014-01-02 11:06:17 +08:00 |
|
Edgar Chen
|
5284ea1427
|
Bug 956655 - Part 1: Move MobileConnection related files to dom/mobileconnection. r=smaug,khuey
--HG--
rename : dom/network/interfaces/nsIDOMMobileConnection.idl => dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl
rename : dom/network/interfaces/nsIMobileConnectionProvider.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
rename : dom/network/tests/marionette/manifest.ini => dom/mobileconnection/tests/marionette/manifest.ini
rename : dom/network/tests/marionette/test_call_barring_change_password.js => dom/mobileconnection/tests/marionette/test_call_barring_change_password.js
rename : dom/network/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_option.js
rename : dom/network/tests/marionette/test_call_barring_set_error.js => dom/mobileconnection/tests/marionette/test_call_barring_set_error.js
rename : dom/network/tests/marionette/test_mobile_connections_array_uninitialized.js => dom/mobileconnection/tests/marionette/test_mobile_connections_array_uninitialized.js
rename : dom/network/tests/marionette/test_mobile_data_connection.js => dom/mobileconnection/tests/marionette/test_mobile_data_connection.js
rename : dom/network/tests/marionette/test_mobile_data_location.js => dom/mobileconnection/tests/marionette/test_mobile_data_location.js
rename : dom/network/tests/marionette/test_mobile_data_state.js => dom/mobileconnection/tests/marionette/test_mobile_data_state.js
rename : dom/network/tests/marionette/test_mobile_icc_change.js => dom/mobileconnection/tests/marionette/test_mobile_icc_change.js
rename : dom/network/tests/marionette/test_mobile_last_known_network.js => dom/mobileconnection/tests/marionette/test_mobile_last_known_network.js
rename : dom/network/tests/marionette/test_mobile_mmi.js => dom/mobileconnection/tests/marionette/test_mobile_mmi.js
rename : dom/network/tests/marionette/test_mobile_networks.js => dom/mobileconnection/tests/marionette/test_mobile_networks.js
rename : dom/network/tests/marionette/test_mobile_operator_names.js => dom/mobileconnection/tests/marionette/test_mobile_operator_names.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type_by_setting.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type_by_setting.js
rename : dom/network/tests/marionette/test_mobile_roaming_preference.js => dom/mobileconnection/tests/marionette/test_mobile_roaming_preference.js
rename : dom/network/tests/marionette/test_mobile_set_radio.js => dom/mobileconnection/tests/marionette/test_mobile_set_radio.js
rename : dom/network/tests/marionette/test_mobile_voice_state.js => dom/mobileconnection/tests/marionette/test_mobile_voice_state.js
|
2013-12-24 15:55:52 +08:00 |
|
Edgar Chen
|
972f9a3c01
|
Backed out changeset 10348da2438a (Bug 956655)
|
2014-01-17 13:08:59 +08:00 |
|
Edgar Chen
|
a2a54be377
|
Backed out changeset eb886e5b4250 (Bug 956655)
|
2014-01-17 13:07:52 +08:00 |
|
Edgar Chen
|
f04b08b790
|
Bug 956655 - Part 2: Move MobileConnection DOM classes to namespacing mozilla::dom. r=smaug
|
2014-01-02 11:06:17 +08:00 |
|
Edgar Chen
|
713b19196f
|
Bug 956655 - Part 1: Move MobileConnection related files to dom/mobileconnection. r=smaug,khuey
--HG--
rename : dom/network/interfaces/nsIDOMMobileConnection.idl => dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl
rename : dom/network/interfaces/nsIMobileConnectionProvider.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
rename : dom/network/src/MobileConnection.cpp => dom/mobileconnection/src/MobileConnection.cpp
rename : dom/network/src/MobileConnection.h => dom/mobileconnection/src/MobileConnection.h
rename : dom/network/src/MobileConnectionArray.cpp => dom/mobileconnection/src/MobileConnectionArray.cpp
rename : dom/network/src/MobileConnectionArray.h => dom/mobileconnection/src/MobileConnectionArray.h
rename : dom/network/tests/marionette/manifest.ini => dom/mobileconnection/tests/marionette/manifest.ini
rename : dom/network/tests/marionette/test_call_barring_change_password.js => dom/mobileconnection/tests/marionette/test_call_barring_change_password.js
rename : dom/network/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_option.js
rename : dom/network/tests/marionette/test_call_barring_set_error.js => dom/mobileconnection/tests/marionette/test_call_barring_set_error.js
rename : dom/network/tests/marionette/test_mobile_data_connection.js => dom/mobileconnection/tests/marionette/test_mobile_data_connection.js
rename : dom/network/tests/marionette/test_mobile_data_location.js => dom/mobileconnection/tests/marionette/test_mobile_data_location.js
rename : dom/network/tests/marionette/test_mobile_data_state.js => dom/mobileconnection/tests/marionette/test_mobile_data_state.js
rename : dom/network/tests/marionette/test_mobile_last_known_network.js => dom/mobileconnection/tests/marionette/test_mobile_last_known_network.js
rename : dom/network/tests/marionette/test_mobile_mmi.js => dom/mobileconnection/tests/marionette/test_mobile_mmi.js
rename : dom/network/tests/marionette/test_mobile_networks.js => dom/mobileconnection/tests/marionette/test_mobile_networks.js
rename : dom/network/tests/marionette/test_mobile_operator_names.js => dom/mobileconnection/tests/marionette/test_mobile_operator_names.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type_by_setting.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type_by_setting.js
rename : dom/network/tests/marionette/test_mobile_roaming_preference.js => dom/mobileconnection/tests/marionette/test_mobile_roaming_preference.js
rename : dom/network/tests/marionette/test_mobile_set_radio.js => dom/mobileconnection/tests/marionette/test_mobile_set_radio.js
rename : dom/network/tests/marionette/test_mobile_voice_state.js => dom/mobileconnection/tests/marionette/test_mobile_voice_state.js
|
2013-12-24 15:55:52 +08:00 |
|