Vicamo Yang
44379ca746
Bug 1063304 - 3.c/3: accommodate other components. r=echen
2014-09-16 21:20:18 +08:00
Edgar Chen
0eaa8db64e
Bug 843452 - Part 4-4: PhoneNumberUtils changes for MobileConnection ipdl. r=gwagner
2014-07-02 18:10:30 +08:00
Wes Kocher
d544bf248c
Backed out 17 changesets (bug 843452)
...
Backed out changeset e72a0297d488 (bug 843452)
Backed out changeset 73f62ce4190f (bug 843452)
Backed out changeset 6d4a49ebd9fc (bug 843452)
Backed out changeset ac93e396669f (bug 843452)
Backed out changeset cf4fc721821e (bug 843452)
Backed out changeset 9a94ea71d232 (bug 843452)
Backed out changeset b95ff097374d (bug 843452)
Backed out changeset 8d6428a93500 (bug 843452)
Backed out changeset e31b86ef0e80 (bug 843452)
Backed out changeset bd4efde535cd (bug 843452)
Backed out changeset 02bbcd8ac571 (bug 843452)
Backed out changeset f7f41bf82b22 (bug 843452)
Backed out changeset 20f42764cd38 (bug 843452)
Backed out changeset 82f8670f5c17 (bug 843452)
Backed out changeset 52f25f1278e3 (bug 843452)
Backed out changeset 181337820a7c (bug 843452)
Backed out changeset 9bd12641af03 (bug 843452)
--HG--
rename : dom/mobileconnection/interfaces/nsIMobileConnectionService.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
2014-08-28 16:51:41 -07:00
Edgar Chen
7b2e2fa1c9
Bug 843452 - Part 4-4: PhoneNumberUtils changes for MobileConnection ipdl. r=gwagner
2014-07-02 18:10:30 +08:00
Fabrice Desré
671df61868
Bug 1024157 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-05-07 15:53:16 -07:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Ryan VanderMeulen
691bac9c46
Backed out 4 changesets (bug 993282) for bringing back bug 1008357 on a CLOSED TREE.
...
Backed out changeset b67f3001c73d (bug 993282)
Backed out changeset b9ca30286579 (bug 993282)
Backed out changeset 41fe339ca4ea (bug 993282)
Backed out changeset 2a6184672f1e (bug 993282)
2014-06-03 14:32:10 -04:00
Fabrice Desré
f4bde9836c
Bug 993282 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-06-03 08:35:21 -07:00
Ed Morley
38240f397a
Backed out changeset 13ca7eb38c28 (bug 993282)
2014-05-15 17:01:39 +01:00
Fabrice Desré
6cbebd90ba
Bug 993282 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-05-07 15:53:16 -07:00
Wes Kocher
f3d33b739c
Backed out 3 changesets (bug 993282) for b2g emulator mochitest 3 failures
...
Backed out changeset 30e0991d49e0 (bug 993282)
Backed out changeset 6b9c8d6ab401 (bug 993282)
Backed out changeset 96e1a542bb45 (bug 993282)
2014-05-07 18:47:17 -07:00
Fabrice Desré
54347ca4c3
Bug 993282 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-05-07 15:53:16 -07:00
Chia-hung Tai
6ce9a87ec5
Bug 914060 - [B2G][Helix][message][zhaotao] Wired combination algorithm when handling sending sms to different phone numbers:phonebook digits match not work. r=vyang
2013-10-31 17:20:00 +08:00
Edgar Chen
dfa3c412c3
Bug 926343 - Part 6: Use default clientId in PhoneNumberUtils. r=gwagner
2013-10-16 18:15:55 +08:00
Jessica Jong
521e1d27b6
Bug 818353 - Part 4: DOM changes - use default client id (0) in PhoneNumberUtils. f=edgar r=gwagner
2013-10-30 12:03:54 +08:00
Dave Hylands
41972a34a3
Backout 3867f316204e (Bug 818353) due to causing bug 929815.
2013-10-22 21:12:04 -07:00
Jessica Jong
597240f736
Bug 818353 - Part 4: DOM changes - use default client id (0) in PhoneNumberUtils. f=edgar r=gwagner
2013-10-18 15:01:03 +08:00
Edgar Chen
71a5a28eac
Bug 921402 - Part 1: [PhoneNumberUtils] Use nsIIccProvider to get iccInfo. r=gwagner
2013-09-27 17:43:01 +08:00
Edgar Chen
fccc072d3a
Bug 869778 - Part 4: PhoneNumberUtils changes for iccInfo. r=gwagner
2013-08-20 17:59:08 +08:00
Gregor Wagner
50dbf0bcd5
Bug 905927 - [Contacts API] fail in matching digits test. r=bent
2013-08-29 07:56:19 -07:00
Michael Henretty
2258001442
Bug 883923 - Provide a Fuzzy Matcher API for phone numbers. r=fabrice
2013-07-31 21:04:59 -07:00
Michael Henretty
be57d7fb57
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
abfdc384e8
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
2028ac5d64
Bug 880644 - [SMS/MMS] Auto suggestions returning incorrect results. r=bent
2013-06-13 14:52:40 -07:00
Julien Wajsberg
42cb49ebf2
Bug 846499 - [B2G RIL] Don't reject so many numbers in nsIDOMTelephony.dial(). r=gwagner
2013-03-08 16:08:55 +01:00
Vicamo Yang
6de16b1144
Bug 834160 - Part 2/7: fix MobileConnection. r=smaug, f=allstars.chh
2013-03-06 17:53:12 +08:00
Vicamo Yang
acf4b44a00
Bug 836215 - Part 1/2: PhoneNumberJS: shamelessly copy of IsViablePhoneNumber() from upstream. r=gwagner
2013-02-20 17:02:45 +08:00
Gregor Wagner
ca93709473
Bug 841234 - PhoneNumberJS: fix typo with lastKnownMcc. r=mrbkap
2013-02-13 17:07:28 -08:00
Gregor Wagner
8ab9415797
Bug 822528 - PhonenumberJS: Start using previous MCC. r=sicking
2012-12-19 23:17:37 -08:00
Gregor Wagner
9240046253
Bug 815833 - [contacts] Add PhoneNumberJS to ContactsDB. r=bent
2012-11-29 14:50:19 -08:00
Gregor Wagner
4ee244055c
Bug 809213 - Move PhoneNumber.js from Gaia to Gecko. r=gal
2012-11-08 14:53:44 -08:00