Commit Graph

563408 Commits

Author SHA1 Message Date
Sebastian Hengst
30f55ebf1c Backed out changeset e7f4ffe10569 (bug 1406763) for linting failure at testing/marionette/session.js:317: Missing semicolon. r=backout
--HG--
extra : amend_source : 5d60f5989940fe9cda6810e34dc7637e586bd4b3
2017-10-12 20:51:44 +02:00
Sebastian Hengst
1237c730d7 Backed out changeset 0ce17eb985f1 (bug 1406763) 2017-10-12 20:51:38 +02:00
Sebastian Hengst
a19b8a7f82 Backed out changeset b85be3749e70 (bug 1406763) 2017-10-12 20:51:33 +02:00
Nick Alexander
bcdb2e2621 Bug 1352599 - Follow-up: Fix Python lint errors. r=Aryx 2017-10-12 20:48:22 +02:00
Henrik Skupin
06432fe10f Bug 1406763 - Fix broken Assert.throws() calls for error class. r=ato
MozReview-Commit-ID: H1fw7VitAyO

--HG--
extra : rebase_source : 18c741c99eda35e1084dfb51ea7ae72569428ac4
2017-10-12 17:56:31 +02:00
Henrik Skupin
b16adff69a Bug 1406763 - Strip brackets around IPv6 addresses for proxy hosts. r=ato
The WebDriver specification requires IPv6 addresses to be always added
with brackets for proxy hosts. But Firefox itself handles those without
brackets for both the proxy host, and the noProxy settings.

MozReview-Commit-ID: 9vpvXjDDuxd

--HG--
extra : rebase_source : 0fa109cd8993df980e28c57a7ec3857e9e2ff932
2017-10-09 14:10:03 +02:00
Henrik Skupin
1f294b4563 Bug 1406763 - Refactor xpcshell proxy tests for fromJson and toJson. r=ato
To ensure that both methods are working as expected, they cannot be
used in combination for assertions.

MozReview-Commit-ID: 57jYmPejEq0

--HG--
extra : rebase_source : 59ffe0e20cab92535270e3ed3139a9439dc24107
2017-10-11 00:26:22 +02:00
Pyfisch
5e666b3469 servo: Merge #18851 - Update WPT (from jdm:updatewpt4); r=jdm
This syncs us with 524bea1dd8d0ad58733072bd4e8b8044042f589e from web-platform-tests.

Source-Repo: https://github.com/servo/servo
Source-Revision: 8171a5f7fe31a6b67a6a0ebcb25a024002a625bf

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 0ec3a7d25540072672d27413a20a5f9725729e0e
2017-10-12 12:08:04 -05:00
Ted Campbell
810352b6f4 Bug 1402596 - Init Promise job queue on cooperative threads (jsshell) r=till
MozReview-Commit-ID: 6ikd7yZyIRk

--HG--
extra : rebase_source : 97c356490a938d98a1daaae3cdc28809b9f8ef94
2017-10-11 11:32:32 -04:00
Luca Greco
0b5ad6f6a3 Bug 1403349 - Add a new webNavigation test for window.open called with a named window target. r=aswan
MozReview-Commit-ID: Aj8uMtcGwJx

--HG--
extra : rebase_source : 9e20e35adf0c0198e41c14f5d5a89a4ceb6e7a08
2017-09-28 22:04:14 +02:00
Luca Greco
68f1169aaf Bug 1403349 - Prevent WebNavigation jsm to leak the sourceTab browser on unpaired CreatedNavigationTarget messages. r=aswan
This applies the following changes:

- store a weak reference to the browser element in the WebNavigation.jsm Manager's map
  of pending CreatedNavigationTarget messages

- when a CreatedNavigationTarget message is received from a sourceTab
  for a created window that is not currently tracked in the map
  (e.g. it has been immediately closed), the message received from the sourceTab
  is not saved in the map of the pending CreatedNavigationTarget (and a message
  is logged in the console to make easier to investigate issues related to discarded
  CreatedNavigationTarget events).

- adds an additional assertion to the related test case to ensure that no CreatedNavigationTarget
  message is still pending in the WebNavigation/jsm's Manager.

MozReview-Commit-ID: FijQ8IqiY8L

--HG--
extra : rebase_source : 20e5c27ba18f7f05f9076db19091f1c1153a6c39
2017-09-27 19:07:41 +02:00
Luca Greco
82830bb0ac Bug 1403349 - Fix wrong sourceTabId on webNavigation.onCreatedTarget event. r=aswan
This changes fixes the regression introduced by Bug 1355120 and adds a new
test case which contains a browserAction popup which open and immediately
close a new window and ensure that the received onCreatedNavigationTarget
is the expected one.

MozReview-Commit-ID: JIcVCpBTpxj

--HG--
extra : rebase_source : 0966eba7c752068522400b032a8018b96e9dcda9
2017-09-27 14:24:54 +02:00
Andreas Tolfsen
de6c4ea219 Bug 1403577 - Use named imports. r=whimboo
MozReview-Commit-ID: 9VXO5a0xFIq

--HG--
extra : rebase_source : 202b3a7c650db8abc5727bef95d3cd62a2d4a4c3
2017-09-30 18:11:17 +01:00
Andreas Tolfsen
abc1f1a9bf Bug 1403577 - Fix Message, Command, and Response docs. r=whimboo
MozReview-Commit-ID: A3iU083gjSx

--HG--
extra : rebase_source : b68b8d764101f39289e77f28d1738cd71ea495c5
2017-09-30 18:15:03 +01:00
Andreas Tolfsen
c8087a4a76 Bug 1403577 - Rename TYPE identifier to Type. r=whimboo
MozReview-Commit-ID: KqN7GPnI288

--HG--
extra : rebase_source : cd8863e33ba365f975a3492d2763861289b2e0bb
2017-09-30 18:28:32 +01:00
Andreas Tolfsen
3077e8cfec Bug 1403577 - Associate message origin enum with Message type. r=whimboo
The MessageOrigin enum is removed as a separate type and
exposed as Message.Origin.  The enum variants can be accessed as
Message.Origin.Client and Message.Origin.Server.

MozReview-Commit-ID: 1caPthSMIWx

--HG--
extra : rebase_source : 2e59d77e22ad1a35a072005131b45a4cfc8851a5
2017-09-30 18:13:23 +01:00
Andreas Tolfsen
f9fbf15007 Bug 1403577 - Rename toMsg/fromMsg to toPacket/fromPacket. r=whimboo
MozReview-Commit-ID: 3adU2xTHo1X

--HG--
extra : rebase_source : bd400cb879bfb54b78d87b733ef0610f538674f4
2017-09-30 18:10:39 +01:00
Andreas Tolfsen
92ab47fa39 Bug 1403577 - Add utility for truncating strings. r=whimboo
Introduces a utility that truncates strings in potentially arbitrary
object structures.  This allows JSON structures that contain long
strings to be shortened with an " ..." appendix for pretty logging
when data integrity is not a vital concern.

The maximum string length is currently set to 250 characters, which
is a number I have pulled out of a hat.

MozReview-Commit-ID: 2gauOvMzBCO

--HG--
extra : rebase_source : cea57d348a61ecd11a5a9cf564ed60737923f380
2017-09-30 17:06:29 +01:00
Andreas Tolfsen
ab81fe7187 Bug 1407969 - TLSify Ruby docs links. r=maja_zf
DONTBUILD

MozReview-Commit-ID: JBn7Ih8BJZ0

--HG--
extra : rebase_source : 911fdbcf28ea66bc87f8db625a0867a80311c54e
2017-10-12 12:58:57 +01:00
Andreas Tolfsen
23aff95abd Bug 1407969 - Use FirefoxDriverLogLevel for Java example. r=maja_zf
The Java client provides two setLogLevel methods in the
FirefoxOptions class.  It is recommended to use the one that accepts
FirefoxDriverLogLevel, as the other one is deprecated.

DONTBUILD

Thanks-to: Alexei Barantsev <barancev@gmail.com>
MozReview-Commit-ID: Fc6p7Gxwn5X

--HG--
extra : rebase_source : 97380c842929328c2785015c2910a3a19b7533d9
2017-10-12 12:56:44 +01:00
Andreas Tolfsen
22a6f8165e Bug 1407969 - Add C# code example. r=maja_zf
DONTBUILD

Thanks-to: Jim Evans <james.h.evans.jr@gmail.com>
MozReview-Commit-ID: DF1HJUj3Yin

--HG--
extra : rebase_source : 82218ea2177460b6ea208b107a874dad2d380176
2017-10-12 12:54:26 +01:00
Andreas Tolfsen
b7868a5aa8 Bug 1407969 - Make Ruby example more ergonomic. r=maja_zf
It is better in Ruby to explicitly set the client logger to a certain
level, than relying on the DEBUG output variable or the -d flag,
even though they are all equivalent.

DONTBUILD

Thanks-to: Lucas Tierney <lucast1533@gmail.com>
Thanks-to: p0deje <p0deje@gmail.com>
MozReview-Commit-ID: Eyt9zy0ucZS

--HG--
extra : rebase_source : 0031a1acf8cb8b8b742d03e86d332d9e2d071bb2
2017-10-12 12:50:52 +01:00
Andreas Tolfsen
0de2871e52 Bug 1407969 - Organise code examples alphabetically. r=maja_zf
DONTBUILD

MozReview-Commit-ID: C2H3k1r5gWF

--HG--
extra : rebase_source : a666cc247f3139fd5f4590ebdf0511d258c27f31
2017-10-12 12:50:11 +01:00
Andreas Tolfsen
52487ba035 Bug 1407714 - Update geckodriver contribution guide. r=maja_zf
The geckodriver contribution guide is outdated and talks about
contributing to the GitHub repository.  We have since moved
geckodriver to mozilla-central and the documentation should reflect this.

This patch additionally expands the guide to talk about building
and running tests, communication channels, as well as some spare
documentation on submitting patches.

DONTBUILD

MozReview-Commit-ID: 8ZMrDkAdB6U

--HG--
extra : rebase_source : 78608e518187625dd022d6dacdd68ab17b3c8d8c
2017-10-11 18:47:59 +01:00
Andreas Tolfsen
1967321fc0 Bug 1407716 - Convert Marionette README to Markdown. r=maja_zf
This is a plain conversion of the Marionette README to Markdown
syntax.  The documentation itself is not great and could use more
love, but this is considered out of scope for this change.

DONTBUILD

MozReview-Commit-ID: IAdLyPPVFJH

--HG--
extra : rebase_source : be52f528144d70a50080f65475bd50f81b81e16b
2017-10-11 19:12:58 +01:00
Andreas Tolfsen
2449282a05 Bug 1407963 - Link to doc/TraceLogs.md from issue template. r=maja_zf
DONTBUILD

MozReview-Commit-ID: 54AJAExTdhw

--HG--
extra : rebase_source : aaa6c123e7848de863db67b4e1c5fa1b98dc37fe
2017-10-12 12:15:04 +01:00
Andreas Tolfsen
cfd3f0d985 Bug 1407963 - Sync issue template with GitHub. r=maja_zf
The issue template was changed on GitHub directly.  This syncs it back.

DONTBUILD

MozReview-Commit-ID: 56xOX0LfHXp

--HG--
extra : rebase_source : d09e14275bf8bddaa0e47ee6c62dab8cbad07f59
2017-10-12 12:07:59 +01:00
Thom Chiovoloni
7555b605f1 Bug 1407082 - Handle more kinds of errors in SyncTelemetry.transformError. r=kitcambridge
MozReview-Commit-ID: CjwY7w7vUqs

--HG--
extra : rebase_source : 4030ab88c3eccd755272499ff0527e9e316998b1
2017-10-10 12:31:42 -04:00
Nick Alexander
44b6375075 Bug 1405412 - Post: Remove JDK repackaging script. r=dustin
I don't think (the output of) this script is used anywhere.

MozReview-Commit-ID: DwMFtpozjNL

--HG--
extra : rebase_source : 36b3cbe1a6a9e5cd163782c1c13653be8558a03a
2017-10-05 16:57:40 -07:00
Nick Alexander
962b96fa44 Bug 1405412 - Migrate Android SDK to android-sdk-linux toolchain task. r=dustin
The only tricky piece here is that the resulting toolchain archive is
private, and uses a newly allocated Task Cluster scope
(queue:get-artifact:project/gecko/android-sdk/*) to restrict access to
the archive.  All SCM levels (1, 2, 3) have been given the new scope:
see https://tools.taskcluster.net/auth/roles/moz-tree:level:1 and
friends.

MozReview-Commit-ID: CcDqDOHODpe

--HG--
extra : rebase_source : 062bca8c65556f0f46e9c9cc6cd81eb04cf2b522
2017-10-03 11:45:27 -07:00
Nick Alexander
6740f348bb Bug 1405412 - Pre: Allow toolchain task images to not cache tc-vcs. r=dustin
Not all Docker images are configured for tc-vcs caches: in particular,
android-build is not configured.  Until we fully remove tc-vcs, this
will let toolchain tasks use non-tc-vcs caching images.

MozReview-Commit-ID: CYSdn2kpF3S

--HG--
extra : rebase_source : 4f032650baaa49537ffd894b34e936af2141a330
2017-10-05 15:55:23 -07:00
Nick Alexander
b12ab072d2 Bug 1406196 - Move GRADLE_USER_HOME in tree. r=maliu
The goal of this approach is to tell Gradle to not connect (or allow
it to connect) to the network when fetching dependencies.  No Android
automation tasks should fetch from the network, except the toolchain
tasks (which are specially intended to do so).

It's difficult to arrange this without including the `--offline` flag
everywhere.  It _should_ be possible to set offline using an
environment variable -- which would allow us to get rid of these
dotgradle-* files -- but offline isn't an option in
https://docs.gradle.org/4.2.1/userguide/build_environment.html#sec:gradle_configuration_properties
(and certainly not in earlier versions either).  Therefore,
environment variable that points to an init.gradle file in automation.

Before this patch, the files telling Gradle whether to start offline
were fetched from tooltool.  That's just a layer that doesn't need to
be there.

None of this impacts local developers.

MozReview-Commit-ID: LAXktbBu1Az

--HG--
extra : rebase_source : d23801643d32135a87d410bf5e8508da556ef9be
2017-10-12 10:22:23 -07:00
Nick Alexander
2464b13257 Bug 1406196 - Pre: Cull unused Gradle plugin. r=maliu
This just isn't used any more; get rid of it.  We might want to put
Gradle packages in the tree in the future, so keep
mobile/android/gradle/m2repo.

MozReview-Commit-ID: Gc7TzAqCVsa

--HG--
extra : rebase_source : e60ca18ee19269721c3ecface515c3bba8089f72
2017-10-05 15:00:53 -07:00
Mark Banner
432b83688e Bug 1407967 - Fix comparison checks in lz4 tests incorrectly comparing arrays to themselves. r=Yoric
MozReview-Commit-ID: GBfydwjXPcw

--HG--
extra : rebase_source : 8227add4fd027670d6d4373a0951c3f08729a0d0
2017-10-12 12:23:03 +01:00
Nils Ohlmeier [:drno]
660bb85308 Bug 1407492: remove aec log dir user pref. r=mjf
MozReview-Commit-ID: 5oNuOrSHY2y

--HG--
extra : rebase_source : 4fdf9a7cd4e88dde6b7ac583007ae90fed7fb0fe
2017-10-10 19:43:37 -07:00
Nick Alexander
6e98033aa9 Bug 1352599 - Part 2: Add PROGUARD_JAR configure option. r=chmanchester
MozReview-Commit-ID: 9ZHaGfmrjNI

--HG--
extra : rebase_source : 4885fcc538dcb50a99e83e787715a309b480c62e
2017-10-02 15:26:25 -07:00
Nick Alexander
f5c43c8ddc Bug 1352599 - Part 1: Add a Proguard toolchain task for Android builds. r=froydnj
MozReview-Commit-ID: 5lyHGLkzyg

--HG--
extra : rebase_source : dc75874944d9559a69f495cbca5f492bf464c9d4
2017-10-02 13:27:51 -07:00
Chris H-C
c1d5ef8386 bug 1405299 - Do not attempt to upload pings if sending is not yet enabled r=Dexter
TelemetrySend may at any time be notified it can upload. This includes before
when setup() is called. Since setup will attempt to upload when it runs, we can
safely ignore a too-early notify.

MozReview-Commit-ID: 9aeYitCpcIJ

--HG--
extra : rebase_source : 203b25780a6ee12ed85a8f80f286b9e21bf77add
2017-10-11 16:22:14 -04:00
Chris H-C
da011b0adc bug 1405299 - Key loadArchivedPing's stopwatches for re-entrancy r=Dexter
loadArchivedPing is asynchronous, so it may be re-entrant. Key the stopwatches
against the ping id so it measures what it should and stops complaining.

MozReview-Commit-ID: GdHH5N8B4V7

--HG--
extra : rebase_source : 2ae8fba3bd38bb17ab3aae8443f7d2b9871ed963
2017-10-11 12:53:37 -04:00
Zibi Braniecki
09f831b269 Bug 1395363 - Switch to webextension-langpacks. r=Pike
MozReview-Commit-ID: HFT0v0yWVVC

--HG--
extra : rebase_source : 8955a39ca7fb3b903ae611940c34952e970e84a1
2017-10-06 15:15:39 -07:00
Ryan VanderMeulen
99cae4563d Backed out changeset 2ab5ef946a40 (bug 1406510) for test failures.
--HG--
extra : rebase_source : 936bc3f10b1c11ebcb722fe3047fc2f30f0a1b7c
2017-10-12 12:58:00 -04:00
Edouard Oger
3b8448fae3 Bug 1401749 - Remove fallback int->boolean conversion in FxAccountsDevice. r=Grisha
MozReview-Commit-ID: miGvypXH1C

--HG--
extra : rebase_source : 2d374b627f05e88836893ef4e4e8a0375098ebb8
2017-10-10 12:53:09 -04:00
Dão Gottwald
a9c5ea4a49 Bug 1406735 - Prevent pinned tab separator from overlapping the tab background. r=johannh
MozReview-Commit-ID: 2w3MGQOdP7K

--HG--
extra : rebase_source : 11038274d03b5ab03fa9d857a4d1635242374446
2017-10-12 17:13:55 +02:00
Alexis Beingessner
e95ab353d6 Bug 1406510 - rewrite TextDrawTarget to push directly into display list. r=jrmuizel
MozReview-Commit-ID: 7rPGlYmmgeg

--HG--
extra : rebase_source : 4b754ee3aea5f7cfb6bceb18447540d1a04da830
2017-10-06 13:06:10 -04:00
Ian Moody
4a372705ff Bug 1403224 - Add tests for MatchPattern.subsumes(). r=aswan
MozReview-Commit-ID: 8Wi4d4BVApq

--HG--
extra : rebase_source : e56dda52a5bcc72abd150c6488a2d4aba5a71bec
2017-09-26 19:36:32 +01:00
Emilio Cobos Álvarez
1fd7fc90ca No bug - Revendor rust dependencies. r=me
MozReview-Commit-ID: 5t9KFJN5yDQ


--HG--
rename : third_party/rust/bindgen-0.29.0/.github/ISSUE_TEMPLATE.md => third_party/rust/bindgen-0.29.1/.github/ISSUE_TEMPLATE.md
rename : third_party/rust/bindgen-0.29.0/.travis.yml => third_party/rust/bindgen-0.29.1/.travis.yml
rename : third_party/rust/bindgen-0.29.0/CONTRIBUTING.md => third_party/rust/bindgen-0.29.1/CONTRIBUTING.md
rename : third_party/rust/bindgen-0.29.0/LICENSE => third_party/rust/bindgen-0.29.1/LICENSE
rename : third_party/rust/bindgen-0.29.0/README.md => third_party/rust/bindgen-0.29.1/README.md
rename : third_party/rust/bindgen-0.29.0/appveyor.yml => third_party/rust/bindgen-0.29.1/appveyor.yml
rename : third_party/rust/bindgen-0.29.0/book/book.toml => third_party/rust/bindgen-0.29.1/book/book.toml
rename : third_party/rust/bindgen-0.29.0/book/src/SUMMARY.md => third_party/rust/bindgen-0.29.1/book/src/SUMMARY.md
rename : third_party/rust/bindgen-0.29.0/book/src/blacklisting.md => third_party/rust/bindgen-0.29.1/book/src/blacklisting.md
rename : third_party/rust/bindgen-0.29.0/book/src/chapter_1.md => third_party/rust/bindgen-0.29.1/book/src/chapter_1.md
rename : third_party/rust/bindgen-0.29.0/book/src/command-line-usage.md => third_party/rust/bindgen-0.29.1/book/src/command-line-usage.md
rename : third_party/rust/bindgen-0.29.0/book/src/cpp.md => third_party/rust/bindgen-0.29.1/book/src/cpp.md
rename : third_party/rust/bindgen-0.29.0/book/src/customizing-generated-bindings.md => third_party/rust/bindgen-0.29.1/book/src/customizing-generated-bindings.md
rename : third_party/rust/bindgen-0.29.0/book/src/introduction.md => third_party/rust/bindgen-0.29.1/book/src/introduction.md
rename : third_party/rust/bindgen-0.29.0/book/src/library-usage.md => third_party/rust/bindgen-0.29.1/book/src/library-usage.md
rename : third_party/rust/bindgen-0.29.0/book/src/nocopy.md => third_party/rust/bindgen-0.29.1/book/src/nocopy.md
rename : third_party/rust/bindgen-0.29.0/book/src/opaque.md => third_party/rust/bindgen-0.29.1/book/src/opaque.md
rename : third_party/rust/bindgen-0.29.0/book/src/replacing-types.md => third_party/rust/bindgen-0.29.1/book/src/replacing-types.md
rename : third_party/rust/bindgen-0.29.0/book/src/requirements.md => third_party/rust/bindgen-0.29.1/book/src/requirements.md
rename : third_party/rust/bindgen-0.29.0/book/src/tutorial-0.md => third_party/rust/bindgen-0.29.1/book/src/tutorial-0.md
rename : third_party/rust/bindgen-0.29.0/book/src/tutorial-1.md => third_party/rust/bindgen-0.29.1/book/src/tutorial-1.md
rename : third_party/rust/bindgen-0.29.0/book/src/tutorial-2.md => third_party/rust/bindgen-0.29.1/book/src/tutorial-2.md
rename : third_party/rust/bindgen-0.29.0/book/src/tutorial-3.md => third_party/rust/bindgen-0.29.1/book/src/tutorial-3.md
rename : third_party/rust/bindgen-0.29.0/book/src/tutorial-4.md => third_party/rust/bindgen-0.29.1/book/src/tutorial-4.md
rename : third_party/rust/bindgen-0.29.0/book/src/tutorial-5.md => third_party/rust/bindgen-0.29.1/book/src/tutorial-5.md
rename : third_party/rust/bindgen-0.29.0/book/src/tutorial-6.md => third_party/rust/bindgen-0.29.1/book/src/tutorial-6.md
rename : third_party/rust/bindgen-0.29.0/book/src/using-unions.md => third_party/rust/bindgen-0.29.1/book/src/using-unions.md
rename : third_party/rust/bindgen-0.29.0/book/src/whitelisting.md => third_party/rust/bindgen-0.29.1/book/src/whitelisting.md
rename : third_party/rust/bindgen-0.29.0/build.rs => third_party/rust/bindgen-0.29.1/build.rs
rename : third_party/rust/bindgen-0.29.0/ci/assert-docs.sh => third_party/rust/bindgen-0.29.1/ci/assert-docs.sh
rename : third_party/rust/bindgen-0.29.0/ci/assert-no-diff.bat => third_party/rust/bindgen-0.29.1/ci/assert-no-diff.bat
rename : third_party/rust/bindgen-0.29.0/ci/assert-no-diff.sh => third_party/rust/bindgen-0.29.1/ci/assert-no-diff.sh
rename : third_party/rust/bindgen-0.29.0/ci/assert-rustfmt.sh => third_party/rust/bindgen-0.29.1/ci/assert-rustfmt.sh
rename : third_party/rust/bindgen-0.29.0/ci/before_install.sh => third_party/rust/bindgen-0.29.1/ci/before_install.sh
rename : third_party/rust/bindgen-0.29.0/ci/deploy-book.sh => third_party/rust/bindgen-0.29.1/ci/deploy-book.sh
rename : third_party/rust/bindgen-0.29.0/ci/no-includes.sh => third_party/rust/bindgen-0.29.1/ci/no-includes.sh
rename : third_party/rust/bindgen-0.29.0/ci/test-book.sh => third_party/rust/bindgen-0.29.1/ci/test-book.sh
rename : third_party/rust/bindgen-0.29.0/ci/test.bat => third_party/rust/bindgen-0.29.1/ci/test.bat
rename : third_party/rust/bindgen-0.29.0/ci/test.sh => third_party/rust/bindgen-0.29.1/ci/test.sh
rename : third_party/rust/bindgen-0.29.0/example-graphviz-ir.png => third_party/rust/bindgen-0.29.1/example-graphviz-ir.png
rename : third_party/rust/bindgen-0.29.0/rustfmt.toml => third_party/rust/bindgen-0.29.1/rustfmt.toml
rename : third_party/rust/bindgen-0.29.0/src/callbacks.rs => third_party/rust/bindgen-0.29.1/src/callbacks.rs
rename : third_party/rust/bindgen-0.29.0/src/clang.rs => third_party/rust/bindgen-0.29.1/src/clang.rs
rename : third_party/rust/bindgen-0.29.0/src/codegen/error.rs => third_party/rust/bindgen-0.29.1/src/codegen/error.rs
rename : third_party/rust/bindgen-0.29.0/src/codegen/helpers.rs => third_party/rust/bindgen-0.29.1/src/codegen/helpers.rs
rename : third_party/rust/bindgen-0.29.0/src/codegen/mod.rs => third_party/rust/bindgen-0.29.1/src/codegen/mod.rs
rename : third_party/rust/bindgen-0.29.0/src/codegen/struct_layout.rs => third_party/rust/bindgen-0.29.1/src/codegen/struct_layout.rs
rename : third_party/rust/bindgen-0.29.0/src/extra_assertions.rs => third_party/rust/bindgen-0.29.1/src/extra_assertions.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/analysis/derive_debug.rs => third_party/rust/bindgen-0.29.1/src/ir/analysis/derive_debug.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/analysis/has_vtable.rs => third_party/rust/bindgen-0.29.1/src/ir/analysis/has_vtable.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/analysis/mod.rs => third_party/rust/bindgen-0.29.1/src/ir/analysis/mod.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/analysis/template_params.rs => third_party/rust/bindgen-0.29.1/src/ir/analysis/template_params.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/annotations.rs => third_party/rust/bindgen-0.29.1/src/ir/annotations.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/comment.rs => third_party/rust/bindgen-0.29.1/src/ir/comment.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/comp.rs => third_party/rust/bindgen-0.29.1/src/ir/comp.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/context.rs => third_party/rust/bindgen-0.29.1/src/ir/context.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/derive.rs => third_party/rust/bindgen-0.29.1/src/ir/derive.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/dot.rs => third_party/rust/bindgen-0.29.1/src/ir/dot.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/enum_ty.rs => third_party/rust/bindgen-0.29.1/src/ir/enum_ty.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/function.rs => third_party/rust/bindgen-0.29.1/src/ir/function.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/int.rs => third_party/rust/bindgen-0.29.1/src/ir/int.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/item.rs => third_party/rust/bindgen-0.29.1/src/ir/item.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/item_kind.rs => third_party/rust/bindgen-0.29.1/src/ir/item_kind.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/layout.rs => third_party/rust/bindgen-0.29.1/src/ir/layout.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/mod.rs => third_party/rust/bindgen-0.29.1/src/ir/mod.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/module.rs => third_party/rust/bindgen-0.29.1/src/ir/module.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/objc.rs => third_party/rust/bindgen-0.29.1/src/ir/objc.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/template.rs => third_party/rust/bindgen-0.29.1/src/ir/template.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/traversal.rs => third_party/rust/bindgen-0.29.1/src/ir/traversal.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/ty.rs => third_party/rust/bindgen-0.29.1/src/ir/ty.rs
rename : third_party/rust/bindgen-0.29.0/src/ir/var.rs => third_party/rust/bindgen-0.29.1/src/ir/var.rs
rename : third_party/rust/bindgen-0.29.0/src/log_stubs.rs => third_party/rust/bindgen-0.29.1/src/log_stubs.rs
rename : third_party/rust/bindgen-0.29.0/src/main.rs => third_party/rust/bindgen-0.29.1/src/main.rs
rename : third_party/rust/bindgen-0.29.0/src/options.rs => third_party/rust/bindgen-0.29.1/src/options.rs
rename : third_party/rust/bindgen-0.29.0/src/parse.rs => third_party/rust/bindgen-0.29.1/src/parse.rs
rename : third_party/rust/bindgen-0.29.0/src/regex_set.rs => third_party/rust/bindgen-0.29.1/src/regex_set.rs
rename : third_party/rust/bindgen-0.29.0/src/uses.rs => third_party/rust/bindgen-0.29.1/src/uses.rs
rename : third_party/rust/clang-sys/.cargo-checksum.json => third_party/rust/clang-sys-0.19.0/.cargo-checksum.json
rename : third_party/rust/clang-sys/.travis.yml => third_party/rust/clang-sys-0.19.0/.travis.yml
rename : third_party/rust/clang-sys/CHANGELOG.md => third_party/rust/clang-sys-0.19.0/CHANGELOG.md
rename : third_party/rust/clang-sys/Cargo.toml => third_party/rust/clang-sys-0.19.0/Cargo.toml
rename : third_party/rust/clang-sys/README.md => third_party/rust/clang-sys-0.19.0/README.md
rename : third_party/rust/clang-sys/appveyor.yml => third_party/rust/clang-sys-0.19.0/appveyor.yml
rename : third_party/rust/clang-sys/build.rs => third_party/rust/clang-sys-0.19.0/build.rs
rename : third_party/rust/clang-sys/ci/before_install.sh => third_party/rust/clang-sys-0.19.0/ci/before_install.sh
rename : third_party/rust/clang-sys/ci/script.sh => third_party/rust/clang-sys-0.19.0/ci/script.sh
rename : third_party/rust/clang-sys/src/lib.rs => third_party/rust/clang-sys-0.19.0/src/lib.rs
rename : third_party/rust/clang-sys/src/link.rs => third_party/rust/clang-sys-0.19.0/src/link.rs
rename : third_party/rust/clang-sys/src/support.rs => third_party/rust/clang-sys-0.19.0/src/support.rs
rename : third_party/rust/clang-sys/tests/lib.rs => third_party/rust/clang-sys-0.19.0/tests/lib.rs
2017-10-12 18:20:31 +02:00
Dustin J. Mitchell
f1b873eddf Bug 1403322 - remove support for when.files-changed in tests; r=ahal
MozReview-Commit-ID: 9Tx76V5VcqW

--HG--
extra : rebase_source : 730d95cfc12ae8979fda95fbf06c8cc08a51b5e5
2017-10-11 17:40:10 +00:00
Dustin J. Mitchell
8a895872c0 Bug 1403322 - schedule test-verification inclusively; r=ahal
MozReview-Commit-ID: CsIUEq6CDln

--HG--
extra : rebase_source : 40ef63f09b5972ce2adb650b279be5d5fe48dd99
2017-10-11 17:36:16 +00:00
Dustin J. Mitchell
c673307b64 Bug 1403322 - schedule jsreftests inclusively; r=ahal
This is just one flavor of the "reftets" suite, so we need to add a distinct
scheduling component for it.

MozReview-Commit-ID: AtKuvuUCk1l

--HG--
extra : rebase_source : 3f316f0293e8d1245fc6e891bbcd044586ab6c06
2017-10-11 17:31:20 +00:00
Dustin J. Mitchell
0b3b170dce Bug 1403322 - schedule jittests inclusively; r=ahal
MozReview-Commit-ID: JcvMSTBJ83p

--HG--
extra : rebase_source : d51581a5418fdf5b119b8670ccf89cafcc0743ae
2017-10-11 17:21:11 +00:00