Nigel Babu
40c4460982
Backed out changeset f001a01c85d7 (bug 1224694) for browser-chrome bustage on a CLOSED TREE
2016-01-14 08:04:50 +05:30
Nigel Babu
944804400b
Backed out changeset f51b921e1ccf (bug 1233098) for browser-chrome bustage
2016-01-14 08:04:37 +05:30
Jonathan Griffin
df849232d0
Bug 1239025 - Disable a few reftests on win7/e10s so we can turn the suite on, a=test-only
2016-01-13 17:32:19 -08:00
Ryan VanderMeulen
7a6b43b504
Merge m-c to inbound. a=merge
2016-01-13 20:27:12 -05:00
Ryan VanderMeulen
4a3f2c043d
Merge inbound to m-c. a=merge
2016-01-13 20:25:33 -05:00
Brian Birtles
901a37e215
Bug 1234095 - Rework sorting to handle to script-generated animations; r=heycam
2016-01-14 10:24:24 +09:00
Ryan VanderMeulen
ca89fecdc6
Merge fx-team to m-c. a=merge
2016-01-13 20:20:20 -05:00
Ryan VanderMeulen
801c9eee65
Merge b2g-inbound to m-c. a=merge
2016-01-13 20:18:38 -05:00
B2G Bumper Bot
3050674f87
Bumping manifests a=b2g-bump
2016-01-13 12:50:48 -08:00
B2G Bumper Bot
eb105a79dd
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
B2G Bumper Bot
4d249b6320
Bumping manifests a=b2g-bump
2016-01-13 11:31:50 -08:00
B2G Bumper Bot
4e7fe3d471
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
a5ea2548ba
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
f110588258
Bug 1228079 - Use 3 retries when running Gij on platform builds. r=garndt
2016-01-13 10:51:18 -08:00
Eric Faust
4106614ca3
Bug 1236519 - Ensure JSFunction::isDerivedClassConstructor properly handles lazy self-hosted functions. r=till a=bustage
2016-01-13 10:33:38 -08:00
B2G Bumper Bot
8f644c4081
Bumping manifests a=b2g-bump
2016-01-13 10:11:20 -08:00
B2G Bumper Bot
63c467f204
Bumping manifests a=b2g-bump
2016-01-13 10:00:53 -08:00
Dave Townsend
6278f7672e
Bug 1239354: Replace old-style generator function with star functions. r=asuth
2016-01-13 08:58:15 -08:00
Eric Rahm
015f2098fb
Bug 1239212 - Append missing newlines to log messages. r=froydnj
2016-01-13 10:58:44 -08:00
Carsten "Tomcat" Book
0506fad16e
merge mozilla-inbound to mozilla-central a=merge
2016-01-13 11:57:15 +01:00
Carsten "Tomcat" Book
e8c4b31b72
merge fx-team to mozilla-central a=merge
2016-01-13 11:53:48 +01:00
Nicholas Nethercote
c3523a2cbf
Bug 1239225 - Remove unused args from TextureImage's constructor and related functions. r=mattwoodrow.
2016-01-12 23:10:56 -08:00
Christoph Kerschbaumer
719db9a7f7
Bug 1233098 - Refactor CSP upgrade insecure requests flag within loadInfo (r=sicking)
2016-01-13 15:51:43 -08:00
Christoph Kerschbaumer
9c6f72b395
Bug 1224694 - Unify and clean up initialization of CSP (r=sicking)
2016-01-13 15:51:30 -08:00
Jim Blandy
2f3348f96d
Bug 1239479: Add comments to mfbt/XorShift128PlusRNG.h from the RNG's designer. DONTBUILD r=Waldo
2016-01-13 12:46:40 -08:00
Kyle Machulis
36c314398b
Bug 769117 - Mochitests for youtube flash -> html5 rewriting; r=bz r=hsivonen
2016-01-13 16:13:50 -08:00
Kyle Machulis
3601994212
Bug 769117 - Rewrite youtube flash embed tags to possibly use HTML5; r=bz r=hsivonen
2016-01-13 16:13:50 -08:00
Benoit Girard
8bf105ac4f
Bug 1239498 - Use Stackwalk64 on win x64. r=jrmuizel
2016-01-13 15:22:01 -08:00
Phil Ringnalda
9fed648852
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
f0c058e3b6
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
c82e12fd3b
Bug 1238660 part 3 - Add crashtest; r=hiro
2016-01-13 13:38:16 +09:00
Brian Birtles
2d46643951
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
257020b8e7
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
Masayuki Nakano
208f4a6c52
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
61253be212
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
ae1c167326
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
4e5541bbcb
Bug 1099088 - Part 2: Show "This is a secure Firefox page" site identity popup on about: pages r=liuche
2016-01-12 15:27:33 -08:00
Andrzej Hunt
395ba4a459
Bug 1099088 - Part 1: Add CHROMEUI SiteIdentity for about: pages r=liuche
...
This replicates desktop behaviour.
2016-01-12 14:49:31 -08:00
JW Wang
d83c1a1eed
Bug 1235966 - reset mAudioCompleted and mVideoCompleted when switching MediaSink so they are resolved by the new MediaSink. r=kikuo.
2016-01-13 06:13:00 +08:00
Matt Woodrow
0a4ecdab8f
Bug 1237083 - Don't trigger layer flattening if the component alpha layer is directly on top of a forced active layer. r=roc
2016-01-14 12:42:27 +13:00
Matt Woodrow
919747c654
Bug 1239093 - Add pref to allow overriding of hardcoded DXVA blacklist. r=jrmuizel
2016-01-14 12:42:26 +13:00
Andrzej Hunt
60b5576296
Bug 1238763 - Don't run onPromptFinished on the UI thread. r=liuche
2016-01-12 12:07:07 -08:00
Andrzej Hunt
83b7fa1832
Bug 1238763 - Pre: remove unneeded imports r=liuche
2016-01-12 11:59:15 -08:00
Wes Kocher
6da55caa04
Backed out changeset ffa22f766857 (bug 1227599) for android assertions CLOSED TREE
2016-01-12 14:38:20 -08:00
Wes Kocher
521e7bc696
Backed out changeset ca0ca1c3427e (bug 1238239) for android assertions CLOSED TREE
2016-01-12 14:38:11 -08:00
Dave Townsend
7009473f7d
Bug 1238783: Fix incorrect properties. r=bustage
2016-01-12 13:49:21 -08:00
Kartikaya Gupta
5538d6e0d2
Bug 1227599 - Don't let styles intended for the scrollbar thumb apply to non-scrollbar thumbs. r=snorp
2016-01-12 14:55:58 -05:00
Matthew Noorenberghe
272841c9f9
Bug 1208145 - Clear XUL persistence data for passwordManager.xul passwordCol.hidden. r=dolske
...
Bug 1121291 made @hidden persist but we are reverting that change so we need to remove the values so the password column doesn't always show by default.
2016-01-12 11:39:02 -08:00
Matthew Noorenberghe
a7ba5a5d9d
Bug 1208145 - Back out changeset e4e3a8b66db4 (bug 1121291). rs=dolske
...
Generated via qbackout with no conflicts
2016-01-12 11:38:54 -08:00
Kartikaya Gupta
97531bdf06
Bug 1238239 - Update gecko scrollbar styling for Fennec. r=snorp f=antlam
2016-01-12 14:56:13 -05:00