Commit Graph

446731 Commits

Author SHA1 Message Date
Nathan Froyd
e826816d24 Bug 1217662 - part 3 - move nsDisplayBlendContainer::GetLayerState out-of-line; r=mattwoodrow
This method is virtual, so defining it inline isn't worth a whole lot.
Defining it inline also means that we require the complete definition of
LayerManager from Layers.h, and we're trying to avoid including Layers.h
whenever possible.  Let's move it out-of-line to solve this problem.
2015-10-22 16:14:22 -04:00
Nathan Froyd
735e488da3 Bug 1217662 - part 2 - move mozilla::layers::LayerUserData to a separate header; r=mattwoodrow
Having to include all of Layers.h just to get at the definition of
LayerUserData is inconvenient, especially as most of the interesting
things in Layers.h can be forward-declared.  Let's move LayerUserData to
its own header, so clients can include a small header for that,
forward-declare anything else they need from Layers.h, and reduce header
bloat.
2015-10-22 16:04:35 -04:00
Nathan Froyd
7699d5d9c4 Bug 1217662 - part 1 - make LayerManagerUserDataDestroy a static function of LayerManager; r=mattwoodrow
LayerManagerUserDataDestroy is a static function in Layers.h that we
only ever take a pointer to, to use it as a destruction function for
gfx::UserData.  It's *possible* the compiler is smart enough to call it
directly, rather than through the function pointer stored in
gfx::UserData, but that seems highly unlikely.  And
LayerManagerUserDataDestroy does a virtual call anyway, so it's not as
though it being inlined is particularly important.

All of this is to say that we don't need to define
LayerManagerUserDataDestroy in Layers.h; defining it out-of-line will be
just as effective.  Defining it out-of-line also means that we don't
need the definition of LayerUserData anywhere in Layers.h, and we can
move LayerUserData to a separate header.
2015-10-22 15:39:30 -04:00
Lars T Hansen
4fc56ae280 Bug 1205390 - guard against asm.js compilation not being available. r=me 2015-10-23 14:58:54 +02:00
Jean-Yves Avenard
938964cf0e Bug 1207198: P3. Fix mochitest: do not error if loadedmetadata is fired. r=jwwang
loadedmetadata is to be fired when "The user agent has just determined the duration and dimensions of the media resource and the text tracks are ready. " .
The invalid-preskip.webm has valid metadata however the codec data is invalid, meaning we will fail decoding the first frame.

As such firing loadedmetadata for this file appears correct (it's an audio only file and we have determined its duration)
2015-10-23 23:34:07 +11:00
Jean-Yves Avenard
16d89e70eb Bug 1207198: P2. Defer dormant request while ReadMetadata is pending in MDSM. r=sotaro 2015-10-23 23:34:06 +11:00
Jean-Yves Avenard
3b37e9ab5c Bug 1207198: P1. Do not initialize decoders during ReadMetadata. r=cpearce
Decoders are created and initialized automatically when needed.
Also fix issues where we could have a pending initialization promise pending when going into dormant mode.
2015-10-23 23:34:06 +11:00
Jean-Yves Avenard
4b03031ba2 Bug 1217304: P2. Do not transition to HAVE_ENOUGH_DATA readyState until we do have data. r=jwwang
We must have at least a decoded frame available to transition to HAVE_ENOUGH_DATA, as otherwise canplay/canplaythrough will always be fired even if the data was invalid so long that it was small.
2015-10-23 23:34:05 +11:00
Jean-Yves Avenard
38486b8704 Bug 1217304: P1. Only fire loadeddata once the first frame has been decoded. r=jwwang
We can't determine otherwise if data is actually playable at the current position
2015-10-23 23:34:05 +11:00
Lars T Hansen
1f96a66c3d Bug 1205390 - make Odin accept TypedArray constructors for shared memory. r=luke 2015-10-23 13:19:08 +02:00
James Graham
20e8824b95 Bug 1217767 - Update web-platform-tests expected data to revision 9a49a8ea7405280364a8aa27d47bfb19af119bb4, a=testonly 2015-10-23 11:02:51 +01:00
James Graham
11e3a86e6b Bug 1217418 - Make wpt update script more robust in the face of patches that won't apply, r=Ms2ger
This can happen if landing the update took a long time such that there is
a local patch against a file that was changed upstream in the period between
starting the update and landing it.
2015-10-23 11:02:49 +01:00
James Graham
08dd8cd49a Bug 1217767 - Update web-platform-tests to revision 9a49a8ea7405280364a8aa27d47bfb19af119bb4, a=testonly
--HG--
rename : testing/web-platform/tests/dom/collections/storage-supported-property-names.html => testing/web-platform/tests/webstorage/storage_supported_property_names.html
2015-10-23 11:02:30 +01:00
Carsten "Tomcat" Book
0b40e4e5a0 Merge m-c to mozilla-inbound 2015-10-23 11:48:50 +02:00
Carsten "Tomcat" Book
b98d307f3e merge mozilla-inbound to mozilla-central a=merge 2015-10-23 11:33:41 +02:00
Carsten "Tomcat" Book
a2298ccb67 merge fx-team to mozilla-central a=merge 2015-10-23 11:27:13 +02:00
Xidorn Quan
c62bff4099 Bug 1206468 - Remove unused internal appearance value -moz-mac-unified-toolbar. r=mstange
--HG--
extra : source : adbf31ddaea4d289f6a6a226a112f73cd3d8391f
2015-10-23 19:51:34 +11:00
Cameron McCormack
b9cb86efd6 Comment typo fix; no bug. (DONTBUILD) 2015-10-23 18:32:26 +11:00
B2G Bumper Bot
f6e8b532c7 Bumping manifests a=b2g-bump 2015-10-22 23:33:12 -07:00
B2G Bumper Bot
d55a674b42 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1b985049f337
Author: Wes Kocher <kwierso@gmail.com>
Desc: Revert "Merge pull request #32673 from nullaus/bug1195220" for failures in various gij chunks

This reverts commit cc3cd63a5b8ee3138db1fd6ce4e2f25d410d2d71, reversing
changes made to e252fe216270f04f72319f3f5163b407e12f0426.
2015-10-22 23:30:28 -07:00
B2G Bumper Bot
ba096f8549 Bumping manifests a=b2g-bump 2015-10-22 22:43:47 -07:00
B2G Bumper Bot
2a4f7402fa Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a2765c7fc04
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32658 from ferjm/bug1217376.signout.confirmation

Bug 1217376 - [TV] Ask user for confirmation before signing the user out. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/6cd2e36e99b1
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1217376 - [TV] Ask user for confirmation before signing the user out. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/c3786cdfad14
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32651 from ferjm/bug1216614.sync.now.tv

Bug 1216614 - [TV] Add Sync Now option to Sync settings. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/70b056629d3b
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1216614 - [TV] Add Sync Now option to Sync settings. r=yifan
2015-10-22 22:40:33 -07:00
B2G Bumper Bot
fb84391f85 Bumping manifests a=b2g-bump 2015-10-22 21:48:21 -07:00
B2G Bumper Bot
4d7c871ef1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1195220 - Fix device support. Sort out session issues. r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/762e395fe911
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1195220 - Fix device support. Sort out session issues. r=gaye
2015-10-22 21:45:30 -07:00
B2G Bumper Bot
45cdf19fa7 Bumping manifests a=b2g-bump 2015-10-22 19:13:40 -07:00
B2G Bumper Bot
3dcd816348 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c29d409506ba
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #32667 from Phoxygen/bug1217336-gaia_sim_picker_init

Bug 1217336 - correctly initialize gaia_sim_picker's direction.

========

https://hg.mozilla.org/integration/gaia-central/rev/bcc1d37a784f
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1217336 - correctly initialize gaia_sim_picker's direction.

========

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

Bug 1217674 - Simple B2GDroid FTU app

========

https://hg.mozilla.org/integration/gaia-central/rev/3968ab9fd122
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1217674 - Simple B2GDroid FTU app r=fabrice
2015-10-22 19:10:30 -07:00
Wes Kocher
5ba2dcfe5c Merge b2ginbound to central, a=merge 2015-10-22 16:50:22 -07:00
Wes Kocher
872e4742b4 Merge fx-team to central, a=merge 2015-10-22 16:45:45 -07:00
B2G Bumper Bot
7ca0f93a5b Bumping manifests a=b2g-bump 2015-10-22 13:39:10 -07:00
B2G Bumper Bot
13fd0e3b88 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4112549b51a4
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32647 from npark-mozilla/1217284

Bug 1217284 - Imagecompare RTL: increase Settings-> Homescreen menu coverage

========

https://hg.mozilla.org/integration/gaia-central/rev/8bf4910b491a
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1217284 - Imagecompare RTL: increase Settings-> Homescreen menu coverage
2015-10-22 13:36:28 -07:00
Aaron Klotz
ac934e7347 Bug 1217565 - Fix assertion in nsWindow::IPCWindowProcHandler to account for suppressed neutering; r=jimm 2015-10-22 16:09:55 -04:00
B2G Bumper Bot
244d80e930 Bumping manifests a=b2g-bump 2015-10-22 11:28:57 -07:00
B2G Bumper Bot
7c5254565a Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9faf758d4daf
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32646 from npark-mozilla/1215705

Bug 1215705 - Imagecompare RTL: increase Improve firefox OS menu coverage

========

https://hg.mozilla.org/integration/gaia-central/rev/ff4552340ca0
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1215705 - Imagecompare RTL: increase Improve firefox OS menu coverage

========

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

Bug 1215701 - Imagecompare RTL: increase addon menu coverage

========

https://hg.mozilla.org/integration/gaia-central/rev/cd1a9bd524bb
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1215701 - Imagecompare RTL: increase addon menu coverage

========

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

Bug 1216560 - Update change_wallpaper.py and change_layout.py in order to support the new homescreen

========

https://hg.mozilla.org/integration/gaia-central/rev/52d7dea9946a
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1216560 - Update change_wallpaper.py and change_layout.py in order to support the new homescreen
2015-10-22 11:22:29 -07:00
Tooru Fujisawa
ebb5c00373 Backed out changeset 85bf82ac6e9a (bug 1202134) for OSX xpcshell test failure
--HG--
extra : commitid : LQB6mfBZWw8
2015-10-23 03:06:05 +09:00
B2G Bumper Bot
5c13bb5968 Bumping manifests a=b2g-bump 2015-10-22 10:08:13 -07:00
B2G Bumper Bot
76fdd1325d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b0e36b27ccb3
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #32668 from sfoster/late-customization-noredirect-bug-1217203

Bug 1217203 - update default to marketplace.firefox.com host. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/aff2e0d3173e
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1217203 - update default to marketplace.firefox.com host.
2015-10-22 10:05:27 -07:00
J. Ryan Stinnett
fa0f765d51 Bug 1216592 - Clean up old paths that landed post-migration. r=bgrins 2015-10-22 11:31:09 -05:00
B2G Bumper Bot
3f0ec8d035 Bumping manifests a=b2g-bump 2015-10-22 09:19:07 -07:00
B2G Bumper Bot
8f67013db9 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/58749b76a31e
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #32642 from sfoster/ftu-skip-step-bug-1216809

Bug 1216809 - skipStep should increment/decrement by 1. r=jedireza

========

https://hg.mozilla.org/integration/gaia-central/rev/431a9e843534
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1216809 - skipStep should increments/decrement by 1.

========

https://hg.mozilla.org/integration/gaia-central/rev/1aaad3435979
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #32234 from hfiguiere/bug1208083-context-search

Bug 1208083 - Part 3: Context search r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/9bd9b9ff5380
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1208083 - Part 3: Context search
2015-10-22 09:15:39 -07:00
Nick Fitzgerald
ee34994904 Bug 1217248 - Add the ability to invert CensusTreeNode trees; r=jsantell 2015-10-22 09:12:36 -07:00
Nick Fitzgerald
ada3f2a447 Bug 1217158 - Aggregate total counts/bytes in CensusTreeNode; r=jsantell 2015-10-22 09:12:36 -07:00
Nick Fitzgerald
72eeda6375 Bug 1201542 - Implement allocationSite breakdown for CensusTreeNode; r=jsantell 2015-10-22 09:12:36 -07:00
Brian Grinstead
07a566e45e Bug 1216615 - Get rid of margin-left and margin-right for devtools-searchinput to prevent movement during resize;r=pbrosset
--HG--
extra : commitid : IzZStQzrcg5
2015-10-22 08:55:35 -07:00
B2G Bumper Bot
787d4222bb Bumping manifests a=b2g-bump 2015-10-22 08:53:03 -07:00
B2G Bumper Bot
3490e82ae8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/81194c60006e
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32665 from Cwiiis/bug1217401-homescreen-a11y-pages-indicator

Bug 1217401 - Make homescreen panels indicator accessible. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/d4b419e61b00
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1217401 - Make homescreen panels indicator accessible. r=gmarty
2015-10-22 08:50:10 -07:00
B2G Bumper Bot
301f8e2f43 Bumping manifests a=b2g-bump 2015-10-22 07:34:17 -07:00
B2G Bumper Bot
978de2d805 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4fef9cee9c1b
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32661 from Cwiiis/bug1217032-homescreen-a11y-empty-pinned-pages

Bug 1217032 - A11y tweaks for homescreen empty pinned pages panel. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/1a13ba1a375c
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1217032 - A11y tweaks for homescreen empty pinned pages panel. r=gmarty
2015-10-22 07:31:34 -07:00
Wander Lairson Costa
de42aec50d Bug 1144808 part 2: Harden phone-builder image. r=garndt
We don't run free commands from tasks, we now allow only scripts shipped
in the phone-builder image.

We also added support to an allowed whitelist of github and bitbucket
users to run tasks from their respective private repositories.

--HG--
extra : commitid : 6NA1M4JKjCQ
2015-10-22 11:40:22 -02:00
Wander Lairson Costa
23ce66b9ac Bug 1144808 part 1: Add nexus devices to try build. r=garndt
--HG--
extra : commitid : 8wXPSH3e8Dm
2015-10-22 11:40:22 -02:00
B2G Bumper Bot
a285d22dd6 Bumping manifests a=b2g-bump 2015-10-22 06:38:15 -07:00