Commit Graph

84434 Commits

Author SHA1 Message Date
James Willcox
7df90dda44 Bug 716190 - Retry graphic buffer locks if we get -EBUSY r=pcwalton
--HG--
extra : rebase_source : 969aee231df4ac7ac70086fa2fa836c26a090b8e
2012-01-17 15:00:56 -05:00
Matt Brubeck
50d0fc0a8d Bug 712760 - Add some smaller font inflation size options [r=mfinkle] 2012-01-17 12:39:45 -08:00
Gavin Sharp
54e9ea51b9 Bug 712421: allow pasting of a URL in the download manager window, r=neil 2011-12-20 14:14:10 -08:00
Gavin Sharp
3ce476c7b3 Bug 714272: icon does not appear in Download preferences pane if default download location is "Desktop", r=jared 2012-01-17 12:12:53 -08:00
Mounir Lamouri
ae85653da9 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
5c5c80c069 Bug 713687 - Part 4 - Network API Android backend: use enable/disable notifications to prevent listening when not needed. r=dougt 2012-01-16 15:01:07 +01:00
Mounir Lamouri
f8190ab1af Bug 713687 - Part 3 - Network API Android backend: make GeckoNetworkManager a singleton. r=dougt 2012-01-16 18:17:34 +01:00
Mounir Lamouri
f56d160181 Bug 713687 - Part 2 - Network API Android backend: listen to network changes and notify the DOM. r=dougt 2012-01-17 19:40:39 +01:00
Mounir Lamouri
b60b13293e Bug 713687 - Part 1 - Network API Android backend: get current information. r=dougt 2012-01-16 14:44:07 +01:00
Mounir Lamouri
9888667efb Bug 677166 - Part 7 - Network Information API: DOM implementation. r=sicking 2012-01-16 18:14:56 +01:00
Mounir Lamouri
15d460350a Bug 677166 - Part 6 - Add NetworkInformation handling into hal. r=jlebar 2012-01-16 14:39:57 +01:00
Mounir Lamouri
fdf5184742 Bug 677166 - Part 5 - Use a pref for connection.metered. r=sicking 2012-01-16 13:25:13 +01:00
Mounir Lamouri
9e65d3a528 Bug 677166 - Part 4 - Add a pref to disable Network API. r=sicking 2012-01-16 13:24:08 +01:00
Mounir Lamouri
d6705dad7a Bug 677166 - Part 3 - Implement mozConnection stub. r=sicking 2012-01-16 13:23:44 +01:00
Mounir Lamouri
225b0dc455 Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking 2012-01-16 13:23:28 +01:00
Mounir Lamouri
6e2f6fb17a Bug 677166 - Part 1 - Makefiles boilerplate. r=sicking 2012-01-16 13:23:01 +01:00
Mounir Lamouri
7bb7d516d6 Bug 713377 - Part 2 - Don't build GeckoSmsManager.java when WebSMS backend is disabled. r=dougt,cjones 2012-01-17 19:38:04 +01:00
Mounir Lamouri
02eca2001b Bug 713377 - Part 1 - Add a --disable-websms-backend build option. r=blassey 2012-01-16 19:53:09 +01:00
Mounir Lamouri
ee6e3ecdef Bug 674725 - Part AV - Port WebSMS to Android Native UI. r=blassey,dougt 2012-01-17 19:52:17 +01:00
Mounir Lamouri
104c6e72f2 Bug 674725 - Part AU - Release message lists in case of GC. r=smaug,cjones 2012-01-17 19:43:08 +01:00
Mounir Lamouri
51107564e9 Bug 674725 - Part AT - Handle failures for getMessages(). r=smaug,cjones 2011-12-22 23:25:14 +01:00
Mounir Lamouri
13ea8eb61c Bug 674725 - Part AS - Remove SmsCursor.filter. r=sicking 2011-12-19 12:10:30 +01:00
Mounir Lamouri
bfb8380483 Bug 674725 - Part AR - Handle reception of the next message in SmsRequestManager. r=smaug 2011-12-14 17:17:53 +01:00
Mounir Lamouri
09da127c98 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
300590c7ab Bug 674725 - Part AP - Implementation of cursor.continue() in the DOM code. r=smaug 2012-01-17 19:42:39 +01:00
Mounir Lamouri
76e368a7a2 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
c6598ac290 Bug 674725 - Part AN - Handling no messages in created message list. r=smaug,cjones 2011-12-19 12:04:53 +01:00
Mounir Lamouri
3b8b1cdf6a Bug 674725 - Part AM - Implement SmsCursor. r=smaug 2012-01-10 20:45:03 +01:00
Mounir Lamouri
4dac706233 Bug 674725 - Part AL - Store Android Cursors to keep track of created message lists. r=cjones 2011-12-22 23:16:22 +01:00
Mounir Lamouri
f3a7dabbc6 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
c9161f5922 Bug 674725 - Part AJ - Create a message list when getMessages() is called. r=smaug 2012-01-17 19:42:05 +01:00
Mounir Lamouri
d91e437b0f Bug 674725 - Part AI - Implement SmsFilter. r=smaug,mrbkap 2012-01-17 19:48:58 +01:00
Mounir Lamouri
a921997fc2 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
97a37fb5c9 Bug 674725 - Part AG - Notify when delete() fails. r=smaug,cjones sr=sicking 2011-12-22 23:15:44 +01:00
Mounir Lamouri
92cf45e8cd Bug 674725 - Part AF - Implement delete() on Android. r=cjones 2011-12-22 23:15:28 +01:00
Mounir Lamouri
39f3969aee Bug 674725 - Part AE - Implement DOM and IPC boilerplate for delete(). r=smaug 2012-01-17 19:41:22 +01:00
Mounir Lamouri
ef742879a6 Bug 674725 - Part AD - Notify when getMessage() fails. r=smaug,cjones sr=sicking 2011-12-22 23:14:45 +01:00
Mounir Lamouri
a300600e0c Bug 674725 - Part AC - Implement getMessage() on Android. r=cjones 2011-12-22 23:08:58 +01:00
Mounir Lamouri
90af3bc22a Bug 674725 - Part AB - Create a thread to handle SMS IO on Android. r=cjones 2011-12-19 11:16:39 +01:00
Mounir Lamouri
461dc46995 Bug 674725 - Part AA - Implement DOM and IPC boilerplate for getMessage(). r=smaug 2011-12-20 16:58:58 +01:00
Mounir Lamouri
2757767300 Bug 674725 - Part Z - Allow sending to multiple recipients with send(). r=mrbkap 2011-12-20 15:30:16 +01:00
Mounir Lamouri
0c18bf7a81 Bug 674725 - Part Y - Notify when send() fails. r=smaug,cjones sr=sicking 2011-12-22 23:06:35 +01:00
Mounir Lamouri
32b8a98ec5 Bug 674725 - Part X - Use SmsRequest for send() method. r=smaug,cjones 2012-01-13 14:26:50 +01:00
Mounir Lamouri
c78903b653 Bug 674725 - Part W - Implement SmsRequestManager. r=smaug 2011-12-20 13:07:16 +01:00
Mounir Lamouri
8be65d561d Bug 674725 - Part V - Implement SmsRequest. r=smaug,mrbkap 2012-01-10 20:37:11 +01:00
Mounir Lamouri
932753cdba Bug 674725 - Part U - Implement WebSMS delivered event for the Android backend. r=cjones 2012-01-13 14:26:24 +01:00
Mounir Lamouri
e0aff3ce59 Bug 674725 - Part T - WebSMS delivered event: DOM and IPC boilerplate. r=smaug 2012-01-10 20:36:25 +01:00
Mounir Lamouri
e7b41c0d50 Bug 674725 - Part S - Implement WebSMS sent event. r=cjones,smaug 2012-01-10 20:34:50 +01:00
Mounir Lamouri
205528614d Bug 674725 - Part R - Save sent messages in the Android database. r=cjones 2012-01-13 14:25:47 +01:00
Mounir Lamouri
921b5a2395 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