ef145592225f7a5b99cdc54f2c0eda6fa2687baa: Bug 1337536 - MessageType ctor assert should check cdtype. r=billm
draft
Andrew McCreight <continuation@gmail.com> - Tue, 07 Feb 2017 14:15:31 -0800 - rev 480699
Push
44634 by bmo:continuation@gmail.com at Wed, 08 Feb 2017 20:41:52 +0000
Bug 1337536 - MessageType ctor assert should check cdtype. r=billm
type is some existing Python object, so this assertion can never fail.
Looking at GatherDecls::visitMessageDecl, I think this is supposed to
be checking cdecl.
MozReview-Commit-ID: 8Oppw5SYdWO
1852753a1879a172e7cac410cb35597b1e5be3fb: Bug 1336589 - Don't check struct decls from an included file in the context of the includee. r=billm
draft
Andrew McCreight <continuation@gmail.com> - Wed, 08 Feb 2017 11:07:24 -0800 - rev 480698
Push
44634 by bmo:continuation@gmail.com at Wed, 08 Feb 2017 20:41:52 +0000
Bug 1336589 - Don't check struct decls from an included file in the context of the includee. r=billm
See MutRecHeader1.ipdlh for a more detailed explanation.
MozReview-Commit-ID: JHYd7qKSjrr
d000b3d66aedf711381f7e96b1bfb882962e635b: Bug 1333713 Split up browser_extension_update.js
draft
Andrew Swan <aswan@mozilla.com> - Wed, 08 Feb 2017 12:35:33 -0800 - rev 480697
Push
44633 by aswan@mozilla.com at Wed, 08 Feb 2017 20:37:04 +0000
Bug 1333713 Split up browser_extension_update.js
MozReview-Commit-ID: Cu2MjfBqmZW
4946ff22ed50e3e55d8cd215fe9d03194baddbb7: Bug 964133 - Add mach command for webrtc.org unit tests; r?chmanchester
draft
Dan Minor <dminor@mozilla.com> - Thu, 26 Jan 2017 13:23:44 -0500 - rev 480696
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Add mach command for webrtc.org unit tests; r?chmanchester
MozReview-Commit-ID: HJ1eNdaqIQM
f146cf09f38b8b8771706c6e6e626b85535096d5: Bug 964133 - Build webrtc.org unit tests; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Wed, 08 Feb 2017 08:45:52 -0500 - rev 480695
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Build webrtc.org unit tests; r?jesup
MozReview-Commit-ID: IMNN3ezEm50
ee2f821bb5cb74a79bf61b0b595579eb20ffb79e: Bug 964133 - Add stub implementation of OSXRunLoopSingleton.cpp; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Tue, 07 Feb 2017 13:47:00 -0500 - rev 480694
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Add stub implementation of OSXRunLoopSingleton.cpp; r?jesup
MozReview-Commit-ID: 8yJh0V2rLoR
7611162a33cd7857a6bceeb03e3f6137d49ac893: Bug 964133 - Fix clang static analysis errors; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Mon, 06 Feb 2017 13:45:30 -0500 - rev 480693
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Fix clang static analysis errors; r?jesup
MozReview-Commit-ID: I2vntE53ZdJ
9bb4c2de46cd73ba10451c76192b0dfda03b3d6a: Bug 964133 - Don't build duplicate snprintf in port.cc; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Fri, 03 Feb 2017 11:05:47 -0500 - rev 480692
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Don't build duplicate snprintf in port.cc; r?jesup
MozReview-Commit-ID: LuSDqe7w2E6
e0dd0b6a1b60914852ca937b141e6810fa32f9b0: Bug 964133 - Fixup FakeIPC to build on windows; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Mon, 30 Jan 2017 15:37:57 -0500 - rev 480691
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Fixup FakeIPC to build on windows; r?jesup
MozReview-Commit-ID: 2Jm82qs4hFL
db284ac53041aba965f83db2c63181f9517f3b37: Bug 964133 - Move FakeIPC to webrtc.org gtest; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Fri, 13 Jan 2017 14:03:17 -0500 - rev 480690
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Move FakeIPC to webrtc.org gtest; r?jesup
These were written for the signaling tests but are no longer needed there
because those tests need to link against libxul. They are still useful for the
webrtc.org unit tests, so we should move them there.
MozReview-Commit-ID: GVskiZebq19
6f2d539e27aec6ea87815a33e3c3792b0094c51a: Bug 964133 - move nICEr and nrappkit to libxul; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Fri, 13 Jan 2017 09:28:43 -0500 - rev 480689
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - move nICEr and nrappkit to libxul; r?jesup
Building these as part of the webkit lib causes problems when trying to link
the webrtc.org unit tests.
MozReview-Commit-ID: 7ThU7hAwRX0
ca2014292f75e850da0f3b2b47e1d4ba1bd62709: Bug 964133 - Update webrtc gtest and add gflags and gmock to match webrtc.org branch 49; r?jesup
draft
Dan Minor <dminor@mozilla.com> - Wed, 08 Feb 2017 10:39:41 -0500 - rev 480688
Push
44632 by dminor@mozilla.com at Wed, 08 Feb 2017 20:31:27 +0000
Bug 964133 - Update webrtc gtest and add gflags and gmock to match webrtc.org branch 49; r?jesup
This updates the sdp_file_parser build to use the webrtc version of gtest.
It changes visibility of the environ extern in gtest-death-test.cc, which
is necessary for the Linux build machines. I cherry-picked it from the
version of gtest under testing/gtest.
MozReview-Commit-ID: HUI1wFoCDy9
91ffff96c8f5217f0da4d54f935f529c5cfb653d: Bug 1315953 - Skip search related browser chrome tests on artifact builds. r=mkaply
draft
Chris Manchester <cmanchester@mozilla.com> - Tue, 07 Feb 2017 16:55:38 -0800 - rev 480687
Push
44631 by bmo:cmanchester@mozilla.com at Wed, 08 Feb 2017 20:28:20 +0000
Bug 1315953 - Skip search related browser chrome tests on artifact builds. r=mkaply
MozReview-Commit-ID: Bxzqm9Mn6zR
32e216a6a3b3a49dffa8726c83b46243f393a057: Bug 1336085 Apply updates with only non-promptable permissions automatically
draft
Andrew Swan <aswan@mozilla.com> - Wed, 08 Feb 2017 12:09:49 -0800 - rev 480686
Push
44630 by aswan@mozilla.com at Wed, 08 Feb 2017 20:25:09 +0000
Bug 1336085 Apply updates with only non-promptable permissions automatically
MozReview-Commit-ID: 8Sc4WhstrCg
ed6c112460128d1c0495a0ed2266170ced248222: Bug 1325485 - Upload buildsymbols from android artifact builds in automation. r=nalexander
draft
Chris Manchester <cmanchester@mozilla.com> - Wed, 08 Feb 2017 12:22:17 -0800 - rev 480685
Push
44629 by bmo:cmanchester@mozilla.com at Wed, 08 Feb 2017 20:22:37 +0000
Bug 1325485 - Upload buildsymbols from android artifact builds in automation. r=nalexander
MozReview-Commit-ID: GVUxwVCo91L
5afb3583c4426d3903b00e879a248a19cb02bd31: Bug 1197325 - Remove now unused genisoimage. r=ted
draft
Justin Wood <Callek@gmail.com> - Thu, 02 Feb 2017 10:10:27 -0500 - rev 480684
Push
44628 by Callek@gmail.com at Wed, 08 Feb 2017 20:19:05 +0000
Bug 1197325 - Remove now unused genisoimage. r=ted
MozReview-Commit-ID: AO3RgE4SdsH
18d4e2fa3af4a387bf5e08f987d44a0a658ac1d3: Bug 1197325 -- Set volume icon for DMG in Linux->Mac cross compiles. r=ted
draft
Justin Wood <Callek@gmail.com> - Mon, 30 Jan 2017 17:32:32 -0500 - rev 480683
Push
44628 by Callek@gmail.com at Wed, 08 Feb 2017 20:19:05 +0000
Bug 1197325 -- Set volume icon for DMG in Linux->Mac cross compiles. r=ted
MozReview-Commit-ID: C4LFZB6msmL
bc20b8c35b8d62b2230f52a076c619fc674047e1: Bug 1197325 - Generate mkfs.hfsplus. r=ted
draft
Justin Wood <Callek@gmail.com> - Mon, 30 Jan 2017 13:12:57 -0500 - rev 480682
Push
44628 by Callek@gmail.com at Wed, 08 Feb 2017 20:19:05 +0000
Bug 1197325 - Generate mkfs.hfsplus. r=ted
MozReview-Commit-ID: Dl0eBQR8XFR
6a79cdcae7d1ecaafd9c37d3b0328ebd537e2708: Bug 1003417 - Add task for running mozbase python tests on linux, r?dustin
draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Fri, 02 Dec 2016 17:21:54 -0500 - rev 480681
Push
44627 by ahalberstadt@mozilla.com at Wed, 08 Feb 2017 20:16:08 +0000
Bug 1003417 - Add task for running mozbase python tests on linux, r?dustin
This also adds a new 'py' group which should help make it obvious which tasks are python
unittests. The tg and MH tasks won't show up in this new py group right away due to a
caching bug in the treeherder database, but eventually they should move over.
MozReview-Commit-ID: JwL1NAR4bnY
34d735e7ec2e991d85b4164456bc88ca8f61d333: Bug 1003417 - Use 'ip addr show' instead of 'ifconfig' for moznetwork tests, r?ted
draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Fri, 06 Jan 2017 11:19:19 -0500 - rev 480680
Push
44627 by ahalberstadt@mozilla.com at Wed, 08 Feb 2017 20:16:08 +0000
Bug 1003417 - Use 'ip addr show' instead of 'ifconfig' for moznetwork tests, r?ted
The taskcluster docker image for source-check tasks does not have 'ifconfig' installed. We
could add this package, but ifconfig is more or less deprecated in favour of 'ip addr show'.
Although the formats of both commands are different, because the test pulls ip addresses out
of the output with regexes, the only change that is needed to make sure the tests still pass
is to change the command.
MozReview-Commit-ID: 758Qb6KSHzS