Benoit Jacob
82a6b65cf9
Bug 987305 - Refactor EnumSerializer - r=nfroyd
2014-04-14 10:17:40 -04:00
Boris Zbarsky
629fbc080a
Bug 994811 part 2. Use ToJSValue in msMessage::GetDeliveryInfo. r=gene
...
There is one behavior change here: the old code converted null strings
in the MmsDeliveryInfo into "", but the new code will convert them to
a JS null value.
2014-04-11 22:20:54 -04:00
Boris Zbarsky
cdf5e0db10
Bug 994793. Make the array bits of ToJSValue nicer. r=bholley
2014-04-10 14:57:42 -04:00
Boris Zbarsky
67f4d02e6f
Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley
2014-04-10 00:58:41 -04:00
Bevis Tseng
176144cbf3
Bug 990368 - Add corresponding test case to verify error cases in sending MMS. r=vyang
2014-04-01 16:43:53 +08:00
Bevis Tseng
a97b158fc2
Bug 990368 - [B2G][MMS][DSDS] Feedback NonActiveSimError if send an MMS with non active SIM selected. r=vyang
2014-04-01 12:49:44 +08:00
Masayuki Nakano
b185105992
Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
...
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
2014-04-01 15:13:50 +09:00
Bevis Tseng
835179f83b
Bug 981077 - Part 4: Add test case for SIM_NOT_MATCHED_ERROR while manually retrieving MMS message. r=vyang
2014-03-25 15:06:09 +08:00
Bevis Tseng
6e89779d9f
Bug 981077 - Part 2: Define MmsService-owned getConnByIccId() to identify NO_SIM_CARD_ERROR and SIM_NOT_MATCHED_ERROR. r=vyang
2014-03-21 12:00:09 +08:00
Bevis Tseng
83e9f28786
Bug 981077 - Part 1: Add new error type SIM_NOT_MATCHED_ERROR. r=vyang
2014-03-21 10:52:05 +08:00
Bevis Tseng
25fbe9e09e
Bug 981577 - Part 3: Add Test case to verify RadioDisabledError. r=vyang
2014-03-20 15:14:07 +08:00
Bevis Tseng
a5c177cc24
Bug 981577 - Part 2: Check Radio State in prior to the ICC Id. r=vyang
2014-03-20 12:24:42 +08:00
Bevis Tseng
9f9495b653
Bug 981577 - Part 1: Refactor fetching ril.radio.disabled preference into getRadioDisabledState(). r=vyang
2014-03-20 12:15:49 +08:00
Bobby Holley
961b6eb630
Bug 981202 - Create js-ified param representations in the System Junk Scope. r=mrbkap,f=vicamo
2014-03-26 10:59:02 -03:00
Gene Lian
fea6461665
Bug 944890 - B2G SMS & MMS: remove convertTimeToInt(...) which is no longer needed (part 2, test cases). r=vicamo
2014-03-20 10:46:13 +08:00
Gene Lian
c30183fcda
Bug 944890 - B2G SMS & MMS: remove convertTimeToInt(...) which is no longer needed (part 1, implementation). r=vicamo
2014-03-20 10:45:55 +08:00
Bevis Tseng
1c70d4f397
Bug 945089 - Part 3: Add new test cases to test the concatenation of text/binary sms. r=vyang
2014-03-06 18:54:48 +08:00
Bevis Tseng
1205781404
Bug 945089 - Part 1.1: Create new ObjectStore for saving uncomplete SMS segments. r=vyang
2014-03-03 16:28:20 +08:00
Edgar Chen
0ac58c8a8f
Bug 983215 - Handle optional argument correctly in send()/sendMMS(). r=gene
2014-03-14 15:28:32 +08:00
Bill McCloskey
d960718b48
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
62d61f05a8
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
cff466f79f
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
624ffda758
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
a23e0f8633
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bevis Tseng
90fbd7053c
Bug 976897 - Define new notification between NetworkManager and outer modules to prevent the race condition of setting routes and using network interface. r=vyang.
2014-03-10 12:36:42 +09:00
Vicamo Yang
eda9ff20bd
Bug 980354 - 2/2: add more test cases for storage full event. r=hsinyi
2014-03-13 13:44:53 +09:00
Vicamo Yang
d10a4b1236
Bug 980354 - 1/2: add mmdb_head.js and run mmdb test cases in chrome context. r=hsinyi
2014-03-13 13:44:49 +09:00
Vicamo Yang
d3877e1b45
Bug 957917 - 2/2: test cases. r=hsinyi
2014-03-11 22:18:00 +08:00
Masatoshi Kimura
9a4bb22ca8
Bug 978611 - Part 2: Move lagacy dictionaries to WebIDL dictionaries for B2G. r=vicamo
...
--HG--
rename : dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl => dom/webidl/MozMobileConnection.webidl
rename : dom/network/interfaces/nsIDOMNetworkStatsManager.idl => dom/webidl/MozNetworkStats.webidl
2014-03-07 20:51:49 +09:00
Masatoshi Kimura
0704343f44
Bug 978611 - Part 1: Stop using legacy dictionaries from MmsMessage. r=vicamo
2014-03-07 20:51:48 +09:00
Ryan VanderMeulen
48db9fe113
Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375.
2014-03-06 16:30:35 -05:00
Bevis Tseng
5f5d799d9e
Bug 977920 - Retrieve iccId without checking prototype of IccInfo. r=vyang
2014-03-05 11:10:46 +08:00
Bevis Tseng
2f5a693da9
Bug 974820 - Part 3: Test case to verify Storage Full Error Code. r=vyang
2014-02-26 10:55:47 +08:00
Bevis Tseng
fe9cf2b373
Bug 974820 - Part 2: Add error handling of sending/receiving SMS/MMS when device storage is full. r=vyang
2014-02-20 12:21:11 +08:00
Bevis Tseng
52b440f0b5
Bug 974820 - Part 1: Add new error type STORAGE_FULL_ERROR. r=vyang
2014-02-20 12:17:47 +08:00
Vicamo Yang
5d40847cb4
Bug 957917 - 2/2: test cases. r=hsinyi
2014-03-05 10:37:45 +08:00
Bevis Tseng
0e88c8ff63
Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang
2014-02-24 18:34:06 +08:00
Chris Peterson
192496a87c
Bug 712873 - Part 3: Replace JS_ALWAYS_TRUE with MOZ_ALWAYS_TRUE outside js/src/ directory. r=luke
2014-02-17 22:42:57 -08:00
Daniel Holbert
682b66552e
back out 3a8893b28489 (bug 712939) and 39adab158c17,16add78c43e3,37193db7e15b (bug 712873), for build bustage.
2014-02-19 00:15:51 -08:00
Chris Peterson
16624c9130
Bug 712873 - Part 3: Replace JS_ALWAYS_TRUE with MOZ_ALWAYS_TRUE outside js/src/ directory. r=luke
2014-02-17 22:42:57 -08:00
Vaibhav Agarwal
81f1ea0a18
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-02-15 04:53:02 -05:00
Jon Coppeard
25c1a75044
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
2014-02-12 10:50:46 +00:00
Jon Coppeard
b5a2f0569c
Bug 959787 - Handlify some misc JS APIs r=sfink r=smaug
2014-01-29 10:00:40 +00:00
Gabriele Svelto
6fe4682268
Bug 963475 - Reverse the order of retrieval of message threads. r=gene
2014-01-27 19:52:11 +01:00
Gene Lian
d91279a4be
Bug 945647 - [DSDS][MMS] When change primary outgoing data SIM during MMS attachment downloading, it should stop downloading process. r=vicamo,bevis a=v1.3+
2014-01-27 11:22:18 +08:00
Jon Coppeard
7d118df1ce
Bug 963167 - Convert JS_SetElement() to take HandleValue rather than MutableHandleValue r=sfink r=bz
2014-01-25 09:31:17 +00:00
Bevis Tseng
2d5758ccb4
Bug 960741 - Messages app fails to upgrade database (JS exception in upgradeSchema14) after updating from 1.2 to 1.3. r=gene
2014-01-17 13:41:31 +08:00
Nicolas Del Piano
8dfbefa736
Bug 957084 - Allow the sending of empty SMS messages (Gecko side). r=gene
...
This patch allows to send empty messages. The fragmentText function did not
contemplate the empty message case. So, I changed and added some behaviours
that removed the conflict.
2014-01-18 11:13:35 -03:00
Gene Lian
21f5764260
Bug 948399 - [Messages] Subject. A subject containing special characters sent in a message is not received correctly (test case). r=vicamo a=v1.3+
2014-01-20 19:49:59 +08:00
Gene Lian
9dd7efec39
Bug 948399 - [Messages] Subject. A subject containing special characters sent in a message is not received correctly. r=vicamo a=v1.3+
2014-01-16 16:32:07 +08:00