Ehsan Akhgari
382b6d4528
Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
2015-05-13 14:31:58 -04:00
Neil Deakin
dd30a1f3eb
Bug 1153248, re-enable a bunch of tests that now work with e10s, r=billm
2015-04-16 15:38:12 -04:00
Gregor Wagner
2d117b13af
Bug 1136211 - SMS cannot be sent to a 15-digit phone number (such as an iNum) which doesn't have a territory id. r=mhenretty
2015-03-31 14:56:05 -07:00
Gregor Wagner
1246d724da
Bug 1136211 - SMS cannot be sent to a 15-digit phone number (such as an iNum) which doesn't have a territory id. Tests. r=mhenretty
2015-03-31 14:55:42 -07:00
Bevis Tseng
8238d13e35
Bug 1114935 - Part 6.7: Migration in PhoneNumberUtils.jsm. r=gwagner
2015-01-15 18:42:24 +08:00
Gregor Wagner
f8527dd881
Backout Bug 1114935 for causing bug 1144567.
2015-03-18 11:48:52 -07:00
Bevis Tseng
a7595bee88
Bug 1114935 - Part 6.7: Migration in PhoneNumberUtils.jsm. r=gwagner
2015-01-15 18:42:24 +08:00
Jonathan Griffin
84011a87cc
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Gregor Wagner
b77d29073b
Bug 1138571 - Update PhonenumberJS Metadata. r=fabrice
2015-03-02 13:18:10 -08:00
Gregor Wagner
58e4d1880d
Bug 1098039 - PhonenumberJS: update metadata. DONTBUILD r=bent
2014-11-13 10:13:09 -08:00
Gregor Wagner
11e0d63e99
Backed out changeset e68f1b4d1566 for wrong bug number.
2014-11-13 10:11:57 -08:00
Gregor Wagner
bfd2fcc292
Bug 1012196 - PhonenumberJS: update metadata. r=bent
2014-11-13 10:03:50 -08:00
Vicamo Yang
8596a24d53
Bug 1063304 - 3.c/3: accommodate other components. r=echen
2014-09-21 15:24:43 +08:00
Carsten "Tomcat" Book
f39f940858
Backed out changeset 9ff2889f236a (bug 1063304)
2014-09-17 13:13:08 +02:00
Vicamo Yang
13e05f3696
Bug 1063304 - 3.c/3: accommodate other components. r=echen
2014-09-16 21:20:18 +08:00
Edgar Chen
b0f72f229d
Bug 843452 - Part 4-4: PhoneNumberUtils changes for MobileConnection ipdl. r=gwagner
2014-07-02 18:10:30 +08:00
Wes Kocher
2c9ce1520b
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
ba42875f6c
Bug 843452 - Part 4-4: PhoneNumberUtils changes for MobileConnection ipdl. r=gwagner
2014-07-02 18:10:30 +08:00
Ms2ger
e99bd12a4b
Bug 1043963 - Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
...
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00
Fabrice Desré
6d852e51f5
Bug 1024157 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-05-07 15:53:16 -07:00
Jim Blandy
4d6a633bba
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
2f0f166eb1
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é
b63fc110a3
Bug 993282 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-06-03 08:35:21 -07:00
Gregor Wagner
cd56871ef7
Bug 1012196 - PhonenumberJS: update metadata. r=bent
2014-05-27 11:58:42 -07:00
Reuben Morais
7943a9dc65
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Fabrice Desré
bed5c8c262
Bug 952486 - backout for breaking all device and emulator builds (keeping dom reviewer to land the backout...) r=bz
2014-05-26 12:11:52 -07:00
Reuben Morais
e77a142d67
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Ed Morley
9c019fd56e
Backed out changeset 13ca7eb38c28 (bug 993282)
2014-05-15 17:01:39 +01:00
Fabrice Desré
62cb104711
Bug 993282 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-05-07 15:53:16 -07:00
Wes Kocher
fae8204d08
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é
6037eb922d
Bug 993282 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-05-07 15:53:16 -07:00
Bill McCloskey
aa5f40a77e
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
a3277d291d
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
f4f6bf8e4d
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
7193069fa0
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
69a746922b
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Gregor Wagner
127a504882
Bug 976275 - PhoneNumberJS: update metadata. r=bent
2014-02-24 17:27:01 -08:00
Ben Kelly
6cbcf4947b
Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice
2013-11-20 13:33:10 +08:00
Gregor Wagner
b4fefcfb9e
Bug 938370 - PhoneNumberJS: update metadata. r=bent
2013-11-13 15:17:10 -08:00
Chia-hung Tai
2d1364cfa6
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
e6c6c4255e
Bug 926343 - Part 6: Use default clientId in PhoneNumberUtils. r=gwagner
2013-10-16 18:15:55 +08:00
Jessica Jong
ebfcad2324
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
Mike Hommey
61124c1afc
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
2013-10-24 08:05:43 +09:00
Dave Hylands
0e2d2de05f
Backout 3867f316204e (Bug 818353) due to causing bug 929815.
2013-10-22 21:12:04 -07:00
Jessica Jong
76c75631a0
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
Fernando Jiménez
2f326c3a39
Bug 915598 - Allow strong references to DOMRequestIPCHelper message listeners. Part 2: Add Ci.nsISupportsWeakReference were needed. r=fabrice
2013-10-04 23:59:48 +02:00
Ms2ger
105ce73cfa
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Ed Morley
5f372d43ac
Merge mozilla-central and inbound
2013-09-30 17:26:43 +01:00
Gregory Szorc
cc1da2c22a
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Edgar Chen
f50e7fbe6c
Bug 921402 - Part 1: [PhoneNumberUtils] Use nsIIccProvider to get iccInfo. r=gwagner
2013-09-27 17:43:01 +08:00