a6ad577af025e503a4f0fb96345264b92018acee: Bug 1236108: Add temp directory for sandboxed content processes to directory r=bsmedberg
Aaron Klotz <aklotz@mozilla.com> - Mon, 07 Mar 2016 11:26:35 -0800 - rev 338349
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1236108: Add temp directory for sandboxed content processes to directory r=bsmedberg
service. This is needed so that chrome processes know where sandboxed content
processes will be writing their temp files, and so that content processes know
where to write; r?bsmedberg
MozReview-Commit-ID: BK9bTxFGvZO
1dbc703aee48bbd475fcd56469e17a0556cc9302: Bug 1031496 - Enable robocop testPictureLinkContextMenu on Android 4.3; r=me
Geoff Brown <gbrown@mozilla.com> - Tue, 08 Mar 2016 11:39:44 -0700 - rev 338348
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1031496 - Enable robocop testPictureLinkContextMenu on Android 4.3; r=me
154d6073509b4d8fc31bc993013adb44416beea5: Bug 1144874 - Enable robocop testAxisLocking, testFlingCorrectness, testPanCorrectness on Android 4.3; r=me
Geoff Brown <gbrown@mozilla.com> - Tue, 08 Mar 2016 11:39:44 -0700 - rev 338347
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1144874 - Enable robocop testAxisLocking, testFlingCorrectness, testPanCorrectness on Android 4.3; r=me
59b103375e4fbda9b048ac4d7dfb5faadf107f4a: Bug 1083666 - Enable robocop testLinkContextMenu on Android 4.3; r=me
Geoff Brown <gbrown@mozilla.com> - Tue, 08 Mar 2016 11:39:44 -0700 - rev 338346
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1083666 - Enable robocop testLinkContextMenu on Android 4.3; r=me
1f006e649de3c1e2f27b18bef46dc2d3885d3d9b: Bug 1158363 - Enable robocop testTrackingProtection on Android 4.3; r=me
Geoff Brown <gbrown@mozilla.com> - Tue, 08 Mar 2016 11:39:44 -0700 - rev 338345
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1158363 - Enable robocop testTrackingProtection on Android 4.3; r=me
a92ceed7b946354fca537f4237b1b186a09a749d: Bug 1158384 - Enable robocop testBrowserDiscovery on Android 4.3; r=me
Geoff Brown <gbrown@mozilla.com> - Tue, 08 Mar 2016 11:39:44 -0700 - rev 338344
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1158384 - Enable robocop testBrowserDiscovery on Android 4.3; r=me
f088f4be649a92989052b79bd10b51d77d25d567: Bug 1253430 - Move most FinalTargetFiles into misc tier; r=glandium
Mike Shal <mshal@mozilla.com> - Wed, 02 Mar 2016 17:38:35 -0500 - rev 338343
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1253430 - Move most FinalTargetFiles into misc tier; r=glandium
MozReview-Commit-ID: 6FECvFAfE4E
16448c5d4d17b606c30bef742b9a3ad03b767b45: Bug 1254521 - Add return type docs for element.inViewport; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Tue, 08 Mar 2016 13:53:00 +0000 - rev 338342
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1254521 - Add return type docs for element.inViewport; r=automatedtester
MozReview-Commit-ID: Budv7EapTfo
0b53b870729065bf0f809747a09fd36e29eb7bc9: Bug 1254521 - Add return type docs for element.isVisible; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Tue, 08 Mar 2016 13:52:38 +0000 - rev 338341
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1254521 - Add return type docs for element.isVisible; r=automatedtester
MozReview-Commit-ID: 9tjnHPmYSdq
f2cdd79de5669658a512596aee365ff94dead662: Bug 1251763 - Reduce repetition in test_findelement.py; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Tue, 08 Mar 2016 16:44:41 +0000 - rev 338340
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1251763 - Reduce repetition in test_findelement.py; r=automatedtester
MozReview-Commit-ID: utpbgMlajl
f2a7717d73c08efff9a6cf574780a91c02efd40d: Bug 1251763 - Correct type check on singular returned elements; r=automatedtester
Andreas Tolfsen <ato@mozilla.com> - Tue, 08 Mar 2016 16:23:50 +0000 - rev 338339
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
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
1fc581388ffddc03cb60bccde8840e23b03aa565: Bug 1253651 - Undo changes to PATH made by activating virtualenv in mach artifact. r=glandium
Chris Manchester <cmanchester@mozilla.com> - Fri, 04 Mar 2016 14:45:00 -0800 - rev 338338
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1253651 - Undo changes to PATH made by activating virtualenv in mach artifact. r=glandium
The changes made to PATH by activating the in-tree virtualenv cause some git-cinnabar commands
in subprocesses to fail, because git cinnabar is expecting mercurial to be installed, while it
is not available from the in-tree virtualenv. To work around this, the changes to PATH made by
virtualenv are undone, allowing git-cinnabar to find system python, which is likely to have
mercurial installed.
MozReview-Commit-ID: 47ceHvMmuyf
3e9a803d69edcf799fc979690098f5a176584eac: Bug 1192910 - Ensure we flush paints on the main thread during an APZ flush. r=mstange
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 07 Mar 2016 16:27:44 -0500 - rev 338337
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1192910 - Ensure we flush paints on the main thread during an APZ flush. r=mstange
MozReview-Commit-ID: 61dyeqxxtVP
2a295c8a814b0809ec124c8f55ec8f5e2adc910b: Bug 1192910 - Stop triggering repaints when the displayport margins change without the displayport changing. r=kats
Markus Stange <mstange@themasta.com> - Mon, 07 Mar 2016 16:27:41 -0500 - rev 338336
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1192910 - Stop triggering repaints when the displayport margins change without the displayport changing. r=kats
MozReview-Commit-ID: K1g6sNlZdRk
69d79f3e6649eddd011b7985e163f1ff1bb41412: Bug 1250934: Modify MediaEngine shutdown to allow neutering the AudioDataListener r=padenot
Randell Jesup <rjesup@jesup.org> - Tue, 08 Mar 2016 12:11:09 -0500 - rev 338335
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1250934: Modify MediaEngine shutdown to allow neutering the AudioDataListener r=padenot
MozReview-Commit-ID: 7LeFAbaTHMY
3306d78706e661dd142c66f5534f6f3412afa7be: Bug 1250934: remove unused method from MediaStreamGraphImpl r=padenot
Randell Jesup <rjesup@jesup.org> - Tue, 08 Mar 2016 12:11:09 -0500 - rev 338334
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1250934: remove unused method from MediaStreamGraphImpl r=padenot
on IRC
MozReview-Commit-ID: 2o6v4T7e4Qw
c0ec7ef7bde9d5a5c54a0f47eb6b41f04bed376a: Bug 1250934: Only dig out cubeb deviceIDs immediately before use since they can be freed r=padenot
Randell Jesup <rjesup@jesup.org> - Tue, 08 Mar 2016 12:11:09 -0500 - rev 338333
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1250934: Only dig out cubeb deviceIDs immediately before use since they can be freed r=padenot
MozReview-Commit-ID: CyIk4WCuJ9s
5ef590cd6b52a3c8d6114eb6575e04b70ceb2f39: Bug 1250934: Make tests use the correct audio frequency when fake devices are used r=drno
Randell Jesup <rjesup@jesup.org> - Tue, 08 Mar 2016 12:11:09 -0500 - rev 338332
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1250934: Make tests use the correct audio frequency when fake devices are used r=drno
MozReview-Commit-ID: 7LROWzMLGyS
9475dd9b3bf359a9660b9192ec750557e6d94973: Bug 1250934: Update some MediaStreamGraph logging r=padenot
Randell Jesup <rjesup@jesup.org> - Tue, 08 Mar 2016 12:11:09 -0500 - rev 338331
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1250934: Update some MediaStreamGraph logging r=padenot
MozReview-Commit-ID: Hqo3vihDzcy
48cb1d9b30393be6b2bc930258ed280fb16549a4: Bug 1250934: Block GraphDriver switching if audio input is enabled (full-duplex) r=padenot
Randell Jesup <rjesup@jesup.org> - Tue, 08 Mar 2016 12:11:08 -0500 - rev 338330
Push
12482 by rlb@ipv.sx at Tue, 08 Mar 2016 22:33:36 +0000
Bug 1250934: Block GraphDriver switching if audio input is enabled (full-duplex) r=padenot
Also fixes a debug that would always report 'nil' for a pointer
MozReview-Commit-ID: 2xKD9s47d8z