Benjamin Bouvier
69b0584aeb
Bug 1255772: Implement wasm::Unreachable; r=sunfish
...
MozReview-Commit-ID: BFDrX72K7Vk
--HG--
extra : rebase_source : 6251f5e005dd80e4f93c49d2d92a4fb34d073913
extra : amend_source : 0939036518ce2eb9a8ea4f5ea8439c86e7e34a79
2016-03-10 21:00:07 +01:00
Bogdan Postelnicu
c9c042d934
Bug 1230907 - mPixelRowSize added to constructor with 0 value. r=seth
2016-03-14 10:36:36 +02:00
Andreas Tolfsen
42c25b995a
Bug 1254521 - Add return type docs for element.inViewport; r=automatedtester
...
MozReview-Commit-ID: Budv7EapTfo
--HG--
extra : rebase_source : 98d9684610b3f594a66a01228473b1a8d602024a
2016-03-08 13:53:00 +00:00
Andreas Tolfsen
26578b425f
Bug 1254521 - Add return type docs for element.isVisible; r=automatedtester
...
MozReview-Commit-ID: 9tjnHPmYSdq
--HG--
extra : rebase_source : d51af3dd9760149f0b0a175b6daaf562bddb582d
2016-03-08 13:52:38 +00:00
Andreas Tolfsen
fedd17bd6b
Bug 1251763 - Reduce repetition in test_findelement.py; r=automatedtester
...
MozReview-Commit-ID: utpbgMlajl
--HG--
extra : rebase_source : 6ad9ca035943b3165ae01d1a4acdb8cfe9cabbe7
2016-03-08 16:44:41 +00:00
Andreas Tolfsen
a9b5a85fc1
Bug 1251763 - Correct type check on singular returned elements; r=automatedtester
...
The return values from the different element search functions in searchFn
have inconsistent return types, and a null check is usually not what
we want. In order to have findElement consistently return a no such
element error, we need to do a loose false test.
This bug has affected the findElement command when using the tag
name, name, class name, link text, and partial link text selectors.
Other selectors were unaffected.
MozReview-Commit-ID: C26R3YrqKyf
--HG--
extra : rebase_source : dc723ae147b9208b4274ffc4a5338f0107ddd0ed
2016-03-08 16:23:50 +00:00
Carsten "Tomcat" Book
5f63041330
merge fx-team to mozilla-central a=merge
2016-03-08 11:41:34 +01:00
B2G Bumper Bot
163a86750a
Bumping manifests a=b2g-bump
2016-03-08 02:32:15 -08:00
B2G Bumper Bot
366db09ff4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9e2aacd49dd2
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #34021 from raylin/input-mgmt-remove-migration
Bug 1180607 - Input mgmt remove migration
========
https://hg.mozilla.org/integration/gaia-central/rev/4daeacbc55ed
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1180607 - Remove pre-v2.x keyboard settings migration
2016-03-08 02:30:31 -08:00
B2G Bumper Bot
a4cdd84a9e
Bumping manifests a=b2g-bump
2016-03-08 01:11:04 -08:00
Rail Aliiev
da94a314aa
Bug 1254422 - Do not try to set S3 ACLs r=jlund a=release
...
MozReview-Commit-ID: 1RyB48KhFvD
--HG--
extra : source : d5370c00e1eb31a2f9de7750a0cb1747c277e1ed
2016-03-08 00:49:24 -05:00
B2G Bumper Bot
f8ce7a3a4c
Bumping manifests a=b2g-bump
2016-03-07 21:00:57 -08:00
B2G Bumper Bot
9b9da1c433
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3704160af9bd
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1254169 - Follow up to the l20n patch, switch es6 to es5
2016-03-07 20:59:18 -08:00
Jim Blandy
629fcdc697
Bug 1254384: Remove support for ion-eager, baseline-eager, and dump-bytecode from js/src/jit-test harness. r=nbp
...
--HG--
extra : rebase_source : acb308d6a2809744080f0d52d509083790a5d9dd
2016-03-07 18:23:10 -08:00
Jim Blandy
b450cd68c7
Bug 1254384: Use generic shell switch syntax in js/src/jit-test tests. r=nbp
...
--HG--
extra : rebase_source : bc23497ccd5f42f80b44d45ea75e30e7dc5c6f29
2016-03-07 18:24:32 -08:00
Jean-Yves Avenard
d5b11db943
Bug 1230265 - Add codec agnostic benchmark; r=kentuckyfriedtakahe
...
The Benchmark class is now taking a MediaDataDemuxer argument. Options allow to decode any videos and measure the decoding speed.
MozReview-Commit-ID: C017I1cGqPL
2016-03-09 15:43:57 +11:00
Anthony Jones
c8300ee73e
Bug 1230265 - Add VP9 benchmark telemetry; r=bsmedberg
...
MozReview-Commit-ID: 6ofvNqvkg0U
2016-03-09 15:43:39 +11:00
Anthony Jones
d00c420b2c
Bug 1230265 - Benchmark VP9 decoder performance and enable VP9 on fast machines; r=jya
...
MozReview-Commit-ID: 4GhSLun9x6Z
2016-03-09 15:43:38 +11:00
Nicholas Nethercote
1d9d77e07a
Backout c661f2c5cd87 and bf22fcece06e (from bug 1252639) because NSPR changes aren't supposed to land on mozilla-inbound.
...
--HG--
extra : rebase_source : 360a3cc50807b991a421e7d163d7d5442eef59e7
2016-03-09 15:36:02 +11:00
Matt Woodrow
b954395165
Bug 1251527 - Don't override visible regions for background-attachment:fixed. r=mstange
...
--HG--
extra : rebase_source : ed4d7bd065a75bc04ff515d1a8f94592ff777419
2016-03-09 17:35:48 +13:00
Heiher
54ab7fb9f0
Bug 1254369 - IonMonkey: MIPS: Clean up broken assertions. r=arai
...
---
js/src/jit/mips-shared/Lowering-mips-shared.cpp | 2 --
1 file changed, 2 deletions(-)
2016-03-09 12:34:59 +08:00
Heiher
0d2e971cf1
Bug 1254369 - IonMonkey: MIPS: Fix ma_b(Register, Imm32, wasm::JumpTarget) missing. r=arai
...
---
js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp | 3 +++
1 file changed, 3 insertions(+)
2016-03-09 12:34:58 +08:00
Heiher
1c1b0ea281
Bug 1254369 - IonMonkey: MIPS: Fix header files missing in MacroAssembler. r=arai
...
---
js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp | 2 ++
js/src/jit/mips-shared/MacroAssembler-mips-shared.h | 4 ++++
js/src/jit/mips32/MacroAssembler-mips32.h | 1 -
js/src/jit/mips64/MacroAssembler-mips64.h | 1 -
4 files changed, 6 insertions(+), 2 deletions(-)
2016-03-09 12:34:57 +08:00
B2G Bumper Bot
fe69ce17d3
Bumping manifests a=b2g-bump
2016-03-07 17:33:17 -08:00
Ryo Motozawa
d812d0d4c6
Bug 1244635
- Part4 Add enddelay tests in layout/style/test r=hiro
...
MozReview-Commit-ID: EUvAdiPudgZ
--HG--
extra : rebase_source : 91bf3aef8f5ea8da1b990b6363d7ab40bddb2aae
2016-03-08 10:31:40 +09:00
B2G Bumper Bot
9140d1218f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b15f707d712d
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34144 from zbraniecki/1254169-migrate-keyboard-to-l20n
Bug 1254169 - Migrate Keyboard to use L20n. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/56fdcba4f8e5
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1254169 - Migrate Keyboard to use L20n
2016-03-07 17:31:39 -08:00
Ryo Motozawa
ef768c7933
Bug 1244635
- Part3 Add enddelay tests in testing/web-platform/tests/web-animations r=hiro
...
MozReview-Commit-ID: GnIp7BmwPxw
--HG--
extra : rebase_source : b7fe13202c11802a90f3e20674a84f38ecb0b7c2
2016-03-08 10:31:36 +09:00
Ryo Motozawa
2c887f4afc
Bug 1244635
- Part2 Add enddelay tests in dom/animation/test/chrome r=hiro
...
MozReview-Commit-ID: Kylwd6UJcXH
--HG--
extra : rebase_source : 0da2ed9e152e2e57a42f044be896e39e3f701bd3
2016-03-08 10:31:28 +09:00
Ryo Motozawa
ec7074d1bf
Bug 1244635
- Part1 Add enddelay implementation in dom/animation/AnimationEffectTiming.cpp r=bz,hiro
...
MozReview-Commit-ID: 7t1fm0zB3V
--HG--
extra : rebase_source : 812ea17b0b51142ff88194b0bb0d06435ddc574d
2016-03-08 10:31:10 +09:00
Terrence Cole
0037d3617c
Backed out changset a701a038de28 (bug 1224038) for breaking SM tests.
...
--HG--
extra : rebase_source : c987969c08cb55ee76cf0a88fd60594ba22a766f
2016-03-08 20:06:49 -08:00
Terrence Cole
233d8e3b94
Backed out changeset 33a1af83a77f (bug 1224038) for breaking SM tests.
...
--HG--
extra : rebase_source : f28bbe20e879206562e01bc97d8f8317629043bc
2016-03-08 20:06:10 -08:00
Brian Birtles
c9d3c84ee0
Bug 1239945 part 8 - Add GetOrCreateAnimationCollection; r=dholbert
...
Rather than passing around a bool flag to indicate if we should be creating
an AnimationCollection when none is found, it would be a lot easier to read
if we simply introduce a separate method for this.
MozReview-Commit-ID: 6bg8jGoH5pL
2016-03-09 12:55:39 +09:00
Brian Birtles
065446fdcd
Bug 1239945 part 7 - Move GetAnimationCollection to AnimationCollection; r=dholbert
...
By moving GetAnimationCollection to AnimationCollection itself, we can remove
a bunch of virtual methods on the animation managers, simplify call sites,
and provide better type safety by ensuring a correspondence between element
property names and concrete animation types.
One change in behavior, however, is that in doing this we can no longer
add any newly-created AnimationCollection to the corresponding manager's linked
list of collections inside GetAnimationCollection. Instead we take a bool
outparam to indicate if a new collection was created and leave managing the
linked list to the manager. This is just a temporary measure, however, since
by the end of this patch series will will eliminate this linked list altogether
along with this flag.
MozReview-Commit-ID: 1jsc4QcmVDg
2016-03-09 12:55:39 +09:00
Brian Birtles
dd4f27f03e
Bug 1239945 part 6 - Templatize AnimationCollection based on the concrete type of Animation stored; r=dholbert
...
This patch templatizes the type of Animation stored in an AnimationCollection.
This allows us to remove a number AsCSSAnimation() calls in nsAnimationManager.
This patch also removes the AnimationPtrArray typedef. In its place we
introduce OwningCSSAnimationPtrArray and OwningCSSTransitionPtrArray but we
don't use these as widely. There was some comment previously that the typedefs
in animation code make it hard to read, particularly when these typedefs don't
make it clear if the data type is an owning reference or not.
In doing this we need to templatize CommonAnimationManager as well and move the
implementation of its (few) methods to the header file. We may be able to
remove the need for templatizing CommonAnimationManager later in this patch
series depending on how we ultimately decide to handle the lifetime of
AnimationCollection objects.
CommonAnimationManager::GetAnimationCollection is a bit messy but this will be
significantly tidied up in subsequent patches in this series.
MozReview-Commit-ID: 3ywatY53pRR
2016-03-09 12:55:39 +09:00
Andrew Swan
1860156d34
Bug 1245599 - Implement chrome.downloads.onCreated r=kmag
...
MozReview-Commit-ID: 53yhKZYHDrD
2016-03-07 16:54:08 -08:00
B2G Bumper Bot
52c7952af2
Bumping manifests a=b2g-bump
2016-03-07 07:55:55 -08:00
B2G Bumper Bot
9dd27178e7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/48ca9bf43755
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34105 from albertopq/1251574-global-search-intermittent
Bug 1251574 - Global search intermittent test failure r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/a3f87250f8f8
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1251574 - Global search intermittent test failure
2016-03-07 07:54:16 -08:00
ffxbld
727d7d0948
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2016-03-07 09:23:22 -05:00
ffxbld
96cff3ecbf
No bug - Tagging mozilla-central 68d3781deda0d4d58ec9877862830db89669b3a5 with FIREFOX_AURORA_47_BASE a=release DONTBUILD CLOSED TREE
2016-03-07 09:21:14 -05:00
B2G Bumper Bot
1daba9e44b
Bumping manifests a=b2g-bump
2016-03-07 04:16:52 -08:00
B2G Bumper Bot
e54a0eb8bd
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a1e56bfc5b48
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34130 from albertopq/1239574-audio-tests
Bug 1239574 - Disabling audio channel tests r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/2ba9ec159bf0
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1239574 - Disabling audio channel tests
========
https://hg.mozilla.org/integration/gaia-central/rev/e7711a169494
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #34125 from luke-chang/1253188_tv_normalize_preview_url
Bug 1253188 - [TV][2.5] The context menu still shows "Add to Apps" even the marketplace content has been added, r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/50473448f8c2
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1253188 - [TV][2.5] The context menu still shows "Add to Apps" even the marketplace content has been added
========
https://hg.mozilla.org/integration/gaia-central/rev/8b19529e0f75
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #34119 from rexboy7/1251556
Bug 1251556 - [TV][App Deck] Don't show option menu for menu banners.r=lchang
========
https://hg.mozilla.org/integration/gaia-central/rev/32bcda4228fc
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1251556 - [TV][App Deck] Don't show option menu for menu banners
2016-03-07 04:15:09 -08:00
Carsten "Tomcat" Book
4f4ec17aeb
merge mozilla-inbound to mozilla-central a=merge
2016-03-07 11:34:06 +01:00
B2G Bumper Bot
a7a4505525
Bumping manifests a=b2g-bump
2016-03-07 02:25:59 -08:00
B2G Bumper Bot
3c010244f9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0651f3e76f44
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34139 from danhuang1202/1254007_update_browser_fte_string_and_style
Bug 1254007 - polish browser fte and update string. r=yifan
========
https://hg.mozilla.org/integration/gaia-central/rev/7c82bb359429
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1254007 - polish browser fte and update string. r=yifan
2016-03-07 02:24:20 -08:00
Louis Chang
4662cafd4a
Bug 1252787 - Patch : Add HID profile when device is remote, r=shawnjohnjr
2016-03-07 15:05:49 +08:00
Mike Hommey
3df9b47d3e
Fixup for bug 1255667 - Use the absolute path of OLD_CONFIGURE. r=me
2016-03-11 15:33:18 +09:00
Bobby Holley
abd6123240
Bug 1252611 - Hoist IsComplete/SetComplete into StyleSheet. r=dholbert
2016-03-10 22:18:59 -08:00
Bobby Holley
0ff743226a
Bug 1252611 - Add a method to get the StyleSheetInfo for a given StyleSheet. r=dholbert
...
One of the annoying things about sharing algorithms on the superclass here is that
certain members live on StyleSheet and others live on StyleSheetInfo (a situation
resulting from the split between CSSStyleSheet and CSSStyleSheetInner). This allows
us to write general algorithms on StyleSheet that touch members on StyleSheetInfo
without paying the price of virtual dispatch.
2016-03-10 22:18:57 -08:00
Bobby Holley
3293dd162c
Bug 1252611 - Hoist mDocument into StyleSheet. r=dholbert
2016-03-10 22:18:56 -08:00
Phil Ringnalda
3ceef3ef63
Back out 2 changesets (bug 1209273) for devtools failures in browser_css_autocompletion.js
...
Backed out changeset 85f7dbb76c15 (bug 1209273)
Backed out changeset 1901109091be (bug 1209273)
2016-03-10 21:32:50 -08:00