Gregor Wagner
69ed0a290a
Bug 907996 - Contacts: Fix error callbacks. r=reuben
2013-08-22 12:05:01 -07:00
Shane Tully
cdbcc38972
Bug 897924 - Part 1: Skip contacts tests on Android < 4.0. r=reuben
2013-08-20 09:31:20 -07:00
Shane Tully
64a0f16900
Bug 906004 - Skip contacts test not supported on Android. r=reuben
...
--HG--
extra : rebase_source : f91a29d32e8d26996ecc90429d5f473f0f5a42bd
2013-08-16 22:44:03 -07:00
Chris Peterson
9e70a3b067
Bug 897924 - Intermittent test_contacts_basics.html | No contacts after clear - got 124 (or 84), expected 0. r=cpeterson
2013-08-16 15:49:18 -07:00
Reuben Morais
826588e1b7
Bug 889239 - Add a fast upgrade path for the Contacts DB. r=gwagner
2013-08-12 21:58:38 -03:00
Kay Lee
88699bb48b
Bug 851440 - Add more tests for contacts sorting. r=gwagner
2013-07-30 09:46:44 -04:00
Shane Tully
cac6f25810
Bug 889673 - Adapt Contacts Unit Tests for Android. CLOSED TREE. r=reuben
...
--HG--
extra : amend_source : 15338826405ad30caba9573b2cf934a19cca77fe
2013-07-18 15:29:00 -07:00
Michael Henretty
b411ff1019
Bug 890909 - [Contacts API] migration code problem when matching using the substringMatching pref (eg in Brazil). r=gwagner
2013-07-18 16:17:41 -04:00
Gregor Wagner
af8004c69b
Bug 892497 - [contacts] the upgrade path is error-prone. r=bent
2013-07-15 10:16:33 -07:00
Shane Tully
16d948ef1f
Bug 807688 - Add "key" field to the mozContact interface. r=gwagner sr=sicking
2013-06-14 10:15:57 -07:00
Gregor Wagner
13a679b1dd
Bug 882777 - Contacts API: Fix Date and pref properties. r=reuben
2013-06-13 15:43:30 -07:00
Gregor Wagner
867e55f074
Bug 877302 - [Dialer] when searching for a number in contacts, display partial matches (matching the end of the number). r=bent, reuben
2013-06-13 15:00:23 -07:00
Gregor Wagner
a6004c8948
Bug 880644 - [SMS/MMS] Auto suggestions returning incorrect results. r=bent
2013-06-13 14:52:40 -07:00
Reuben Morais
3195761d68
Bug 832936 - Implement mozContacts.getCount. r=gwagner sr=sicking
2013-06-03 20:45:10 -07:00
Reuben Morais
029a94a7af
Bug 869615 - Sanitize Contact properties everywhere, not just in init. r=bent
...
--HG--
extra : rebase_source : 25fd18299c15cee78dff008460c89e78ba60d842
2013-06-03 18:50:31 -07:00
Ben Kelly
132c8b76a2
Bug 874462 - Add "startsWith" filterOp. r=reuben
...
The "contains" filterOp in ContactsAPI currently implements a filter that
only matches the start of each value when filtering by fields other than
"tel". This behavior is desirable for some uses, but does not match the
"contains" keyword.
Therefore, add a "startsWith" filterOp in addition to the current "contains".
A warning is sent to console.warn() if "contains" is used for non-"tel"
operations. A separate bug will be written to fix "contains" to perform full
text search.
2013-06-03 13:30:39 -04:00
Reuben Morais
de25571156
Bug 877777 - Take into consideration entire givenName/familyName array when sorting contacts. r=bent
...
--HG--
extra : rebase_source : b5752c08613314fd206caf73921538094d86e670
2013-05-31 15:28:00 -07:00
Reuben Morais
3c8ba92757
Bug 871872 - Clean up ContactDB's temporary cache if the child dies without asking for more contacts. r=gwagner
2013-05-21 11:19:06 -07:00
Gregor Wagner
a67540c7f9
Bug 870148 - Check validy of email.value when importing contacts. r=reuben
...
--HG--
extra : rebase_source : f008fb7ae6807eb0240ebe817e88c38100cc367d
2013-05-14 10:20:01 -07:00
Reuben Morais
fd880080d4
Bug 862353 - Only enable mozContacts in B2G and mochitests. r=gwagner
...
--HG--
extra : rebase_source : 914bd36790ae01f83c3f84817b2021f0f7dbcf22
2013-05-13 18:32:03 -07:00
Yoshi Huang
f1e0084500
Bug 847741 - Part 4: Remove getSimContacts impl. r=gwagner
2013-03-06 10:45:07 +08:00
Gregor Wagner
f47d24f5d5
Bug 864695 - [Dialer] Numbers starting with 5 retrive wrong phone number suggestions. r=reuben.bmo, r=bent
2013-04-30 15:14:09 -04:00
Reuben Morais
376fc8de8a
Bug 864556 - Expose database revision in Contacts API. r=gwagner sr=mounir
...
--HG--
extra : rebase_source : b36e856f9fd85155096f88cb0c8ad41038052a25
2013-04-25 10:15:47 -07:00
Reuben Morais
1ce82926a7
Bug 860559 - Add pref field to ContactField and ContactAddress. r=gwagner sr=mounir
...
--HG--
extra : rebase_source : 098d9071232058bdf4a0f9547398eca9c4303106
2013-04-27 08:28:53 -07:00
Reuben Morais
95c7713124
Bug 855556 - Test the cached branch of getAll more extensively. r=gwagner
2013-04-26 15:05:06 -07:00
Reuben Morais
d1432b1ada
Bug 862250 - Follow up, fixing test.
2013-04-25 09:34:38 -07:00
Reuben Morais
8325d83c1b
Bug 862250 - Add 'match' filterOp for telephone numbers. r=gwagner
...
--HG--
extra : rebase_source : ff5240597f467c9af008bfc043b1717f23b90185
2013-04-25 09:08:32 -07:00
Reuben Morais
1cfc5531f6
Bug 862250 - Make 'equals' searches on tel only match the value entered by the user. r=gwagner
...
--HG--
extra : rebase_source : 2652c484e01b9b6bb8c27212fc76cb5d9ddfba2d
2013-04-25 08:40:18 -07:00
Reuben Morais
3323a95988
Bug 855015 - Send contacts to the child process less often. r=gwagner
...
--HG--
extra : rebase_source : e7efd60a6897811692806b06821f39864c9c91ef
2013-03-27 15:24:15 -07:00
Reuben Morais
fc24dcbbd7
Bug 862247 - Fix Contacts/Settings tests not running individually. r=gwagner
...
--HG--
extra : rebase_source : c9048a4680383576f329c4dcfb139a8e05633076
2013-04-16 14:01:13 +02:00
Reuben Morais
615be796de
Bug 860918 - Disable the mozContact constructor if the dom.mozContacts.enabled is not set. r=gwagner
...
--HG--
extra : rebase_source : f5a5291a4b1c74f9048ca04067d7fc8bf02ad1f9
2013-04-11 21:45:40 -07:00
Reuben Morais
d36c5400cb
Bug 856042 - Tighten up sanitization of arguments to the Contacts API. r=bz r=gwagner
2013-04-05 12:22:00 -07:00
Gregor Wagner
32188acc5d
Bug 859601 - mozContacts API - return undefined if the API is unsupported on the platform, not null. r=bent
2013-04-11 17:44:33 -04:00
leo.bugzilla.gecko@gmail.com
4f9c053e1a
Bug 852057 - Sort contacts correctly when givenName or familyName is null. r=gwagner
2013-04-11 12:35:24 -07:00
Kyle Machulis
f5e3aadf0b
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Reuben Morais
17356fd12a
Bug 856258 - Use |is| instead of |ok| to test the length of result arrays in test_contacts_basics.html. r=gwagner
2013-03-29 22:29:45 -07:00
Reuben Morais
51b55fcf41
Backed out changeset 74fa4d93755b (bug 856258) for Windows OPT weirdness
2013-03-29 22:29:13 -07:00
Reuben Morais
b0984cdde9
Bug 856258 - Use |is| instead of |ok| to test the length of result arrays in test_contacts_basics.html. r=gwagner
2013-03-29 20:21:40 -07:00
Kyle Machulis
d2b6e6e01a
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
5663b98bc5
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Yoshi Huang
75a32ccb43
Bug 842981 - Part 2: marionette test for Array.isArray. r=gwagner
2013-03-19 10:31:03 +08:00
Yoshi Huang
d6c2c3c61e
Backout changeset dbb1f97672f0 for wrong order
2013-03-20 14:42:35 +08:00
Yoshi Huang
f1beceb933
Bug 842981 - Part 2: marionette test for Array.isArray. r=gwagner
2013-03-19 10:31:03 +08:00
Edgar Chen
1b2f464d99
Bug 847820 - Part 4: Marionette tests for updating SIM contact. r=allstars.chh
2013-03-06 11:03:31 +08:00
Gregory Szorc
16f0413b0c
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
3fd0b2c59d
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Reuben Morais
15275da19c
Bug 844274 - Move contacts API getAll cache to child process. r=sicking
2013-02-24 19:53:55 -08:00
Jonathan Griffin
d5e9be97ab
Bug 831367 - Simplify SpecialPowersAPI.bindDOMWindowUtils(), r=ted
2013-02-22 14:18:38 -08:00
Reuben Morais
cd18e94cfb
Bug 836519 - Implement getAll API for contact manager using cursors. r=gwagner
2013-02-03 04:05:51 -08:00
Jeff Walden
260bb6eb9a
Bug 836519 - Back out 7a145f17e37c for intermittent 'dom/contacts/tests/test_contacts_getall.html | 19 contacts returned - got 20, expected 19' in the test it added. r=intermittent-orange
2013-02-16 00:42:26 -08:00