Commit Graph

2619 Commits

Author SHA1 Message Date
Juan Gomez
258ad59e3f Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj 2015-07-03 18:29:00 -07:00
Garvan Keeley
b9aee98f59 Bug 1176261 - Discard gps with impossibly tiny accuracy. r=jaliu 2015-07-02 22:41:59 -04:00
Jan de Mooij
2c2b7af49c Bug 1177892 part 4 - Remove INT_TO_JSVAL. r=evilpie 2015-06-30 21:10:04 -07:00
Jan de Mooij
155b1afd35 Bug 1177892 part 1 - Remove BOOLEAN_TO_JSVAL and STRING_TO_JSVAL. r=evilpie 2015-06-30 11:20:56 -07:00
Ryan VanderMeulen
7483c0563e Backed out changesets ad58c270ce87 and 849151330d60 (bug 1177892) for B2G bustage.
CLOSED TREE
2015-06-30 15:48:11 -04:00
Jan de Mooij
731f441d6e Bug 1177892 part 1 - Remove BOOLEAN_TO_JSVAL and STRING_TO_JSVAL. r=evilpie
--HG--
extra : rebase_source : f7ae63c351c82516e7db48a12c4cfb2048a81805
2015-06-30 11:20:56 -07:00
Nathan Froyd
974d8120f2 Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
This conversion was done with the script:

  find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl' | \
    egrep -v 'cairo-win32-refptr.h|RefPtr.h|TestRefPtr.cpp' | \
    xargs sed -i -e 's/mozilla::TemporaryRef</already_AddRefed</g' \
                 -e 's/TemporaryRef</already_AddRefed</g'

Manual fixups were performed in the following instances:

- We handled mfbt/RefPtr.h manually so as to not convert TemporaryRef itself
  into already_AddRefed.

- The following files had explicit Move() calls added to make up for the lack
  of a copy constructor on already_AddRefed:

  dom/base/ImageEncoder.cpp
  dom/media/MediaTaskQueue.{h,cpp}
  dom/media/webaudio/PannerNode.cpp

- A redundant overload for MediaTaskQueue::Dispatch was deleted.

- A few manual fixups were required in mfbt/tests/TestRefPtr.cpp.

- Comments, using declarations, and forward declarations relating to
  TemporaryRef in dom/canvas/ and gfx/layers/ were changed to refer to
  already_AddRefed.
2015-06-17 10:00:52 -04:00
Jan de Mooij
976586cb5f Bug 1177825 - Remove JSVAL_* constants. r=evilpie 2015-06-29 18:36:44 -07:00
Dave Hylands
dcb2ffc9b5 Bug 1167090 - Fix MTP date and time queried through getObjectInfo. r=alchen 2015-06-25 23:55:32 -07:00
Jessica Jong
b121d4a6e9 Bug 1173671 - just warn if we fail to remove old default routes. r=echen
--HG--
extra : commitid : Iipe6WgeqJn
2015-06-18 14:53:47 +08:00
Jocelyn Liu
0d4e05f63a Bug 1167064 - Patch1: Switch to bluetooth APIv2. r=shuang 2015-06-16 09:38:50 +08:00
Shawn Huang
434fcb6904 Backed out changesets 0832ffdd8144 for Bug 1167064 2015-06-15 19:05:03 +08:00
Jocelyn Liu
3ded2db982 Bug 1167064 - Patch1: Switch to bluetooth APIv2. r=shuang 2015-06-15 17:11:35 +08:00
Wes Kocher
8127240e63 Merge b2ginbound to central, a=merge 2015-06-11 17:37:23 -07:00
Dimi Lee
4a8e2edd09 Bug 1168959 - Memory-safety bugs in NetworkUtils.cpp generally. r=fabrice
--HG--
extra : rebase_source : 8cc3567b977fe24af86c6a37b79b376b7b6ce094
2015-06-08 11:38:06 +08:00
Ryan VanderMeulen
c0c862683b Backed out changeset 150544a28405 (bug 1167064) for B2G mochitest failures. 2015-06-08 15:41:26 -04:00
Bevis Tseng
7512b2ad2e Bug 1169187 - Decode invalid number from AND-Like EFs as empty string. r=echen
--HG--
extra : histedit_source : 36b2f4b2b1de0e40ba0303ea5fb245362a5aa358
2015-06-04 19:12:03 +08:00
Jocelyn Liu
cbe97e5b2b Bug 1167064 - Switch to bluetooth APIv2. r=shuang 2015-06-04 02:59:00 -04:00
Andrew Osmond
f26db5e8c5 Bug 1171768 - Backed out changeset 371c3a42b25c (bug 1166320) for breaking USB mass storage. 2015-06-05 16:02:05 -04:00
Bevis Tseng
80a768333b Bug 1159134 - Part 1: Fix improper CTLV encoding in STK Event Download. r=echen 2015-05-06 19:25:31 +08:00
Edgar Chen
6e38b077c4 Bug 1169160 - [MobileConnection] Support more call barring program: all service, outgoing service and incoming service. r=hsinyi,aknow
--HG--
rename : dom/mobileconnection/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_error.js
2015-05-28 15:41:55 +08:00
Jessica Jong
2f56135da3 Bug 1168021 - Part 2: expand nsINetworkInterface parameter in nsINetworkService (impl). r=echen 2015-06-04 11:04:18 +08:00
Jessica Jong
87f581e1cb Bug 1168021 - Part 1: expand nsINetworkInterface parameter in nsINetworkService (idl). r=echen 2015-06-04 11:04:15 +08:00
Andrew Osmond
46f8e171e7 Bug 1166320 - Make volume service safer to use off main thread. r=dhylands 2015-06-03 13:44:53 -04:00
Edgar Chen
42f3c9a428 Bug 1169225 - [MobileConnectionService] Support setting/getting call waiting on all serviceClass. r=aknow 2015-05-28 19:18:22 +08:00
brian37ful
4622077628 Bug 999300 - Part 2: Update the related testcases. r=edgar 2015-06-10 03:04:00 +02:00
brian37ful
aeb656d020 Bug 999300 - Part 1: Removed the Ril v5 legacy support. r=edgar 2015-06-10 03:03:00 +02:00
John Dai
fff504fdb6 Bug 1161438 - Part 3 - xpcshell testcase. r=echen 2015-05-31 22:40:00 +02:00
John Dai
8a240e160a Bug 1161438 - Part 1 - Exporting contact to SIM should also return updated contact. r=echen 2015-05-31 22:38:00 +02:00
Bevis Tseng
9657c6d4e7 Bug 1114938 - Part 2.3: (Gonk) Remove Implementation from IccProvider. r=echen 2015-04-30 18:25:11 +08:00
Bevis Tseng
791acb3ff2 Bug 1114938 - Part 2.1: (Gonk) Refactor Stk Proactive Commands from IccProvider to IccService. r=echen 2015-04-27 16:01:56 +08:00
Bevis Tseng
79eaad7f3e Bug 1114938 - Part 1: Refactor StkProactiveCmdFactory.jsm into a XPCOM Service. r=echen
--HG--
rename : dom/icc/gonk/StkProactiveCmdFactory.jsm => dom/icc/gonk/StkCmdFactory.js
2015-04-15 18:33:26 +08:00
Ryan VanderMeulen
a232cd6cae Merge inbound to m-c. a=merge 2015-05-28 10:03:07 -04:00
Edgar Chen
8a574c6491 Bug 1166174 - Fix MobileConnection.getCellInfoList() and add test case for it. r=hsinyi 2015-05-22 18:14:35 +08:00
Kan-Ru Chen
0cc4a57df4 Bug 772750 - Get mobile connection technology from MobileConnectionService. r=garvank,echen 2015-05-27 14:41:23 +08:00
Kan-Ru Chen
4c3974dbf8 Bug 1168068 - GonkGPSGeolocationProvider should use mRilDataServiceId in SetReferenceLocation. r=garvank 2015-05-27 14:40:48 +08:00
Samael Wang
bda8330654 Bug 1152730 - Part 1: Update retry logic in SmsService and remove the retry in ril_worker. r=btseng 2015-05-25 18:38:07 +08:00
Christoph Kerschbaumer
3a846e95d6 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo) 2015-05-21 19:51:40 -07:00
Nathan Froyd
db188ea282 Bug 1160485 - remove implicit conversion from RefPtr<T> to TemporaryRef<T>; r=ehsan
Having this implicit conversion means that we can silently do extra
refcounting when it's completely unnecessary.  It's also an obstacle to
making RefPtr more nsRefPtr-like, so let's get rid of it.
2015-05-01 09:14:16 -04:00
Wes Kocher
ac1c135457 Merge m-c to inbound, a=merge 2015-05-20 18:30:33 -07:00
Jonathan Griffin
479984afe5 Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
Henry Chang
ccf15ae03e Bug 1165844 - Add 'stopDhcp' to NetworkService. r=vchang
--HG--
extra : rebase_source : 7cbb9815448cf3cedb7da22317abe103e28ef4c3
2015-05-18 17:41:10 +08:00
Carsten "Tomcat" Book
12f69af823 merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Jessica Jong
7d03cbd030 Bug 1114901 - Part 3: move data connection related code out of RadioInterfaceLayer. r=echen 2015-05-20 10:08:39 +08:00
Jessica Jong
8363754244 Bug 1114901 - Part 2: (Gonk)DataCallInterfaceService implementation. r=echen 2015-05-20 10:08:37 +08:00
Jessica Jong
4a22d4bfc1 Bug 1114901 - Part 1: introduce nsI(Gonk)DataCallInterfaceService and nsIDataCallManager. r=hsinyi,echen 2015-05-20 10:08:35 +08:00
Edgar Chen
6fa5e76e2b Bug 1166149 - Make test_ril_code_quality.py can be ran via mach command. r=aknow 2015-05-19 12:06:16 +08:00
Jessica Jong
b6ab51f3f2 Bug 1143984 - [NetworkManager] set 'active' only for default connections. r=echen 2015-05-19 11:21:50 +08:00
Carsten "Tomcat" Book
09631fba2e merge mozilla-inbound to mozilla-central a=merge 2015-05-18 13:43:01 +02:00
Bevis Tseng
364c86e99a Bug 1162464 - Part 2: Implementation Changes. r=echen 2015-05-08 11:23:09 +08:00