Commit Graph

457862 Commits

Author SHA1 Message Date
Ryan VanderMeulen
4a55d015a3 Merge fx-team to m-c. a=merge 2016-01-13 20:20:20 -05:00
Ryan VanderMeulen
48fc701767 Merge b2g-inbound to m-c. a=merge 2016-01-13 20:18:38 -05:00
B2G Bumper Bot
529387c466 Bumping manifests a=b2g-bump 2016-01-13 12:50:48 -08:00
B2G Bumper Bot
5761a4b70f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 1237069 - Implement option to record video capture of python UI test

========

https://hg.mozilla.org/integration/gaia-central/rev/be6ae689d260
Author: g5njpark <nojun.park@gmail.com>
Desc: Bug 1237069 - Implement option to record video capture of python UI tests

========

https://hg.mozilla.org/integration/gaia-central/rev/731765bdef22
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33835 from hfiguiere/bug1238411-disable-oga-metadata-test

Bug 1238411 - Disable metadata test for Music OGA r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/b42b6d2a1470
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1238411 - Disable metadata test for Music OGA
2016-01-13 12:49:13 -08:00
Kartikaya Gupta
54611e1596 Bug 1238239 - Update gecko scrollbar styling for Fennec. r=snorp f=antlam
--HG--
extra : commitid : BrsEuJlvqKi
2016-01-13 15:47:38 -05:00
B2G Bumper Bot
4dc216a45a Bumping manifests a=b2g-bump 2016-01-13 11:31:50 -08:00
B2G Bumper Bot
d895b7d720 Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c1610dd8eda
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33846 from nullaus/bug1228079

Bug 1228079 - Use same retry count for gaia, gaia-master as we do for…

========

https://hg.mozilla.org/integration/gaia-central/rev/a95bad98daa4
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1228079 - Use same retry count for gaia, gaia-master as we do for gecko trees running Gij. r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/b81aa62e49a0
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33833 from sfoster/ftu-rtl-gij-intermittent-bug-1236251

Bug 1236251 - Fix intermittent RTL gij test

========

https://hg.mozilla.org/integration/gaia-central/rev/9df72d669af6
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1236251 - Fix intermittent RTL gij test. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/4a2012a3dbb8
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33834 from hfiguiere/bug1238201-disable-oga-search-test

Bug 1238201 - disable search test for Music OGA on tbpl r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/e61148bf8e99
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1238201 - disable search test for Music OGA on tbpl

========

https://hg.mozilla.org/integration/gaia-central/rev/e975ee5b94d2
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Revert "Merge pull request #33722 from vinay-y/bug1206474"

This reverts commit ee02a3b54fde3cebe0c026357865269d2fe1fcb9, reversing
changes made to c9b75f06735556d29311af3b95f21b171df48a72.
2016-01-13 11:30:15 -08:00
Ralph Giles
019f175b5f Bug 1239366 - Remove leading 'v' from detected versions. r=mshal
The leading 'v' was intended to distinguish the detected from
the literal version string, but this is non-obvious, and could
be confused with the git tag convention.

Instead, make the strings match, but put the detected version
first since it's what configure is likely to act on.
2016-01-13 11:20:00 -08:00
Ghislain 'Aus' Lacroix
e51602d982 Bug 1228079 - Use 3 retries when running Gij on platform builds. r=garndt 2016-01-13 10:51:18 -08:00
Eric Faust
28ee9b23bb Bug 1236519 - Ensure JSFunction::isDerivedClassConstructor properly handles lazy self-hosted functions. r=till a=bustage
--HG--
extra : commitid : 2wbAGof57a5
extra : amend_source : 7cc08cd47a8f0c8ce6388feb4ce117f18a85e789
2016-01-13 10:33:38 -08:00
B2G Bumper Bot
9e195938c7 Bumping manifests a=b2g-bump 2016-01-13 10:11:20 -08:00
Lee Salzman
466b5fb4c9 Bug 1239040 - Fix DrawTargetCairo/DrawTargetSkia LockBits and BorrowedXlibDrawable to work inside PushLayer. r=jrmuizel 2016-01-13 13:11:07 -05:00
Lee Salzman
f8a3f7243f Bug 1239040 - Cleanup of DrawTargetSkia CopySurface to avoid accessing bottom layer directly. r=jrmuizel 2016-01-13 13:11:07 -05:00
B2G Bumper Bot
3d6ec53fef Bumping manifests a=b2g-bump 2016-01-13 10:00:53 -08:00
Dave Townsend
9b1de02e15 Bug 1239354: Replace old-style generator function with star functions. r=asuth
--HG--
extra : rebase_source : e932378aaf2d08a1ff3b096cdb5770c139c93979
2016-01-13 08:58:15 -08:00
Eric Rahm
ad494f87fa Bug 1239212 - Append missing newlines to log messages. r=froydnj
--HG--
extra : rebase_source : 35ef04d2c4362d79d1d03d53fc7cce2459ef9437
2016-01-13 10:58:44 -08:00
Carsten "Tomcat" Book
d833f9ba1a merge mozilla-inbound to mozilla-central a=merge 2016-01-13 11:57:15 +01:00
Carsten "Tomcat" Book
bd751cf55b merge fx-team to mozilla-central a=merge 2016-01-13 11:53:48 +01:00
Edgar Chen
905ac7fed4 Bug 1239261 - We should download the xulrunner from taskcluster artifact instead of people.mozilla.org; r=garndt
--HG--
extra : commitid : LDC2lpOREIL
extra : rebase_source : ea03674d6d41764b6c54cd6cc2cc9d835a6b13e6
extra : amend_source : 1cde326bda13a2adcc488b82faafe6dc96656218
2016-01-13 18:08:53 +08:00
Jocelyn Liu
c6da2ff1c4 Bug 1228546 - Implement peripheral mode support for GATT API. r=brsun, r=mrbkap 2016-01-15 09:50:54 +08:00
B2G Bumper Bot
54c4ed1fef Bumping manifests a=b2g-bump 2016-01-14 16:55:48 -08:00
B2G Bumper Bot
7f752fd6cf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9fcd5e680c44
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #33845 from mcav/timer-test

Bug 1223850 - timer_test.js fails on device. r=auswerk

========

https://hg.mozilla.org/integration/gaia-central/rev/72f00f94d45c
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1223850 - timer_test.js fails on device.
2016-01-14 16:54:12 -08:00
B2G Bumper Bot
d066c04d3c Bumping manifests a=b2g-bump 2016-01-14 13:55:46 -08:00
B2G Bumper Bot
bc6ddf0407 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0b5a02772704
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #33860 from julienw/1165765-split-composer-tests

Bug 1165765 - Split a test to make it shorter

========

https://hg.mozilla.org/integration/gaia-central/rev/2eed4df52466
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1165765 - Split the composer char counter test to make it shorter r=azasypkin
2016-01-14 13:54:11 -08:00
B2G Bumper Bot
15de73f689 Bumping manifests a=b2g-bump 2016-01-14 10:30:50 -08:00
B2G Bumper Bot
7c75942c25 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/efe283005865
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33813 from sfoster/ftu-latecustom-gij-intermittent-bug-1233522

Bug 1233522 - Re-enable late customization test

========

https://hg.mozilla.org/integration/gaia-central/rev/c0dfe601ea16
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1233522 - Re-enable late customization test, logging. r=mhenretty
2016-01-14 10:29:14 -08:00
B2G Bumper Bot
fecbda51ea Bumping manifests a=b2g-bump 2016-01-14 09:40:58 -08:00
B2G Bumper Bot
107521cb55 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fbed05461507
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #33812 from mwargers/1163683

Bug 1163683 - Replace current videos in Gaia UI tests with counter videos

========

https://hg.mozilla.org/integration/gaia-central/rev/11af13210f1f
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1163683 - Replace current videos in Gaia UI tests with counter videos

========

https://hg.mozilla.org/integration/gaia-central/rev/3f114425f4eb
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #33844 from mwargers/1219840

Bug 1219840 - Fix various Gaia UI tests and make them more language robust

========

https://hg.mozilla.org/integration/gaia-central/rev/a387641fc414
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1219840 - Fix various Gaia UI tests and make them more language robust
2016-01-14 09:39:15 -08:00
Ryan VanderMeulen
d285eb794f Merge m-c to b2g-inbound. a=merge 2016-01-14 11:30:03 -05:00
Johan Lorenzo
2d6cea2433 Bug 1239293 - [tc-gip] Turn on video recording
--HG--
extra : commitid : LgU3go8yRGd
extra : histedit_source : 87b582cebbec632bc446033cac3b7a3f09fa3a05%2C828096095829c1317e5938272e76713bc07e512c
2016-01-14 17:10:42 +01:00
Johan Lorenzo
7ed95297f8 Bug 1237947 - [tc-gip] Can't connect to a device with adb logcat r=garndt
--HG--
extra : commitid : Ikb2frVpz13
extra : rebase_source : 90a269ac86199b57ab7d12b1c9395f73953ca092
2016-01-14 11:21:27 +01:00
Thomas Zimmermann
e0a6a77e8f Bug 1238991: Don't connect Bluetooth OPP manager before service channel is known, r=btian
The Bluetooth Opp manager requires the service channel of the remote
service to connect successfully. If the service channel isn't known,
it sends an SDP update request to get the value from the remote device.

The current code will still try to connect with an invalid service
channel. This patch fixes the issue by returning early after sending
the SDP update request.
2016-01-14 14:55:49 +01:00
B2G Bumper Bot
985e3cea89 Bumping manifests a=b2g-bump 2016-01-14 03:03:01 -08:00
B2G Bumper Bot
3a471bc52c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ddaf5678fec9
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #32446 from sroucheray/1214509-template-interpolate

Bug 1214509 - Template interpolate method with default parameters. r=felash

========

https://hg.mozilla.org/integration/gaia-central/rev/9c9e83300ea5
Author: sroucheray <stephane.roucheray@gmail.com>
Desc: Bug 1214509 - Template interpolate method with default parameters r=julien
- Set default values to Template.prototype.interpolate parameters
- Test for undefined data properties and throw errors
- Swap safe.indexOf with safe.includes and invert the logic of the ternary operator
2016-01-14 03:02:43 -08:00
Carsten "Tomcat" Book
4dec340ee4 Merge mozilla-central to b2g-inbound 2016-01-14 11:59:49 +01:00
B2G Bumper Bot
49d5426562 Bumping manifests a=b2g-bump 2016-01-14 02:30:48 -08:00
B2G Bumper Bot
fe25947945 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a7f7ee9ebee3
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #33789 from rexboy7/1237553-permission-dialog-focus

Bug 1237553 - [TV][System]Don't reset focus to default button after n…r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/dd4ba50d9f75
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1237553 - [TV][System]Don't reset focus to default button after notification pop-up
2016-01-14 02:29:12 -08:00
B2G Bumper Bot
689e4eafa6 Bumping manifests a=b2g-bump 2016-01-14 02:10:59 -08:00
B2G Bumper Bot
b0b9f7e3e8 Bumping manifests a=b2g-bump 2016-01-14 00:51:23 -08:00
B2G Bumper Bot
0dff93c393 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/83a160cc37a8
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #33826 from albertopq/1232836-intermittent-pinning

Bug 1232836 - Intermittent pinning_the_web_test.js r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/dd94fddd5ed5
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1232836 - Intermittent pinning_the_web_test.js

This reverts commit e7d4422b7884ff24f733c55c147c445bd21c4cfd.
2016-01-14 00:49:47 -08:00
Phil Ringnalda
9e650587fb Back out 29a5d0c6ea47 (bug 1239099) for a huge spike in instances of bug 1093064, frequent "test_cache_orphaned_cache.html | disk usage should have grown", and causing bug 1239206. At least.
CLOSED TREE
2016-01-12 22:42:30 -08:00
Phil Ringnalda
39b2d1946d Back out 3 changesets (bug 1232082) for causing a variety of Android webrtc failures including causing bug 1239200
CLOSED TREE

Backed out changeset 1c8afc8ea1c1 (bug 1232082)
Backed out changeset d8ec4008871e (bug 1232082)
Backed out changeset fa3363702d51 (bug 1232082)
2016-01-12 22:33:17 -08:00
Brian Birtles
8505bf694f Bug 1238660 part 3 - Add crashtest; r=hiro 2016-01-13 13:38:16 +09:00
Brian Birtles
8cc58f3707 Bug 1238660 part 2 - Preserve "wins in cascade" state when updating animations; r=hiro
When updating animations, we shouldn't unnecessarily clobber the "wins in
cascade" state of their properties since this can lead to unnecessary restyles
when we then decide we need to update the cascade.
2016-01-13 13:38:16 +09:00
Brian Birtles
7f1681beaa Bug 1238660 part 1 - Make mWinsInCascade initially false; r=hiro
As of bug 1228229, the mWinsInCascade member of animation properties is set
consistently for both animations and transitions such that we only set this
to true if an animation is "in effect".

When an effect is initially created it is not "in effect" until it is attached
to a non-idle animation. We should, therefore, initialize this to false and,
when we become in effect, mark the cascade as needing an update.
2016-01-13 13:38:16 +09:00
Lee Salzman
267c479fcf Bug 1239040 - Implement PushLayer for DrawTargetSkia. r=Bas 2016-01-12 23:30:33 -05:00
Masayuki Nakano
a8ff928f0d Bug 1238899 Create hidden native caret for ATOK at composing in windowless plugin r=m_kato 2016-01-13 12:44:39 +09:00
Jean-Yves Avenard
2f79455810 Bug 1237809: P3. Ensure element dimensions are up to date. r=jwwang
The VideoContainer contains more up to date video size information than the MediaInfo received by MediaDecoder::MetadataLoaded
2016-01-13 13:55:58 +11:00
Jean-Yves Avenard
ff358b786d Bug 1237809: P2. Detect change of display size. r=cpearce
This is a similar problem as HE-AAC where the container information diverge with what it actually contains.
2016-01-13 13:55:56 +11:00
Andrzej Hunt
37560901b4 Bug 1099088 - Part 2: Show "This is a secure Firefox page" site identity popup on about: pages r=liuche
--HG--
extra : commitid : 2Kj5CX8oKPq
2016-01-12 15:27:33 -08:00