aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/build_gecko.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-400/+0
* style: Remove explicit rust target for bindgen in styloMike Hommey2023-11-041-3/+0
* style: Fix warnings about whitelist/blocklist functions being deprecated in b...Mike Hommey2023-08-161-3/+3
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-3/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-3/+3
* style: Use the mozbuild crate in servoMike Hommey2023-06-091-11/+3
* style: Remove MOZ_DISTMike Hommey2023-06-091-3/+3
* style: Setup bindgen flags for servo similarly to cranelift and neqoMike Hommey2023-05-241-9/+9
* Do not use deprecated bindgen methodssagudev2021-04-171-6/+6
* style: Fix Gecko nightly warning.Emilio Cobos Álvarez2021-02-261-1/+1
* style: Port the style crate to rust 2018.Emilio Cobos Álvarez2020-06-181-1/+1
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-06-041-0/+1
* style: Report missing include filename in ServoBindings.toml.Cameron McCormack2019-11-041-1/+4
* style: Remove the ability to build Gecko without the bindgen feature.Emilio Cobos Álvarez2019-07-231-395/+343
* style: Remove a redundant use statement.Emilio Cobos Álvarez2019-04-121-2/+0
* style: Fix Gecko and Servo builds, and appease tidy.Emilio Cobos Álvarez2019-03-271-1/+3
* style: Remove bindings.rs.Emilio Cobos Álvarez2019-03-271-34/+5
* style: Cleanup refcounted types.Emilio Cobos Álvarez2019-03-271-47/+1
* style: Simplify Owned FFI types.Emilio Cobos Álvarez2019-03-271-23/+0
* style: Simplify a bit our generated bindings by getting rid of FooBorrowed an...Emilio Cobos Álvarez2019-03-271-94/+3
* style: Update the Rust target version for bindgen.Emilio Cobos Álvarez2019-01-071-1/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-4/+4
* Format remaining filesPyfisch2018-11-061-12/+24
* style: Drop "mozilla" prefix in cbindgen_types in ServoBindings.toml.Boris Chiou2018-11-051-2/+2
* style: Add a special list for cbindgen types to avoid generating redundant ru...Boris Chiou2018-11-051-0/+6
* style: Apply rustfmt on build_gecko.rs.Benjamin Bouvier2018-10-191-16/+16
* style: Remove unused HashMap import and remove namespacing around Table.Benjamin Bouvier2018-10-191-2/+2
* style: Share bindgen flags globally.Benjamin Bouvier2018-10-191-47/+4
* style: Part 11: Move Gecko borrowed FFI types to a separate header file.Cameron McCormack2018-10-191-7/+29
* style: Move list of Servo Boxed types to a separate header file.Cameron McCormack2018-10-191-19/+27
* style: Add comments to ServoBindingTypes.hCameron McCormack2018-10-191-0/+2
* Format style component.chansuke2018-09-091-8/+4
* style: Update style build script for bindgen changes.Emilio Cobos Álvarez2018-09-031-9/+2
* style: Don't print rerun-if-changed files until binding generation has succee...Emilio Cobos Álvarez2018-08-081-1/+5
* style: Use RUSTFMT env in stylo build script.Xidorn Quan2018-07-011-7/+14
* style: Not copy generated binding files into dist.Xidorn Quan2018-04-281-30/+22
* style: Generate nsCSSPropertyID.h from data file directly.Xidorn Quan2018-04-281-38/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-74/+133
* Fix style/build_gecko.rs for log 0.4Bastien Orivel2018-03-281-8/+14
* Update toml to 0.4Bastien Orivel2018-03-131-24/+16
* style: Make the generated bindings really be formatted.Emilio Cobos Álvarez2018-03-111-1/+1
* Reland #20160 since it just needed a revendor that didn't happen automatically.Emilio Cobos Álvarez2018-03-021-4/+14
* Backed out changeset 39a71f4c9d94 for build bustages at make[4]: *** [force-c...Gecko Backout2018-03-021-14/+4
* style: Rustfmt bindings on automation, and locally under an env variable.Emilio Cobos Álvarez2018-03-011-4/+14
* style: Disable rustfmt for now.Emilio Cobos Álvarez2018-01-231-0/+4
* Update bindgen.Emilio Cobos Álvarez2018-01-221-1/+0
* style: Update bindgen to 0.31.3.Emilio Cobos Álvarez2017-10-311-18/+29
* Use env::var_os to read paths from the environmentMatt Brubeck2017-10-201-7/+7