Vicamo Yang
|
d50ad184e1
|
Bug 797277 - Part 1/5: add messageClass attribute in nsIDOMSmsMessag, sr=sicking
|
2012-10-30 18:55:34 +08:00 |
|
Vicamo Yang
|
635fe4abc8
|
Bug 742790 - Part 5/5: test cases, r=marshall_law
|
2012-10-30 18:53:35 +08:00 |
|
Vicamo Yang
|
7f0de9f695
|
Bug 742790 - Part 3/5: B2G RIL implementation, r=philikon,marshall_law
|
2012-10-30 18:53:27 +08:00 |
|
Vicamo Yang
|
b413d22153
|
Bug 742790 - Part 2/5: DOM implementation, r=mounir
|
2012-10-30 18:53:24 +08:00 |
|
Vicamo Yang
|
e9743adff4
|
Bug 742790 - Part 1/5: support SMS delivery failure event. Interface changes, sr=sicking,mounir
|
2012-10-30 18:53:20 +08:00 |
|
Rob Wood
|
121603fc7b
|
Bug 800377 - Develop a test to verify sms timestamps, update manifest; r=jgriffin, DONTBUILD(NPOTB)
|
2012-10-25 09:50:56 -04:00 |
|
Jonathan Griffin
|
9f78790e37
|
Bug 802427 - Disable Marionette expectedFailures for Python 2.6-compat reasons, a=test-only, DONTBUILD(NPOTB)
|
2012-10-16 16:41:42 -07:00 |
|
Rob Wood
|
a3793789b0
|
Bug 794090 - Develop WebSMS test to verify getMesage, update manifest; r=jgriffin, DONTBUILD(NPOTB)
|
2012-10-11 12:44:33 -04:00 |
|
Vicamo Yang
|
27a4b37a33
|
Bug 786782 - Part 2/2: test case, r=marshall_law
|
2012-10-11 19:01:55 +08:00 |
|
Rob Wood
|
d9a17e54a3
|
Bug 792495 - Develop tests for delete sms, update manifest; r=jgriffin, DONTBUILD(NPOTB)
|
2012-10-04 11:15:10 -04:00 |
|
Nicholas Nethercote
|
9dd67d2d7e
|
Bug 793076 (part 1) - Remove unnecessary |cx| parameters. r=jwalden.
--HG--
extra : rebase_source : 0cfe86ca3b2de60b0097f6cd4686dfabe6748897
|
2012-09-20 21:41:49 -07:00 |
|
Vicamo Yang
|
927763ef4b
|
Bug 790192 - Part 2/2: test cases, r=marshall_law
|
2012-10-03 16:37:29 +08:00 |
|
Nathan Froyd
|
3c013d928f
|
Bug 720768 - add nsDOMEventTargetHelper::DispatchTrustedEvent; r=mounir, sr=smaug
|
2012-09-27 16:11:31 -04:00 |
|
Vicamo Yang
|
e2e293c0af
|
Bug 736706 - Part 5: test cases, r=philikon
|
2012-09-26 14:56:35 +08:00 |
|
Andrea Marchesini
|
51ea7a36ad
|
Bug 792471 - Fix crash in navigator.mozSms when child process doesn't have 'sms' permission. r=mounir
|
2012-09-25 14:46:41 +01:00 |
|
Mike Habicher
|
4f1885c23e
|
Bug 776934 - Add permissions check to camera API. r=jlebar
|
2012-09-21 06:32:18 -04:00 |
|
Ms2ger
|
3b4f8a982f
|
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (third batch); r=mounir
|
2012-09-20 09:55:36 +02:00 |
|
Nathan Froyd
|
9b227bf10d
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Vicamo Yang
|
d507da6afc
|
Bug 787370 - Part 3/3: test script, r=marshall_law
|
2012-09-10 13:56:08 +08:00 |
|
Kyle Huey
|
0baaffe99f
|
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 |
|
Nathan Froyd
|
4c779437cc
|
Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey
|
2012-08-24 16:01:30 -04:00 |
|
Luke Wagner
|
ce71e55555
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
|
2012-08-21 18:42:53 -07:00 |
|
Ehsan Akhgari
|
da56516b3c
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-08-23 11:30:56 -04:00 |
|
Vicamo Yang
|
26ae05bb6d
|
Bug 707659 - Part 2: fix test scripts, r=philikon
|
2012-08-23 01:30:40 +08:00 |
|
Vicamo Yang
|
be454322bf
|
Bug 707659 - Part 1: DOM implementation, r=jlebar
|
2012-08-23 01:30:27 +08:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Vicamo Yang
|
1652c368d1
|
Bug 760199: fix test failure due to SMSC timestamp truncation, r=philikon
|
2012-08-17 10:01:40 +08:00 |
|
Aryeh Gregor
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
cb4d106015
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
4eb11bee72
|
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
|
b927c10310
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Joshua Cranmer
|
4a5b32fae2
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
--HG--
extra : rebase_source : 1843575683c3897f96f3966cbce26140ff1a7d90
|
2012-07-06 13:15:45 -05:00 |
|
Nathan Froyd
|
5b30baa4c3
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Vicamo Yang
|
7ccd0ca368
|
Bug 769347: order database query results by timestamp, r=philikon
|
2012-07-09 13:06:13 +08:00 |
|
Guillermo Lopez
|
aff3f8f3eb
|
Bug 769803 - WebSMS broken due to IndexedDB API Change. r=khuey
|
2012-07-02 12:02:38 -07:00 |
|
Kyle Huey
|
d3b6b42885
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
|
Yoshi Huang
|
42d67581c1
|
Bug 768367 - B2G RIL: send/received SMS failed on Otoro
|
2012-06-27 00:04:42 +02:00 |
|
Ehsan Akhgari
|
b66f78936e
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more dom parts); r=bzbarsky
--HG--
extra : rebase_source : e31b077d8556626aa46ac33abbe2997e86ba68df
|
2012-06-18 21:21:14 -04:00 |
|
Yoshi Huang
|
6f3e0ca39e
|
Bug 762760 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
|
Yoshi Huang
|
bb1eb60f51
|
Back out 421ed10b0e81(Bug 762760 - Part 2) for wrong Bug number in comment
|
2012-06-19 16:57:12 +08:00 |
|
Yoshi Huang
|
49ff131916
|
Bug 767620 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
|
Ehsan Akhgari
|
30e49b6b7c
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky
|
2012-06-14 22:31:55 -04:00 |
|
Ryan VanderMeulen
|
b74e4a29db
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
061d4c2616
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Ryan VanderMeulen
|
1241b67c63
|
Merge the last PGO-green inbound changeset to m-c
|
2012-06-10 18:21:22 -04:00 |
|
Olli Pettay
|
94414ed431
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Andrew McCreight
|
9152e14841
|
Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent
|
2012-05-15 09:56:39 -07:00 |
|
Mounir Lamouri
|
3abb37a75c
|
Bug 760011 - Make nsIMozSmsRequest inherits from nsIDOMDOMRequest. r=sicking
--HG--
extra : rebase_source : 1ccde2191835bc7eddd68ff2afc12fa73897f5d1
|
2012-06-09 13:49:02 +02:00 |
|
Mounir Lamouri
|
9b7de99e31
|
Bug 708546 - Use DOMError in nsIDOMSmsRequest. r=bent
--HG--
extra : rebase_source : 93e54cabbe9aa2fbb19beb3a2078f2ebdf6d1615
|
2012-06-09 13:46:30 +02:00 |
|
Olli Pettay
|
8a62837fdb
|
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 |
|
Philipp von Weitershausen
|
492bf79bb2
|
Bug 756607 - Rewrite SMS tests. r=jgriffin DONTBUILD because NPOTB
--HG--
rename : dom/sms/tests/manifest.ini => dom/sms/tests/marionette/manifest.ini
rename : dom/sms/tests/test_emulators.py => dom/sms/tests/marionette/test_between_emulators.py
|
2012-05-29 17:41:44 -07:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Fernando Jiménez
|
4f046aad48
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 7 - Tests; r=philikon
|
2012-05-17 12:42:39 -07:00 |
|
Fernando Jiménez
|
21f008ad5c
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 6 - B2G backend; r=philikon
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
b91cd2dcad
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 5 - IPC; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
48ccd6fc1d
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 4 - Fallback; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
3c2fb23798
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 3 - Android Backend; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
e8d8213f07
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 2 - WebSMS; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
528090823c
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 1. IDLs; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Philipp von Weitershausen
|
d6040a8d64
|
Bug 753607 - Overhaul existing Marionette WebAPI tests. r=jgriffin DONTBUILD because NPOTB
|
2012-05-11 13:09:21 -07:00 |
|
Vivien Nicolas
|
d1b51aa40a
|
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
|
2012-04-11 10:05:35 -07:00 |
|
Fernando Jimenez
|
9c63458607
|
Bug 712809 - Tests for the B2G SMS database. r=philikon
|
2012-03-06 00:15:44 +01:00 |
|
Philipp von Weitershausen
|
5c1bf40ab5
|
Bug 743635 - B2G SMS database initialization accesses Directory Provider off the main thread. r=mwu
|
2012-04-11 13:55:54 +08:00 |
|
Philipp von Weitershausen
|
a3c84c2617
|
Back out changeset c1ede9f0319e (bug 743635). a=bustage
|
2012-04-10 19:02:39 +08:00 |
|
Philipp von Weitershausen
|
2c13f586fc
|
Bug 743635 - B2G SMS database initialization freezes I/O thread. r=mwu
|
2012-04-10 09:42:50 +08:00 |
|
Veeraya Pupatwibul
|
26e9a6a204
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
|
Phil Ringnalda
|
941bbdffe5
|
Back out 5c63b21280c2 (bug 733265) for build failures
|
2012-03-28 21:17:13 -07:00 |
|
Fernando Jiménez
|
35193d3e07
|
Bug 733265 - B2G SMS DB tests. r=philikon
|
2012-03-28 20:47:05 -07:00 |
|
Mounir Lamouri
|
2831ba033b
|
Bug 739840 - Make nsDOMEventTarget subclasses inherit from nsDOMEventTargetHelper first. r=khuey
|
2012-03-28 10:29:14 -07:00 |
|
Yoshi Huang
|
54f11d06ed
|
Bug 733266 - B2G SMS DB: Use MSISDN from RIL as own phone number. [r=philikon] DONTBUILD because NPOTB
|
2012-03-17 22:23:17 +08:00 |
|
Fernando Jiménez
|
03a91e6e61
|
Bug 733268 - B2G SMS DB: fix deleteMessage behaviour. r=philikon
|
2012-03-16 16:38:50 -07:00 |
|
Fernando Jiménez
|
0a5c782cfa
|
Bug 735536 - B2G SMS DB: Use new fangled IndexedDB string constants. r=philikon
|
2012-03-16 16:34:05 -07:00 |
|
Kyle Machulis
|
503964b679
|
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 2: Change mozilla::dom::telephony to mozilla::dom::gonk for dom/system/gonk objects; r=bent
|
2012-03-14 15:43:26 -07:00 |
|
Kyle Machulis
|
8b59e0537f
|
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 |
|
Marco Bonardo
|
80af6e193a
|
Merge last green PGO from inbound to central
|
2012-03-13 11:17:21 +01:00 |
|
Olli Pettay
|
c58d4cc1b2
|
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
|
2371a9373b
|
Bug 734366 - WebSMS: nsISmsDatabaseService.getNextMessageInList proccessId parameter should be optional. r=mounir
|
2012-03-12 16:44:28 -07:00 |
|
Fernando Jiménez
|
da1b844a63
|
Bug 734181 - [B2G] SMS database: filter with endDate but no startDate parameter throws an exception. r=philikon
|
2012-03-08 18:31:00 -08:00 |
|
Marco Bonardo
|
7a53ebb551
|
Merge inbound and central
|
2012-03-07 10:33:11 +01:00 |
|
David Mandelin
|
4b287e8788
|
Bug 733260 followup: use uint32_t for array and string lengths, r=luke
--HG--
extra : rebase_source : 1729b4b927fde0678872b9de62a7466381aa07c3
|
2012-03-06 15:52:55 -08:00 |
|
Fernando Jimenez
|
7682663ded
|
Bug 712809 - B2G SMS database. r=philikon
|
2012-03-06 00:19:00 +01:00 |
|
David Mandelin
|
77d336e566
|
Bug 733260: remove typedef jsuint, r=luke
--HG--
extra : rebase_source : e8f576e1b5b189b47807c613c0cff79f5c8038e7
|
2012-03-05 18:43:45 -08:00 |
|
Nathan Froyd
|
b79a76a5b0
|
Bug 729269 - several sms interfaces shouldn't be marked [function]; r=mounir
|
2012-02-21 13:08:06 -08:00 |
|
David Mandelin
|
381d879c71
|
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
|
2012-02-24 14:19:52 -08:00 |
|
Marco Bonardo
|
22d7a18fa5
|
Backout 4fc2f49371a8 (bug 725550) for build failures
|
2012-02-25 00:16:47 +01:00 |
|
David Mandelin
|
5be5dda12e
|
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
--HG--
extra : rebase_source : 772c2982184d7b3d1680737323395365e6b218da
|
2012-02-24 14:19:52 -08:00 |
|
Philipp von Weitershausen
|
2ef3747c2e
|
Bug 729042 - SMS: Add nsISmsDatabaseService::saveIncomingMessage(). r=mounir
|
2012-02-22 09:55:01 +01:00 |
|
Philipp von Weitershausen
|
90227b3ae0
|
Bug 729104 - B2G SMS: Make SmsDatabaseService stub a JS component. r=mounir
|
2012-02-21 01:34:18 +01:00 |
|
Philipp von Weitershausen
|
830dbb2daf
|
Bug 720643 - B2G SMS: Notify SMS send success. r=qDot
|
2012-02-20 00:44:29 +01:00 |
|
Philipp von Weitershausen
|
ed0f5cf261
|
Bug 720632 - Part 2: XPCOMtaminate SmsRequestManager. r=cjones,mounir
|
2012-02-20 00:44:29 +01:00 |
|
Philipp von Weitershausen
|
4ef7b4ce33
|
Bug 720632 - Part 1: nsISmsRequestManager. r=cjones,gal
|
2012-02-20 00:44:29 +01:00 |
|
Ed Morley
|
fce8b46788
|
Backout 6c1ded13556d (bug 720643), 5cf0a12c1cf0, ac771e54d7ca & 3bb24b12b0d6 (bug 720632) for Android build failures
|
2012-02-16 23:18:45 +00:00 |
|
Philipp von Weitershausen
|
229f1fa610
|
Bug 720643 - B2G SMS: Notify SMS send success. r=qDot
|
2012-02-16 14:51:54 -08:00 |
|
Philipp von Weitershausen
|
206c481d58
|
Bug 720632 - Part 2: XPCOMtaminate SmsRequestManager. r=cjones,mounir
|
2012-02-16 14:50:52 -08:00 |
|
Philipp von Weitershausen
|
750fcd7593
|
Bug 720632 - Part 1: nsISmsRequestManager. r=cjones,gal
|
2012-02-16 14:50:52 -08:00 |
|
Panagiotis Koutsourakis
|
52aeae032c
|
Bug 702388 - Convert some more Makefiles to use |TEST_DIRS += foo|; r=khuey
|
2012-02-10 21:06:56 +00:00 |
|
Mounir Lamouri
|
40c3517f9a
|
Bug 724855 - Add the missing nsIObserver interface to nsSmsManager r=smaug
|
2012-02-08 11:36:25 +01:00 |
|
Edmund Wong
|
e2dc3856a0
|
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
|
d7645715b1
|
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
|
c04d75d0f8
|
Bug 719283 - Part 1: Fix SmsService for Gonk. a=bustage
|
2012-01-19 12:55:25 -08:00 |
|
Philipp von Weitershausen
|
ca460e2371
|
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
|
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
|
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
|
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
|
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
|
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 |
|
Mounir Lamouri
|
172a186c7c
|
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
|
51011b3e2b
|
Bug 677079 - Part c: Stop installing jsdate.h; r=Waldo
|
2012-01-15 09:13:07 +01:00 |
|
Ben Turner
|
c99401ac2a
|
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
|
c3222c0fe6
|
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
|
b4f8cd1f2d
|
Bug 709568 - Part 0: Create SmsMessages from JS. r=smaug
|
2011-12-24 06:02:52 +01:00 |
|
Vivien Nicolas
|
4688078712
|
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
|
c95ce8cb7c
|
Bug 710029 - Assorted build system tweaks for B2G/Gonk. r=khuey
|
2011-12-16 13:26:32 -08:00 |
|
Mounir Lamouri
|
1ead8e80d2
|
Bug 674725 - Part O - Receiving SMS: Android backend. r=cjones
|
2011-11-24 14:10:20 +01:00 |
|
Mounir Lamouri
|
6ec8c9b498
|
Bug 674725 - Part N - Receiving SMS: IPC handling. r=cjones
|
2011-11-24 12:45:55 +01:00 |
|
Mounir Lamouri
|
834321f16e
|
Bug 674725 - Part M - Receiving SMS: DOM part. r=smaug
|
2011-11-25 01:48:57 +01:00 |
|
Mounir Lamouri
|
aedbfbe488
|
Bug 674725 - Part L - Implement SmsEvent. r=smaug
|
2011-11-21 17:57:26 +01:00 |
|
Mounir Lamouri
|
43762eef8c
|
Bug 674725 - Part K - Implement SmsMessage. r=smaug
|
2011-11-22 10:34:21 +01:00 |
|
Mounir Lamouri
|
5a31bcb979
|
Bug 674725 - Part J - Basic implementation of mozSms.send(). r=cjones
|
2011-11-21 00:00:46 +01:00 |
|
Mounir Lamouri
|
619f3d8199
|
Bug 674725 - Part I - Implement mozSms.getNumberOfMessagesForText(). r=smaug,cjones
|
2011-11-25 10:48:51 +01:00 |
|
Mounir Lamouri
|
bdf95aa546
|
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
|
d8848a0466
|
Bug 674725 - Part G - Add PSms IPDL sub-protocol. r=smaug sr=cjones
|
2011-11-20 23:40:53 +01:00 |
|
Mounir Lamouri
|
5360a9e5d5
|
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
|
a5b38c8672
|
Bug 674725 - Part E - SmsService stub. r=smaug sr=cjones
|
2011-11-20 23:30:04 +01:00 |
|