6564561f0b39371b25fa0a424814f5a24d732f7e: Bug 1282004 - Convert TestMD4 CPP unit test into a GTest.
draft
Cykesiopka <cykesiopka.bmo@gmail.com> - Mon, 27 Jun 2016 09:06:51 -0700 - rev 381498
Push
21500 by cykesiopka.bmo@gmail.com at Mon, 27 Jun 2016 16:15:06 +0000
Bug 1282004 - Convert TestMD4 CPP unit test into a GTest.
Nothing in the file requires functionality provided by the CPP unit test harness,
so making the file a GTest makes it more accessible.
MozReview-Commit-ID: FaAtF0blCwV
0c434d9912188db9dd840ca0360b61ada7ebb3fb: Bug 1282004 - Make it easier to run all PSM GTests at once.
draft
Cykesiopka <cykesiopka.bmo@gmail.com> - Mon, 27 Jun 2016 09:06:43 -0700 - rev 381497
Push
21500 by cykesiopka.bmo@gmail.com at Mon, 27 Jun 2016 16:15:06 +0000
Bug 1282004 - Make it easier to run all PSM GTests at once.
Currently, running all the PSM GTests involves providing a filter that catches
all the various tests. This is annoying and error prone.
The changes here make running all PSM GTests as easy as:
mach gtest "psm*"
MozReview-Commit-ID: EqaysNvwJaQ
41ade96f74dd28d552189caa43366445cd33be78: Bug 1281259 - Port DXVA to gfxConfig
draft
eyim <eyim@mozilla.com> - Mon, 27 Jun 2016 11:56:19 -0400 - rev 381496
Push
21499 by bmo:eyim@mozilla.com at Mon, 27 Jun 2016 15:55:30 +0000
Bug 1281259 - Port DXVA to gfxConfig
MozReview-Commit-ID: FTYytpkS73M
495148ff2ab01fd0ed5c172289fe810048451f53: Bug 1279040 - Move 'run-wizard' binary out of docker image, r?dustin
draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Thu, 23 Jun 2016 10:00:54 -0400 - rev 381495
Push
21498 by ahalberstadt@mozilla.com at Mon, 27 Jun 2016 15:54:42 +0000
Bug 1279040 - Move 'run-wizard' binary out of docker image, r?dustin
The run-wizard binary (used by interactive workers) will likely need to
change relatively frequently. Therefore, it should be baked directly into
the docker image. This patch instead downloads it from the appropriate
commit on hg.mozilla.org, only when needed.
MozReview-Commit-ID: 70hlloywCSj
8567ce2d4b7cfc0e504b1b11beabaf131e87ad4c: Bug 1279040 - Move 'run-wizard' binary out of docker image, r?dustin
draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Thu, 23 Jun 2016 10:00:54 -0400 - rev 381494
Push
21497 by ahalberstadt@mozilla.com at Mon, 27 Jun 2016 15:51:40 +0000
Bug 1279040 - Move 'run-wizard' binary out of docker image, r?dustin
The run-wizard binary (used by interactive workers) will likely need to
change relatively frequently. Therefore, it should be baked directly into
the docker image. This patch instead downloads it from the appropriate
commit on hg.mozilla.org, only when needed.
MozReview-Commit-ID: 70hlloywCSj
2ed71f747d86b2b9080528dca7f13784f2b45512: Bug 1258505 - Report all missing test files before exiting; r?maja_zf
draft
Anjana Vakil <anjanavakil@gmail.com> - Fri, 24 Jun 2016 15:28:24 +0200 - rev 381493
Push
21496 by anjanavakil@gmail.com at Mon, 27 Jun 2016 15:51:22 +0000
Bug 1258505 - Report all missing test files before exiting; r?maja_zf
In BaseMarionetteArguments.verify_usage, print all missing
test file names before exiting, saving the user from
possibly facing multiple exits one after the other.
MozReview-Commit-ID: 8Q6Ixom1Rrz
ebabb7646438027cd305339d0330ed2c7615bf49: Bug 1258505 - Rewrite Marionette mach commands to avoid parse_args; r?maja_zf
draft
Anjana Vakil <anjanavakil@gmail.com> - Mon, 27 Jun 2016 17:35:30 +0200 - rev 381492
Push
21496 by anjanavakil@gmail.com at Mon, 27 Jun 2016 15:51:22 +0000
Bug 1258505 - Rewrite Marionette mach commands to avoid parse_args; r?maja_zf
Given the implementation of BaseMarionetteArguments.parse_known_args,
remove call to parser.parse_args in Marionette mach commands
(marionette-test, session-test,
firefox-ui-update, firefox-ui-functional,
external-media-tests).
Instead, create an argparse.Namespace from the already-parsed
arguments, and pass this to parser.verify_usage.
MozReview-Commit-ID: 20agrkhwlLF
9acc1bfe38e91f265ca2def6885d3bade9346811: Bug 1258505 - Implement BaseMarionetteArguments.parse_known_args; r?maja_zf
draft
Anjana Vakil <anjanavakil@gmail.com> - Mon, 27 Jun 2016 16:49:14 +0200 - rev 381491
Push
21496 by anjanavakil@gmail.com at Mon, 27 Jun 2016 15:51:22 +0000
Bug 1258505 - Implement BaseMarionetteArguments.parse_known_args; r?maja_zf
Implement BaseMarionetteArguments.parse_known_args, which is
expected by mach's command dispatcher.
Replaces BaseMarionetteArguments.parse_args,
as ArgumentParser.parse_args calls self.parse_known_args.
MozReview-Commit-ID: 9UDBbsSFWWw
b1a19a8a1e56fe2a402dec96372fd7896eb6d5fe: Bug 1281866 - Test gUM's NotReadableError.
draft
Jan-Ivar Bruaroey <jib@mozilla.com> - Mon, 27 Jun 2016 10:59:37 -0400 - rev 381490
Push
21495 by jbruaroey@mozilla.com at Mon, 27 Jun 2016 15:40:43 +0000
Bug 1281866 - Test gUM's NotReadableError.
MozReview-Commit-ID: UrMmhTFvrc
895ff4930aeaa7844487b038ab6e7cb8b0c655d3: Bug 1225044 - Workaround GTK windows freezing on unmap. r?karlt
draft
Andrew Comminos <andrew@comminos.com> - Fri, 24 Jun 2016 14:51:28 -0400 - rev 381489
Push
21494 by bmo:andrew@comminos.com at Mon, 27 Jun 2016 15:32:13 +0000
Bug 1225044 - Workaround GTK windows freezing on unmap. r?karlt
MozReview-Commit-ID: AMLk2Pe05JY
55cf1c28cb693b127f6e50ad0def2c6cbb56508d: Bug 1269342 - Integrate ClassicExtensionsUtils helpers into XPIProvider. r?aswan,kmag
draft
Luca Greco <lgreco@mozilla.com> - Thu, 09 Jun 2016 19:10:59 +0200 - rev 381488
Push
21493 by luca.greco@alcacoop.it at Mon, 27 Jun 2016 15:20:02 +0000
Bug 1269342 - Integrate ClassicExtensionsUtils helpers into XPIProvider. r?aswan,kmag
MozReview-Commit-ID: Iw47S7OMP5S
c5dacd59d04a0b33edd3be13d88504539623beaa: Bug 1281866 - Test gUM's NotReadableError.
draft
Jan-Ivar Bruaroey <jib@mozilla.com> - Mon, 27 Jun 2016 10:59:37 -0400 - rev 381487
Push
21492 by jbruaroey@mozilla.com at Mon, 27 Jun 2016 15:03:46 +0000
Bug 1281866 - Test gUM's NotReadableError.
MozReview-Commit-ID: UrMmhTFvrc
73eda03ecb845140dab9c92633c238cc41b548d2: Bug 1267403 - HTMLTooltip: add useXulWrapper option when displayed in a XUL document;r=ochameau,bgrins
draft
Julian Descottes <jdescottes@mozilla.com> - Mon, 27 Jun 2016 15:21:36 +0200 - rev 381486
Push
21491 by jdescottes@mozilla.com at Mon, 27 Jun 2016 14:54:05 +0000
Bug 1267403 - HTMLTooltip: add useXulWrapper option when displayed in a XUL document;r=ochameau,bgrins
The HTMLTooltip supports an additional configuration parameter "useXulWrapper".
When set to true, if the tooltip is displayed in a XUL document, a XUL panel
will be used as an additional container for the tooltip.
This allows the tooltip to be displayed anywhere on the screen and can be
useful when displayed in small toolboxes.
MozReview-Commit-ID: 63kv4vAeW5R
549cd015e5d8f6c2b371e70026deb35eef0a14dc: Bug 1282397 - prevent explicit null pointer dereference. r?jrmuizel
draft
Andi-Bogdan Postelnicu <bpostelnicu@mozilla.com> - Mon, 27 Jun 2016 17:23:10 +0300 - rev 381485
Push
21490 by bmo:bpostelnicu@mozilla.com at Mon, 27 Jun 2016 14:26:06 +0000
Bug 1282397 - prevent explicit null pointer dereference. r?jrmuizel
MozReview-Commit-ID: 5Bj0h5q04is
56e37e3e79b06ea3b71d1cc13c60ddfe6185f45f: Bug 1282420 - fix artifact builds so they don't depend on mach being invoked in the topsrcdir, r?chmanchester
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 27 Jun 2016 14:42:38 +0100 - rev 381484
Push
21489 by gijskruitbosch@gmail.com at Mon, 27 Jun 2016 13:46:44 +0000
Bug 1282420 - fix artifact builds so they don't depend on mach being invoked in the topsrcdir, r?chmanchester
MozReview-Commit-ID: BjgxYVI2se0
119c6de712d426fa9c063e4a010c52a567f9b0cc: Bug 1282423 - browser.js: Fix wrong open search expression. r?margaret
draft
Sebastian Kaspari <s.kaspari@gmail.com> - Mon, 27 Jun 2016 15:33:35 +0200 - rev 381483
Push
21488 by s.kaspari@gmail.com at Mon, 27 Jun 2016 13:34:20 +0000
Bug 1282423 - browser.js: Fix wrong open search expression. r?margaret
MozReview-Commit-ID: KUXP4qcV7sM
ddd20c9803adeeef2a2822cde929f6ac8dcc371d: Bug 1282424 - initialize member variable |mSpecularConstantInt| in SpecularLightingSoftware. r?jrmuizel
draft
Andi-Bogdan Postelnicu <bpostelnicu@mozilla.com> - Mon, 27 Jun 2016 16:26:01 +0300 - rev 381482
Push
21487 by bmo:bpostelnicu@mozilla.com at Mon, 27 Jun 2016 13:26:25 +0000
Bug 1282424 - initialize member variable |mSpecularConstantInt| in SpecularLightingSoftware. r?jrmuizel
MozReview-Commit-ID: 8ch1A9bGiBj
bd5015b518f2ef8141114fa799d9ffba135b5416: Bug 1252215 - [webext] Add Embedded Extensions helper to ClassicExtensionsUtils. r?kmag,aswan
draft
Luca Greco <lgreco@mozilla.com> - Sun, 19 Jun 2016 15:13:09 +0200 - rev 381481
Push
21486 by luca.greco@alcacoop.it at Mon, 27 Jun 2016 12:49:26 +0000
Bug 1252215 - [webext] Add Embedded Extensions helper to ClassicExtensionsUtils. r?kmag,aswan
This patch introduces helper for the embedding of a webextension (and new related tests).
The new exported helpers are going to be integrated in the XPIProvider
to provide the Embedded WebExtension to the Classic Extensions which
have enabled it in their install.rdf
MozReview-Commit-ID: 7M1DRkXjGat
ad1cb902efad99519061733054e9805e4760d722: Bug 1252215 - [webext] add sendMessage support and mochitest to ClassicExtensionContext. r=aswan,kmag
draft
Luca Greco <lgreco@mozilla.com> - Tue, 17 May 2016 14:24:52 +0200 - rev 381480
Push
21486 by luca.greco@alcacoop.it at Mon, 27 Jun 2016 12:49:26 +0000
Bug 1252215 - [webext] add sendMessage support and mochitest to ClassicExtensionContext. r=aswan,kmag
MozReview-Commit-ID: 4tR6UVGBfQv
e78fd3c0403cd751d4b7e4a21d578af55adbf112: Bug 1252215 - [webext] Add xpcshell test for ClassicExtensionContext params validation. r=kmag,aswan
draft
Luca Greco <lgreco@mozilla.com> - Wed, 25 May 2016 20:11:07 +0200 - rev 381479
Push
21486 by luca.greco@alcacoop.it at Mon, 27 Jun 2016 12:49:26 +0000
Bug 1252215 - [webext] Add xpcshell test for ClassicExtensionContext params validation. r=kmag,aswan
MozReview-Commit-ID: 3heZceJK85w