Servo VCS Sync
c83538c183
No bug - Revendor rust dependencies
2017-11-03 18:06:07 +00:00
Nick Fitzgerald
65a3470bf9
Bug 1414030 - Re-run `mach vendor rust`. r=emilio
...
--HG--
extra : rebase_source : bb3f20232aa19602576956decbe2af6077547d92
2017-11-02 12:08:00 -04:00
Matt Brubeck
b7e90acfad
Bug 1414349 - Revendor Rust crates. r=me on a CLOSED TREE
...
MozReview-Commit-ID: 2iVXPRGyZiu
--HG--
extra : amend_source : 97a025bc9c5aaa3a77e43d2f1e3388c9479f88a9
2017-11-03 10:50:38 -07:00
Emilio Cobos Álvarez
6821b4e553
No bug - Update num_cpus to try to fix bustage. r=me
...
On a CLOSED TREE
MozReview-Commit-ID: KxCbwtGxZnO
2017-11-03 18:24:47 +01:00
Servo VCS Sync
9569e8c8f2
No bug - Revendor rust dependencies
2017-11-03 16:21:41 +00:00
Andreas Tolfsen
318d3094c5
Bug 1414254 - Vendor Rust dependencies r=jgraham
...
MozReview-Commit-ID: CnT3DLl2KBR
--HG--
rename : third_party/rust/base64-0.5.2/LICENSE-APACHE => third_party/rust/cc/LICENSE-APACHE
rename : third_party/rust/gcc-0.3.42/LICENSE-MIT => third_party/rust/cc/LICENSE-MIT
rename : third_party/rust/gcc-0.3.42/src/bin/gcc-shim.rs => third_party/rust/cc/src/bin/gcc-shim.rs
rename : third_party/rust/gcc-0.3.42/src/registry.rs => third_party/rust/cc/src/registry.rs
rename : third_party/rust/clap/.cargo-checksum.json => third_party/rust/clap-2.25.0/.cargo-checksum.json
rename : third_party/rust/clap-2.24.2/.clog.toml => third_party/rust/clap-2.25.0/.clog.toml
rename : third_party/rust/clap-2.24.2/.github/CONTRIBUTING.md => third_party/rust/clap-2.25.0/.github/CONTRIBUTING.md
rename : third_party/rust/clap-2.24.2/.github/ISSUE_TEMPLATE.md => third_party/rust/clap-2.25.0/.github/ISSUE_TEMPLATE.md
rename : third_party/rust/clap-2.24.2/.travis.yml => third_party/rust/clap-2.25.0/.travis.yml
rename : third_party/rust/clap/CHANGELOG.md => third_party/rust/clap-2.25.0/CHANGELOG.md
rename : third_party/rust/clap-2.24.2/CONTRIBUTORS.md => third_party/rust/clap-2.25.0/CONTRIBUTORS.md
rename : third_party/rust/clap/Cargo.toml => third_party/rust/clap-2.25.0/Cargo.toml
rename : third_party/rust/clap-2.24.2/LICENSE-MIT => third_party/rust/clap-2.25.0/LICENSE-MIT
rename : third_party/rust/clap/README.md => third_party/rust/clap-2.25.0/README.md
rename : third_party/rust/clap-2.24.2/index.html => third_party/rust/clap-2.25.0/index.html
rename : third_party/rust/clap-2.24.2/justfile => third_party/rust/clap-2.25.0/justfile
rename : third_party/rust/clap-2.24.2/rustfmt.toml => third_party/rust/clap-2.25.0/rustfmt.toml
rename : third_party/rust/clap/src/app/help.rs => third_party/rust/clap-2.25.0/src/app/help.rs
rename : third_party/rust/clap/src/app/macros.rs => third_party/rust/clap-2.25.0/src/app/macros.rs
rename : third_party/rust/clap-2.24.2/src/app/meta.rs => third_party/rust/clap-2.25.0/src/app/meta.rs
rename : third_party/rust/clap-2.24.2/src/app/mod.rs => third_party/rust/clap-2.25.0/src/app/mod.rs
rename : third_party/rust/clap/src/app/parser.rs => third_party/rust/clap-2.25.0/src/app/parser.rs
rename : third_party/rust/clap/src/app/settings.rs => third_party/rust/clap-2.25.0/src/app/settings.rs
rename : third_party/rust/clap/src/app/validator.rs => third_party/rust/clap-2.25.0/src/app/validator.rs
rename : third_party/rust/clap-2.24.2/src/args/any_arg.rs => third_party/rust/clap-2.25.0/src/args/any_arg.rs
rename : third_party/rust/clap-2.24.2/src/args/arg.rs => third_party/rust/clap-2.25.0/src/args/arg.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_builder/base.rs => third_party/rust/clap-2.25.0/src/args/arg_builder/base.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_builder/flag.rs => third_party/rust/clap-2.25.0/src/args/arg_builder/flag.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_builder/mod.rs => third_party/rust/clap-2.25.0/src/args/arg_builder/mod.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_builder/option.rs => third_party/rust/clap-2.25.0/src/args/arg_builder/option.rs
rename : third_party/rust/clap/src/args/arg_builder/positional.rs => third_party/rust/clap-2.25.0/src/args/arg_builder/positional.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_builder/switched.rs => third_party/rust/clap-2.25.0/src/args/arg_builder/switched.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_builder/valued.rs => third_party/rust/clap-2.25.0/src/args/arg_builder/valued.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_matcher.rs => third_party/rust/clap-2.25.0/src/args/arg_matcher.rs
rename : third_party/rust/clap-2.24.2/src/args/arg_matches.rs => third_party/rust/clap-2.25.0/src/args/arg_matches.rs
rename : third_party/rust/clap-2.24.2/src/args/matched_arg.rs => third_party/rust/clap-2.25.0/src/args/matched_arg.rs
rename : third_party/rust/clap-2.24.2/src/args/mod.rs => third_party/rust/clap-2.25.0/src/args/mod.rs
rename : third_party/rust/clap-2.24.2/src/args/subcommand.rs => third_party/rust/clap-2.25.0/src/args/subcommand.rs
rename : third_party/rust/clap-2.24.2/src/completions/bash.rs => third_party/rust/clap-2.25.0/src/completions/bash.rs
rename : third_party/rust/clap-2.24.2/src/completions/fish.rs => third_party/rust/clap-2.25.0/src/completions/fish.rs
rename : third_party/rust/clap-2.24.2/src/completions/macros.rs => third_party/rust/clap-2.25.0/src/completions/macros.rs
rename : third_party/rust/clap-2.24.2/src/completions/mod.rs => third_party/rust/clap-2.25.0/src/completions/mod.rs
rename : third_party/rust/clap-2.24.2/src/completions/shell.rs => third_party/rust/clap-2.25.0/src/completions/shell.rs
rename : third_party/rust/clap-2.24.2/src/completions/zsh.rs => third_party/rust/clap-2.25.0/src/completions/zsh.rs
rename : third_party/rust/clap/src/lib.rs => third_party/rust/clap-2.25.0/src/lib.rs
rename : third_party/rust/clap/src/macros.rs => third_party/rust/clap-2.25.0/src/macros.rs
rename : third_party/rust/clap-2.24.2/src/osstringext.rs => third_party/rust/clap-2.25.0/src/osstringext.rs
rename : third_party/rust/clap-2.24.2/src/strext.rs => third_party/rust/clap-2.25.0/src/strext.rs
rename : third_party/rust/clap/src/suggestions.rs => third_party/rust/clap-2.25.0/src/suggestions.rs
rename : third_party/rust/clap-2.24.2/src/usage_parser.rs => third_party/rust/clap-2.25.0/src/usage_parser.rs
rename : third_party/rust/gcc-0.3.42/LICENSE-APACHE => third_party/rust/libc-0.2.30/LICENSE-APACHE
rename : third_party/rust/log-0.3.6/LICENSE-MIT => third_party/rust/libc-0.2.30/LICENSE-MIT
rename : third_party/rust/num-integer/.cargo-checksum.json => third_party/rust/num-integer-0.1.33/.cargo-checksum.json
rename : third_party/rust/num-integer/Cargo.toml => third_party/rust/num-integer-0.1.33/Cargo.toml
rename : third_party/rust/log-0.3.6/LICENSE-APACHE => third_party/rust/num-integer-0.1.33/LICENSE-APACHE
rename : third_party/rust/num-traits-0.1.37/LICENSE-MIT => third_party/rust/num-integer-0.1.33/LICENSE-MIT
rename : third_party/rust/num-integer/src/lib.rs => third_party/rust/num-integer-0.1.33/src/lib.rs
rename : third_party/rust/num-traits/.cargo-checksum.json => third_party/rust/num-traits-0.1.39/.cargo-checksum.json
rename : third_party/rust/num-traits/Cargo.toml => third_party/rust/num-traits-0.1.39/Cargo.toml
rename : third_party/rust/num-traits-0.1.37/LICENSE-APACHE => third_party/rust/num-traits-0.1.39/LICENSE-APACHE
rename : third_party/rust/regex-0.2.1/LICENSE-MIT => third_party/rust/num-traits-0.1.39/LICENSE-MIT
rename : third_party/rust/num-traits-0.1.37/src/float.rs => third_party/rust/num-traits-0.1.39/src/float.rs
rename : third_party/rust/num-traits-0.1.37/src/int.rs => third_party/rust/num-traits-0.1.39/src/int.rs
rename : third_party/rust/num-traits-0.1.37/src/ops/mod.rs => third_party/rust/num-traits-0.1.39/src/ops/mod.rs
rename : third_party/rust/num-traits-0.1.37/src/ops/saturating.rs => third_party/rust/num-traits-0.1.39/src/ops/saturating.rs
rename : third_party/rust/num-traits-0.1.37/src/pow.rs => third_party/rust/num-traits-0.1.39/src/pow.rs
rename : third_party/rust/num_cpus-1.2.1/.travis.yml => third_party/rust/num_cpus-1.6.2/.travis.yml
rename : third_party/rust/num_cpus-1.2.1/LICENSE-APACHE => third_party/rust/num_cpus-1.6.2/LICENSE-APACHE
rename : third_party/rust/num_cpus-1.2.1/LICENSE-MIT => third_party/rust/num_cpus-1.6.2/LICENSE-MIT
rename : third_party/rust/textwrap/.appveyor.yml => third_party/rust/textwrap-0.6.0/.appveyor.yml
rename : third_party/rust/textwrap/.cargo-checksum.json => third_party/rust/textwrap-0.6.0/.cargo-checksum.json
rename : third_party/rust/textwrap/.travis.yml => third_party/rust/textwrap-0.6.0/.travis.yml
rename : third_party/rust/textwrap/Cargo.toml => third_party/rust/textwrap-0.6.0/Cargo.toml
rename : third_party/rust/textwrap/README.md => third_party/rust/textwrap-0.6.0/README.md
rename : third_party/rust/textwrap/benches/linear.rs => third_party/rust/textwrap-0.6.0/benches/linear.rs
rename : third_party/rust/textwrap/examples/layout.rs => third_party/rust/textwrap-0.6.0/examples/layout.rs
rename : third_party/rust/textwrap/examples/termwidth.rs => third_party/rust/textwrap-0.6.0/examples/termwidth.rs
rename : third_party/rust/textwrap/src/lib.rs => third_party/rust/textwrap-0.6.0/src/lib.rs
extra : rebase_source : 75ee4cb067c477d9bd7921594fd0138355392635
2017-11-03 13:39:05 +00:00
Servo VCS Sync
2f622984ed
No bug - Revendor rust dependencies
2017-11-01 12:08:58 +00:00
Andreas Tolfsen
9a7861a87e
Bug 1413292 - Drop backtrace et al. vendored crates. r=jgraham
...
MozReview-Commit-ID: Gq8APbKeuZx
--HG--
extra : rebase_source : a0dc2ad0f84eca3da05f12368af2332b1426f30f
2017-10-31 20:31:08 +00:00
Servo VCS Sync
1897ce7088
No bug - Revendor rust dependencies
2017-10-31 22:39:54 +00:00
Emilio Cobos Álvarez
97fd5248b0
Bug 1412486: Revendor rust dependencies. r=me
...
MozReview-Commit-ID: 5mVyHlwTia1
--HG--
rename : third_party/rust/bindgen/.cargo-checksum.json => third_party/rust/bindgen-0.30.0/.cargo-checksum.json
rename : third_party/rust/bindgen/Cargo.toml => third_party/rust/bindgen-0.30.0/Cargo.toml
rename : third_party/rust/bindgen/build.rs => third_party/rust/bindgen-0.30.0/build.rs
rename : third_party/rust/bindgen/src/codegen/derive_debug.rs => third_party/rust/bindgen-0.30.0/src/codegen/derive_debug.rs
rename : third_party/rust/bindgen-0.29.1/src/codegen/error.rs => third_party/rust/bindgen-0.30.0/src/codegen/error.rs
rename : third_party/rust/bindgen/src/codegen/helpers.rs => third_party/rust/bindgen-0.30.0/src/codegen/helpers.rs
rename : third_party/rust/bindgen/src/codegen/mod.rs => third_party/rust/bindgen-0.30.0/src/codegen/mod.rs
rename : third_party/rust/bindgen/src/codegen/struct_layout.rs => third_party/rust/bindgen-0.30.0/src/codegen/struct_layout.rs
rename : third_party/rust/bindgen-0.29.1/src/extra_assertions.rs => third_party/rust/bindgen-0.30.0/src/extra_assertions.rs
rename : third_party/rust/bindgen/src/features.rs => third_party/rust/bindgen-0.30.0/src/features.rs
rename : third_party/rust/bindgen/src/ir/analysis/derive_copy.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/derive_copy.rs
rename : third_party/rust/bindgen/src/ir/analysis/derive_debug.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/derive_debug.rs
rename : third_party/rust/bindgen/src/ir/analysis/derive_default.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/derive_default.rs
rename : third_party/rust/bindgen/src/ir/analysis/derive_hash.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/derive_hash.rs
rename : third_party/rust/bindgen/src/ir/analysis/derive_partial_eq.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/derive_partial_eq.rs
rename : third_party/rust/bindgen/src/ir/analysis/has_destructor.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/has_destructor.rs
rename : third_party/rust/bindgen/src/ir/analysis/has_float.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/has_float.rs
rename : third_party/rust/bindgen/src/ir/analysis/has_type_param_in_array.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/has_type_param_in_array.rs
rename : third_party/rust/bindgen/src/ir/analysis/has_vtable.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/has_vtable.rs
rename : third_party/rust/bindgen/src/ir/analysis/mod.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/mod.rs
rename : third_party/rust/bindgen/src/ir/analysis/template_params.rs => third_party/rust/bindgen-0.30.0/src/ir/analysis/template_params.rs
rename : third_party/rust/bindgen/src/ir/comp.rs => third_party/rust/bindgen-0.30.0/src/ir/comp.rs
rename : third_party/rust/bindgen/src/ir/context.rs => third_party/rust/bindgen-0.30.0/src/ir/context.rs
rename : third_party/rust/bindgen/src/ir/derive.rs => third_party/rust/bindgen-0.30.0/src/ir/derive.rs
rename : third_party/rust/bindgen/src/ir/dot.rs => third_party/rust/bindgen-0.30.0/src/ir/dot.rs
rename : third_party/rust/bindgen/src/ir/enum_ty.rs => third_party/rust/bindgen-0.30.0/src/ir/enum_ty.rs
rename : third_party/rust/bindgen/src/ir/function.rs => third_party/rust/bindgen-0.30.0/src/ir/function.rs
rename : third_party/rust/bindgen/src/ir/item.rs => third_party/rust/bindgen-0.30.0/src/ir/item.rs
rename : third_party/rust/bindgen/src/ir/layout.rs => third_party/rust/bindgen-0.30.0/src/ir/layout.rs
rename : third_party/rust/bindgen-0.29.1/src/ir/mod.rs => third_party/rust/bindgen-0.30.0/src/ir/mod.rs
rename : third_party/rust/bindgen/src/ir/module.rs => third_party/rust/bindgen-0.30.0/src/ir/module.rs
rename : third_party/rust/bindgen/src/ir/objc.rs => third_party/rust/bindgen-0.30.0/src/ir/objc.rs
rename : third_party/rust/bindgen/src/ir/template.rs => third_party/rust/bindgen-0.30.0/src/ir/template.rs
rename : third_party/rust/bindgen/src/ir/traversal.rs => third_party/rust/bindgen-0.30.0/src/ir/traversal.rs
rename : third_party/rust/bindgen/src/ir/ty.rs => third_party/rust/bindgen-0.30.0/src/ir/ty.rs
rename : third_party/rust/bindgen/src/ir/var.rs => third_party/rust/bindgen-0.30.0/src/ir/var.rs
rename : third_party/rust/bindgen/src/lib.rs => third_party/rust/bindgen-0.30.0/src/lib.rs
rename : third_party/rust/bindgen-0.29.1/src/log_stubs.rs => third_party/rust/bindgen-0.30.0/src/log_stubs.rs
rename : third_party/rust/bindgen/src/main.rs => third_party/rust/bindgen-0.30.0/src/main.rs
rename : third_party/rust/bindgen/src/options.rs => third_party/rust/bindgen-0.30.0/src/options.rs
rename : third_party/rust/bindgen/src/parse.rs => third_party/rust/bindgen-0.30.0/src/parse.rs
rename : third_party/rust/bindgen/src/regex_set.rs => third_party/rust/bindgen-0.30.0/src/regex_set.rs
rename : third_party/rust/which/.cargo-checksum.json => third_party/rust/which-1.0.2/.cargo-checksum.json
rename : third_party/rust/which/Cargo.toml => third_party/rust/which-1.0.2/Cargo.toml
rename : third_party/rust/which/README.md => third_party/rust/which-1.0.2/README.md
2017-10-31 23:32:11 +01:00
Servo VCS Sync
277e04065d
No bug - Revendor rust dependencies
2017-10-31 17:50:34 +00:00
Kartikaya Gupta
0313ad81b9
Bug 1412280 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
...
MozReview-Commit-ID: GclOv5iEipw
--HG--
extra : rebase_source : 3d90bbe04b1c499b6cb293cb6a1dccb4ccfe0227
2017-10-31 09:12:48 -04:00
Servo VCS Sync
c113b5f6a1
No bug - Revendor rust dependencies
...
--HG--
rename : third_party/rust/gcc-0.3.51/LICENSE-APACHE => third_party/rust/cc/LICENSE-APACHE
rename : third_party/rust/gcc-0.3.51/LICENSE-MIT => third_party/rust/cc/LICENSE-MIT
rename : third_party/rust/gcc-0.3.51/src/bin/gcc-shim.rs => third_party/rust/cc/src/bin/gcc-shim.rs
rename : third_party/rust/gcc-0.3.51/src/com.rs => third_party/rust/cc/src/com.rs
rename : third_party/rust/gcc-0.3.51/src/registry.rs => third_party/rust/cc/src/registry.rs
rename : third_party/rust/gcc-0.3.51/src/setup_config.rs => third_party/rust/cc/src/setup_config.rs
rename : third_party/rust/gcc-0.3.51/LICENSE-APACHE => third_party/rust/cookie-0.9.1/LICENSE-APACHE
rename : third_party/rust/gcc-0.3.51/LICENSE-MIT => third_party/rust/cookie-0.9.1/LICENSE-MIT
rename : third_party/rust/gcc-0.3.51/LICENSE-APACHE => third_party/rust/lazy_static-0.2.8/LICENSE-APACHE
2017-10-30 17:12:08 +00:00
Andreas Tolfsen
654cd8402d
Bug 1412037 - Upgrade webdriver dependencies. r=jgraham
...
MozReview-Commit-ID: GN9AldKK6uO
--HG--
rename : third_party/rust/backtrace/.cargo-checksum.json => third_party/rust/backtrace-0.3.2/.cargo-checksum.json
rename : third_party/rust/backtrace/.travis.yml => third_party/rust/backtrace-0.3.2/.travis.yml
rename : third_party/rust/backtrace/Cargo.toml => third_party/rust/backtrace-0.3.2/Cargo.toml
rename : third_party/rust/backtrace/src/backtrace/mod.rs => third_party/rust/backtrace-0.3.2/src/backtrace/mod.rs
rename : third_party/rust/backtrace/src/backtrace/unix_backtrace.rs => third_party/rust/backtrace-0.3.2/src/backtrace/unix_backtrace.rs
rename : third_party/rust/backtrace/src/capture.rs => third_party/rust/backtrace-0.3.2/src/capture.rs
rename : third_party/rust/backtrace/src/lib.rs => third_party/rust/backtrace-0.3.2/src/lib.rs
rename : third_party/rust/backtrace/src/symbolize/dbghelp.rs => third_party/rust/backtrace-0.3.2/src/symbolize/dbghelp.rs
rename : third_party/rust/backtrace/src/symbolize/mod.rs => third_party/rust/backtrace-0.3.2/src/symbolize/mod.rs
rename : third_party/rust/backtrace/tests/smoke.rs => third_party/rust/backtrace-0.3.2/tests/smoke.rs
rename : third_party/rust/backtrace-sys/.cargo-checksum.json => third_party/rust/backtrace-sys-0.1.10/.cargo-checksum.json
rename : third_party/rust/backtrace-sys/Cargo.toml => third_party/rust/backtrace-sys-0.1.10/Cargo.toml
rename : third_party/rust/backtrace-sys/build.rs => third_party/rust/backtrace-sys-0.1.10/build.rs
rename : third_party/rust/base64/.cargo-checksum.json => third_party/rust/base64-0.5.2/.cargo-checksum.json
rename : third_party/rust/base64/Cargo.toml => third_party/rust/base64-0.5.2/Cargo.toml
rename : third_party/rust/base64/README.md => third_party/rust/base64-0.5.2/README.md
rename : third_party/rust/base64/benches/benchmarks.rs => third_party/rust/base64-0.5.2/benches/benchmarks.rs
rename : third_party/rust/base64/src/lib.rs => third_party/rust/base64-0.5.2/src/lib.rs
rename : third_party/rust/base64/tests/tests.rs => third_party/rust/base64-0.5.2/tests/tests.rs
rename : third_party/rust/byteorder/.cargo-checksum.json => third_party/rust/byteorder-1.0.0/.cargo-checksum.json
rename : third_party/rust/byteorder/.travis.yml => third_party/rust/byteorder-1.0.0/.travis.yml
rename : third_party/rust/byteorder/Cargo.toml => third_party/rust/byteorder-1.0.0/Cargo.toml
rename : third_party/rust/byteorder/benches/bench.rs => third_party/rust/byteorder-1.0.0/benches/bench.rs
rename : third_party/rust/byteorder/src/lib.rs => third_party/rust/byteorder-1.0.0/src/lib.rs
rename : third_party/rust/byteorder/src/new.rs => third_party/rust/byteorder-1.0.0/src/new.rs
rename : third_party/rust/cfg-if/.cargo-checksum.json => third_party/rust/cfg-if-0.1.1/.cargo-checksum.json
rename : third_party/rust/cfg-if/Cargo.toml => third_party/rust/cfg-if-0.1.1/Cargo.toml
rename : third_party/rust/cfg-if/src/lib.rs => third_party/rust/cfg-if-0.1.1/src/lib.rs
rename : third_party/rust/gcc/.cargo-checksum.json => third_party/rust/gcc-0.3.51/.cargo-checksum.json
rename : third_party/rust/gcc/.travis.yml => third_party/rust/gcc-0.3.51/.travis.yml
rename : third_party/rust/gcc/Cargo.toml => third_party/rust/gcc-0.3.51/Cargo.toml
rename : third_party/rust/gcc/README.md => third_party/rust/gcc-0.3.51/README.md
rename : third_party/rust/gcc/appveyor.yml => third_party/rust/gcc-0.3.51/appveyor.yml
rename : third_party/rust/gcc/src/lib.rs => third_party/rust/gcc-0.3.51/src/lib.rs
rename : third_party/rust/gcc/src/windows_registry.rs => third_party/rust/gcc-0.3.51/src/windows_registry.rs
rename : third_party/rust/gcc/tests/support/mod.rs => third_party/rust/gcc-0.3.51/tests/support/mod.rs
rename : third_party/rust/gcc/tests/test.rs => third_party/rust/gcc-0.3.51/tests/test.rs
rename : third_party/rust/httparse/.cargo-checksum.json => third_party/rust/httparse-1.2.2/.cargo-checksum.json
rename : third_party/rust/httparse/.travis.yml => third_party/rust/httparse-1.2.2/.travis.yml
rename : third_party/rust/httparse/.travis_after.sh => third_party/rust/httparse-1.2.2/.travis_after.sh
rename : third_party/rust/httparse/Cargo.toml => third_party/rust/httparse-1.2.2/Cargo.toml
rename : third_party/rust/httparse/LICENSE-APACHE => third_party/rust/httparse-1.2.2/LICENSE-APACHE
rename : third_party/rust/httparse/LICENSE-MIT => third_party/rust/httparse-1.2.2/LICENSE-MIT
rename : third_party/rust/httparse/README.md => third_party/rust/httparse-1.2.2/README.md
rename : third_party/rust/httparse/benches/parse.rs => third_party/rust/httparse-1.2.2/benches/parse.rs
rename : third_party/rust/httparse/src/iter.rs => third_party/rust/httparse-1.2.2/src/iter.rs
rename : third_party/rust/httparse/src/lib.rs => third_party/rust/httparse-1.2.2/src/lib.rs
rename : third_party/rust/hyper/.cargo-checksum.json => third_party/rust/hyper-0.10.10/.cargo-checksum.json
rename : third_party/rust/hyper/Cargo.toml => third_party/rust/hyper-0.10.10/Cargo.toml
rename : third_party/rust/hyper/build.rs => third_party/rust/hyper-0.10.10/build.rs
rename : third_party/rust/hyper/src/buffer.rs => third_party/rust/hyper-0.10.10/src/buffer.rs
rename : third_party/rust/hyper/src/client/mod.rs => third_party/rust/hyper-0.10.10/src/client/mod.rs
rename : third_party/rust/hyper/src/client/pool.rs => third_party/rust/hyper-0.10.10/src/client/pool.rs
rename : third_party/rust/hyper/src/client/response.rs => third_party/rust/hyper-0.10.10/src/client/response.rs
rename : third_party/rust/hyper/src/header/common/authorization.rs => third_party/rust/hyper-0.10.10/src/header/common/authorization.rs
rename : third_party/rust/hyper/src/header/common/mod.rs => third_party/rust/hyper-0.10.10/src/header/common/mod.rs
rename : third_party/rust/hyper/src/header/internals/cell.rs => third_party/rust/hyper-0.10.10/src/header/internals/cell.rs
rename : third_party/rust/hyper/src/header/internals/vec_map.rs => third_party/rust/hyper-0.10.10/src/header/internals/vec_map.rs
rename : third_party/rust/hyper/src/header/mod.rs => third_party/rust/hyper-0.10.10/src/header/mod.rs
rename : third_party/rust/hyper/src/http/h1.rs => third_party/rust/hyper-0.10.10/src/http/h1.rs
rename : third_party/rust/hyper/src/lib.rs => third_party/rust/hyper-0.10.10/src/lib.rs
rename : third_party/rust/hyper/src/mock.rs => third_party/rust/hyper-0.10.10/src/mock.rs
rename : third_party/rust/hyper/src/server/listener.rs => third_party/rust/hyper-0.10.10/src/server/listener.rs
rename : third_party/rust/hyper/src/server/mod.rs => third_party/rust/hyper-0.10.10/src/server/mod.rs
rename : third_party/rust/hyper/src/server/request.rs => third_party/rust/hyper-0.10.10/src/server/request.rs
rename : third_party/rust/hyper/src/server/response.rs => third_party/rust/hyper-0.10.10/src/server/response.rs
rename : third_party/rust/hyper/src/uri.rs => third_party/rust/hyper-0.10.10/src/uri.rs
rename : third_party/rust/hyper/src/version.rs => third_party/rust/hyper-0.10.10/src/version.rs
rename : third_party/rust/libc/.cargo-checksum.json => third_party/rust/libc-0.2.24/.cargo-checksum.json
rename : third_party/rust/libc/.travis.yml => third_party/rust/libc-0.2.24/.travis.yml
rename : third_party/rust/libc/Cargo.toml => third_party/rust/libc-0.2.24/Cargo.toml
rename : third_party/rust/libc/README.md => third_party/rust/libc-0.2.24/README.md
rename : third_party/rust/libc/appveyor.yml => third_party/rust/libc-0.2.24/appveyor.yml
rename : third_party/rust/libc/ci/android-install-ndk.sh => third_party/rust/libc-0.2.24/ci/android-install-ndk.sh
rename : third_party/rust/libc/ci/docker/aarch64-linux-android/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/aarch64-linux-android/Dockerfile
rename : third_party/rust/libc/ci/docker/aarch64-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/aarch64-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/arm-linux-androideabi/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/arm-linux-androideabi/Dockerfile
rename : third_party/rust/libc/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile
rename : third_party/rust/libc/ci/docker/i686-linux-android/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/i686-linux-android/Dockerfile
rename : third_party/rust/libc/ci/docker/i686-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/i686-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/i686-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/i686-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/mips-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mips-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/mips-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mips-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile
rename : third_party/rust/libc/ci/docker/mipsel-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mipsel-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/powerpc-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-linux-android/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-linux-android/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-rumprun-netbsd/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-rumprun-netbsd/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-unknown-openbsd/Dockerfile
rename : third_party/rust/libc/ci/run-docker.sh => third_party/rust/libc-0.2.24/ci/run-docker.sh
rename : third_party/rust/libc/ci/run.sh => third_party/rust/libc-0.2.24/ci/run.sh
rename : third_party/rust/libc/src/lib.rs => third_party/rust/libc-0.2.24/src/lib.rs
rename : third_party/rust/libc/src/macros.rs => third_party/rust/libc-0.2.24/src/macros.rs
rename : third_party/rust/libc/src/redox.rs => third_party/rust/libc-0.2.24/src/redox.rs
rename : third_party/rust/libc/src/unix/bsd/apple/b32.rs => third_party/rust/libc-0.2.24/src/unix/bsd/apple/b32.rs
rename : third_party/rust/libc/src/unix/bsd/apple/b64.rs => third_party/rust/libc-0.2.24/src/unix/bsd/apple/b64.rs
rename : third_party/rust/libc/src/unix/bsd/apple/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/apple/mod.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/dragonfly/mod.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/freebsd/aarch64.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/freebsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/freebsd/x86_64.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/mod.rs
rename : third_party/rust/libc/src/unix/bsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/netbsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/openbsdlike/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/openbsdlike/openbsd.rs
rename : third_party/rust/libc/src/unix/haiku/mod.rs => third_party/rust/libc-0.2.24/src/unix/haiku/mod.rs
rename : third_party/rust/libc/src/unix/mod.rs => third_party/rust/libc-0.2.24/src/unix/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/arm.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/x86.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips32.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mips/mips32.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mips/mips64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mips/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/arm.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/asmjs.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/asmjs.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mips.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/mips.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/x86.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/powerpc64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/arm.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/powerpc.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/powerpc.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/x86.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/powerpc64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/sparc64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/sparc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/s390x.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/s390x.rs
rename : third_party/rust/libc/src/unix/notbsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/mod.rs
rename : third_party/rust/libc/src/unix/solaris/mod.rs => third_party/rust/libc-0.2.24/src/unix/solaris/mod.rs
rename : third_party/rust/libc/src/unix/uclibc/mod.rs => third_party/rust/libc-0.2.24/src/unix/uclibc/mod.rs
rename : third_party/rust/libc/src/unix/uclibc/x86_64/mod.rs => third_party/rust/libc-0.2.24/src/unix/uclibc/x86_64/mod.rs
rename : third_party/rust/libc/src/windows.rs => third_party/rust/libc-0.2.24/src/windows.rs
rename : third_party/rust/matches/.cargo-checksum.json => third_party/rust/matches-0.1.4/.cargo-checksum.json
rename : third_party/rust/matches/Cargo.toml => third_party/rust/matches-0.1.4/Cargo.toml
rename : third_party/rust/matches/lib.rs => third_party/rust/matches-0.1.4/lib.rs
rename : third_party/rust/mime/.cargo-checksum.json => third_party/rust/mime-0.2.4/.cargo-checksum.json
rename : third_party/rust/mime/Cargo.toml => third_party/rust/mime-0.2.4/Cargo.toml
rename : third_party/rust/mime/src/lib.rs => third_party/rust/mime-0.2.4/src/lib.rs
rename : third_party/rust/num_cpus/.cargo-checksum.json => third_party/rust/num_cpus-1.6.0/.cargo-checksum.json
rename : third_party/rust/num_cpus/Cargo.toml => third_party/rust/num_cpus-1.6.0/Cargo.toml
rename : third_party/rust/redox_syscall/.cargo-checksum.json => third_party/rust/redox_syscall-0.1.16/.cargo-checksum.json
rename : third_party/rust/redox_syscall/Cargo.toml => third_party/rust/redox_syscall-0.1.16/Cargo.toml
rename : third_party/rust/redox_syscall/src/arch/arm.rs => third_party/rust/redox_syscall-0.1.16/src/arch/arm.rs
rename : third_party/rust/redox_syscall/src/arch/x86.rs => third_party/rust/redox_syscall-0.1.16/src/arch/x86.rs
rename : third_party/rust/redox_syscall/src/arch/x86_64.rs => third_party/rust/redox_syscall-0.1.16/src/arch/x86_64.rs
rename : third_party/rust/redox_syscall/src/call.rs => third_party/rust/redox_syscall-0.1.16/src/call.rs
rename : third_party/rust/redox_syscall/src/data.rs => third_party/rust/redox_syscall-0.1.16/src/data.rs
rename : third_party/rust/redox_syscall/src/flag.rs => third_party/rust/redox_syscall-0.1.16/src/flag.rs
rename : third_party/rust/redox_syscall/src/number.rs => third_party/rust/redox_syscall-0.1.16/src/number.rs
rename : third_party/rust/redox_syscall/src/scheme.rs => third_party/rust/redox_syscall-0.1.16/src/scheme.rs
rename : third_party/rust/rustc-demangle/.cargo-checksum.json => third_party/rust/rustc-demangle-0.1.4/.cargo-checksum.json
rename : third_party/rust/rustc-demangle/Cargo.toml => third_party/rust/rustc-demangle-0.1.4/Cargo.toml
rename : third_party/rust/rustc-demangle/src/lib.rs => third_party/rust/rustc-demangle-0.1.4/src/lib.rs
rename : third_party/rust/httparse/LICENSE-APACHE => third_party/rust/safemem/LICENSE-APACHE
rename : third_party/rust/thread_local/.cargo-checksum.json => third_party/rust/thread_local-0.3.3/.cargo-checksum.json
rename : third_party/rust/thread_local/.travis.yml => third_party/rust/thread_local-0.3.3/.travis.yml
rename : third_party/rust/thread_local/Cargo.toml => third_party/rust/thread_local-0.3.3/Cargo.toml
rename : third_party/rust/thread_local/src/lib.rs => third_party/rust/thread_local-0.3.3/src/lib.rs
rename : third_party/rust/time/.cargo-checksum.json => third_party/rust/time-0.1.36/.cargo-checksum.json
rename : third_party/rust/time/Cargo.toml => third_party/rust/time-0.1.36/Cargo.toml
rename : third_party/rust/time/src/sys.rs => third_party/rust/time-0.1.36/src/sys.rs
rename : third_party/rust/unicase/.cargo-checksum.json => third_party/rust/unicase-1.4.0/.cargo-checksum.json
rename : third_party/rust/unicase/.travis.yml => third_party/rust/unicase-1.4.0/.travis.yml
rename : third_party/rust/unicase/Cargo.toml => third_party/rust/unicase-1.4.0/Cargo.toml
rename : third_party/rust/unicase/build.rs => third_party/rust/unicase-1.4.0/build.rs
rename : third_party/rust/unicase/src/lib.rs => third_party/rust/unicase-1.4.0/src/lib.rs
rename : third_party/rust/unicode-bidi/.cargo-checksum.json => third_party/rust/unicode-bidi-0.3.3/.cargo-checksum.json
rename : third_party/rust/unicode-bidi/.travis.yml => third_party/rust/unicode-bidi-0.3.3/.travis.yml
rename : third_party/rust/unicode-bidi/Cargo.toml => third_party/rust/unicode-bidi-0.3.3/Cargo.toml
rename : third_party/rust/unicode-bidi/README.md => third_party/rust/unicode-bidi-0.3.3/README.md
rename : third_party/rust/unicode-bidi/benches/basic.rs => third_party/rust/unicode-bidi-0.3.3/benches/basic.rs
rename : third_party/rust/unicode-bidi/benches/udhr.rs => third_party/rust/unicode-bidi-0.3.3/benches/udhr.rs
rename : third_party/rust/unicode-bidi/benches/udhr_data/README.md => third_party/rust/unicode-bidi-0.3.3/benches/udhr_data/README.md
rename : third_party/rust/unicode-bidi/src/char_data/mod.rs => third_party/rust/unicode-bidi-0.3.3/src/char_data/mod.rs
rename : third_party/rust/unicode-bidi/src/char_data/tables.rs => third_party/rust/unicode-bidi-0.3.3/src/char_data/tables.rs
rename : third_party/rust/unicode-bidi/src/deprecated.rs => third_party/rust/unicode-bidi-0.3.3/src/deprecated.rs
rename : third_party/rust/unicode-bidi/src/explicit.rs => third_party/rust/unicode-bidi-0.3.3/src/explicit.rs
rename : third_party/rust/unicode-bidi/src/format_chars.rs => third_party/rust/unicode-bidi-0.3.3/src/format_chars.rs
rename : third_party/rust/unicode-bidi/src/implicit.rs => third_party/rust/unicode-bidi-0.3.3/src/implicit.rs
rename : third_party/rust/unicode-bidi/src/level.rs => third_party/rust/unicode-bidi-0.3.3/src/level.rs
rename : third_party/rust/unicode-bidi/src/lib.rs => third_party/rust/unicode-bidi-0.3.3/src/lib.rs
rename : third_party/rust/unicode-bidi/src/prepare.rs => third_party/rust/unicode-bidi-0.3.3/src/prepare.rs
rename : third_party/rust/unicode-bidi/tests/conformance_tests.rs => third_party/rust/unicode-bidi-0.3.3/tests/conformance_tests.rs
rename : third_party/rust/unicode-bidi/tools/generate.py => third_party/rust/unicode-bidi-0.3.3/tools/generate.py
rename : third_party/rust/unreachable/.cargo-checksum.json => third_party/rust/unreachable-0.1.1/.cargo-checksum.json
rename : third_party/rust/unreachable/Cargo.toml => third_party/rust/unreachable-0.1.1/Cargo.toml
rename : third_party/rust/unreachable/README.md => third_party/rust/unreachable-0.1.1/README.md
extra : rebase_source : 96e680e0cbbc32bd164eb91af60af1623dc888ea
2017-10-30 15:09:29 +00:00
Servo VCS Sync
be92d942e5
No bug - Revendor rust dependencies
2017-10-24 17:55:24 +00:00
Xidorn Quan
e39d9574b6
Bug 1409444
- Update rand to 0.3.17. r=manishearth
...
MozReview-Commit-ID: DjCEQV9t2hi
--HG--
extra : rebase_source : 243c346795b212c90d24fff559f02aebf0aa7d72
2017-10-23 15:52:44 +11:00
Kartikaya Gupta
991e3f2ee6
Bug 1408461 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
...
MozReview-Commit-ID: L5AVB95yUtP
2017-10-18 12:37:52 -04:00
Sebastian Hengst
3bc133f2e6
Backed out changeset c654a712755b (bug 1408461)
...
--HG--
extra : rebase_source : 623157bbabeec362882acc296b4d38e9ea20ddd7
2017-10-18 18:28:01 +02:00
Kartikaya Gupta
7c01556389
Bug 1408461 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
...
MozReview-Commit-ID: L5AVB95yUtP
--HG--
extra : rebase_source : c9bbaafa22c92eef6ee5b0c7b7063f4537962d60
2017-10-18 09:38:43 -04:00
Servo VCS Sync
801155adeb
No bug - Revendor rust dependencies
2017-10-17 04:02:06 +00:00
Kartikaya Gupta
2e87e8b61d
Bug 1407213 - Update Cargo lockfiles and re-vendor rust libraries. r=jrmuizel
...
MozReview-Commit-ID: Jz76sncivdF
--HG--
rename : third_party/rust/bincode/logo.png => third_party/rust/bincode-0.8.0/logo.png
extra : rebase_source : bc3ba0e5ce54908def30fed2ab78487a1a9b6b93
2017-10-13 12:57:56 -04: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
Servo VCS Sync
88c4d2a154
No bug - Revendor rust dependencies
2017-10-10 19:14:26 +00:00
Henri Sivonen
2092982126
Bug 1405615 - encoding_rs 0.7.1: Correctly encode U+DC00 followed by another low surrogate from UTF-16. r=emk.
...
`wrapping_sub()`-based high surrogate check was off by one due to
error in copy and paste when defining the constant to compare against.
That is, the subtraction that defines the constant was completely wrong
but the result of the subtraction was only off by one, which is why the
bug wasn't discovered immediately. This lead to the first low surrogate
(U+DC00), and only the first low surrogate, getting accepted as a high
surrogate.
Discovered using cargo-fuzz.
MozReview-Commit-ID: K3Ptws31WuV
--HG--
extra : rebase_source : ef4c38214bba3bf72133d890fc1cce847024c81a
2017-10-04 13:11:27 +03:00
Xidorn Quan
45f3919331
Bug 1341102 - Revendor rayon.
...
MozReview-Commit-ID: CckZnhJlNTF
2017-10-04 17:13:34 +11:00
Servo VCS Sync
83c400b1e2
No bug - Revendor rust dependencies
2017-10-02 23:33:01 +00:00
Servo VCS Sync
6b20a710cf
No bug - Revendor rust dependencies
2017-10-01 09:54:59 +00:00
Xidorn Quan
0280d1aca8
Bug 1404678 - Update cssparser to 0.21.3 and revendor.
...
MozReview-Commit-ID: 8i1tms8zFHe
--HG--
extra : rebase_source : 3a934f3ad1941faeca2919da419847b3f61c6a6e
2017-10-01 20:46:17 +11:00
Simon Sapin
60e5ee69b6
Bug 1404625 - Revendor Rust dependencies r=SimonSapin
...
MozReview-Commit-ID: 5NZ5UFJThSx
2017-09-30 17:39:42 +02:00
Servo VCS Sync
74240de91b
No bug - Revendor rust dependencies
2017-09-27 00:32:01 +00:00
Matthew Gregan
3bf2f6de54
Bug 1403048 - Update Rust deps for audioipc. r=kamidphish,rillian
...
--HG--
extra : rebase_source : a9765e844b818a84cfa2ce69b525a7a2ed72c6de
2017-09-26 15:51:30 +13:00
Manish Goregaokar
bb9be47305
Bug 1402419 - Update dtoa-short ; r=xidorn
...
MozReview-Commit-ID: qJSJZlZEKO
--HG--
extra : rebase_source : 02a41e072a0ffc0c23a32c7780429977f7be4fe6
2017-09-22 13:47:28 -07:00
Kartikaya Gupta
b105ada68d
Bug 1402304 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
...
MozReview-Commit-ID: 3WHcJZG6FTf
--HG--
extra : rebase_source : f619f499997ec079686c580d5125cdd536174400
2017-09-22 09:58:21 -04:00
Wes Kocher
082e7c650c
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: BLgnf5zTCU3
2017-09-19 14:54:09 -07:00
Wes Kocher
3baa8a7e6e
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 5B5W6AHKcCb
2017-09-19 14:49:11 -07:00
Servo VCS Sync
e0b71fde72
No bug - Revendor rust dependencies
2017-09-19 19:44:39 +00:00
Tim Taubert
076af4a6e0
Bug 1400559
- Move runloop code into its own crate r=jcj
...
The runloop seems like a good candidate for moving into its own crate.
I wasn't sure whether we want it under the Mozilla org on GitHub, so I pushed
it to ttaubert/rust-runloop for a start. Moving the repository to mozilla/*
is easy, and we'd just need to bump the crate version with the updated
repository, if you think we should.
Bug #: 1400559
Differential Revision: https://phabricator.services.mozilla.com/D62
--HG--
rename : dom/webauthn/u2f-hid-rs/src/runloop.rs => third_party/rust/runloop/src/lib.rs
2017-09-19 15:46:55 +02:00
Matt Brubeck
c538eaf174
Bug 1341102 - Revendor Rust dependencies.
...
MozReview-Commit-ID: 49YebxPbiR5
2017-09-15 20:52:41 -07:00
Servo VCS Sync
532af8fcfb
No bug - Revendor rust dependencies
2017-09-15 19:46:43 +00:00
Sebastian Hengst
ec66bbd3e1
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 4dRrVdftJVy
2017-09-15 11:05:11 +02:00
Sebastian Hengst
09dd8ba13f
merge mozilla-central to mozilla-inbound. r=merge a=merge on a CLOSED TREE
...
--HG--
extra : amend_source : ee605ac050c0532521f96bdeda5ef20fb0099519
2017-09-15 00:18:43 +02:00
Servo VCS Sync
92eb546f04
No bug - Revendor rust dependencies
2017-09-14 22:42:42 +00:00
Kartikaya Gupta
b50b7e8eda
Bug 1398241 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
...
MozReview-Commit-ID: 9yGxzlMjy07
--HG--
extra : rebase_source : ce4715986f87edc569ca6e438359c89ebc8f5e95
2017-09-14 08:17:19 -04:00
Kartikaya Gupta
095a2d0369
Bug 1400216 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
...
MozReview-Commit-ID: 21qQZzuGQG2
--HG--
extra : rebase_source : 2869dcdea314090f06faa7b6e4259e5998899a18
2017-09-19 12:16:29 -04:00
Henrik Skupin
6288d14552
Bug 1388251 - Vendor in mozrunner 0.5.0. r=jgraham
...
MozReview-Commit-ID: 3jTHzlZHRa9
--HG--
extra : rebase_source : f7aeb204fc7923e6c4bf24013f1d722fd5188df8
2017-09-11 20:46:01 +02:00
Servo VCS Sync
9759c42464
No bug - Revendor rust dependencies
2017-09-12 17:49:34 +00:00
Servo VCS Sync
7546dc5d8e
No bug - Revendor rust dependencies
2017-09-11 17:51:02 +00:00
Servo VCS Sync
b4db6724a9
No bug - Revendor rust dependencies
2017-09-11 15:34:19 +00:00
Manish Goregaokar
1e3217e804
Bug 1341102 - Revendor rust deps; r=bustage
...
MozReview-Commit-ID: 2EcVsnJ5VFN
2017-09-08 13:33:21 -07:00
Sebastian Hengst
01c1a3c741
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 17ViEoPyjPa
2017-09-05 23:55:39 +02:00
Nick Fitzgerald
9e1136a865
Bug 1277338 - Part 13: Update vendored crates for newer `js` crate; r=sfink
...
--HG--
rename : third_party/rust/aho-corasick/.cargo-checksum.json => third_party/rust/aho-corasick-0.6.2/.cargo-checksum.json
rename : third_party/rust/aho-corasick/Cargo.toml => third_party/rust/aho-corasick-0.6.2/Cargo.toml
rename : third_party/rust/aho-corasick/src/autiter.rs => third_party/rust/aho-corasick-0.6.2/src/autiter.rs
rename : third_party/rust/bindgen/.cargo-checksum.json => third_party/rust/bindgen-0.29.0/.cargo-checksum.json
rename : third_party/rust/bindgen/.github/ISSUE_TEMPLATE.md => third_party/rust/bindgen-0.29.0/.github/ISSUE_TEMPLATE.md
rename : third_party/rust/bindgen/.travis.yml => third_party/rust/bindgen-0.29.0/.travis.yml
rename : third_party/rust/bindgen/CONTRIBUTING.md => third_party/rust/bindgen-0.29.0/CONTRIBUTING.md
rename : third_party/rust/bindgen/Cargo.toml => third_party/rust/bindgen-0.29.0/Cargo.toml
rename : third_party/rust/bindgen/LICENSE => third_party/rust/bindgen-0.29.0/LICENSE
rename : third_party/rust/bindgen/README.md => third_party/rust/bindgen-0.29.0/README.md
rename : third_party/rust/bindgen/appveyor.yml => third_party/rust/bindgen-0.29.0/appveyor.yml
rename : third_party/rust/bindgen/book/book.toml => third_party/rust/bindgen-0.29.0/book/book.toml
rename : third_party/rust/bindgen/book/src/SUMMARY.md => third_party/rust/bindgen-0.29.0/book/src/SUMMARY.md
rename : third_party/rust/bindgen/book/src/blacklisting.md => third_party/rust/bindgen-0.29.0/book/src/blacklisting.md
rename : third_party/rust/bindgen/book/src/chapter_1.md => third_party/rust/bindgen-0.29.0/book/src/chapter_1.md
rename : third_party/rust/bindgen/book/src/command-line-usage.md => third_party/rust/bindgen-0.29.0/book/src/command-line-usage.md
rename : third_party/rust/bindgen/book/src/cpp.md => third_party/rust/bindgen-0.29.0/book/src/cpp.md
rename : third_party/rust/bindgen/book/src/customizing-generated-bindings.md => third_party/rust/bindgen-0.29.0/book/src/customizing-generated-bindings.md
rename : third_party/rust/bindgen/book/src/introduction.md => third_party/rust/bindgen-0.29.0/book/src/introduction.md
rename : third_party/rust/bindgen/book/src/library-usage.md => third_party/rust/bindgen-0.29.0/book/src/library-usage.md
rename : third_party/rust/bindgen/book/src/nocopy.md => third_party/rust/bindgen-0.29.0/book/src/nocopy.md
rename : third_party/rust/bindgen/book/src/opaque.md => third_party/rust/bindgen-0.29.0/book/src/opaque.md
rename : third_party/rust/bindgen/book/src/replacing-types.md => third_party/rust/bindgen-0.29.0/book/src/replacing-types.md
rename : third_party/rust/bindgen/book/src/requirements.md => third_party/rust/bindgen-0.29.0/book/src/requirements.md
rename : third_party/rust/bindgen/book/src/tutorial-0.md => third_party/rust/bindgen-0.29.0/book/src/tutorial-0.md
rename : third_party/rust/bindgen/book/src/tutorial-1.md => third_party/rust/bindgen-0.29.0/book/src/tutorial-1.md
rename : third_party/rust/bindgen/book/src/tutorial-2.md => third_party/rust/bindgen-0.29.0/book/src/tutorial-2.md
rename : third_party/rust/bindgen/book/src/tutorial-3.md => third_party/rust/bindgen-0.29.0/book/src/tutorial-3.md
rename : third_party/rust/bindgen/book/src/tutorial-4.md => third_party/rust/bindgen-0.29.0/book/src/tutorial-4.md
rename : third_party/rust/bindgen/book/src/tutorial-5.md => third_party/rust/bindgen-0.29.0/book/src/tutorial-5.md
rename : third_party/rust/bindgen/book/src/tutorial-6.md => third_party/rust/bindgen-0.29.0/book/src/tutorial-6.md
rename : third_party/rust/bindgen/book/src/using-unions.md => third_party/rust/bindgen-0.29.0/book/src/using-unions.md
rename : third_party/rust/bindgen/book/src/whitelisting.md => third_party/rust/bindgen-0.29.0/book/src/whitelisting.md
rename : third_party/rust/bindgen/build.rs => third_party/rust/bindgen-0.29.0/build.rs
rename : third_party/rust/bindgen/ci/assert-docs.sh => third_party/rust/bindgen-0.29.0/ci/assert-docs.sh
rename : third_party/rust/bindgen/ci/assert-no-diff.bat => third_party/rust/bindgen-0.29.0/ci/assert-no-diff.bat
rename : third_party/rust/bindgen/ci/assert-no-diff.sh => third_party/rust/bindgen-0.29.0/ci/assert-no-diff.sh
rename : third_party/rust/bindgen/ci/assert-rustfmt.sh => third_party/rust/bindgen-0.29.0/ci/assert-rustfmt.sh
rename : third_party/rust/bindgen/ci/before_install.sh => third_party/rust/bindgen-0.29.0/ci/before_install.sh
rename : third_party/rust/bindgen/ci/deploy-book.sh => third_party/rust/bindgen-0.29.0/ci/deploy-book.sh
rename : third_party/rust/bindgen/ci/no-includes.sh => third_party/rust/bindgen-0.29.0/ci/no-includes.sh
rename : third_party/rust/bindgen/ci/test-book.sh => third_party/rust/bindgen-0.29.0/ci/test-book.sh
rename : third_party/rust/bindgen/ci/test.bat => third_party/rust/bindgen-0.29.0/ci/test.bat
rename : third_party/rust/bindgen/ci/test.sh => third_party/rust/bindgen-0.29.0/ci/test.sh
rename : third_party/rust/bindgen/example-graphviz-ir.png => third_party/rust/bindgen-0.29.0/example-graphviz-ir.png
rename : third_party/rust/bindgen/rustfmt.toml => third_party/rust/bindgen-0.29.0/rustfmt.toml
rename : third_party/rust/bindgen/src/callbacks.rs => third_party/rust/bindgen-0.29.0/src/callbacks.rs
rename : third_party/rust/bindgen/src/clang.rs => third_party/rust/bindgen-0.29.0/src/clang.rs
rename : third_party/rust/bindgen/src/codegen/helpers.rs => third_party/rust/bindgen-0.29.0/src/codegen/helpers.rs
rename : third_party/rust/bindgen/src/codegen/mod.rs => third_party/rust/bindgen-0.29.0/src/codegen/mod.rs
rename : third_party/rust/bindgen/src/codegen/struct_layout.rs => third_party/rust/bindgen-0.29.0/src/codegen/struct_layout.rs
rename : third_party/rust/bindgen/src/ir/analysis/derive_debug.rs => third_party/rust/bindgen-0.29.0/src/ir/analysis/derive_debug.rs
rename : third_party/rust/bindgen/src/ir/analysis/has_vtable.rs => third_party/rust/bindgen-0.29.0/src/ir/analysis/has_vtable.rs
rename : third_party/rust/bindgen/src/ir/analysis/mod.rs => third_party/rust/bindgen-0.29.0/src/ir/analysis/mod.rs
rename : third_party/rust/bindgen/src/ir/analysis/template_params.rs => third_party/rust/bindgen-0.29.0/src/ir/analysis/template_params.rs
rename : third_party/rust/bindgen/src/ir/annotations.rs => third_party/rust/bindgen-0.29.0/src/ir/annotations.rs
rename : third_party/rust/bindgen/src/ir/comment.rs => third_party/rust/bindgen-0.29.0/src/ir/comment.rs
rename : third_party/rust/bindgen/src/ir/comp.rs => third_party/rust/bindgen-0.29.0/src/ir/comp.rs
rename : third_party/rust/bindgen/src/ir/context.rs => third_party/rust/bindgen-0.29.0/src/ir/context.rs
rename : third_party/rust/bindgen/src/ir/derive.rs => third_party/rust/bindgen-0.29.0/src/ir/derive.rs
rename : third_party/rust/bindgen/src/ir/dot.rs => third_party/rust/bindgen-0.29.0/src/ir/dot.rs
rename : third_party/rust/bindgen/src/ir/enum_ty.rs => third_party/rust/bindgen-0.29.0/src/ir/enum_ty.rs
rename : third_party/rust/bindgen/src/ir/function.rs => third_party/rust/bindgen-0.29.0/src/ir/function.rs
rename : third_party/rust/bindgen/src/ir/int.rs => third_party/rust/bindgen-0.29.0/src/ir/int.rs
rename : third_party/rust/bindgen/src/ir/item.rs => third_party/rust/bindgen-0.29.0/src/ir/item.rs
rename : third_party/rust/bindgen/src/ir/item_kind.rs => third_party/rust/bindgen-0.29.0/src/ir/item_kind.rs
rename : third_party/rust/bindgen/src/ir/layout.rs => third_party/rust/bindgen-0.29.0/src/ir/layout.rs
rename : third_party/rust/bindgen/src/ir/module.rs => third_party/rust/bindgen-0.29.0/src/ir/module.rs
rename : third_party/rust/bindgen/src/ir/objc.rs => third_party/rust/bindgen-0.29.0/src/ir/objc.rs
rename : third_party/rust/bindgen/src/ir/template.rs => third_party/rust/bindgen-0.29.0/src/ir/template.rs
rename : third_party/rust/bindgen/src/ir/traversal.rs => third_party/rust/bindgen-0.29.0/src/ir/traversal.rs
rename : third_party/rust/bindgen/src/ir/ty.rs => third_party/rust/bindgen-0.29.0/src/ir/ty.rs
rename : third_party/rust/bindgen/src/ir/var.rs => third_party/rust/bindgen-0.29.0/src/ir/var.rs
rename : third_party/rust/bindgen/src/lib.rs => third_party/rust/bindgen-0.29.0/src/lib.rs
rename : third_party/rust/bindgen/src/main.rs => third_party/rust/bindgen-0.29.0/src/main.rs
rename : third_party/rust/bindgen/src/options.rs => third_party/rust/bindgen-0.29.0/src/options.rs
rename : third_party/rust/bindgen/src/parse.rs => third_party/rust/bindgen-0.29.0/src/parse.rs
rename : third_party/rust/bindgen/src/regex_set.rs => third_party/rust/bindgen-0.29.0/src/regex_set.rs
rename : third_party/rust/bindgen/src/uses.rs => third_party/rust/bindgen-0.29.0/src/uses.rs
rename : third_party/rust/bindgen/src/ir/analysis/derive_debug.rs => third_party/rust/bindgen/src/ir/analysis/derive_hash.rs
rename : third_party/rust/cfg-if/.cargo-checksum.json => third_party/rust/cfg-if-0.1.0/.cargo-checksum.json
rename : third_party/rust/cfg-if/.travis.yml => third_party/rust/cfg-if-0.1.0/.travis.yml
rename : third_party/rust/cfg-if/Cargo.toml => third_party/rust/cfg-if-0.1.0/Cargo.toml
rename : third_party/rust/cfg-if/src/lib.rs => third_party/rust/cfg-if-0.1.0/src/lib.rs
rename : third_party/rust/clap/.cargo-checksum.json => third_party/rust/clap-2.24.2/.cargo-checksum.json
rename : third_party/rust/clap/CHANGELOG.md => third_party/rust/clap-2.24.2/CHANGELOG.md
rename : third_party/rust/clap/Cargo.toml => third_party/rust/clap-2.24.2/Cargo.toml
rename : third_party/rust/clap/README.md => third_party/rust/clap-2.24.2/README.md
rename : third_party/rust/clap/appveyor.yml => third_party/rust/clap-2.24.2/appveyor.yml
rename : third_party/rust/clap/clap-test.rs => third_party/rust/clap-2.24.2/clap-test.rs
rename : third_party/rust/clap/src/app/help.rs => third_party/rust/clap-2.24.2/src/app/help.rs
rename : third_party/rust/clap/src/app/macros.rs => third_party/rust/clap-2.24.2/src/app/macros.rs
rename : third_party/rust/clap/src/app/parser.rs => third_party/rust/clap-2.24.2/src/app/parser.rs
rename : third_party/rust/clap/src/app/settings.rs => third_party/rust/clap-2.24.2/src/app/settings.rs
rename : third_party/rust/clap/src/app/usage.rs => third_party/rust/clap-2.24.2/src/app/usage.rs
rename : third_party/rust/clap/src/app/validator.rs => third_party/rust/clap-2.24.2/src/app/validator.rs
rename : third_party/rust/clap/src/args/arg_builder/positional.rs => third_party/rust/clap-2.24.2/src/args/arg_builder/positional.rs
rename : third_party/rust/clap/src/args/group.rs => third_party/rust/clap-2.24.2/src/args/group.rs
rename : third_party/rust/clap/src/args/macros.rs => third_party/rust/clap-2.24.2/src/args/macros.rs
rename : third_party/rust/clap/src/args/settings.rs => third_party/rust/clap-2.24.2/src/args/settings.rs
rename : third_party/rust/clap/src/completions/powershell.rs => third_party/rust/clap-2.24.2/src/completions/powershell.rs
rename : third_party/rust/clap/src/errors.rs => third_party/rust/clap-2.24.2/src/errors.rs
rename : third_party/rust/clap/src/fmt.rs => third_party/rust/clap-2.24.2/src/fmt.rs
rename : third_party/rust/clap/src/lib.rs => third_party/rust/clap-2.24.2/src/lib.rs
rename : third_party/rust/clap/src/macros.rs => third_party/rust/clap-2.24.2/src/macros.rs
rename : third_party/rust/clap/src/suggestions.rs => third_party/rust/clap-2.24.2/src/suggestions.rs
rename : third_party/rust/env_logger/.cargo-checksum.json => third_party/rust/env_logger-0.4.1/.cargo-checksum.json
rename : third_party/rust/env_logger/Cargo.toml => third_party/rust/env_logger-0.4.1/Cargo.toml
rename : third_party/rust/env_logger/src/lib.rs => third_party/rust/env_logger-0.4.1/src/lib.rs
rename : third_party/rust/gcc/.cargo-checksum.json => third_party/rust/gcc-0.3.42/.cargo-checksum.json
rename : third_party/rust/gcc/.travis.yml => third_party/rust/gcc-0.3.42/.travis.yml
rename : third_party/rust/gcc/Cargo.toml => third_party/rust/gcc-0.3.42/Cargo.toml
rename : third_party/rust/gcc/README.md => third_party/rust/gcc-0.3.42/README.md
rename : third_party/rust/gcc/src/lib.rs => third_party/rust/gcc-0.3.42/src/lib.rs
rename : third_party/rust/gcc/src/windows_registry.rs => third_party/rust/gcc-0.3.42/src/windows_registry.rs
rename : third_party/rust/gcc/tests/test.rs => third_party/rust/gcc-0.3.42/tests/test.rs
rename : third_party/rust/log/.cargo-checksum.json => third_party/rust/log-0.3.6/.cargo-checksum.json
rename : third_party/rust/log/.travis.yml => third_party/rust/log-0.3.6/.travis.yml
rename : third_party/rust/log/Cargo.toml => third_party/rust/log-0.3.6/Cargo.toml
rename : third_party/rust/log/README.md => third_party/rust/log-0.3.6/README.md
rename : third_party/rust/libz-sys/appveyor.yml => third_party/rust/log-0.3.6/appveyor.yml
rename : third_party/rust/log/src/lib.rs => third_party/rust/log-0.3.6/src/lib.rs
rename : third_party/rust/log/src/macros.rs => third_party/rust/log-0.3.6/src/macros.rs
rename : third_party/rust/num-traits/.cargo-checksum.json => third_party/rust/num-traits-0.1.37/.cargo-checksum.json
rename : third_party/rust/num-traits/Cargo.toml => third_party/rust/num-traits-0.1.37/Cargo.toml
rename : third_party/rust/num-traits/src/bounds.rs => third_party/rust/num-traits-0.1.37/src/bounds.rs
rename : third_party/rust/num-traits/src/cast.rs => third_party/rust/num-traits-0.1.37/src/cast.rs
rename : third_party/rust/num-traits/src/identities.rs => third_party/rust/num-traits-0.1.37/src/identities.rs
rename : third_party/rust/num-traits/src/lib.rs => third_party/rust/num-traits-0.1.37/src/lib.rs
rename : third_party/rust/num-traits/src/ops/checked.rs => third_party/rust/num-traits-0.1.37/src/ops/checked.rs
rename : third_party/rust/num-traits/src/ops/wrapping.rs => third_party/rust/num-traits-0.1.37/src/ops/wrapping.rs
rename : third_party/rust/num-traits/src/sign.rs => third_party/rust/num-traits-0.1.37/src/sign.rs
rename : third_party/rust/num_cpus/.cargo-checksum.json => third_party/rust/num_cpus-1.2.1/.cargo-checksum.json
rename : third_party/rust/num_cpus/Cargo.toml => third_party/rust/num_cpus-1.2.1/Cargo.toml
rename : third_party/rust/num_cpus/README.md => third_party/rust/num_cpus-1.2.1/README.md
rename : third_party/rust/num_cpus/src/lib.rs => third_party/rust/num_cpus-1.2.1/src/lib.rs
rename : third_party/rust/regex/.cargo-checksum.json => third_party/rust/regex-0.2.1/.cargo-checksum.json
rename : third_party/rust/regex/CHANGELOG.md => third_party/rust/regex-0.2.1/CHANGELOG.md
rename : third_party/rust/regex/Cargo.toml => third_party/rust/regex-0.2.1/Cargo.toml
rename : third_party/rust/regex/README.md => third_party/rust/regex-0.2.1/README.md
rename : third_party/rust/libz-sys/appveyor.yml => third_party/rust/regex-0.2.1/appveyor.yml
rename : third_party/rust/regex/ci/run-kcov => third_party/rust/regex-0.2.1/ci/run-kcov
rename : third_party/rust/regex/src/backtrack.rs => third_party/rust/regex-0.2.1/src/backtrack.rs
rename : third_party/rust/regex/src/compile.rs => third_party/rust/regex-0.2.1/src/compile.rs
rename : third_party/rust/regex/src/exec.rs => third_party/rust/regex-0.2.1/src/exec.rs
rename : third_party/rust/regex/src/lib.rs => third_party/rust/regex-0.2.1/src/lib.rs
rename : third_party/rust/regex/src/re_builder.rs => third_party/rust/regex-0.2.1/src/re_builder.rs
rename : third_party/rust/regex/src/re_bytes.rs => third_party/rust/regex-0.2.1/src/re_bytes.rs
rename : third_party/rust/regex/src/re_unicode.rs => third_party/rust/regex-0.2.1/src/re_unicode.rs
rename : third_party/rust/regex/src/utf8.rs => third_party/rust/regex-0.2.1/src/utf8.rs
rename : third_party/rust/regex/tests/macros.rs => third_party/rust/regex-0.2.1/tests/macros.rs
rename : third_party/rust/regex/tests/regression.rs => third_party/rust/regex-0.2.1/tests/regression.rs
rename : third_party/rust/regex/tests/set.rs => third_party/rust/regex-0.2.1/tests/set.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_backtrack.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_backtrack_bytes.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_backtrack_utf8bytes.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_default.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_default_bytes.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_nfa.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_nfa_bytes.rs
rename : third_party/rust/regex/tests/test_default_bytes.rs => third_party/rust/regex-0.2.1/tests/test_nfa_utf8bytes.rs
rename : third_party/rust/regex-syntax/.cargo-checksum.json => third_party/rust/regex-syntax-0.4.0/.cargo-checksum.json
rename : third_party/rust/regex-syntax/Cargo.toml => third_party/rust/regex-syntax-0.4.0/Cargo.toml
rename : third_party/rust/regex-syntax/src/lib.rs => third_party/rust/regex-syntax-0.4.0/src/lib.rs
rename : third_party/rust/regex-syntax/src/literals.rs => third_party/rust/regex-syntax-0.4.0/src/literals.rs
rename : third_party/rust/regex-syntax/src/parser.rs => third_party/rust/regex-syntax-0.4.0/src/parser.rs
rename : third_party/rust/regex-syntax/src/properties.rs => third_party/rust/regex-syntax-0.4.0/src/properties.rs
rename : third_party/rust/rustc-serialize/.cargo-checksum.json => third_party/rust/rustc-serialize-0.3.22/.cargo-checksum.json
rename : third_party/rust/rustc-serialize/Cargo.toml => third_party/rust/rustc-serialize-0.3.22/Cargo.toml
rename : third_party/rust/rustc-serialize/README.md => third_party/rust/rustc-serialize-0.3.22/README.md
rename : third_party/rust/libz-sys/appveyor.yml => third_party/rust/rustc-serialize-0.3.22/appveyor.yml
rename : third_party/rust/rustc-serialize/src/base64.rs => third_party/rust/rustc-serialize-0.3.22/src/base64.rs
rename : third_party/rust/rustc-serialize/src/hex.rs => third_party/rust/rustc-serialize-0.3.22/src/hex.rs
rename : third_party/rust/rustc-serialize/src/json.rs => third_party/rust/rustc-serialize-0.3.22/src/json.rs
rename : third_party/rust/rustc-serialize/src/lib.rs => third_party/rust/rustc-serialize-0.3.22/src/lib.rs
rename : third_party/rust/thread-id/.appveyor.yml => third_party/rust/thread-id-3.0.0/.appveyor.yml
rename : third_party/rust/thread-id/.cargo-checksum.json => third_party/rust/thread-id-3.0.0/.cargo-checksum.json
rename : third_party/rust/thread-id/.travis.yml => third_party/rust/thread-id-3.0.0/.travis.yml
rename : third_party/rust/thread-id/Cargo.toml => third_party/rust/thread-id-3.0.0/Cargo.toml
rename : third_party/rust/thread-id/license => third_party/rust/thread-id-3.0.0/license
rename : third_party/rust/thread-id/readme.md => third_party/rust/thread-id-3.0.0/readme.md
rename : third_party/rust/thread-id/src/lib.rs => third_party/rust/thread-id-3.0.0/src/lib.rs
rename : third_party/rust/thread-id/license => third_party/rust/thread-id/license-apache
2017-09-05 09:26:22 -07:00
Simon Sapin
0ef497bfee
Bug 1396664 - re-enable bad-string subtests in test_parser_diagnostics_unprintables.html r=emilio
...
… and update cssparser to 0.20.1
MozReview-Commit-ID: 8SiFIGk1jtb
--HG--
extra : rebase_source : 9d817fba90c38a7148166392e3412cfaf1538785
2017-09-05 15:40:57 +02:00
Andreas Tolfsen
af89014409
Bug 1368265 - Remove third_party/rust/webdriver. r=automatedtester
...
MozReview-Commit-ID: BGi7cVgFYLw
--HG--
extra : rebase_source : 214b8d651eec0d4c66bd9c5ab12f9118d49de8d4
2017-09-03 16:15:29 +01:00
Servo VCS Sync
ed507e14c2
No bug - Revendor rust dependencies
2017-09-02 00:17:56 +00:00
Henrik Skupin
1396dc5a4b
Bug 1369827
- Vendoring in webdriver 0.30. r=ato
...
MozReview-Commit-ID: C8vP6itpEXi
--HG--
extra : rebase_source : 60ea125bfd82ffec7d06cc9f53cacc6af9c4e25a
2017-08-18 15:18:19 +02:00
Henri Sivonen
610f9e27b1
Bug 1372230 part 2 - Update encoding_rs to 0.7.0 and encoding_c to 0.8.0. r=emk
...
MozReview-Commit-ID: DuK9BvVY50z
--HG--
extra : rebase_source : b7ce43f3fd61500e6adf642ea48e6774976d4eff
2017-08-28 12:22:25 +03:00
Simon Sapin
28bb18318a
Bug 1393967 - Update cssparser to verison 0.19.5 (and some other dependencies) r=xidorn
...
MozReview-Commit-ID: GOxKFvP3Y9x
--HG--
extra : rebase_source : 082e3b951fe41427192a308f694453521f8e3c23
2017-08-25 22:28:33 +02:00
Dan Glastonbury
f1e1b786c6
Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish
...
MozReview-Commit-ID: 6BC0fu1rrEE
--HG--
extra : rebase_source : b986541c97eee9eaa70bbc54ccfcd63b2d3fa006
2017-08-11 12:41:35 +10:00
Emilio Cobos Álvarez
ab4fb5f775
Bug 1341102: Update lazy_static, revendor dependencies. r=me
...
MozReview-Commit-ID: 1DK5u2A2uv5
--HG--
rename : third_party/rust/lazy_static/.cargo-checksum.json => third_party/rust/lazy_static-0.2.2/.cargo-checksum.json
rename : third_party/rust/lazy_static/Cargo.toml => third_party/rust/lazy_static-0.2.2/Cargo.toml
rename : third_party/rust/lazy_static/LICENSE => third_party/rust/lazy_static-0.2.2/LICENSE
rename : third_party/rust/lazy_static/README.md => third_party/rust/lazy_static-0.2.2/README.md
rename : third_party/rust/lazy_static/src/core_lazy.rs => third_party/rust/lazy_static-0.2.2/src/core_lazy.rs
rename : third_party/rust/lazy_static/src/lazy.rs => third_party/rust/lazy_static-0.2.2/src/lazy.rs
rename : third_party/rust/lazy_static/src/lib.rs => third_party/rust/lazy_static-0.2.2/src/lib.rs
rename : third_party/rust/lazy_static/src/nightly_lazy.rs => third_party/rust/lazy_static-0.2.2/src/nightly_lazy.rs
rename : third_party/rust/lazy_static/tests/test.rs => third_party/rust/lazy_static-0.2.2/tests/test.rs
2017-08-24 13:00:41 +02:00
Henrik Skupin
2f663e435b
Bug 1388249 - Vendor in mozrunner 0.4.2 crate. r=jgraham
...
MozReview-Commit-ID: DNaQKpDBQu8
--HG--
extra : rebase_source : 6680318eec05ddd67c6a09628efc12af78de30d6
2017-08-23 12:26:28 +02:00
Emilio Cobos Álvarez
f1d7bf0054
Bug 1341102: Revendor rust dependencies. r=me
...
On a CLOSED TREE
MozReview-Commit-ID: BoEbixf4mIK
2017-08-23 18:51:30 +02:00
Xidorn Quan
77c491fafa
Bug 1370779 followup 2 - Downgrade cssparser to 0.19.2.
...
MozReview-Commit-ID: 3lf30ZvMvWm
2017-08-23 13:58:16 +10:00
Xidorn Quan
759a4f76a0
Bug 1370779 followup - Bump version of cssparser again to 0.19.4.
...
MozReview-Commit-ID: 7QwkNTUkCDl
2017-08-23 13:29:30 +10:00
Xidorn Quan
dd29c6636a
Bug 1370779 - Bump version of cssparser.
...
MozReview-Commit-ID: Atb37wr8iMA
2017-08-23 13:04:03 +10:00
Kartikaya Gupta
95d3684215
Bug 1389497 - Update Cargo lockfiles and re-vendor third-party dependencies. r=jrmuizel
...
MozReview-Commit-ID: 5b6Le3HVoMf
--HG--
extra : rebase_source : 7a9b5d9b700364d005c73fbd1a780745e4d73bba
2017-08-18 08:53:17 -04:00
Emilio Cobos Álvarez
b073ce301d
Bug 1341102: Revendor rust dependencies on a CLOSED TREE. r=me
...
MozReview-Commit-ID: 3fr9zLIlY9n
2017-08-18 16:39:58 +02:00
Emilio Cobos Álvarez
4581e9abbe
Bug 1341102: Remove cssparser 0.19.0 from the tree. r=me
...
On a CLOSED TREE.
./mach vendor rust still includes it, for some reason, but I can build fine
without it and my theory is that the builders are somehow picking it up.
MozReview-Commit-ID: 5GBFwyxuYAz
2017-08-17 21:59:11 +02:00
Emilio Cobos Álvarez
24cbad8b67
Bug 1341102: Revendor rust dependencies to unbust tree. r=me
...
MozReview-Commit-ID: 6ChbWFfPHGS
--HG--
rename : third_party/rust/cssparser/.cargo-checksum.json => third_party/rust/cssparser-0.19.0/.cargo-checksum.json
rename : third_party/rust/cssparser/Cargo.toml => third_party/rust/cssparser-0.19.0/Cargo.toml
rename : third_party/rust/cssparser/src/parser.rs => third_party/rust/cssparser-0.19.0/src/parser.rs
rename : third_party/rust/cssparser/src/size_of_tests.rs => third_party/rust/cssparser-0.19.0/src/size_of_tests.rs
rename : third_party/rust/cssparser/src/tests.rs => third_party/rust/cssparser-0.19.0/src/tests.rs
rename : third_party/rust/cssparser/src/tokenizer.rs => third_party/rust/cssparser-0.19.0/src/tokenizer.rs
2017-08-17 20:51:43 +02:00
Servo VCS Sync
d6eabd0f59
No bug - Revendor rust dependencies
2017-08-09 22:23:21 +00:00
Kartikaya Gupta
bdee759275
Bug 1385003 - Autogenerated changes to go with webrender update. r=jrmuizel
...
This regenerates the cargo lockfiles and FFI bindings header. It also revendors
the third_party/rust libraries.
MozReview-Commit-ID: ID0YhoIH6cz
--HG--
extra : rebase_source : 7c22828a831eafcf527f2c3baf8d4d012db8f9a4
2017-08-09 08:46:25 -04:00
Andreas Tolfsen
8104c26b91
Bug 1388365 - Vendor webdriver 0.29.0. r=whimboo
...
MozReview-Commit-ID: 3vhk9kfmDHD
--HG--
extra : rebase_source : 393c3ff983444bc8639d3ed94edce0b27dabe522
2017-08-08 15:10:55 +01:00
Valentin Gosu
195f9f0987
Bug 1383831 - Upgrade rust-url to version 1.5.1 r=froydnj
...
MozReview-Commit-ID: L3j6K5dDWHi
--HG--
extra : rebase_source : 65b34e84139927f1c28dc38cf2a00a0c2902b975
2017-08-02 13:44:48 +03:00
Xidorn Quan
c05f226ae2
Bug 1341102 - Manual revendor for #17943 .
...
MozReview-Commit-ID: 2VKRUevRSXL
--HG--
extra : rebase_source : 90dae99ddcbce66d8c3160fa7efe0ef637903c8a
2017-08-02 21:59:58 +10:00
Yangyi Peng
f2b8c04562
Bug 1380936 - Add Minimize Window command to geckodriver; r=ato
...
MozReview-Commit-ID: Le6rAUMDjwe
--HG--
extra : rebase_source : 2120abbe4a4c57be3d669f02e29dc2ac03b1a90f
2017-08-01 11:42:58 +08:00
Servo VCS Sync
cc4ffb6023
No bug - Revendor rust dependencies
2017-07-28 22:20:31 +00:00
Servo VCS Sync
5f24fcc67d
No bug - Revendor rust dependencies
2017-07-28 21:37:38 +00:00
Servo VCS Sync
0e627abe60
No bug - Revendor rust dependencies
2017-07-28 08:23:45 +00:00
Servo VCS Sync
0eca03d139
No bug - Revendor rust dependencies
2017-07-28 06:37:28 +00:00
Servo VCS Sync
dcd26c7c3a
No bug - Revendor rust dependencies
2017-07-28 02:00:02 +00:00
Servo VCS Sync
8268579cb5
No bug - Revendor rust dependencies
2017-07-27 02:00:02 +00:00
Servo VCS Sync
f350e661fc
No bug - Revendor rust dependencies
2017-07-26 23:02:02 +00:00
Simon Sapin
da839a3670
Bug 1383975 - Update cssparser, fix a panic in bad-url token parsing. r=emilio
...
MozReview-Commit-ID: K96vTaaUdPi
--HG--
extra : rebase_source : 6ccda565b912a3756156d1081b5ba2a21501273b
2017-07-25 15:01:07 +02:00
Servo VCS Sync
c97e84bf92
No bug - Revendor rust dependencies
2017-07-24 14:37:03 +00:00
Tim Taubert
2e704f3c2c
Bug 1388843 - Part 3: Vendor u2f-hid-rs dependencies r=ted
2017-08-09 21:20:35 +02:00
Servo VCS Sync
97e5ebd02b
No bug - Revendor rust dependencies
2017-07-14 10:05:27 +00:00
Servo VCS Sync
2004ea3979
No bug - Revendor rust dependencies
2017-07-11 02:17:43 +00:00
Andreas Tolfsen
27406dfcac
Bug 1379482 - Upgrade mozrunner to 0.4.1; r=jgraham
...
Upgrades the mozrunner crate dependency by pinning it to 0.4.1. With `./mach vendor rust' I could not find any other way to force a new version to be downloaded because cargo, as far as I understand, does not yet support using crates.io as a fallback.
This patch also pins the mozprofile and mozversion dependencies exactly, although this is strictly not needed yet because they we have the latest versions vendored in-tree.
MozReview-Commit-ID: 8emDKbiYd0S
--HG--
extra : rebase_source : c153506f481255b2f9362e94da3254013ad522ab
2017-07-10 16:52:41 +01:00
Kartikaya Gupta
7c916dff61
Bug 1374730 - Update Cargo.lock files and revendor rust dependencies. r=jrmuizel
...
MozReview-Commit-ID: AoLr2W2NGhP
--HG--
extra : rebase_source : 892ea94c01f575b7f33d7cb740a74af5b58b02b0
2017-07-10 07:22:31 -04:00
Servo VCS Sync
3805d91f4d
No bug - Revendor rust dependencies
2017-07-06 22:11:55 +00:00
Servo VCS Sync
2ec3ffd285
No bug - Revendor rust dependencies
2017-07-06 20:05:14 +00:00
Jan Beich
3b4550a1c2
Bug 1376411 - Update libc to 0.2.24 to get support for more Tier3 platforms. r=rillian
...
MozReview-Commit-ID: Ct1en8VPEWf
--HG--
rename : third_party/rust/libc/ci/docker/arm-linux-androideabi/accept-licenses.sh => third_party/rust/libc/ci/android-accept-licenses.sh
extra : rebase_source : d7a64cb5e65f1c76c786d3def9da8aa3903665bd
2017-06-29 13:09:29 +00:00
Servo VCS Sync
13a5120a48
No bug - Revendor rust dependencies
2017-06-23 00:47:46 +00:00
Henri Sivonen
2444f457b5
Bug 1374937 - Vendor encoding_c 0.7.6 into m-c. r=emk
...
MozReview-Commit-ID: 8Nf9DuGyOP9
--HG--
extra : rebase_source : 9d150818d341eb9402204e22b5f1303d2c831b5b
2017-06-21 09:53:11 +03:00
David Burns
4691012f79
Bug 1371405 - Update vendored WebDriver crate; r=jgraham
...
This updates the vendored WebDriver crate to 0.27.0
MozReview-Commit-ID: HM6MIU9IDAq
--HG--
extra : rebase_source : 137941518076a8d99e5b8c40ac67ad60d9f205b9
2017-06-19 15:42:25 +01:00
Servo VCS Sync
3167c35036
No bug - Revendor rust dependencies
2017-06-21 02:15:52 +00:00
Kartikaya Gupta
47c3dd535d
Bug 1369156 - Re-vendor third-party rust libraries with latest cargo-vendor. r=froydnj
...
MozReview-Commit-ID: LQicTh0fmk0
--HG--
extra : rebase_source : 7a5ee9c3242fefa72e8d0372b8e9c03170c7df4b
2017-06-20 16:05:17 -04:00
Servo VCS Sync
052135f63f
No bug - Revendor rust dependencies
2017-06-20 19:28:17 +00:00
Sebastian Hengst
d4d94c196f
Backed out changeset 010032851619 (bug 1371405)
2017-06-20 21:23:05 +02:00
Kartikaya Gupta
a63cce3bf9
Bug 1373381 - Cherry-pick servo/webrender#1409 to unbreak OS X debug build. r=jrmuizel
...
MozReview-Commit-ID: 58wznVyzHnI
--HG--
extra : rebase_source : adef9beb24615c413f3d6a5dc6ef0af4743a3f71
2017-06-20 13:31:13 -04:00
Kartikaya Gupta
1dc39de685
Bug 1373381 - Re-vendor third-party libraries. r=jrmuizel
...
MozReview-Commit-ID: DLHlIDQCypR
--HG--
rename : third_party/rust/serde_codegen_internals/LICENSE-APACHE => third_party/rust/serde_derive_internals/LICENSE-APACHE
rename : third_party/rust/serde-0.9.9/LICENSE-MIT => third_party/rust/serde_derive_internals/LICENSE-MIT
extra : rebase_source : ad913d9923367fc3e022e8ac5ccedfa0491c6dee
2017-06-20 09:37:16 -04:00
Servo VCS Sync
5b4bd9c133
No bug - Revendor rust dependencies
2017-06-20 15:34:30 +00:00
David Burns
34d225aec8
Bug 1371405 - Update vendored WebDriver crate; r=jgraham
...
This updates the vendored WebDriver crate to 0.27.0
MozReview-Commit-ID: HM6MIU9IDAq
--HG--
extra : rebase_source : c3b6cb7d0e2b7f7423d7880a936df52d081cd867
2017-06-19 15:42:25 +01:00
Carsten "Tomcat" Book
3851092f35
Backed out changeset 289753493fdf (bug 1371405)
2017-06-20 16:03:46 +02:00
David Burns
4e394ad086
Bug 1371405 - Update vendored WebDriver crate; r=jgraham
...
This updates the vendored WebDriver crate to 0.27.0
MozReview-Commit-ID: HM6MIU9IDAq
--HG--
extra : rebase_source : 080e3a35972079b86b03b731e83e5171c5918da4
2017-06-19 15:42:25 +01:00
Servo VCS Sync
3a02645a7b
No bug - Revendor rust dependencies
2017-06-16 14:55:25 +00:00
Servo VCS Sync
a8908675de
No bug - Revendor rust dependencies
...
--HG--
rename : third_party/rust/serde/src/bytes.rs => third_party/rust/serde-0.9.9/src/bytes.rs
rename : third_party/rust/serde/src/de/content.rs => third_party/rust/serde-0.9.9/src/de/content.rs
rename : third_party/rust/serde/src/de/private.rs => third_party/rust/serde-0.9.9/src/de/private.rs
rename : third_party/rust/serde/src/error.rs => third_party/rust/serde-0.9.9/src/error.rs
rename : third_party/rust/serde/src/iter.rs => third_party/rust/serde-0.9.9/src/iter.rs
rename : third_party/rust/serde/src/ser/content.rs => third_party/rust/serde-0.9.9/src/ser/content.rs
rename : third_party/rust/serde/src/ser/private.rs => third_party/rust/serde-0.9.9/src/ser/private.rs
rename : third_party/rust/serde/src/utils.rs => third_party/rust/serde-0.9.9/src/utils.rs
2017-06-16 13:03:23 +00:00
Servo VCS Sync
8cda9783e4
No bug - Revendor rust dependencies
2017-06-15 19:37:16 +00:00
Bobby Holley
04a15dccb6
Bug 1341102 - Revendor. r=me
...
MozReview-Commit-ID: 9KLgcDQIDW5
--HG--
rename : third_party/rust/deque/LICENSE-APACHE => third_party/rust/coco/LICENSE-APACHE
rename : third_party/rust/deque/LICENSE-APACHE => third_party/rust/either/LICENSE-APACHE
rename : third_party/rust/deque/LICENSE-APACHE => third_party/rust/scopeguard/LICENSE-APACHE
2017-06-14 20:22:09 -07:00
Servo VCS Sync
2edc2218c6
No bug - Revendor rust dependencies
2017-06-14 23:57:02 +00:00
Servo VCS Sync
24c1e8a9e2
No bug - Revendor rust dependencies
2017-06-14 15:43:28 +00:00
Kartikaya Gupta
00e2b11a13
Bug 1370430 - Update webrender to cset 6752684fcc7402b0a5480e0b9f73152b2f9ed1e5. r=jrmuizel
...
In addition to update webrender/ and webrender_traits/, this updates
the webrender_bindings dependency on euclid to euclid-0.14.4. It also
updates some webrender_bindings code for this dependency update, and
for the BlobImageRenderer API change in WR cset 36a9117.
MozReview-Commit-ID: JlmTHrFdfUM
--HG--
rename : third_party/rust/euclid/src/matrix2d.rs => third_party/rust/euclid-0.13.0/src/matrix2d.rs
rename : third_party/rust/euclid/src/matrix4d.rs => third_party/rust/euclid-0.13.0/src/matrix4d.rs
extra : rebase_source : fbe93df33f5614d61536f090a69fe1588d34a34c
2017-06-13 11:10:14 -04:00
Henri Sivonen
763d66dd51
Bug 1261841 part 4 - Add a configuration option for enabling explicit SIMD in Rust. r=froydnj.
...
MozReview-Commit-ID: ICifcJ9499a
2017-06-13 13:24:19 +03:00
Henri Sivonen
5326afdaea
Bug 1261841 part 1 - Vendor encoding_rs and encoding_c into m-c. rs=emk,SimonSapin.
...
MozReview-Commit-ID: Lphq69tSIXa
2017-06-13 13:22:54 +03:00
Servo VCS Sync
c527c04c0e
No bug - Revendor rust dependencies
2017-06-09 22:57:05 +00:00
Kartikaya Gupta
c1a601a0f4
Bug 1371382 - Update gl_generator to 0.5.3. r=jrmuizel
...
This also pulls in khronos_api v1.0.1
MozReview-Commit-ID: Gw4GtvD3pOx
--HG--
extra : rebase_source : 95601450e5cf125001e69fdbc104e488e88e926e
2017-06-08 17:06:05 -04:00
David Burns
d40abc4bff
Bug 1370510 - Update WebDriver Crate dependency; r=jgraham
...
MozReview-Commit-ID: 7Rht3CxZpy3
--HG--
extra : rebase_source : 472b06ebf41da611a831e02e31a165c90c6f7ca1
2017-06-07 21:54:49 +01:00
Henrik Skupin
6ed7ad2776
Bug 1369708 - Avoid setting of default preferences by mozrunner. r=ato
...
Update dependencies for mozrunner (0.4) and mozprofile (0.3) to
stop setting default preferences by mozrunner. This will also allow
to overwrite all preferences now via the moz:firefoxOptions capability.
MozReview-Commit-ID: IU0oKzRnnfG
--HG--
extra : rebase_source : 7f8946f7e22af9beebaddc52c78d549ddc898c87
2017-06-02 14:40:29 +02:00
Servo VCS Sync
dc7a500df8
No bug - Revendor rust dependencies
2017-06-05 20:38:53 +00:00
Servo VCS Sync
d5b32dba16
No bug - Revendor rust dependencies
2017-06-04 21:27:20 +00:00
Servo VCS Sync
ddbf630465
No bug - Revendor rust dependencies
2017-06-03 01:39:44 +00:00
Henrik Skupin
b8f24d14e4
Bug 1364385 - Do not use canonicalized path to start Firefox. r=ato
...
Using the canonicalized path to start Firefox breaks the
browser on Windows because the "\\?\" prefix is not supported
yet. As result all components which rely on XCurProcD for
file handling are throwing JS errors, and do not initialize
correctly.
MozReview-Commit-ID: 5MWhDf1HCWf
--HG--
extra : rebase_source : da97482894eda970b6e6610e7462b927b57fb3a1
2017-06-02 13:40:24 +02:00
Kartikaya Gupta
f7afb5a21c
Merge m-c to graphics, a=merge
...
MozReview-Commit-ID: COZj8Itgjcz
2017-06-01 09:56:23 -04:00
Kartikaya Gupta
cab614e181
Bug 1367734 - Update webrender to cset a54cc729259588dd1ff52c86d0c62cb2a1767137. r=jrmuizel,jerry
...
In addition to updating webrender and webrender_traits, this patch:
- bumps the euclid dependency in webrender_bindings to match webrender
- updates the Cargo.lock files and re-vendors third-party rust packages
- updates the push_yuv_image callers due to an API change in WR cset a4b9e25.
2017-06-01 08:57:10 -04:00
Servo VCS Sync
84479a18c9
No bug - Revendor rust dependencies
2017-05-30 19:18:04 +00:00
Andreas Tolfsen
934b77023e
Bug 1340637 - Vendor geckodriver dependencies; r=ted
...
MozReview-Commit-ID: 1muL5Jc7ulI
--HG--
extra : rebase_source : ff2fdf700f38e66a932e3e73562190530ff1d47a
2017-05-23 18:03:07 +01:00
Servo VCS Sync
1f2bbf4599
No bug - Revendor rust dependencies
...
--HG--
rename : third_party/rust/serde/src/bytes.rs => third_party/rust/serde-0.9.9/src/bytes.rs
rename : third_party/rust/serde/src/de/content.rs => third_party/rust/serde-0.9.9/src/de/content.rs
rename : third_party/rust/serde/src/de/private.rs => third_party/rust/serde-0.9.9/src/de/private.rs
rename : third_party/rust/serde/src/error.rs => third_party/rust/serde-0.9.9/src/error.rs
rename : third_party/rust/serde/src/iter.rs => third_party/rust/serde-0.9.9/src/iter.rs
rename : third_party/rust/serde/src/ser/content.rs => third_party/rust/serde-0.9.9/src/ser/content.rs
rename : third_party/rust/serde/src/ser/private.rs => third_party/rust/serde-0.9.9/src/ser/private.rs
rename : third_party/rust/serde/src/utils.rs => third_party/rust/serde-0.9.9/src/utils.rs
rename : third_party/rust/unicode-bidi/src/tables.rs => third_party/rust/unicode-bidi-0.2.5/src/tables.rs
2017-05-23 05:17:49 +00:00
Servo VCS Sync
2ca25817fa
No bug - Revendor rust dependencies
2017-05-21 06:13:11 +00:00
Servo VCS Sync
444028b3ce
No bug - Revendor rust dependencies
2017-05-20 18:45:20 +00:00
Cameron McCormack
9bb327f2c7
Bug 1366454 - Revendor app_units manually. r=me (CLOSED TREE)
...
MozReview-Commit-ID: CElyR5aQGPh
2017-05-20 14:56:12 +08:00
Servo VCS Sync
0e51b95a04
No bug - Revendor rust dependencies
2017-05-20 01:10:42 +00:00
Kartikaya Gupta
5320a75266
Merge m-c to graphics
...
MozReview-Commit-ID: Fq2lBUWyr0m
2017-05-19 13:19:35 -04:00
Kartikaya Gupta
aca076b94b
Merge m-c to graphics
...
MozReview-Commit-ID: DFNbcj14mg9
--HG--
rename : memory/mozjemalloc/jemalloc.c => memory/mozjemalloc/mozjemalloc.cpp
rename : memory/mozjemalloc/jemalloc_types.h => memory/mozjemalloc/mozjemalloc_types.h
2017-05-18 08:34:15 -04:00
Kartikaya Gupta
fc0b73bcdf
Bug 1363683 - Update webrender to cset 7f37799d63ed80a07675ad599526290843394c99. r=jrmuizel
...
In addition to updating gfx/webrender and gfx/webrender_traits, this patch:
- Updates the webrender_bindings Cargo.toml file for version bumps
- Updates the Cargo.lock files and revendors the third-party rust dependecies
- Updates the webrender bindings for a change in the display list construction
and finalization API in WR csets 425155a and 1eb84eb.
We now have to pass around a content size parameter to construct a display list,
and we get back a content size from finalizing the display list. Since we pass
the finalization results over IPC to WebRenderBridgeParent, we need to update
the IPDL as well to pass this around.
- Updates the webrender bindings for a change to scroll_node_with_id in WR cset
48a098f.
- Updates the webrender bindings for a change to push_text in WR cset 3287c15.
2017-05-15 15:13:31 -04:00
Servo VCS Sync
a080cef618
No bug - Revendor rust dependencies
2017-05-19 02:48:09 +00:00
Wes Kocher
090e554ce2
Backed out 2 changesets (bug 1336540) for build bustage a=backout
...
Backed out changeset 1bef3928a127 (bug 1336540)
Backed out changeset 42feca9f0e17 (bug 1336540)
MozReview-Commit-ID: 8NH4gZcDy6E
2017-05-18 18:11:12 -07:00
Xidorn Quan
013d14243b
Bug 1336540 part 2 - Vendor toml. r=froydnj
...
MozReview-Commit-ID: LmZgzyxTLwc
--HG--
extra : rebase_source : 54498689cdcf28c58b6ee1922e057ffc8a50da45
2017-05-18 18:17:19 +10:00
Servo VCS Sync
1078f219e1
No bug - Revendor rust dependencies
2017-05-11 23:29:34 +00:00
Xidorn Quan
3a024a13a5
Bug 1341102 - Vendor only pre-1.0 version of serde on a CLOSED TREE.
...
MozReview-Commit-ID: 2UB7KxmgSYI
--HG--
rename : third_party/rust/serde-0.9.9/src/bytes.rs => third_party/rust/serde/src/bytes.rs
rename : third_party/rust/serde-0.9.9/src/de/content.rs => third_party/rust/serde/src/de/content.rs
rename : third_party/rust/serde-0.9.9/src/de/private.rs => third_party/rust/serde/src/de/private.rs
rename : third_party/rust/serde-0.9.9/src/error.rs => third_party/rust/serde/src/error.rs
rename : third_party/rust/serde-0.9.9/src/iter.rs => third_party/rust/serde/src/iter.rs
rename : third_party/rust/serde-0.9.9/src/ser/content.rs => third_party/rust/serde/src/ser/content.rs
rename : third_party/rust/serde-0.9.9/src/ser/private.rs => third_party/rust/serde/src/ser/private.rs
rename : third_party/rust/serde-0.9.9/src/utils.rs => third_party/rust/serde/src/utils.rs
extra : rebase_source : 26aee8c2b25fa2e61dc1cb84f709408a73c7c16a
2017-06-01 11:25:35 +10:00
Xidorn Quan
18d00c2891
Bug 1341102 - Update vendored clap to get more consistent bitflags on a CLOSED TREE.
...
MozReview-Commit-ID: 3Km7H7yEh39
2017-06-01 09:52:00 +10:00
Xidorn Quan
208110c249
Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE.
...
MozReview-Commit-ID: JMCJVitYYnz
2017-06-01 09:35:32 +10:00
Xidorn Quan
57b78a2dbd
Bug 1341102 - Revendor rust dependencies on a CLOSED TREE.
...
MozReview-Commit-ID: 6MPTaW3uQN
--HG--
extra : amend_source : 2424a2ce2527129ad92526b548a96fb3564cbda5
2017-06-01 09:12:44 +10:00
Servo VCS Sync
4769a3ac14
No bug - Revendor rust dependencies
2017-05-31 19:46:31 +00:00
Gregory Szorc
cf1ffbce1d
Bug 1369156 - Remove accidentally committed Cargo.toml.orig; r=me
...
This is due to a bug in Servo VCS Sync.
MozReview-Commit-ID: 8xAl0DKwATt
--HG--
extra : rebase_source : 1019d56f880f69ef1ab9a8f5517c3f653a0d9595
2017-05-31 12:44:33 -07:00
Servo VCS Sync
fcd2579334
No bug - Revendor rust dependencies
2017-05-10 21:23:02 +00:00
Servo VCS Sync
0822921f3b
No bug - Revendor rust dependencies
...
--HG--
rename : third_party/rust/rayon/tests/compile-fail-unstable/scope_join_bad.rs => third_party/rust/rayon/tests/compile-fail/scope_join_bad.rs
rename : third_party/rust/rayon/tests/run-pass-unstable/scope_join.rs => third_party/rust/rayon/tests/run-pass/scope_join.rs
2017-05-09 03:47:56 +00:00
Wes Kocher
75c2b7a481
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 3BrkDVl7521
2017-05-08 16:24:51 -07:00
Kartikaya Gupta
4a7a11715c
Bug 1359744 - Update webrender to 8516d6c04235e684d9bf9c783ba4fc99dab3bf02. r=jrmuizel
...
This updates the Cargo.lock files and revendors third_party/rust as well.
2017-05-03 19:03:18 -04:00
Emilio Cobos Álvarez
4fa90b8c5b
Bug 1341102: Revendor rust dependencies on a CLOSED TREE. r=red
...
MozReview-Commit-ID: GrqpxUECOtt
--HG--
rename : third_party/rust/bitflags/.cargo-checksum.json => third_party/rust/bitflags-0.7.0/.cargo-checksum.json
rename : third_party/rust/bitflags/.travis.yml => third_party/rust/bitflags-0.7.0/.travis.yml
rename : third_party/rust/bitflags/Cargo.toml => third_party/rust/bitflags-0.7.0/Cargo.toml
rename : third_party/rust/dtoa/LICENSE-APACHE => third_party/rust/bitflags-0.7.0/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/bitflags-0.7.0/LICENSE-MIT
rename : third_party/rust/bitflags/README.md => third_party/rust/bitflags-0.7.0/README.md
rename : third_party/rust/bitflags/src/lib.rs => third_party/rust/bitflags-0.7.0/src/lib.rs
rename : third_party/rust/itoa/LICENSE-APACHE => third_party/rust/syntex/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex/LICENSE-MIT
rename : third_party/rust/serde_json/LICENSE-APACHE => third_party/rust/syntex_errors/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex_errors/LICENSE-MIT
rename : third_party/rust/dtoa/LICENSE-APACHE => third_party/rust/syntex_pos/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex_pos/LICENSE-MIT
rename : third_party/rust/dtoa/LICENSE-APACHE => third_party/rust/syntex_syntax/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex_syntax/LICENSE-MIT
2017-05-08 21:05:42 +02:00
Emilio Cobos Álvarez
7c5744babe
Bug 1341102: Revendor rust dependencies. r=me
...
MozReview-Commit-ID: GJXx3EZHBbK
2017-05-17 16:48:39 +02:00
Emilio Cobos Álvarez
8288f0fa6a
Bug 1341102: Revendor rust-dependencies manually on a CLOSED TREE. r=emilio
...
MozReview-Commit-ID: FRov90MIvOe
2017-05-01 02:49:23 +02:00
Kartikaya Gupta
b21511b7c0
Merge m-c to graphics
...
MozReview-Commit-ID: GdyXEYZsVuX
2017-04-25 08:32:48 -04:00
Kartikaya Gupta
2e1380aecf
Merge m-c to graphics
...
MozReview-Commit-ID: 5zsIClrx1FB
2017-04-21 10:01:47 -04:00
Kartikaya Gupta
b3a7bb5ca2
Bug 1357392 - Update webrender to f3fa3481aac63ac93c6ccbe805379875e24e5b77. r=jrmuizel,jerry,lsalzman
...
In addition to regenerating the FFI header and re-vendoring third-party rust
dependencies, this includes the following changes to webrender_bindings code:
- removal of release callback function as a result of changes in 86d4255
- update callback functions for new parameter added in d733af2
- update calls to add_raw_font for API change in 21f2946
2017-04-21 09:58:56 -04:00
Dan Glastonbury
92a65a96fb
Bug 1346665 - P2: Import rustified cubeb_pulse.c. r=kinetik,rillian
...
Enable by setting:
media.cubeb.backend = "pulse-rust"
MozReview-Commit-ID: EZXJAzN3X7c
2017-04-21 14:01:01 +10:00
KuoE0
3f9399e99b
Bug 1353994 - Part 1: Update the version of cssparser to 0.12.2. r=heycam, r=SimonSapin
...
MozReview-Commit-ID: IhiOJikJ7A5
--HG--
extra : rebase_source : 920bcff5df37f3db6e02309cac9f2e0178fcae30
2017-04-11 15:53:57 +08:00
Servo VCS Sync
8d37446cc9
No bug - Revendor rust dependencies
2017-04-08 01:14:06 +00:00
Servo VCS Sync
760101df05
No bug - Revendor rust dependencies
2017-04-07 10:11:24 +00:00
Servo VCS Sync
89c762cc0c
No bug - Revendor rust dependencies
2017-04-07 06:46:39 +00:00
Kartikaya Gupta
7ef76c0e9d
Bug 1351480 - Update webrender to 7463ae5908ca1d4065763a8753af5d72a6f78b85. r=jrmuizel
...
In addition to updating gfx/webrender and gfx/webrender_traits, as well as the
Cargo.toml/Cargo.lock files and third-party rust dependencies, this updates
webrender_bindings for the following API changes:
- Update call to update_image for change in 086f912ea86d053d95e5f4eec00cae0d82ee5dba
- Update request_blob_image for new parameter added in 086f912ea86d053d95e5f4eec00cae0d82ee5dba.
- set_root_display_list got renamed to set_display_list, so update call sites.
2017-04-04 22:46:17 -04:00
Kartikaya Gupta
25748395e5
Bug 1349692 - Update webrender to dafe3579e8dc886e6584116dc52a9362b543c169. r=jrmuizel
...
In addition to updating gfx/webrender and gfx/webrender_traits, this updates
gfx/webrender_bindings for:
- API changes to update_image and push_stacking_context.
- Version bumps needed in Cargo.toml
Also, since offscreen_gl_context is no longer a dependency, this patch removes
that crate and various other crates it depends on.
2017-03-28 17:49:11 -04:00
Kartikaya Gupta
0fee7584e7
Merge m-c to graphics
...
MozReview-Commit-ID: 1rTRVEHequ9
2017-03-23 10:01:31 -04:00
Kartikaya Gupta
f3f86c130e
Bug 1346856 - Update webrender to dab674d09a51ff5253da0797d129bf29b25896e5. r=jrmuizel
2017-03-20 13:41:23 -04:00
Cameron McCormack
9f8808666b
Bug 1341102 - Revendor rust dependencies. r=me (CLOSED TREE)
...
--HG--
extra : amend_source : acddfc66c347a7b66341931b57446bcd0eadf3bb
2017-03-17 13:07:35 +08:00
Bobby Holley
ca0f202c0c
No bug - Update parking_lot_core and revendor to remove duplicate version of smallvec. r=me
...
MozReview-Commit-ID: 6B2hp9CLs2z
2017-03-22 17:51:49 -07:00
Servo VCS Sync
c280467718
No bug - Revendor rust dependencies
2017-03-23 00:12:40 +00:00
Servo VCS Sync
f14375be16
No bug - Revendor rust dependencies
2017-04-25 00:10:45 +00:00
Kartikaya Gupta
a45bb3a916
Merge m-c to graphics
...
MozReview-Commit-ID: AzRIytAgP96
2017-03-08 10:08:57 -05:00
Kartikaya Gupta
cc2056e901
Bug 1343019 - Update webrender to cset 178a65d098afcda7de0298d80d423bc80c6426ba. r=jrmuizel
...
In addition to updating webrender and the third-party deps, this includes:
- Marking some more reftests as passing with the new version of webrender.
- Updating webrender bindings code to go with changes to push_stacking_context.
- Passing the window dimensions to the Renderer::new function.
MozReview-Commit-ID: 6dRHvAmIQ40
--HG--
rename : third_party/rust/servo-dwrote/.gitignore => third_party/rust/dwrote/.gitignore
rename : third_party/rust/servo-dwrote/README.md => third_party/rust/dwrote/README.md
rename : third_party/rust/servo-dwrote/src/bitmap_render_target.rs => third_party/rust/dwrote/src/bitmap_render_target.rs
rename : third_party/rust/servo-dwrote/src/com_helpers.rs => third_party/rust/dwrote/src/com_helpers.rs
rename : third_party/rust/servo-dwrote/src/comptr.rs => third_party/rust/dwrote/src/comptr.rs
rename : third_party/rust/servo-dwrote/src/font.rs => third_party/rust/dwrote/src/font.rs
rename : third_party/rust/servo-dwrote/src/font_collection.rs => third_party/rust/dwrote/src/font_collection.rs
rename : third_party/rust/servo-dwrote/src/font_face.rs => third_party/rust/dwrote/src/font_face.rs
rename : third_party/rust/servo-dwrote/src/font_family.rs => third_party/rust/dwrote/src/font_family.rs
rename : third_party/rust/servo-dwrote/src/font_file.rs => third_party/rust/dwrote/src/font_file.rs
rename : third_party/rust/servo-dwrote/src/font_file_loader_impl.rs => third_party/rust/dwrote/src/font_file_loader_impl.rs
rename : third_party/rust/servo-dwrote/src/gdi_interop.rs => third_party/rust/dwrote/src/gdi_interop.rs
rename : third_party/rust/servo-dwrote/src/glyph_run_analysis.rs => third_party/rust/dwrote/src/glyph_run_analysis.rs
rename : third_party/rust/servo-dwrote/src/helpers.rs => third_party/rust/dwrote/src/helpers.rs
rename : third_party/rust/servo-dwrote/src/rendering_params.rs => third_party/rust/dwrote/src/rendering_params.rs
rename : third_party/rust/servo-dwrote/src/test.rs => third_party/rust/dwrote/src/test.rs
rename : third_party/rust/servo-dwrote/src/types.rs => third_party/rust/dwrote/src/types.rs
2017-03-06 18:46:30 -05:00
Kartikaya Gupta
31557b53e5
Merge m-c to graphics
...
MozReview-Commit-ID: 6TMc1hGNQVA
2017-03-01 09:45:49 -05:00
Kartikaya Gupta
a9e3ac0760
Bug 1343089 - Remove unnecessary crate dependencies from webrender_bindings. r=rhunt
2017-02-28 09:08:58 -05:00
Alfredo.Yang
c178f4e8ec
Bug 1343793 - update rust mp4parser. r=kinetik
...
MozReview-Commit-ID: GGfv911o5Rb
--HG--
rename : third_party/rust/bitreader/LICENSE => third_party/rust/bitreader/LICENSE-APACHE
extra : rebase_source : a60a623af8465fe2220c5294f60f43f75a8513ec
2017-03-07 09:30:48 +08:00
Manish Goregaokar
fcedbf4075
Bug 1342759 - Revendor dependencies r=manishearth
...
MozReview-Commit-ID: byBQQbHb8J
--HG--
rename : third_party/rust/syn/.cargo-checksum.json => third_party/rust/syn-0.10.8/.cargo-checksum.json
rename : third_party/rust/syn/Cargo.toml => third_party/rust/syn-0.10.8/Cargo.toml
rename : third_party/rust/syn/src/aster/qpath.rs => third_party/rust/syn-0.10.8/src/aster/qpath.rs
rename : third_party/rust/syn/src/aster/ty.rs => third_party/rust/syn-0.10.8/src/aster/ty.rs
rename : third_party/rust/syn/src/attr.rs => third_party/rust/syn-0.10.8/src/attr.rs
rename : third_party/rust/syn/src/escape.rs => third_party/rust/syn-0.10.8/src/escape.rs
rename : third_party/rust/syn/src/expr.rs => third_party/rust/syn-0.10.8/src/expr.rs
rename : third_party/rust/syn/src/generics.rs => third_party/rust/syn-0.10.8/src/generics.rs
rename : third_party/rust/syn/src/helper.rs => third_party/rust/syn-0.10.8/src/helper.rs
rename : third_party/rust/syn/src/ident.rs => third_party/rust/syn-0.10.8/src/ident.rs
rename : third_party/rust/syn/src/item.rs => third_party/rust/syn-0.10.8/src/item.rs
rename : third_party/rust/syn/src/krate.rs => third_party/rust/syn-0.10.8/src/krate.rs
rename : third_party/rust/syn/src/lib.rs => third_party/rust/syn-0.10.8/src/lib.rs
rename : third_party/rust/syn/src/lit.rs => third_party/rust/syn-0.10.8/src/lit.rs
rename : third_party/rust/syn/src/mac.rs => third_party/rust/syn-0.10.8/src/mac.rs
rename : third_party/rust/syn/src/macro_input.rs => third_party/rust/syn-0.10.8/src/macro_input.rs
rename : third_party/rust/syn/src/nom.rs => third_party/rust/syn-0.10.8/src/nom.rs
rename : third_party/rust/syn/src/registry.rs => third_party/rust/syn-0.10.8/src/registry.rs
rename : third_party/rust/syn/src/space.rs => third_party/rust/syn-0.10.8/src/space.rs
rename : third_party/rust/syn/src/ty.rs => third_party/rust/syn-0.10.8/src/ty.rs
rename : third_party/rust/syn/src/visit.rs => third_party/rust/syn-0.10.8/src/visit.rs
2017-02-26 04:11:48 -08:00
Manish Goregaokar
6029c24c9d
Bug 1341102: Revendor rust dependencies; r=bustage
...
MozReview-Commit-ID: 7hXRyaLssOZ
--HG--
rename : third_party/rust/cssparser/src/macros/match_byte.rs => third_party/rust/cssparser/build/match_byte.rs
2017-02-28 09:23:59 -08:00
Kartikaya Gupta
92d49690c6
Merge m-c to graphics
...
MozReview-Commit-ID: BMjcETZ38gw
2017-02-23 09:51:44 -05:00
Kartikaya Gupta
90419861cd
Bug 1340270 - Update webrender and webrender_traits to cset edc74274d28b1fa1229a1d1ea05027f57172b992. r=jrmuizel
...
This also:
1) Updates the webrender_bindings Cargo.toml file to use the latest version
numbers of webrender and webrender_traits
2) Updates the webrender_bindings Cargo.toml file to use the same version of
other dependencies (euclid, etc.) as webrender itself does
3) Updates the webrender_bindings glue code for API changes in push_border,
add_image, and add_raw_font.
--HG--
rename : third_party/rust/dwrote/.gitignore => third_party/rust/servo-dwrote/.gitignore
rename : third_party/rust/dwrote/README.md => third_party/rust/servo-dwrote/README.md
rename : third_party/rust/dwrote/build.rs => third_party/rust/servo-dwrote/build.rs
rename : third_party/rust/dwrote/src/bitmap_render_target.rs => third_party/rust/servo-dwrote/src/bitmap_render_target.rs
rename : third_party/rust/dwrote/src/com_helpers.rs => third_party/rust/servo-dwrote/src/com_helpers.rs
rename : third_party/rust/dwrote/src/comptr.rs => third_party/rust/servo-dwrote/src/comptr.rs
rename : third_party/rust/dwrote/src/font.rs => third_party/rust/servo-dwrote/src/font.rs
rename : third_party/rust/dwrote/src/font_collection.rs => third_party/rust/servo-dwrote/src/font_collection.rs
rename : third_party/rust/dwrote/src/font_face.rs => third_party/rust/servo-dwrote/src/font_face.rs
rename : third_party/rust/dwrote/src/font_family.rs => third_party/rust/servo-dwrote/src/font_family.rs
rename : third_party/rust/dwrote/src/font_file.rs => third_party/rust/servo-dwrote/src/font_file.rs
rename : third_party/rust/dwrote/src/font_file_loader_impl.rs => third_party/rust/servo-dwrote/src/font_file_loader_impl.rs
rename : third_party/rust/dwrote/src/gdi_interop.rs => third_party/rust/servo-dwrote/src/gdi_interop.rs
rename : third_party/rust/dwrote/src/glyph_run_analysis.rs => third_party/rust/servo-dwrote/src/glyph_run_analysis.rs
rename : third_party/rust/dwrote/src/helpers.rs => third_party/rust/servo-dwrote/src/helpers.rs
rename : third_party/rust/dwrote/src/rendering_params.rs => third_party/rust/servo-dwrote/src/rendering_params.rs
rename : third_party/rust/dwrote/src/test.rs => third_party/rust/servo-dwrote/src/test.rs
rename : third_party/rust/dwrote/src/types.rs => third_party/rust/servo-dwrote/src/types.rs
2017-02-22 23:07:59 -05:00
Kartikaya Gupta
276003cab6
Merge m-c to graphics
...
MozReview-Commit-ID: EyM1zEhgtGP
--HG--
rename : devtools/client/netmonitor/filter-predicates.js => devtools/client/netmonitor/utils/filter-predicates.js
rename : devtools/client/netmonitor/l10n.js => devtools/client/netmonitor/utils/l10n.js
rename : devtools/client/netmonitor/prefs.js => devtools/client/netmonitor/utils/prefs.js
rename : devtools/client/netmonitor/request-utils.js => devtools/client/netmonitor/utils/request-utils.js
rename : devtools/client/netmonitor/sort-predicates.js => devtools/client/netmonitor/utils/sort-predicates.js
rename : testing/talos/talos/sps_profile.py => testing/talos/talos/gecko_profile.py
rename : testing/talos/talos/profiler/sps.py => testing/talos/talos/profiler/profiling.py
rename : third_party/rust/app_units/.cargo-checksum.json => third_party/rust/app_units-0.3.0/.cargo-checksum.json
rename : third_party/rust/app_units/Cargo.toml => third_party/rust/app_units-0.3.0/Cargo.toml
rename : third_party/rust/app_units/src/app_unit.rs => third_party/rust/app_units-0.3.0/src/app_unit.rs
rename : third_party/rust/euclid-0.10.3/.cargo-checksum.json => third_party/rust/euclid-0.10.5/.cargo-checksum.json
rename : third_party/rust/euclid-0.10.3/.gitignore => third_party/rust/euclid-0.10.5/.gitignore
rename : third_party/rust/euclid-0.10.3/.travis.yml => third_party/rust/euclid-0.10.5/.travis.yml
rename : third_party/rust/euclid-0.10.3/COPYRIGHT => third_party/rust/euclid-0.10.5/COPYRIGHT
rename : third_party/rust/euclid-0.10.3/Cargo.toml => third_party/rust/euclid-0.10.5/Cargo.toml
rename : third_party/rust/euclid-0.10.3/LICENSE-APACHE => third_party/rust/euclid-0.10.5/LICENSE-APACHE
rename : third_party/rust/euclid-0.10.3/LICENSE-MIT => third_party/rust/euclid-0.10.5/LICENSE-MIT
rename : third_party/rust/euclid-0.10.3/README.md => third_party/rust/euclid-0.10.5/README.md
rename : third_party/rust/euclid-0.10.3/src/approxeq.rs => third_party/rust/euclid-0.10.5/src/approxeq.rs
rename : third_party/rust/euclid-0.10.3/src/length.rs => third_party/rust/euclid-0.10.5/src/length.rs
rename : third_party/rust/euclid-0.10.3/src/lib.rs => third_party/rust/euclid-0.10.5/src/lib.rs
rename : third_party/rust/euclid-0.10.3/src/macros.rs => third_party/rust/euclid-0.10.5/src/macros.rs
rename : third_party/rust/euclid-0.10.3/src/matrix2d.rs => third_party/rust/euclid-0.10.5/src/matrix2d.rs
rename : third_party/rust/euclid-0.10.3/src/matrix4d.rs => third_party/rust/euclid-0.10.5/src/matrix4d.rs
rename : third_party/rust/euclid-0.10.3/src/num.rs => third_party/rust/euclid-0.10.5/src/num.rs
rename : third_party/rust/euclid-0.10.3/src/point.rs => third_party/rust/euclid-0.10.5/src/point.rs
rename : third_party/rust/euclid-0.10.3/src/rect.rs => third_party/rust/euclid-0.10.5/src/rect.rs
rename : third_party/rust/euclid-0.10.3/src/scale_factor.rs => third_party/rust/euclid-0.10.5/src/scale_factor.rs
rename : third_party/rust/euclid-0.10.3/src/side_offsets.rs => third_party/rust/euclid-0.10.5/src/side_offsets.rs
rename : third_party/rust/euclid-0.10.3/src/size.rs => third_party/rust/euclid-0.10.5/src/size.rs
rename : third_party/rust/euclid-0.10.3/src/trig.rs => third_party/rust/euclid-0.10.5/src/trig.rs
rename : tools/profiler/core/platform-linux.cc => tools/profiler/core/platform-linux-android.cpp
rename : tools/profiler/core/platform-macos.cc => tools/profiler/core/platform-macos.cpp
rename : tools/profiler/core/platform-win32.cc => tools/profiler/core/platform-win32.cpp
extra : amend_source : ad1a9da624ec302a61021cb1b44af5a37ce0450e
2017-02-21 10:58:47 -05:00
Kartikaya Gupta
f62b8b3b3f
Merge m-c to graphics
...
MozReview-Commit-ID: IN2hMCjMHLL
--HG--
rename : browser/components/extensions/test/browser/browser_ext_url_overrides.js => browser/components/extensions/test/browser/browser_ext_url_overrides_newtab.js
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillContent.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillHandler.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillHeuristics.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/content/FormAutofillFrameScript.js
rename : browser/themes/shared/devedition/urlbar-history-dropmarker.svg => browser/themes/shared/compacttheme/urlbar-history-dropmarker.svg
rename : config/tests/makefiles/autodeps/check_mkdir.tpy => config/tests/makefiles/autodeps/check_mkdir.py
rename : dom/bindings/MozMap.h => dom/bindings/Record.h
rename : dom/bindings/parser/tests/test_mozmap.py => dom/bindings/parser/tests/test_record.py
rename : dom/file/File.cpp => dom/file/BaseBlobImpl.cpp
rename : dom/file/File.h => dom/file/BaseBlobImpl.h
rename : dom/file/File.cpp => dom/file/Blob.cpp
rename : dom/file/File.h => dom/file/Blob.h
rename : dom/file/File.cpp => dom/file/BlobImpl.cpp
rename : dom/file/File.h => dom/file/BlobImpl.h
rename : dom/file/File.cpp => dom/file/EmptyBlobImpl.cpp
rename : dom/file/File.h => dom/file/EmptyBlobImpl.h
rename : dom/file/File.cpp => dom/file/FileBlobImpl.cpp
rename : dom/file/File.h => dom/file/FileBlobImpl.h
rename : dom/file/File.cpp => dom/file/MemoryBlobImpl.cpp
rename : dom/file/File.h => dom/file/MemoryBlobImpl.h
rename : dom/file/File.cpp => dom/file/StreamBlobImpl.cpp
rename : dom/file/File.h => dom/file/StreamBlobImpl.h
rename : dom/file/File.h => dom/file/StringBlobImpl.h
rename : dom/file/File.h => dom/file/TemporaryBlobImpl.h
rename : dom/media/platforms/agnostic/gmp/MediaDataDecoderProxy.cpp => dom/media/platforms/wrappers/MediaDataDecoderProxy.cpp
rename : dom/media/platforms/agnostic/gmp/MediaDataDecoderProxy.h => dom/media/platforms/wrappers/MediaDataDecoderProxy.h
rename : dom/tests/mochitest/general/test_interfaces.html => dom/tests/mochitest/general/test_interfaces.js
rename : dom/workers/test/test_navigator.html => dom/workers/test/test_navigator.js
rename : js/src/jsautokw.py => js/src/frontend/GenerateReservedWords.py
rename : js/src/vm/Keywords.h => js/src/frontend/ReservedWords.h
rename : layout/base/RestyleManager.cpp => layout/base/GeckoRestyleManager.cpp
rename : layout/base/RestyleManager.h => layout/base/GeckoRestyleManager.h
rename : layout/reftests/w3c-css/submitted/ui3/box-sizing-replaced-002-ref.xht => layout/reftests/bugs/1313772-ref.xhtml
rename : layout/reftests/w3c-css/submitted/ui3/box-sizing-replaced-002.xht => layout/reftests/bugs/1313772.xhtml
rename : servo/components/jstraceable_derive/Cargo.toml => servo/components/deny_public_fields/Cargo.toml
rename : servo/components/jstraceable_derive/Cargo.toml => servo/components/domobject_derive/Cargo.toml
rename : servo/components/plugins/lints/ban.rs => servo/components/script_plugins/ban.rs
rename : servo/components/plugins/jstraceable.rs => servo/components/script_plugins/jstraceable.rs
rename : servo/components/plugins/lib.rs => servo/components/script_plugins/lib.rs
rename : servo/components/plugins/lints/unrooted_must_root.rs => servo/components/script_plugins/unrooted_must_root.rs
rename : servo/components/plugins/utils.rs => servo/components/script_plugins/utils.rs
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex-manual.html
rename : testing/web-platform/tests/preload/link_header_preload_delay_onload.html.headers => testing/web-platform/tests/preload/link-header-preload-delay-onload.html.headers
rename : testing/web-platform/tests/preload/link_header_preload.html.headers => testing/web-platform/tests/preload/link-header-preload.html.headers
rename : services/sync/tests/unit/test_extension_storage_crypto.js => toolkit/components/extensions/test/xpcshell/test_ext_storage_sync_crypto.js
rename : toolkit/components/telemetry/TelemetryComms.h => toolkit/components/telemetry/ipc/TelemetryComms.h
rename : toolkit/components/telemetry/TelemetryIPCAccumulator.cpp => toolkit/components/telemetry/ipc/TelemetryIPCAccumulator.cpp
rename : toolkit/components/telemetry/TelemetryIPCAccumulator.h => toolkit/components/telemetry/ipc/TelemetryIPCAccumulator.h
extra : amend_source : 7411c39541f0b530b4b94cf359dc73e385abea4d
2017-02-17 23:33:24 -05:00
Cameron McCormack
dfe8d7eb9f
Bug 1340407 - revendor rust dependencies after 2017-02-16 servo commits
...
CLOSED TREE
2017-02-17 12:20:24 +08:00
Jeff Muizelaar
222792bb1d
Bug 1335799 - Update vendored rust libraries for webrender update. r=kats
...
MozReview-Commit-ID: 8e4euhlfkwR
--HG--
rename : third_party/rust/core-foundation/.cargo-checksum.json => third_party/rust/core-foundation-0.2.3/.cargo-checksum.json
rename : third_party/rust/byteorder-0.5.3/.cargo-ok => third_party/rust/core-foundation-0.2.3/.cargo-ok
rename : third_party/rust/core-foundation/Cargo.toml => third_party/rust/core-foundation-0.2.3/Cargo.toml
rename : third_party/rust/core-foundation-sys/.cargo-checksum.json => third_party/rust/core-foundation-sys-0.2.3/.cargo-checksum.json
rename : third_party/rust/byteorder-0.5.3/.cargo-ok => third_party/rust/core-foundation-sys-0.2.3/.cargo-ok
rename : third_party/rust/core-foundation-sys/Cargo.toml => third_party/rust/core-foundation-sys-0.2.3/Cargo.toml
rename : third_party/rust/core-foundation-sys/src/base.rs => third_party/rust/core-foundation-sys-0.2.3/src/base.rs
rename : third_party/rust/core-foundation-sys/src/url.rs => third_party/rust/core-foundation-sys-0.2.3/src/url.rs
rename : third_party/rust/byteorder-0.5.3/.cargo-ok => third_party/rust/gamma-lut/.cargo-ok
rename : third_party/rust/byteorder-0.5.3/.cargo-ok => third_party/rust/thread_profiler/.cargo-ok
2017-02-14 13:34:15 -05:00
Bobby Holley
379e80c372
Bug 1341740
- stylo: revendor rust dependencies after url upgrade on a CLOSED TREE. r=me
...
MozReview-Commit-ID: FA6l4JHfB0r
2017-02-22 10:47:51 -08:00
Manish Goregaokar
cd6c97ea60
Bug 1336607 - Update vendored Rust sources to include geckolib dependencies; r=froydnj
...
MozReview-Commit-ID: BOgu41N351y
--HG--
rename : third_party/rust/serde/.cargo-checksum.json => third_party/rust/serde-0.8.23/.cargo-checksum.json
rename : third_party/rust/serde/Cargo.toml => third_party/rust/serde-0.8.23/Cargo.toml
rename : third_party/rust/serde/src/bytes.rs => third_party/rust/serde-0.8.23/src/bytes.rs
rename : third_party/rust/serde/src/de/impls.rs => third_party/rust/serde-0.8.23/src/de/impls.rs
rename : third_party/rust/serde/src/de/mod.rs => third_party/rust/serde-0.8.23/src/de/mod.rs
rename : third_party/rust/serde/src/de/value.rs => third_party/rust/serde-0.8.23/src/de/value.rs
rename : third_party/rust/serde/src/error.rs => third_party/rust/serde-0.8.23/src/error.rs
rename : third_party/rust/serde/src/lib.rs => third_party/rust/serde-0.8.23/src/lib.rs
rename : third_party/rust/serde/src/macros.rs => third_party/rust/serde-0.8.23/src/macros.rs
rename : third_party/rust/serde/src/ser/impls.rs => third_party/rust/serde-0.8.23/src/ser/impls.rs
rename : third_party/rust/serde/src/ser/mod.rs => third_party/rust/serde-0.8.23/src/ser/mod.rs
extra : rebase_source : d015147c7a6c01b34c5a1abf035d71f8ecfe0c12
2017-02-10 12:19:18 -08:00
Bobby Holley
909114ca57
Bug 1340838 - Revendor rust dependencies after upgrade. r=me
...
MozReview-Commit-ID: IJRUwUF6IcJ
--HG--
rename : third_party/rust/app_units/.cargo-checksum.json => third_party/rust/app_units-0.3.0/.cargo-checksum.json
rename : third_party/rust/app_units/Cargo.toml => third_party/rust/app_units-0.3.0/Cargo.toml
rename : third_party/rust/app_units/src/app_unit.rs => third_party/rust/app_units-0.3.0/src/app_unit.rs
rename : third_party/rust/euclid/.cargo-checksum.json => third_party/rust/euclid-0.10.3/.cargo-checksum.json
rename : third_party/rust/euclid/Cargo.toml => third_party/rust/euclid-0.10.3/Cargo.toml
rename : third_party/rust/euclid/src/length.rs => third_party/rust/euclid-0.10.3/src/length.rs
rename : third_party/rust/euclid/src/lib.rs => third_party/rust/euclid-0.10.3/src/lib.rs
rename : third_party/rust/euclid/src/macros.rs => third_party/rust/euclid-0.10.3/src/macros.rs
rename : third_party/rust/euclid/src/matrix2d.rs => third_party/rust/euclid-0.10.3/src/matrix2d.rs
rename : third_party/rust/euclid/src/matrix4d.rs => third_party/rust/euclid-0.10.3/src/matrix4d.rs
rename : third_party/rust/euclid/src/rect.rs => third_party/rust/euclid-0.10.3/src/rect.rs
rename : third_party/rust/euclid/src/scale_factor.rs => third_party/rust/euclid-0.10.3/src/scale_factor.rs
rename : third_party/rust/euclid/src/size.rs => third_party/rust/euclid-0.10.3/src/size.rs
2017-02-18 14:09:44 -08:00
Kartikaya Gupta
10d3b0ebbe
Bug 1335525 - Add webrender dependencies to third_party/rust. r=gfx
...
MozReview-Commit-ID: L77ffKqR5QU
2017-02-06 11:42:53 -05:00
Kartikaya Gupta
4f41a040ca
Bug 1336549 - Update third-party vendored crates required by mozjs_sys. r=fitzgen,rillian
...
This updates the following third-party dependencies of mozjs_sys:
gcc v0.3.40 -> v0.3.42
libc v0.2.18 -> v0.2.20
libz-sys v1.0.10 -> v1.0.12
pkg-config v0.3.8 -> v0.3.9
Since libc is updated, we also need to update the gkrust lockfiles to use the
new version, because leaving it at 0.2.18 will result in improper vendoring of
the crates (see bug 1336528). None of the other mozjs_sys crates are shared by
gkrust.
MozReview-Commit-ID: 5FHELF8YKD0
--HG--
extra : rebase_source : a6a4d635d4a3b9c2faa23f935c4be59e8588fbbf
2017-02-03 16:36:06 -05:00
Valentin Gosu
d28a501a3f
Bug 1339809 - Update rust-url to version 1.4.0 r=froydnj
...
MozReview-Commit-ID: 90Pe9sh91S5
--HG--
extra : rebase_source : 117b3e44a3ceffa9b36cb409b1ae8bf7f0287bad
2017-02-15 16:05:11 +01:00
Alfredo.Yang
a455e9f1e7
Bug 1328221 - Support GASpecificConfig audio channel in rust mp4 parser. r=rillian
...
MozReview-Commit-ID: IQKxtjatU9J
--HG--
extra : rebase_source : d710f6f639415e1ff7d99b39a6ef97dfd65868e3
2017-01-11 09:03:30 +08:00
Alfredo.Yang
7b19067da5
Bug 1323390 - Support audio profile in mp4 rust parser. r=kinetik
...
MozReview-Commit-ID: DLfLdgvc7B1
--HG--
extra : rebase_source : ac9b059759f73c92f7678ed137f0366e35fdc800
2016-12-14 16:01:43 +08:00
Ralph Giles
924c94f74f
Bug 1324920 - Update mozjs_sys vendored crates. r=fitzgen,sfink
...
Update the vendored third-party dependencies for the mozjs-sys crate.
This picks up recent bug-fixes and reduces noise in unrelated runs
of 'mach vendor'.
The libc crate is also used by the rust url parser.
gcc 0.3.35 -> 0.3.40
libc 0.2.16 -> 0.2.18
libz-sys 1.0.6 -> 1.0.10
MozReview-Commit-ID: 5ri4nOtQQ1n
--HG--
extra : rebase_source : e3bfd2be7f3e615822a9177634dd8545236f0a19
2016-12-20 14:24:05 -08:00
Manish Goregaokar
17e5f36da9
Bug 1324193 - Bump rust-url to 1.2.4; r=valentin
...
MozReview-Commit-ID: 2EBQs6hIpku
--HG--
extra : rebase_source : 3339b4220e5452526aa22323d32deb46a997ad0e
2016-12-17 03:03:35 -08:00
Manish Goregaokar
9889db29ed
Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted
...
MozReview-Commit-ID: FVn6c6ol36V
2016-10-28 16:34:19 -07:00
Wes Kocher
90f6b234f3
Backed out 2 changesets (bug 1151899) for build bustage a=backout
...
Backed out changeset 7b5270bac41b (bug 1151899)
Backed out changeset 62f38c70d152 (bug 1151899)
2016-10-28 14:27:45 -07:00
Manish Goregaokar
e4f094e839
Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted
...
MozReview-Commit-ID: FVn6c6ol36V
2016-10-28 14:03:11 -07:00
Nick Fitzgerald
8a2e922906
Bug 1277338 - Part 0: Vendor third party crates needed for the mozjs-sys crate; r=froydnj
2016-10-13 16:12:42 -07:00
Ted Mielczarek
e254cc07b8
bug 1298422 - vendor byteorder into third-party/rust. r=froydnj
...
MozReview-Commit-ID: ChKCKiIVEfq
--HG--
extra : rebase_source : c0da7411a2f0b7fc171c9ebb99fce91361944aa5
2016-09-08 15:12:34 -07:00