Fabrice Desré
|
451d5f91ac
|
Bug 864932 - Rewrite wifi workers in c++ r=mrbkap
|
2013-08-27 13:54:51 -07:00 |
|
Michael Wu
|
a8827750da
|
Bug 898812 - Add support for JB MR2's dhcp_do_request, r=vchang
|
2013-07-28 00:39:03 -04:00 |
|
Michael Wu
|
09f0afa215
|
Bug 784226 - Support libhardware_legacy and libnetutils on JB, r=vchang
|
2013-06-23 23:40:21 -04:00 |
|
Dimi Lee
|
5ce68add7b
|
Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang
|
2013-05-02 18:02:33 +08:00 |
|
Kyle Huey
|
1482122303
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
8297cdabd6
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
bdf47895bb
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
aa1997a51a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Hubert Figuière
|
51fb4a1f1a
|
Bug 795161 - Make systemlibs.js importable. r=philikon
--HG--
extra : rebase_source : e3cc46461c3923feb10c3c803bba394cd56dc922
|
2012-09-27 16:43:54 -07:00 |
|
Ryan VanderMeulen
|
df8b5323ba
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-30 21:54:09 -04:00 |
|
Blake Kaplan
|
678745f5ae
|
Bug 768394 - Catch up with changes in ifc_reset_connections on ICS. r=gal
|
2012-08-30 13:01:34 -03:00 |
|
Shian-Yow Wu
|
a7f4964f72
|
Bug 762426 - B2G network manager: support multiple simultaneously connected network interfaces. r=philikon
|
2012-08-30 13:57:33 -03:00 |
|
Shian-Yow Wu
|
7faef9facc
|
Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon
|
2012-08-13 21:54:42 -04:00 |
|
Gervase Markham
|
44a28dd9d7
|
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
|
2012-07-20 10:10:44 +01:00 |
|
Michael Wu
|
73c2259075
|
Bug 758498 - Add extra debugging for DHCP failures, r=philikon
|
2012-05-24 23:38:57 -04:00 |
|
Philipp von Weitershausen
|
4cbbc4cdbf
|
Bug 742780 follow-up: unbreak RIL and Wifi. r=mrbkap
|
2012-04-13 13:58:57 +08:00 |
|
Vivien Nicolas
|
1340cee66a
|
Bug 742780 - Turn off the debug mode by default for dom/system/gonk/systemlibs.js. r=kyle
|
2012-04-11 10:05:35 -07:00 |
|
Philipp von Weitershausen
|
96c73034b8
|
Bug 738063 - B2G Wifi: Consolidate ctypes-related worker code. r=mrbkap,cjones
--HG--
rename : dom/wifi/network_worker.js => dom/wifi/wifi_worker.js
|
2012-03-30 12:04:30 -07:00 |
|
Kyle Machulis
|
9631320c07
|
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
|
2012-03-14 15:42:31 -07:00 |
|