Commit Graph

19398 Commits

Author SHA1 Message Date
Vicamo Yang
403507648e Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
8239e28db4 Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Ryan VanderMeulen
3b526ca45c Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Jamin Liu
37ef3ea430 Bug 953036 - Set HSP flag when BluetoothHfpManager chooses to connect HSP. r=echou 2014-01-10 08:23:13 -05:00
Ryan VanderMeulen
d65ecca981 Backed out 5 changesets (bug 865407) for Windows crashes.
Backed out changeset d3e7f6392670 (bug 865407)
Backed out changeset 7ba94f08b7a5 (bug 865407)
Backed out changeset 3de6e32a4346 (bug 865407)
Backed out changeset 5c0572c6727b (bug 865407)
Backed out changeset 5db43cac79f5 (bug 865407)
2014-01-10 11:50:49 -05:00
Ben Tian
bca0e37677 Bug 956258 - [cleanup] Patch 2/2: reduce warnings and remove cancel_discovery() in SendFile(), r=echou 2014-01-03 17:25:04 +08:00
Ben Tian
51c5e6a6c8 Bug 956258 - [cleanup] Patch 1/2: rename g* variables to s* ones, r=echou 2014-01-10 09:34:43 +08:00
Vincent Chang
392e572840 Bug 957572 - Wifi failed to Turn on after Wifi-Hotspot is turned on/off. r=chulee 2014-01-10 10:39:13 +08:00
Wes Kocher
b0c3cc2af7 Merge m-c to b2g-inbound 2014-01-09 17:10:46 -08:00
Wes Kocher
a7587ba6d7 Merge b2g-inbound to m-c 2014-01-09 16:32:37 -08:00
Botond Ballo
07e8fc31bd Bug 958254 - Remove an unnecessary (and harmful) assertion. r=ajones 2014-01-09 16:54:34 -05:00
Ryan VanderMeulen
f4de297d84 Backed out 6 changesets (bug 939294) for B2G bustage on a CLOSED TREE.
Backed out changeset 8c3aa9973da0 (bug 939294)
Backed out changeset 37098c13e59e (bug 939294)
Backed out changeset 7c9ade6c871c (bug 939294)
Backed out changeset fed59539afc1 (bug 939294)
Backed out changeset 89e9d3fa16fc (bug 939294)
Backed out changeset c97e58ebc5f4 (bug 939294)
2014-01-09 14:17:39 -05:00
Siddartha Pothapragada
40e67c5830 Bug 933093 - Part 3: Add system message 'nfc-manager-send-file'. r=fabrice
This message is notified to system-process to initiate Bluetooth's send file operation.
2013-12-15 15:22:27 -08:00
Siddartha Pothapragada
0a8edebc6d Bug 933093 - Part 2: Add 'sendFile' implementation to Chrome process. r=yoshi
The chrome process is the arbitrator / mediator between the content process that issued the nfc 'sendFile' operation and the system-process (content) that is responsible for performing handover to an alternate carrier(AC).

The chrome process notifies the system process through a 'nfc-manager-send-file' system-message to initiate the handover process.

The system-process subsequently handovers the data to alternate carrier's (AC's : BT / WiFi) 'sendFile' interface.
2013-12-14 00:57:11 -08:00
Siddartha Pothapragada
c7a6cbbbe3 Bug 933093 - Part 1: Add 'sendFile' interface to MozNFCPeer. r=khuey, sr=smaug 2013-12-13 23:24:02 -08:00
Fabrice Desré
3246bf9c2c Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner 2014-01-08 17:14:22 -08:00
Carsten "Tomcat" Book
336ef95328 Merge mozilla-central to b2g-inbound 2014-01-09 13:05:34 +01:00
Carsten "Tomcat" Book
102228d074 merge b2g-inbound to mozilla-central 2014-01-09 10:12:29 +01:00
Wes Kocher
c1e4acb146 Backed out changeset fe10dc4545c6 (bug 940254) for xpcshell bustage 2014-01-08 18:21:35 -08:00
Wes Kocher
3cb7c08e29 Merge m-c to b2g-inbound 2014-01-08 18:16:31 -08:00
Fabrice Desré
b386f68ec7 Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner 2014-01-08 17:14:22 -08:00
glacroix@mozilla.com
5aa8842eae Bug 945366 - [Download API] Accessing error attribute at download start fires NS_ERROR_UNEXPECTED. Relanding because of bad merge. r=gwagner 2014-01-08 16:21:46 -08:00
Ryan VanderMeulen
95ec3aaecb Merge m-c to inbound. 2014-01-08 15:37:08 -05:00
Ryan VanderMeulen
9ecfff2feb Backed out changesets d8a6bde76293 and 0b28eaf5bde9 (bug 956806) for suspicion of making OSX 10.6 debug mochitest-bc even more orange prone than usual. 2014-01-08 15:34:24 -05:00
Ryan VanderMeulen
f48197c371 Merge inbound to m-c. 2014-01-08 15:33:52 -05:00
Ryan VanderMeulen
99e7cc1604 Backed out changeset fd1fc08e3f58 (bug 948743) for B2G test failures. 2014-01-08 12:10:21 -05:00
Thomas Zimmermann
9cba9017bb Bug 950891: Don't run GetServiceChannel while turning Bluetooth on/off, r=echou
This patch adds a check to BluetoothDBusService::GetServiceChannel to
ensure that Bluetooth is ready. If the system is in a transition from
on to off, or vice versa, the method might operate on an undefined
state.
2014-01-07 13:46:20 +01:00
Shawn Huang
0f6916429a Bug 946240 - [Bluetooth][gonk-kk] Add flags to support different AVRCP profile version. r=echou 2014-01-08 09:32:19 -05:00
Carsten "Tomcat" Book
6948498c7e Merge mozilla-central to b2g-inbound 2014-01-08 13:41:15 +01:00
Carsten "Tomcat" Book
8fb6176842 merge b2g-inbound to mozilla-central 2014-01-08 13:17:30 +01:00
Jessica Jong
0345db1566 Bug 952371 - Part 4: tests - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. r=hsinyi 2014-01-08 18:54:34 +08:00
Jessica Jong
d665550b87 Bug 952371 - Part 3: ril implementation - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. r=hsinyi 2014-01-08 18:54:34 +08:00
Jessica Jong
df256fb117 Bug 952371 - Part 2: dom changes - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. f=hsinyi, r=smaug 2014-01-08 18:54:33 +08:00
Jessica Jong
fdfd71e5dd Bug 952371 - Part 1: idl changes - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. r=hsinyi 2014-01-08 18:54:33 +08:00
Boris Zbarsky
f34e63fcba Bug 932837 followup. Don't use AutoJSContext in JSStackFrame, since we use that code on workers too. r=bholley pending, but landing now to fix the CLOSED TREE. 2014-01-08 01:00:57 -05:00
Phil Ringnalda
2dc3add1e1 Back out 2e7e2de7b13e (bug 948574) for b2g mochitest crashes
CLOSED TREE
2014-01-07 21:10:23 -08:00
Gene Lian
1754f81186 Bug 956322 - Trying to download an MMS fails with 'Missing SIM card'. r=vicamo f=gaston a=v1.3+,approval-mozilla-b2g28+ 2014-01-08 11:29:40 +08:00
Wes Kocher
fe332707bf Merge inbound to m-c 2014-01-07 17:54:21 -08:00
Andrew McCreight
f89b3252e0 Bug 957370 - Make 'total time' measure total time actually running the CC. r=smaug 2014-01-07 17:33:47 -08:00
Ryan VanderMeulen
b0bb1ab64e Merge b2g-inbound to m-c. 2014-01-07 16:29:13 -05:00
Ryan VanderMeulen
e617355a45 Merge inbound to m-c. 2014-01-07 16:09:11 -05:00
Boris Zbarsky
f4bd3448bd Bug 932837 part 5. Don't eagerly grab file/line info when constructing an Exception. r=khuey 2014-01-07 19:53:18 -05:00
Boris Zbarsky
319c00dd7b Bug 932837 part 4. Allocate the caller JSStackFrames lazily. r=khuey 2014-01-07 19:53:18 -05:00
Boris Zbarsky
a3c5efa374 Bug 932837 part 3. Make JSStackFrame get information from the JS stack lazily. r=khuey 2014-01-07 19:53:18 -05:00
Boris Zbarsky
b90683e91c Bug 932837 part 2. Create a refcounted object to manage the lifetime of a JS::StackDescription. r=mccr8, terrence 2014-01-07 19:53:17 -05:00
Boris Zbarsky
949752a3ce Bug 932837 part 1. Make FrameDescription compute the line number lazily. r=jandem 2014-01-07 19:53:17 -05:00
David Keeler
aac3b15929 bug 948574 - remote nsISiteSecurityService::IsSecureURI r=bz 2014-01-07 11:31:30 -08:00
Ryan VanderMeulen
ac4e0cf998 Merge m-c to inbound on a CLOSED TREE. 2014-01-07 16:32:38 -05:00
Ed Morley
d701d7f69c Merge latest green inbound changeset and mozilla-central 2014-01-07 16:21:27 +00:00
Andrea Marchesini
3b6ab3516b Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug 2014-01-07 13:16:07 +01:00