Commit Graph

238377 Commits

Author SHA1 Message Date
James Cheng
a629f74b7f Bug 1026350 - Part 2: Test Case. r=baku 2015-04-08 03:08:00 -04:00
James Cheng
a1db2ad471 Bug 1026350 - Part 1: Inputport API implementation. r=baku 2015-04-08 03:07:00 -04:00
Dragana Damjanovic
97d03ac9e8 Bug 935838 - Add per app network traffic statistics to the UDP socket. r=sicking, r=mayhemer 2015-04-08 15:35:00 -04:00
B2G Bumper Bot
7c9da15f81 Bumping manifests a=b2g-bump 2015-04-09 10:27:59 -07:00
B2G Bumper Bot
2567d3ff28 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c78edffd4e1d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29404 from KevinGrandon/bug_1152591_transition_variable

Bug 1152591 - [Shared] Add variables.css to contain gaia-wide CSS definitions

========

https://hg.mozilla.org/integration/gaia-central/rev/64fe74689fae
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1152591 - [Shared] Add variables.css to contain gaia-wide CSS definitions r=dietrich
2015-04-09 10:25:24 -07:00
B2G Bumper Bot
cec4c499d4 Bumping manifests a=b2g-bump 2015-04-09 10:15:17 -07:00
Juan Gomez
4f4123e7a8 Bug 1087161 - Upgrading B2G toolchain to gcc-4.9
* Fixed some -Werror=format issues by making function-style castings
2015-04-09 18:13:39 +02:00
Ryan VanderMeulen
e7c9ec097f Merge m-c to b2g-inbound. a=merge 2015-04-09 12:08:54 -04:00
B2G Bumper Bot
ba918f87d9 Bumping manifests a=b2g-bump 2015-04-09 09:04:47 -07:00
Ryan VanderMeulen
0f7286d027 Merge fx-team to m-c. a=merge 2015-04-09 11:41:22 -04:00
B2G Bumper Bot
5b75d6823d Bumping manifests a=b2g-bump 2015-04-09 08:34:51 -07:00
Ryan VanderMeulen
12abb70f4d Merge inbound to m-c. a=merge 2015-04-09 11:34:05 -04:00
B2G Bumper Bot
de894e38e9 Bumping manifests a=b2g-bump 2015-04-09 07:43:23 -07:00
B2G Bumper Bot
c70cbf42ca Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb731b9908de
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #29407 from npark-mozilla/1152526

Bug 1152526 - Update Cardview related imagecompare test case

========

https://hg.mozilla.org/integration/gaia-central/rev/e6c2c6456550
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1152526 - Update Cardview related imagecompare test case
2015-04-09 07:40:23 -07:00
Thomas Zimmermann
10610f457f Bug 1146355: Update CLOBBER file, r=joliu 2015-04-09 15:57:41 +02:00
Thomas Zimmermann
6eb41025b6 Bug 1146355: Remove original directory of Bluetooth v2, r=joliu
All code from dom/bluetoth2 has been moved to dom/bluetooth/bluetooth2
and integrated into the Bluetooth code base.
2015-04-09 15:57:41 +02:00
Thomas Zimmermann
a18391e1c0 Bug 1146355: Prepare BlueZ for Bluetooth v2, r=brsun 2015-04-09 15:57:41 +02:00
Thomas Zimmermann
bc668485f5 Bug 1146355: Prepare Bluetooth HFP manager, r=brsun 2015-04-09 15:57:41 +02:00
Thomas Zimmermann
815f9030c2 Bug 1146355: Prepare Bluetooth OPP manager, r=joliu 2015-04-09 15:57:41 +02:00
Thomas Zimmermann
c073fd9872 Bug 1146355: Prepare Bluetooth A2DP manager, r=joliu 2015-04-09 15:57:41 +02:00
Thomas Zimmermann
54dd094847 Bug 1146335: Prepare |BluetoothServiceBluedroid|, r=joliu
The only classes with significant differences between Bluetooth v1 and
v2 is |BluetoothServicebluedroid| and its helpers. The patch copies the
code from v2 into the shared backend's implementation and integrates
them by the use of ifdef. More fine-grained integration can be done later
on.
2015-04-09 15:57:41 +02:00
Thomas Zimmermann
ef3a83f42f Bug 1146355: Support Bluetooth v1 and v2 in backend interfaces, r=joliu
There are some minor differences between backends in Bluetooth v1 and
v2. Some of the types have been added, removed or renamed. This patch
prepares the HAL and daemon backend interfaces to support both variants.
2015-04-09 15:57:41 +02:00
Thomas Zimmermann
23bade5cc7 Bug 1146355: Added GATT support to Bluedroid backend, r=joliu
This patch moves GATT support for Bluetooth v2 into the shared
backend code. No functional modifications are made.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann
64acd08b96 Bug 1146355: Prepare Bluetooth backend helpers to handle v1 and v2 implementations, r=brsun
This patch updates the helpers of Bluetooth backends to support all data
structures required by Bluetooth v2.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann
4daff76224 Bug 1146355: Update Bluetooth backend interface for bluetooth2, r=brsun
For sharing backend code, both implementations must use similar
backend interfaces. This patch updates the interface for v2 to the
state of v1 plus GATT.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann
b0283faeec Bug 1146355: Add Bluetooth v2 to Bluetooth build scripts, r=shuang 2015-04-09 15:57:40 +02:00
Thomas Zimmermann
4bd25d657f Bug 1146355: Import Bluetooth v2 implementation, r=joliu
This patch moves all files from bluetooth2/ into bluetooth/bluetooth2;
except the backend code.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann
559b775004 Bug 1146355: Prepare build system to support Bluetooth APIs v1 and v2, r=shuang
This patch adds support for both Bluetooth interfaces to the build
system. The actual interface must be selected at compile time.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann
508a9da29d Bug 1146355: Move Bluetooth legacy interface into sub-directory bluetooth1/, r=joliu 2015-04-09 15:57:40 +02:00
B2G Bumper Bot
7b855dfd1b Bumping manifests a=b2g-bump 2015-04-09 06:53:04 -07:00
B2G Bumper Bot
9a7cd74ac2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/354091e8f9d9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1150419 - merge pull request #29364 from dwi2:bug1150419 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/58af793017c8
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1150419 - [Stingray] Add data access methods to supporting folder operation
2015-04-09 06:50:28 -07:00
B2G Bumper Bot
78fa1c092b Bumping manifests a=b2g-bump 2015-04-09 05:32:59 -07:00
B2G Bumper Bot
bd50d3e768 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e027f333e9f
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #29394 from albertopq/1100332-shb-utility-tray

Bug 1100332 - Fixing issues when closing the utility-tray with SHB r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/b14828d70661
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1100332 - Fixing issues when closing the utility-tray with SHB

========

https://hg.mozilla.org/integration/gaia-central/rev/cf32a1612551
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1151765 - use gulp to build jsdocs, r=ricky" for test bustage

This reverts commit 790dcdabba92557e83907764ef01023ed94683a6.
2015-04-09 05:30:24 -07:00
Dão Gottwald
c8cfe69931 Bug 1147702 - Use a @2x Toolbar.png on Windows for basic hidpi support. r=MattN 2015-04-09 14:30:18 +02:00
B2G Bumper Bot
5de107ece3 Bumping manifests a=b2g-bump 2015-04-09 04:57:55 -07:00
B2G Bumper Bot
c676bb7073 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07fd6df72e55
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1150952 - [PrivateBrowser] Follow-up, update landing page title r=kgrandon" for GU bustage

This reverts commit 31abef6ea53ca2173ba1d937ac569125588aafe5.
2015-04-09 04:55:21 -07:00
Carsten "Tomcat" Book
76eff395b8 Backed out changeset 7fc52c48e6e3 (bug 1094764) for mulet m-3 perma failure in /test_dataChannel_basicAudioVideo.html 2015-04-09 13:44:27 +02:00
Jean-Yves Avenard
88d8084384 Bug 1152652: Part1. Use mStandardMozillaStyle for crypto classes. r=edwin 2015-04-09 21:14:56 +10:00
Jean-Yves Avenard
760882eae4 Bug 1150853: Part3. Do not modify provided extradata array. r=edwin
The extradata provided may be modified elsewhere, prevent potential conflict.
2015-04-09 21:14:56 +10:00
Jean-Yves Avenard
6f34756234 Bug 1150853: Part2. Use new MediaRawObject across the board. r=cpearce. 2015-04-09 21:14:55 +10:00
Jean-Yves Avenard
5ed48f784d Bug 1150853: Part1. Create MediaRawData object type. r=cpearce
This object extends MediaData and will be used to contain demuxed compressed
data.
2015-04-09 21:14:55 +10:00
Carsten "Tomcat" Book
a41ffdd11c Backed out changeset 503877a91767 (bug 1110887) for bc1 test failures 2015-04-09 13:11:32 +02:00
Carsten "Tomcat" Book
cc7892215b Backed out changeset 71310d7e7e2c (bug 1110887) 2015-04-09 13:05:55 +02:00
Carsten "Tomcat" Book
80a66ed1c6 Backed out changeset d57993c7e315 (bug 1110887) 2015-04-09 13:05:49 +02:00
Carsten "Tomcat" Book
fda64eb933 Backed out changeset 238352c73015 (bug 1110887) 2015-04-09 13:05:44 +02:00
B2G Bumper Bot
cd97c903f0 Bumping manifests a=b2g-bump 2015-04-09 03:49:30 -07:00
B2G Bumper Bot
e4837ede86 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2da5b3057195
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #29373 from gasolin/issue-1151765

Bug 1151765 - use gulp to build jsdocs, r=ricky

========

https://hg.mozilla.org/integration/gaia-central/rev/ac10606012d7
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1151765 - use gulp to build jsdocs, r=ricky

- use babel to preprocess js then process by jsdoc, so we can use any es6 format
2015-04-09 03:46:55 -07:00
B2G Bumper Bot
13663396ab Bumping manifests a=b2g-bump 2015-04-09 03:09:30 -07:00
B2G Bumper Bot
27c818289b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1900d17d3375
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #29379 from ferjm/bug1151594.contacts.delete.checkbox

Bug 1151594 - [Contacts] If the Delete Contacts UI is accessed just befo...

========

https://hg.mozilla.org/integration/gaia-central/rev/62f24905a9cb
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1151594 - [Contacts] If the Delete Contacts UI is accessed just before the app is closed, the Contact Selection UI will briefly appear on screen the next time the app is launched. r=francisco
2015-04-09 03:06:55 -07:00
B2G Bumper Bot
c6536ed425 Bumping manifests a=b2g-bump 2015-04-09 01:37:59 -07:00