Marco Bonardo
|
e07feca76f
|
Merge last green PGO from inbound to central
|
2012-03-13 11:17:21 +01:00 |
Olli Pettay
|
c551f8108a
|
Bug 734057 - Make nsDOMEventTargetHelper to not have strong pointer to window, r=jst,bent
|
2012-03-13 02:56:07 +02:00 |
Fernando Jiménez
|
6c175be6cf
|
Bug 734366 - WebSMS: nsISmsDatabaseService.getNextMessageInList proccessId parameter should be optional. r=mounir
|
2012-03-12 16:44:28 -07:00 |
Nathan Froyd
|
514ca21dfa
|
Bug 729269 - several sms interfaces shouldn't be marked [function]; r=mounir
|
2012-02-21 13:08:06 -08:00 |
Philipp von Weitershausen
|
e99f17cb8f
|
Bug 729042 - SMS: Add nsISmsDatabaseService::saveIncomingMessage(). r=mounir
|
2012-02-22 09:55:01 +01:00 |
Philipp von Weitershausen
|
c6b9a7b3e2
|
Bug 720632 - Part 2: XPCOMtaminate SmsRequestManager. r=cjones,mounir
|
2012-02-20 00:44:29 +01:00 |
Philipp von Weitershausen
|
b53ceb3e09
|
Bug 720632 - Part 1: nsISmsRequestManager. r=cjones,gal
|
2012-02-20 00:44:29 +01:00 |
Ed Morley
|
3661ec3691
|
Backout 6c1ded13556d (bug 720643), 5cf0a12c1cf0, ac771e54d7ca & 3bb24b12b0d6 (bug 720632) for Android build failures
|
2012-02-16 23:18:45 +00:00 |
Philipp von Weitershausen
|
6cd645d722
|
Bug 720632 - Part 1: nsISmsRequestManager. r=cjones,gal
|
2012-02-16 14:50:52 -08:00 |
Mounir Lamouri
|
6de80fa3b7
|
Bug 674725 - Part AU - Release message lists in case of GC. r=smaug,cjones
|
2012-01-17 19:43:08 +01:00 |
Mounir Lamouri
|
73552338bf
|
Bug 674725 - Part AS - Remove SmsCursor.filter. r=sicking
|
2011-12-19 12:10:30 +01:00 |
Mounir Lamouri
|
9a5b88b84e
|
Bug 674725 - Part AP - Implementation of cursor.continue() in the DOM code. r=smaug
|
2012-01-17 19:42:39 +01:00 |
Mounir Lamouri
|
c566281c47
|
Bug 674725 - Part AM - Implement SmsCursor. r=smaug
|
2012-01-10 20:45:03 +01:00 |
Mounir Lamouri
|
d8190dbc37
|
Bug 674725 - Part AJ - Create a message list when getMessages() is called. r=smaug
|
2012-01-17 19:42:05 +01:00 |
Mounir Lamouri
|
a5083056ec
|
Bug 674725 - Part AI - Implement SmsFilter. r=smaug,mrbkap
|
2012-01-17 19:48:58 +01:00 |
Mounir Lamouri
|
8ffb491577
|
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
|
89fbea2d2b
|
Bug 674725 - Part AE - Implement DOM and IPC boilerplate for delete(). r=smaug
|
2012-01-17 19:41:22 +01:00 |
Mounir Lamouri
|
115d3dd54e
|
Bug 674725 - Part AA - Implement DOM and IPC boilerplate for getMessage(). r=smaug
|
2011-12-20 16:58:58 +01:00 |
Mounir Lamouri
|
060f25611a
|
Bug 674725 - Part Z - Allow sending to multiple recipients with send(). r=mrbkap
|
2011-12-20 15:30:16 +01:00 |
Mounir Lamouri
|
f5b00b7840
|
Bug 674725 - Part X - Use SmsRequest for send() method. r=smaug,cjones
|
2012-01-13 14:26:50 +01:00 |
Mounir Lamouri
|
0521a9fe9b
|
Bug 674725 - Part V - Implement SmsRequest. r=smaug,mrbkap
|
2012-01-10 20:37:11 +01:00 |
Mounir Lamouri
|
39148cb631
|
Bug 674725 - Part T - WebSMS delivered event: DOM and IPC boilerplate. r=smaug
|
2012-01-10 20:36:25 +01:00 |
Mounir Lamouri
|
16935841ef
|
Bug 674725 - Part S - Implement WebSMS sent event. r=cjones,smaug
|
2012-01-10 20:34:50 +01:00 |
Mounir Lamouri
|
90b3769112
|
Bug 674725 - Part R - Save sent messages in the Android database. r=cjones
|
2012-01-13 14:25:47 +01:00 |
Mounir Lamouri
|
5ac4edd529
|
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
|
935284c0c5
|
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 |
Philipp von Weitershausen
|
4419311470
|
Bug 709568 - Part 0: Create SmsMessages from JS. r=smaug
|
2011-12-24 06:02:52 +01:00 |
Mounir Lamouri
|
bc8297a45c
|
Bug 674725 - Part M - Receiving SMS: DOM part. r=smaug
|
2011-11-25 01:48:57 +01:00 |
Mounir Lamouri
|
06e17f40b0
|
Bug 674725 - Part L - Implement SmsEvent. r=smaug
|
2011-11-21 17:57:26 +01:00 |
Mounir Lamouri
|
e96eeef173
|
Bug 674725 - Part K - Implement SmsMessage. r=smaug
|
2011-11-22 10:34:21 +01:00 |
Mounir Lamouri
|
754a5b57f9
|
Bug 674725 - Part J - Basic implementation of mozSms.send(). r=cjones
|
2011-11-21 00:00:46 +01:00 |
Mounir Lamouri
|
e3fa8eec2a
|
Bug 674725 - Part I - Implement mozSms.getNumberOfMessagesForText(). r=smaug,cjones
|
2011-11-25 10:48:51 +01:00 |
Mounir Lamouri
|
6ff4781a9e
|
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
|
a556b3ba3b
|
Bug 674725 - Part E - SmsService stub. r=smaug sr=cjones
|
2011-11-20 23:30:04 +01:00 |
Mounir Lamouri
|
012a90acb0
|
Bug 674725 - Part B - Add .mozSms to navigator. r=smaug
|
2011-11-20 22:08:33 +01:00 |
Mounir Lamouri
|
d378ff8d87
|
Bug 674725 - Part A - Makefiles. r=smaug
|
2011-11-20 19:23:49 +01:00 |