Граф коммитов

178 Коммитов

Автор SHA1 Сообщение Дата
Josh Matthews 3fb3555b41 Bug 831107 - Part 2: Add general ArrayBuffer support to TCPSocket. r=vlad,fzzzy 2013-04-19 11:25:33 +02:00
Jose Antonio Olivera Ortega 86e7a00556 Bug 859318 - Part 1: IDL changes for call waiting functions. r=sicking 2013-04-18 14:18:45 +02:00
Kyle Machulis 72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Ms2ger e5c6be8742 Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses. 2013-03-30 10:45:37 +01:00
Kyle Machulis 43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis 334c0800cf Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Yoshi Huang 07ad3c1d38 Bug 849757 - Part 1: Add 'corporateLocked' and 'serviceProviderLocked' to cardState in IDL. r=vicamo. sr=sicking. 2013-03-12 11:27:59 +08:00
Gregory Szorc de55b5242b Merge mozilla-central into build-system
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Mike Shal b04d88a2f2 Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps 2013-03-11 22:05:00 -07:00
Mike Shal cd4191e248 Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps 2013-03-11 22:00:00 -07:00
Gregory Szorc 74dc48b41e Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium 2013-03-12 10:20:41 -07:00
Gregory Szorc c865547d94 Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Vicamo Yang c6929f7270 Bug 834160 - Part 1/7: Refactor RILContentHelper callback registration. Interface changes. r=allstars.chh,htsai f=mounir 2013-03-06 17:53:08 +08:00
Edgar Chen 0f224a4ecd Bug 828307 - Part 1: IDL change. r=vyang. sr=jonas 2013-02-25 10:56:04 +08:00
Gregory Szorc a0e24e2250 Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey 2013-02-25 12:47:20 -08:00
Siddartha Pothapragada aaf8d1d374 Bug 840780 1/3 - New interfaces to access Secure element within UICC. r=mounir 2013-02-25 17:27:18 +08:00
Yoshi Huang 31c79932c8 Bug 842462 - Part 1: Update IDL comments. r=hsinyi 2013-02-19 15:25:04 +08:00
Vicamo Yang ff216055f0 Bug 834193: Implement USSDReceivedEvent, DataErrorEvent and CFStateChangeEvent using codegenerator. r=smaug 2013-02-07 19:02:12 +08:00
Yoshi Huang c057bc3239 Bug 833711 - Part 1: Add lastKnownMcc into nsIDOMMobileConnectionInfo. r=vicamo sr=sicking. 2013-01-24 11:04:32 +08:00
Jose Antonio Olivera Ortega df7f8dbc2e Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot 2013-02-01 14:17:48 +01:00
Jose Antonio Olivera Ortega 9ba43aaae7 Bug 827280 - Part 1: IDLs. r=sicking a=tef+ 2013-01-25 19:45:12 +01:00
Ms2ger f96f32cdf5 Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug 2012-12-22 09:18:08 +01:00
Edgar Chen 74cf7b6045 Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh 2012-11-28 16:16:20 +08:00
Gregor Wagner 31dc0353a0 Bug 819560 - RIL: remember the last mcc code. r=sicking 2012-12-12 16:57:11 -08:00
Jose Antonio Olivera Ortega ee284f5819 Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking 2012-12-03 10:30:59 +01:00
Patrick Wang 043d80ff96 Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking 2012-11-27 21:08:12 +08:00
Ed Morley 31cbd69fde Backout 66f3565f4817, 131bc42cd637 & 8cdd43b76d19 (bug 793111) for B2G marionette failures 2012-11-27 15:50:43 +00:00
Vicamo Yang f18d446d45 Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking 2012-11-27 21:29:07 +08:00
Fernando Jiménez 53033a4ac9 Bug 793192 - MMI Codes: support call forwarding. Part 1 - RIL; r=marshall_law sr=sicking 2012-11-07 14:13:43 -08:00
Jose Antonio Olivera Ortega 30ba85f770 Bug 793208 - Part 1: DOM API. r=sicking 2012-10-31 14:58:24 +01:00
Hsin-Yi Tsai 768a73bb89 Bug 803789 - RIL: refactor (un)registerMessageTargets() in RadioInterfaceLayer. r=philikon 2012-10-29 11:55:55 +08:00
Alexandre Lissy fcaf0d9f8c Bug 788191 - Exporting ICC SPN and MSISDN, r=vicamo, sr=sicking
SPN is Service Provider Name, MSISDN is Mobile Station ISDN Number (i.e.
user's phone number), and both can be useful to have, e.g., to be able
to display them in Gaia settings (as Android does).
2012-10-23 14:54:51 +08:00
Hsin-Yi Tsai 99382d47f7 Bug 783392 - RadioInterfaceLayer broadcasts radio-state information to all content processes. r=marshall_law 2012-10-09 18:07:11 +08:00
Donovan Preston 234de83db4 Bug 784893 - Rename the event's .socket attribute to .target; remove "on" prefix from event names. r=jonas 2012-10-17 22:29:58 -04:00
Guillermo López 3a10e56c21 Bug 794011 - Add 'sessionEnded' to nsIDOMUSSDReceivedEvent. r=mounir 2012-10-17 12:17:19 +01:00
Hsin-Yi Tsai 86b07b748e Bug 783525 - part 1 - idl and DOM impl for ICCCardLockErrorEvent. r=smaug, sr=sicking 2012-10-03 14:29:07 +08:00
Fernando Jiménez 3f59d15b2a Bug 793186 - MMI Codes: implement sendMMI() and cancelMMI() - Part 1: Rename USSD-MMI; r=philikon 2012-10-05 16:08:55 +02:00
Albert Crespell be38fccf0a Bug 746069: Part 2: DOM interfaces for NetworkStats. r=philikon r=sicking 2012-10-04 18:41:38 +02:00
Yoshi Huang b9a3cdedc7 Bug 790547 - Part 1: IDL for sendEventDownload. r=philikon sr=sicking 2012-09-12 14:19:30 +08:00
Jose Antonio Olivera Ortega 952e98bb47 Bug 772357 - B2G RIL: Support network depersonalization. r=philikon 2012-09-28 12:46:47 +02:00
Josh Matthews 10314074af Bug 770778 - Make TCPSocket e10s-friendly. r=bent 2012-09-24 14:53:49 -04:00
Fernando Rodríguez Sela 87877f1fb4 Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 2), r=philikon 2012-09-25 12:22:38 -07:00
Fernando Rodríguez Sela 1bd3305413 Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 1), r=bent 2012-09-25 12:21:39 -07:00
Jose Antonio Olivera Ortega f3dea01bd1 Bug 785072 - Part 1: ICCD DOM API. r=sicking 2012-09-14 12:30:30 +02:00
Donovan Preston 1148c744d4 Bug 784897 - Remove nsITCPSocket constants. r=sicking 2012-09-04 22:23:53 -04:00
Jose Antonio Olivera Ortega 80eff32f37 Bug 782603 - Part 1: MCC/MNC codes DOM API. r=marshall_law 2012-09-03 17:43:09 -04:00
Kyle Huey 3b42fbfcd1 Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz 2012-08-30 20:45:16 -07:00
Yoshi Huang 24d03ae049 Bug 786831 - Part 1: Update IDL. r=philikon. 2012-08-29 18:36:17 -03:00
Yoshi Huang e74ac3adb1 Bug 744714 - Part 5: Add icc into MobileConnection. r=smaug, sr=sicking 2012-08-13 09:55:26 +08:00
Yoshi Huang 4cc25c8bc9 Bug 744714 - Part 3: RIL implementation. r=philikon 2012-04-10 20:04:27 +08:00
Yoshi Huang 3a65eb4ff3 Bug 785942 - Part 1: IDL update. sr=sicking, r=smaug 2012-08-27 18:55:27 -03:00
Nathan Froyd 1a9bf63360 Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey 2012-08-24 16:01:30 -04:00
Donovan Preston ea8f619eac Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice] 2012-08-21 09:46:27 -07:00
Ed Morley fea574e658 Backout 3c39fdebf386 (bug 733573) for native Android m3 failures in test_tcpsocket_enabled_no_perm.html on a CLOSED TREE 2012-08-21 23:01:09 +01:00
Donovan Preston bb0843a774 Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice] 2012-08-21 09:46:27 -07:00
Vicamo Yang 80d63b8be6 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 1: IDL change 2012-08-16 09:36:43 +08:00
Phil Ringnalda 4ebf706d08 Backout cfba38edc205, cec9aff342dc, a154933f2bef (bug 780558) for mochitest-3 bustage 2012-08-14 22:19:28 -07:00
Vicamo Yang 8d001adc76 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 1: IDL change, r=sicking 2012-08-15 12:35:42 +08:00
Philipp von Weitershausen 835c86f90b Bug 777057 - MobileConnection: expose whether or not the radio is searching. r=marshall_law sr=sicking 2012-08-07 12:11:48 -07:00
Ms2ger c75eefb90d Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug 2012-08-04 09:44:00 +02:00
Mike Hommey 70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Ed Morley f4181983a1 Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE 2012-08-04 18:05:15 +01:00
Ms2ger 27245512cd Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug 2012-08-04 09:44:00 +02:00
Marshall Culpepper dfaa41334c Bug 759637: Initial implementation of MobileConnection network selection APIs. r=philikon sr=sicking 2012-06-19 15:52:06 -07:00
Marshall Culpepper f574fbb6a6 Bug 761482 - Rename MobileOperatorInfo to MobileNetworkInfo for consistency and update MobileConnectionInfo.network to use the new MobileNetworkInfo type. r=philikon sr=sicking 2012-06-12 17:05:50 -04:00
Olli Pettay e160cfea86 Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
Fernando Jiménez 1f2748f899 Bug 734145 - B2G RIL: Support USSD codes. Part 1: IDLs. r=philikon 2012-06-09 17:07:18 -04:00
Olli Pettay 8111d06371 Bug 761621 - interfaces inheriting a builtinclass-interface should be builtinclass too, r=khuey
--HG--
extra : rebase_source : 5b3379e0c8263846177aa7854547b3809f4b0109
2012-06-06 19:30:58 +03:00
Marshall Culpepper e5f515143e Bug 744344 - B2G RIL: Add DOM API for getting the list of available networks. r=philikon sr=sicking
Also added a new MobileOperatorInfo type that exposes operator name, MNC, MCC, and operator/network status, and accompanying emulator Marionette tests.
2012-06-01 14:10:39 -07:00
Yoshi Huang b45c6f931a Bug 731786 - B2G RIL: Support SIM cards that require PIN codes. r=philikon sr=sicking 2012-04-12 12:01:49 +08:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Philipp von Weitershausen 054373d637 Bug 729173 - Part 4: Fill in the MobileConnection DOM implementation. r=mounir 2012-04-19 18:33:25 -03:00
Philipp von Weitershausen 701bbcd8e7 Bug 729173 - Part 3: Hook up MobileConnection to the Navigator object 2012-04-19 18:33:25 -03:00
Philipp von Weitershausen 7835b62901 Bug 729173 - Part 1: MobileConnection interfaces. r=sicking 2012-04-19 18:33:25 -03:00
Mounir Lamouri 7fa715ccd4 Bug 677166 - Part 7 - Network Information API: DOM implementation. r=sicking 2012-01-16 18:14:56 +01:00
Mounir Lamouri d2670aa583 Bug 677166 - Part 5 - Use a pref for connection.metered. r=sicking 2012-01-16 13:25:13 +01:00
Mounir Lamouri 7d104eee5a Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking 2012-01-16 13:23:28 +01:00
Mounir Lamouri 5ccd06bfcd Bug 677166 - Part 1 - Makefiles boilerplate. r=sicking 2012-01-16 13:23:01 +01:00