Граф коммитов

432991 Коммитов

Автор SHA1 Сообщение Дата
Benoit Girard 49fd3d5be0 Bug 1189473 - Don't paint the tiles in the APZ minimap. r=mstange
--HG--
extra : commitid : G3omKTHQZtl
extra : rebase_source : 6871b4333cb3c074d9ee85eb7fb3c4ce6236365e
2015-07-30 15:26:39 -04:00
Daniel Holbert f26b08f16f Bug 1188569: Drop unneeded MOZ_WARN_UNUSED_RESULT from from LookupBestMatch in SurfaceCache.cpp. r=seth 2015-07-30 12:35:19 -07:00
Timothy Nikkel 230060027b Bug 1106115. Ensure that we check if we should exit high precision timer mode in the refresh driver after we have processed all requestAnimateFrame callbacks. r=vlad
When the refresh driver ticks it clears the RAF callbacks (content asks for another RAF if it desires) but it wasn't checking if it should exit high precision mode at this point.

The previous code seemed like it was using the wrong model that a RAF is persistent until it is revoked. But that is not the case.
2015-07-30 14:32:19 -05:00
Sotaro Ikeda 232b70eeff Bug 1188877 - Fix LayerComposite::SetClearRect() calling r=mwu 2015-07-30 11:50:16 -07:00
Ryan VanderMeulen 2ab90188e0 Backed out changeset 3e78fb4512a6 (bug 1187486) for static analysis failures. 2015-07-30 14:47:52 -04:00
Josh Matthews 77fd3928cf Bug 1125961 - Allow sending null PBrowser actors when there's a triggering principal which can be used for security checks. r=bkelly,ddamjano 2015-06-03 15:07:42 -04:00
Michael Layzell 5644f5a00c Bug 1187486 - Update the clang plugin to detect templated implicit constructors; r=ehsan 2015-07-30 14:03:18 -04:00
Ehsan Akhgari a056599e07 Bug 1188208 - Fix more constructors in js; r=jorendorff 2015-07-30 14:03:17 -04:00
Dustin J. Mitchell 81154a1440 Bug 1188551: treat assertion failures as bad mozconfig; r=mshal
--HG--
extra : commitid : HZsljZRs5uw
extra : rebase_source : 8afac350c5a582d37f01f549e50f429cd6a4b1be
2015-07-29 14:14:05 -04:00
Boris Zbarsky 78a7f7fb69 Bug 1183491. Null-check the document we get from our contentWindow in the contentDocument getter, because apparently it can end up null. r=bkelly 2015-07-30 13:55:16 -04:00
Eric Rahm a58e90e841 Bug 1180048 - Switch warning about having a zero length axis to a LAYOUT_WARNING. r=dholbert 2015-07-29 16:06:14 -07:00
Chris Manchester 2363f7c137 Bug 1188730 - Select tests in the plugins subsuite by manifest rather than path to fix unintended interaction with mach try. r=ahal
This prevents mach try's filtering of the master mochitest manifest from
interacting with the plugins subsuite by selecting by manifest rather than
test path. The way we run mochitest other could use a lot of cleanup --
this is a quick fix to prevent misleading output on treeherder when using
mach try.

--HG--
extra : commitid : AqQfTnQKIYv
2015-07-29 00:10:06 -07:00
Andrew Comminos 1996f64ab8 Bug 1187440 - Fix curly brace bustage in TextureHostOGL. CLOSED TREE 2015-07-30 10:13:00 -04:00
Ryan VanderMeulen 5376cacdc0 Backed out changesets f251b3836314 and 47fe6e30240d (bug 1179063) for mass build bustage.
CLOSED TREE
2015-07-30 12:56:01 -04:00
Andrew Comminos f8f6b355a9 Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical 2015-07-30 12:40:56 -04:00
Andrew Comminos 1de53abf46 Bug 1184534 - Fetch viewport size from context in CompositorOGL, discard if changed during composition. r=nical 2015-07-30 12:39:32 -04:00
Andrew Comminos 85092eb212 Bug 1184534 - Add support for target size retrieval to GLX backend. r=jgilbert 2015-07-30 12:39:26 -04:00
Matt Woodrow 1fd9daec7d Bug 1188995 - Increase tile size to 512/1024 on OSX. r=jrmuizel,mstange
--HG--
extra : rebase_source : 5cb4fd3fa548498d320089ef034d5cdf7eb1f6b6
2015-07-29 18:21:26 -04:00
Ben Hearsum 1e791c039d Merge heads 2015-07-30 12:32:10 -04:00
Ben Hearsum c644e5a190 bug 672509: Build the Gecko SDK from Firefox, rather than XULRunner - enable sdk generation for Betas and Releases. r=glandium 2015-07-30 12:30:55 -04:00
Daniel Holbert dc97e6834a Bug 1189024: Use primitiveUnits="objectBoundingBox" in devtools 'invert' filter, to more clearly be inverting just the target element. r=bgrins
(This also avoids NS_WARNING-spam in debug builds, when this filter is applied to HTML elements which are being reflowed for the first time.)
2015-07-30 09:30:33 -07:00
Christoph Kerschbaumer 90fee9adce Bug 1182537 - Use channel->ascynOpen2 in dom/security/nsCORSListenerProxy (r=sicking) 2015-07-30 08:59:20 -07:00
Christoph Kerschbaumer 8f5542d747 Bug 1182537 - Use channel->ascynOpen2 in dom/base/Navigator.cpp (r=sicking,bz) 2015-07-27 20:39:17 -07:00
Nikhil Marathe 079c3d0a1b Bug 1188937 - Only add Push API interfaces to build if the feature is enabled. r=kitcambridge
--HG--
extra : commitid : BRZ0gZEecxz
extra : amend_source : fb91b88616e837bf5e09a6a19c31acb1b94e4e64
extra : transplant_source : %84W%27%B8%40A%7F%26%04%0E%C6%A9%13o%25%D4SOD6
2015-07-29 09:12:51 -07:00
Shu-yu Guo c288c0dbec Bug 1179063 - Cleanup: remove superfluous StmtInfoBase::isNestedScope. (r=efaust) 2015-07-30 09:25:41 -07:00
Shu-yu Guo bd87127dc7 Bug 1179063 - Cleanup: make StmtType an enum class. (r=efaust) 2015-07-30 09:25:41 -07:00
Ryan VanderMeulen 5e4b6d786c Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-30 12:09:38 -04:00
Ryan VanderMeulen 5a1391207c Backed out changesets be94d55627f4 and dfc1cb1c26d9 (bug 1187664) because they depend on bug 1186748.
--HG--
extra : histedit_source : 4457df03c37cbe457f3bd099836e519d79fd3461%2Ccab92f6adf81533aef4d5c1748451cfdb44fa08c
2015-07-30 12:07:38 -04:00
Ryan VanderMeulen bbe2cb322a Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-30 11:56:41 -04:00
Marcos Caceres 2465cf3a99 Bug 1171200 - Add means of checking if a document links to a manifest. r=billm
--HG--
rename : dom/manifest/ImageObjectProcessor.js => dom/manifest/ImageObjectProcessor.jsm
rename : dom/manifest/ManifestProcessor.js => dom/manifest/ManifestProcessor.jsm
rename : dom/manifest/ValueExtractor.js => dom/manifest/ValueExtractor.jsm
2015-07-30 11:56:12 -04:00
Ryan VanderMeulen efd357143c Backed out changeset ada6cd4da281 (bug 1186748) for introducing various intermittent ASAN mochitest failures. 2015-07-30 11:52:49 -04:00
Carsten "Tomcat" Book 12c307d6c2 Backed out changeset da180640c3f6 (bug 1182338) for making Bug 1186327 failing more frequently across branches 2015-07-30 16:11:41 +02:00
Carsten "Tomcat" Book ba64dcce75 Backed out changeset 04144901baf6 (bug 1182338) 2015-07-30 16:09:58 +02:00
Carsten "Tomcat" Book c1a0be69de Backed out changeset a093b996bafa (bug 1184867) for causing crashes @ mozilla::MediaSourceTrackDemuxer on a CLOSED TREE 2015-07-30 15:49:06 +02:00
Carsten "Tomcat" Book 516119753f Backed out changeset 4624de03e2e5 (bug 1184867) 2015-07-30 15:47:58 +02:00
Carsten "Tomcat" Book 9e504b2779 Backed out changeset 8b17cd283110 (bug 1184867) 2015-07-30 15:47:55 +02:00
Carsten "Tomcat" Book 401a15426c Backed out changeset 4b328a6f7448 (bug 1171200) for frequent asan m1 test failures on a CLOSED TREE
--HG--
rename : dom/manifest/ImageObjectProcessor.jsm => dom/manifest/ImageObjectProcessor.js
rename : dom/manifest/ManifestProcessor.jsm => dom/manifest/ManifestProcessor.js
rename : dom/manifest/ValueExtractor.jsm => dom/manifest/ValueExtractor.js
extra : amend_source : 0a9fc98e1c76d4ede43714bac63bba8b43efe5d7
2015-07-30 15:11:48 +02:00
Carsten "Tomcat" Book fe4a43c830 merge mozilla-inbound to mozilla-central a=merge 2015-07-30 15:07:27 +02:00
Rail Aliiev d4314b76d5 Backed out changeset 88ef4fbf5d6b, Bug 1184594 - git 'repo' is not deployed correctly on build machines managed by buildbot. 2015-07-30 08:29:52 -04:00
Rail Aliiev 0a555981e3 Bug 1184594 - git 'repo' is not deployed correctly on build machines managed by buildbot. r=hwine 2015-07-30 08:22:35 -04:00
Ehsan Akhgari aeacbc159a Bug 1188062 - Unship Request.context; r=baku 2015-07-30 08:14:00 -04:00
Ryan VanderMeulen e6798f2427 Bug 1188578 - Upgrade SQLite to version 3.8.11.1. r=mak 2015-07-30 07:49:40 -04:00
Carsten "Tomcat" Book 5cd988f58c merge b2g-inbound to mozilla-central a=merge 2015-07-30 13:46:37 +02:00
Jean-Yves Avenard ceccac91fe Bug 1183196: [MSE] P3. Slightly increase debugging information. r=kentuckyfriedtakahe
Print the atom's offset, makes it easier to verify that byte ranges are properly calculated.
2015-07-30 20:42:45 +10:00
Jean-Yves Avenard b2e8611aaa Bug 1183196: [MSE] P2. Do not ignore tracks other than the first one. r=kentuckyfriedtakahe
When used in the MP4ContainerParser, the MoofParser set the trackID as 0 ; indicating that all tracks are to be parsed. However it set later the trackID to the first one found, causing to ignore all following tracks.
2015-07-30 20:42:44 +10:00
Jean-Yves Avenard fa6675ed02 Bug 1189138: [MSE] P3. Properly shift our demuxing index when data is added. r=gerald
Should frames be added before our current demuxing position, we must shift the index ; otherwise the next retrieved frames will be the wrong one.
2015-07-30 20:42:44 +10:00
B2G Bumper Bot af71ca7602 Bumping manifests a=b2g-bump 2015-07-29 23:27:31 -07:00
B2G Bumper Bot 518bec0a61 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/552e56f79bba
Author: Dominic Kuo <dominic.kuo@gmail.com>
Desc: Merge pull request #30871 from dominickuo/bug-1181272

Bug 1181272 - [Music] Add README, r=jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/81f9dc07f135
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 1181272 - [Music] Add README
2015-07-29 23:25:33 -07:00
Ehsan Akhgari 547404788d Bug 1188091 - Fix the exposure of Push interfaces; r=dougt,bzbarsky,nsm
Currently we don't check the dom.push.enabled pref in some cases for
some of these interfaces.  This patch unifies how all of these
interfaces are exposed to Window, Worker, and ServiceWorker.
2015-07-30 01:06:38 -04:00
Michael Layzell 4fffaa9e34 Bug 602122 - Add a static analysis to find XPCOM classes with duplicate mRefCnt members; r=ehsan 2015-07-30 01:05:06 -04:00