Commit Graph

159 Commits

Author SHA1 Message Date
Philipp von Weitershausen
11f25cd134 Bug 720632 - Part 2: XPCOMtaminate SmsRequestManager. r=cjones,mounir 2012-02-16 14:50:52 -08:00
Philipp von Weitershausen
bfa5239fb6 Bug 720632 - Part 1: nsISmsRequestManager. r=cjones,gal 2012-02-16 14:50:52 -08:00
Panagiotis Koutsourakis
e1c3ff7ece Bug 702388 - Convert some more Makefiles to use |TEST_DIRS += foo|; r=khuey 2012-02-10 21:06:56 +00:00
Mounir Lamouri
6244ec71a8 Bug 724855 - Add the missing nsIObserver interface to nsSmsManager r=smaug 2012-02-08 11:36:25 +01:00
Edmund Wong
5d7814eb00 Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug 2012-02-08 10:53:33 +08:00
Philipp von Weitershausen
d2c5df02b2 Bug 719283 - Part 2: Add stub SmsDatabaseService for Gonk. a=bustage
--HG--
rename : dom/sms/src/fallback/SmsDatabaseService.cpp => dom/sms/src/ril/SmsDatabaseService.cpp
rename : dom/sms/src/fallback/SmsDatabaseService.h => dom/sms/src/ril/SmsDatabaseService.h
2012-01-19 12:55:31 -08:00
Philipp von Weitershausen
688cba43b2 Bug 719283 - Part 1: Fix SmsService for Gonk. a=bustage 2012-01-19 12:55:25 -08:00
Philipp von Weitershausen
4fd46c1261 Bug 711671 - Rename nsTelephonyWorker / nsITelephone to nsIRadioInterfaceLayer
--HG--
rename : dom/telephony/nsTelephonyWorker.js => dom/system/b2g/RadioInterfaceLayer.js
rename : dom/telephony/nsTelephonyWorker.manifest => dom/system/b2g/RadioInterfaceLayer.manifest
rename : dom/telephony/nsITelephone.idl => dom/system/b2g/nsIRadioInterfaceLayer.idl
rename : dom/telephony/nsTelephonyWorker.h => dom/system/b2g/nsRadioInterfaceLayer.h
rename : dom/telephony/ril_consts.js => dom/system/b2g/ril_consts.js
rename : dom/telephony/ril_worker.js => dom/system/b2g/ril_worker.js
2012-01-19 12:53:32 -08:00
Mounir Lamouri
3e20255230 No bug - Fix build bustage because of jsdate.h not being accessible anymore. Push on CLOSED TREE. rs=Ms2ger 2012-01-17 20:56:13 +01:00
Mounir Lamouri
f6db5c7f71 Bug 674725 - Part AU - Release message lists in case of GC. r=smaug,cjones 2012-01-17 19:43:08 +01:00
Mounir Lamouri
edac6a0193 Bug 674725 - Part AT - Handle failures for getMessages(). r=smaug,cjones 2011-12-22 23:25:14 +01:00
Mounir Lamouri
22f67f0dc2 Bug 674725 - Part AS - Remove SmsCursor.filter. r=sicking 2011-12-19 12:10:30 +01:00
Mounir Lamouri
b1b467501a Bug 674725 - Part AR - Handle reception of the next message in SmsRequestManager. r=smaug 2011-12-14 17:17:53 +01:00
Mounir Lamouri
6373b75baf Bug 674725 - Part AQ - Read the next message in the list (Android backend). r=cjones 2011-12-22 23:16:59 +01:00
Mounir Lamouri
8da89cea60 Bug 674725 - Part AP - Implementation of cursor.continue() in the DOM code. r=smaug 2012-01-17 19:42:39 +01:00
Mounir Lamouri
0d8edb3a86 Bug 674725 - Part AO - Show the first message of message list in SmsCursor. r=smaug,cjones 2011-12-19 12:07:03 +01:00
Mounir Lamouri
b0618017ec Bug 674725 - Part AN - Handling no messages in created message list. r=smaug,cjones 2011-12-19 12:04:53 +01:00
Mounir Lamouri
e69da24db7 Bug 674725 - Part AM - Implement SmsCursor. r=smaug 2012-01-10 20:45:03 +01:00
Mounir Lamouri
443fdc4369 Bug 674725 - Part AK - Create an Android Cursor when a message list is requested. r=cjones 2011-12-20 09:07:25 +01:00
Mounir Lamouri
e3df9e3b26 Bug 674725 - Part AJ - Create a message list when getMessages() is called. r=smaug 2012-01-17 19:42:05 +01:00
Mounir Lamouri
3dd005ea83 Bug 674725 - Part AI - Implement SmsFilter. r=smaug,mrbkap 2012-01-17 19:48:58 +01:00
Mounir Lamouri
0a06c9c6de Bug 674725 - Part AH - Allow to pass a SmsMessage or an id to delete(). r=mrbkap 2011-12-20 17:16:20 +01:00
Mounir Lamouri
f042517347 Bug 674725 - Part AG - Notify when delete() fails. r=smaug,cjones sr=sicking 2011-12-22 23:15:44 +01:00
Mounir Lamouri
824c6f01fb Bug 674725 - Part AF - Implement delete() on Android. r=cjones 2011-12-22 23:15:28 +01:00
Mounir Lamouri
62d46f00e4 Bug 674725 - Part AE - Implement DOM and IPC boilerplate for delete(). r=smaug 2012-01-17 19:41:22 +01:00
Mounir Lamouri
93452310a6 Bug 674725 - Part AD - Notify when getMessage() fails. r=smaug,cjones sr=sicking 2011-12-22 23:14:45 +01:00
Mounir Lamouri
367ad7c015 Bug 674725 - Part AC - Implement getMessage() on Android. r=cjones 2011-12-22 23:08:58 +01:00
Mounir Lamouri
cf25b8fe64 Bug 674725 - Part AA - Implement DOM and IPC boilerplate for getMessage(). r=smaug 2011-12-20 16:58:58 +01:00
Mounir Lamouri
2a3063ef79 Bug 674725 - Part Z - Allow sending to multiple recipients with send(). r=mrbkap 2011-12-20 15:30:16 +01:00
Mounir Lamouri
d095dd375a Bug 674725 - Part Y - Notify when send() fails. r=smaug,cjones sr=sicking 2011-12-22 23:06:35 +01:00
Mounir Lamouri
45bedebe10 Bug 674725 - Part X - Use SmsRequest for send() method. r=smaug,cjones 2012-01-13 14:26:50 +01:00
Mounir Lamouri
09aa306692 Bug 674725 - Part W - Implement SmsRequestManager. r=smaug 2011-12-20 13:07:16 +01:00
Mounir Lamouri
23b313d5ec Bug 674725 - Part V - Implement SmsRequest. r=smaug,mrbkap 2012-01-10 20:37:11 +01:00
Mounir Lamouri
ad59da3942 Bug 674725 - Part T - WebSMS delivered event: DOM and IPC boilerplate. r=smaug 2012-01-10 20:36:25 +01:00
Mounir Lamouri
155b30c24f Bug 674725 - Part S - Implement WebSMS sent event. r=cjones,smaug 2012-01-10 20:34:50 +01:00
Mounir Lamouri
64e41e010c Bug 674725 - Part R - Save sent messages in the Android database. r=cjones 2012-01-13 14:25:47 +01:00
Mounir Lamouri
2400c65b0c Bug 674725 - Part Q - Implement SmsDatabaseService. r=smaug sr=cjones
--HG--
rename : dom/sms/src/SmsServiceFactory.cpp => dom/sms/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServiceFactory.h => dom/sms/src/SmsServicesFactory.h
2012-01-10 20:19:56 +01:00
Mounir Lamouri
2e1d124967 Bug 712683 - Don't use GetMessage for SmsEvent implementation. r=mrbkap
This is fixing potential build errors on Windows because GetMessage is an
method defined in the global scope. Kind of sad and scary :(
2011-12-22 12:41:19 +01:00
Ms2ger
8f9952cbfe Bug 677079 - Part c: Stop installing jsdate.h; r=Waldo 2012-01-15 09:13:07 +01:00
Ben Turner
6d6badf6c0 Bug 714459 - 'Rename RadioManager / nsIRadioWorker'. r=mrbkap.
--HG--
rename : dom/system/b2g/RadioManager.cpp => dom/system/b2g/SystemWorkerManager.cpp
rename : dom/system/b2g/RadioManager.h => dom/system/b2g/SystemWorkerManager.h
rename : dom/system/b2g/nsIRadioWorker.idl => dom/system/b2g/nsIWorkerHolder.idl
extra : transplant_source : 2%ED%03%8F%C0%98%06%25%8EnIb%8BI%B0O%EB%BF%E0%A2
2012-01-09 15:18:23 -08:00
Philipp von Weitershausen
cf12c5b1e3 Bug 709568 - Part 1: nsISmsService for gonk and RIL <-> DOM glue for outgoing SMS. r=smaug 2011-12-24 06:02:52 +01:00
Philipp von Weitershausen
18b9645632 Bug 709568 - Part 0: Create SmsMessages from JS. r=smaug 2011-12-24 06:02:52 +01:00
Vivien Nicolas
410f52f412 Bug 711488 - Replace some forgotten PR_TRUE with true in dom/battery && dom/sms r=mounir 2011-12-19 10:11:16 +01:00
Michael Wu
1a41cf6a34 Bug 710029 - Assorted build system tweaks for B2G/Gonk. r=khuey 2011-12-16 13:26:32 -08:00
Mounir Lamouri
ff4a7f0cf3 Bug 674725 - Part O - Receiving SMS: Android backend. r=cjones 2011-11-24 14:10:20 +01:00
Mounir Lamouri
cdeea80ab9 Bug 674725 - Part N - Receiving SMS: IPC handling. r=cjones 2011-11-24 12:45:55 +01:00
Mounir Lamouri
d2bd8a981e Bug 674725 - Part M - Receiving SMS: DOM part. r=smaug 2011-11-25 01:48:57 +01:00
Mounir Lamouri
c464ab7113 Bug 674725 - Part L - Implement SmsEvent. r=smaug 2011-11-21 17:57:26 +01:00
Mounir Lamouri
691be6cb32 Bug 674725 - Part K - Implement SmsMessage. r=smaug 2011-11-22 10:34:21 +01:00
Mounir Lamouri
98c0c1714e Bug 674725 - Part J - Basic implementation of mozSms.send(). r=cjones 2011-11-21 00:00:46 +01:00
Mounir Lamouri
81a2fb6c4d Bug 674725 - Part I - Implement mozSms.getNumberOfMessagesForText(). r=smaug,cjones 2011-11-25 10:48:51 +01:00
Mounir Lamouri
5a826ed3ae Bug 674725 - Part H - Add a SmsService that handles IPC calls. r=smaug sr=cjones 2011-11-20 23:59:46 +01:00
Mounir Lamouri
321fb6bf58 Bug 674725 - Part G - Add PSms IPDL sub-protocol. r=smaug sr=cjones 2011-11-20 23:40:53 +01:00
Mounir Lamouri
a5255c1899 Bug 674725 - Part F - .mozSms returns null if the platform doesn't have SMS supports. r=smaug 2011-11-21 16:16:24 +01:00
Mounir Lamouri
4e9bc35faa Bug 674725 - Part E - SmsService stub. r=smaug sr=cjones 2011-11-20 23:30:04 +01:00
Mounir Lamouri
93dc354a70 Bug 674725 - Part D - Temporary security model for WebSms. r=smaug 2011-11-25 01:37:40 +01:00
Mounir Lamouri
75dbd88991 Bug 674725 - Part C - SmsManager stub. r=smaug 2011-11-20 23:23:20 +01:00
Mounir Lamouri
bc905fd780 Bug 674725 - Part B - Add .mozSms to navigator. r=smaug 2011-11-20 22:08:33 +01:00
Mounir Lamouri
ab6911197f Bug 674725 - Part A - Makefiles. r=smaug 2011-11-20 19:23:49 +01:00