Commit Graph

450841 Commits

Author SHA1 Message Date
Tom Klein
ca7b6331ec Bug 1131264 - Extend the workaround for drawing D2D circles. r=bas 2015-11-19 13:57:32 -06:00
Wes Kocher
480b4c994e Backed out changeset 6ab228593820 (bug 1225903) for android robocop bustage CLOSED TREE
--HG--
extra : commitid : Jt9KCML2G2Y
2015-11-19 11:54:17 -08:00
Chris Manchester
a972a09279 Bug 1225568 - Install psutil from a wheel for windows builds so we can get build stats on dep builds. r=jlund
The psutil extension gets built on windows build machines during configure,
but that step only runs consistently after a clobber. This patch installs
psutil from a wheel in the mozharness virtualenv so it's available in
mozharness independent of what happens in the build.

--HG--
extra : commitid : EgDikk2zgod
2015-11-19 11:34:59 -08:00
Chris Pearce
cdcca8a285 Bug 1226093 - Remove unused IsTypeSupportedResult enum from MediaKeys.webidl. r=bz 2015-11-20 08:31:50 +13:00
Sean Stangl
8380f9330a Bug 1222640 - Fix truncated Simulator return values. r=jandem 2015-11-06 15:50:13 -08:00
Andrew Halberstadt
60681c7eb8 Bug 1225903 - Drop support for b2g desktop in mochitest, r=jgriffin
Mochitests on b2g desktop are no longer being run on any trunk branches, including
b2g-inbound. Dropping support for it significantly reduces complexity
in the mochitest harness.

--HG--
extra : commitid : 6wYdpJe0jU0
extra : rebase_source : 69d997a523551210b156e09de339fd6bc8cf2504
extra : amend_source : aed1da36f41210339ab91d53cb34ac2e7b0d770c
2015-11-18 13:35:38 -05:00
Jakob Stoklund Olesen
fb81a891ff Bug 1225908 - AsmSimdTypeToLaneType. r=bbouvier
Rename AsmSimdTypeToScalarType to AsmSimdTypeToLaneType, hoping that the new
name will be clearer.
2015-11-19 10:37:19 -08:00
Jakob Stoklund Olesen
12062418b8 Bug 1225908 - SimdTypeToArrayElementType. r=bbouvier
This function returns the typed array element type that corresponds to the
lanes in a SIMD vector type. It is used to handle SIMD loads and stores from a
typed array.
2015-11-19 10:37:18 -08:00
Jakob Stoklund Olesen
a687ecc81e Bug 1225908 - SimdTypeToLaneType. r=bbouvier
Rename the function SimdTypeToScalarType to SimdTypeToLaneType. Since we also
have Scalar::Type, it is best to use the term 'lane' to refer to the parts of a
vector.
2015-11-19 10:37:18 -08:00
Andrew McCreight
0679656434 Bug 1225202, part 3 - Create files in test_fileapi_slice.html using SpecialPowers.createFiles. r=baku
This makes the test work with e10s enabled.

Remove createFileWithData from fileutils.js which is no longer used.
2015-11-19 10:24:20 -08:00
Andrew McCreight
76e045febd Bug 1225202, part 2 - Split each subtest in test_fileapi_slice.html into a separate function. r=baku
The files are put into single element arrays to prepare for the
SpecialPowers createFiles API.
2015-11-19 10:24:20 -08:00
Andrew McCreight
c8f47d8ff5 Bug 1225202, part 1 - Move some variables earlier in test_fileapi_slice.html. r=baku
imageLoadHandler, testBinaryData, fileData and size are used by all of
the subtests, so move their declarations earlier so they will remain
at the global scope when we start splitting scopes in preparation for
supporting asynchronous file creation.

memFile is only used in one subtest, so move it later.

code earlier that we want at the global scope
also move memFile down, which we don't want at the global scope
2015-11-19 10:24:20 -08:00
Hannes Verschore
a10da1c585 Bug 1223636: Tracelogger - Don't treat extraTextId as containing only extra ids, r=bbouvier 2015-11-19 18:49:16 +01:00
Steve Fink
696fbb25f1 Bug 1225298 - Use GC policy mechanism for sweeping hashtable-based collections. r=terrence
--HG--
rename : js/public/TraceableHashTable.h => js/public/GCHashTable.h
extra : rebase_source : b3451b355680e384bc7803a30c585fcc457c20c7
extra : amend_source : 441813b8991c13abad251d95b4f2c9867312c39e
2015-11-17 11:33:15 -08:00
Randell Jesup
9cf12febe9 Bug 1220493: clean up validation of RTP headers r=pkerr 2015-11-19 11:49:25 -05:00
Nick Fitzgerald
caf9b0fa0e Bug 1226024 - Expose the root of the dominator tree to JavaScript; r=bz,sfink 2015-11-19 08:10:13 -08:00
Nick Fitzgerald
fb0a5049fc Bug 1225941 - Add a method for getting the set of nodes immediately dominated by another node; r=sfink
This commit adds the `JS::ubi::DominatorTree::getDominatedSet` method. It
returns a range that can be used to safely iterate over all the nodes
immediately dominated by the node used to get the range. The dominated sets are
eagerly computed when creating a `JS::ubi::DominatorTree` and stored in one big
contiguous array, with a side-table that keeps track of the start indices of
each individual dominated set within that contiguous array.
2015-11-19 08:10:13 -08:00
Botond Ballo
65d984ff6f Bug 1221371 - Remove unnecessary explicit copies of nsTArray. r=billm
--HG--
extra : source : e3ade121fe3a26db1e65cd6b91de29dfe8cc5a61
extra : intermediate-source : a09da6e0b017448d6e2b85eb4a6c08dba51999c7
2015-11-18 13:48:12 -05:00
Kartikaya Gupta
b0cd3a3759 Bug 1223486 - Ensure WrapTexCoord returns 0.0 instead of 1.0 when given a negative whole number. r=Bas
--HG--
extra : commitid : 7tcI6zWCoyx
2015-11-19 10:49:31 -05:00
Jan de Mooij
8bfe2fe03a Bug 1219883 - Fix Ion typed array stub to handle constant string index. r=efaust 2015-11-19 16:11:27 +01:00
Kartikaya Gupta
bd89527b60 Bug 1203058 - Set the paint sync id on the top-level window rather than the tab's window, because then it won't get lost during page unload. r=rbarker
--HG--
extra : commitid : LTIWvjdej9z
2015-11-19 09:57:51 -05:00
Kartikaya Gupta
8a6023f387 Bug 1223928 - Update various reftests that now pass/fail with gecko scrollbars on Android&&asyncPan. r=snorp
--HG--
extra : commitid : G5eJp4xTljl
2015-11-19 09:55:21 -05:00
Kartikaya Gupta
076e47d4c8 Bug 1223928 - Make the horizontal scrollbar on the root scrollable shift correctly with the dynamic toolbar. r=botond
--HG--
extra : commitid : I3ZChoVA8Gv
2015-11-19 09:55:21 -05:00
Kartikaya Gupta
fd2ef38e1d Bug 1223928 - Enable gecko scrollbars on Fennec. r=snorp
--HG--
extra : commitid : 8uqrfGGmp1F
2015-11-19 09:55:21 -05:00
Kartikaya Gupta
12e30c6910 Bug 1223928 - Disable the Java scrollbars in Fennec with APZ enabled. r=snorp
--HG--
extra : commitid : IMK20kd6vf7
2015-11-19 09:55:21 -05:00
Landry Breuil
f468ad9584 Bug 1226146: fix sndio audio_device backend after webrtc 43 landing in bug 1198458 r=jesup NPOTB 2015-11-19 09:48:26 -05:00
Carsten "Tomcat" Book
e93d20c81c Merge mozilla-central to mozilla-inbound 2015-11-19 15:22:50 +01:00
Carsten "Tomcat" Book
839fa910f5 merge mozilla-inbound to mozilla-central a=merge 2015-11-19 14:44:11 +01:00
Carsten "Tomcat" Book
e8cf5cca91 merge fx-team to mozilla-central a=merge 2015-11-19 14:37:25 +01:00
Carsten "Tomcat" Book
e5a51ea69b merge b2g-inbound to mozilla-central a=merge 2015-11-19 14:31:06 +01:00
Nigel Babu
ba8444d785 Backed out changeset 95069f2ce648 (bug 1182546) for Android M(c) bustage ON A CLOSED TREE 2015-11-19 14:26:33 +05:30
Nigel Babu
a103e9c278 Backed out changeset 3112d1e94a05 (bug 1182546) for Android M(c) bustage 2015-11-19 14:26:25 +05:30
Nigel Babu
8638a9854f Backed out changeset 9155ee3d42d8 (bug 1182546) for Android M(c) bustage 2015-11-19 14:26:20 +05:30
B2G Bumper Bot
9d401ca3de Bumping manifests a=b2g-bump 2015-11-18 19:53:10 -08:00
B2G Bumper Bot
4656248cd1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38edf6a5a770
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #33250 from evelynhung/issue-1225806

Bug 1225806 - handle activity when browser is completely ready, r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/2ea3dbc0b45a
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Bug 1225806 - handle activity when browser is completely ready
2015-11-18 19:50:25 -08:00
B2G Bumper Bot
a667ccf99a Bumping manifests a=b2g-bump 2015-11-18 17:18:12 -08:00
B2G Bumper Bot
a47e754b5f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1225559 - Output list of test files that will get run after apply…

========

https://hg.mozilla.org/integration/gaia-central/rev/7f5e1bc3d9bb
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1225559 - Output list of test files that will get run after applying the disabled test manifest.
2015-11-18 17:15:25 -08:00
B2G Bumper Bot
3ccd254211 Bumping manifests a=b2g-bump 2015-11-18 15:42:48 -08:00
B2G Bumper Bot
9eb3eadf65 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4fe32f9cd853
Author: Hal Wine (admin) <hwine+ghadmin@mozilla.com>
Desc: Bug 1224628 - white space change to test bumper; r=hwine a=npotb
2015-11-18 15:41:02 -08:00
B2G Bumper Bot
e52fc82d80 Bumping manifests a=b2g-bump 2015-11-18 15:08:50 -08:00
B2G Bumper Bot
2c54b52cb5 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/192abbddd14c
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #33243 from Archaeopteryx/safeModeManual

Bug 1225050 - fix instructions how to activate safe mode. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/37f1a5c7806c
Author: Sebastian Hengst <archaeopteryx@coole-files.de>
Desc: Bug 1225050 - fix instructions how to activate safe mode. r?fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/19cd7f783ded
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1220528 - Configure FIREFOX_SYNC=1 for TV only.
2015-11-18 15:06:06 -08:00
B2G Bumper Bot
a16bde1e35 Bumping manifests a=b2g-bump 2015-11-18 14:48:52 -08:00
B2G Bumper Bot
9cc0a3f1bf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1225047 - Convert contacts_list_overlay to use the gaia-menu web component

========

https://hg.mozilla.org/integration/gaia-central/rev/2199277d1195
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1225047 - Convert contacts_list_overlay to use the gaia-menu web component r=gsvelto
2015-11-18 14:46:09 -08:00
Nathan Froyd
1ad1a76ff4 Bug 1226063 - take advantage of UniquePtr in BluetoothMapSmsManager::SendMasObexData; r=btian
Now that UnixSocketRawData can assume ownership of UniquePtrs, we can
enhance SendMasObexData to accept UniquePtrs where possible.
2015-11-18 17:14:07 -05:00
John Daggett
7c67f302fb Bug 1224641 - tweak the italic oblique tests to avoid failure on Ubuntu/Mulet. r=m_kato 2015-11-19 23:06:41 +09:00
Andrea Marchesini
5e1f614532 Bug 1169068 - Performance.translateTime(), r=bz 2015-11-19 14:04:47 +00:00
Jonathan Kew
5a7d1f3807 Bug 1223002 - Cherry-pick post-1.3.4 bugfixes for graphite2 from upstream. r=jdaggett 2015-11-19 13:33:17 +00:00
Chris Lord
f9e9f04ed8 Bug 1225761 - Clear axis lock in CancelAnimation and EndTouch. r=botond 2015-11-18 18:36:48 +00:00
Nigel Babu
ec972087c8 Backed out changeset 9c8f83fb5930 (bug 1190093) for Gij(11) bustage on a CLOSED TREE 2015-11-19 17:48:09 +05:30
Carsten "Tomcat" Book
d14fba3fa1 merge mozilla-inbound to mozilla-central a=merge 2015-11-18 14:50:18 +01:00