aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Use env::var_os to read paths from the environmentMatt Brubeck2017-10-201-1/+1
* use cargo manifest path to find build.py scriptPaul Rouget2017-09-051-1/+2
* Remove testing feature from style crateManish Goregaokar2017-08-071-1/+0
* Auto merge of #16935 - servo:out-of-crate-bindings-tests, r=emiliobors-servo2017-05-191-0/+1
|\
| * Move bindings tests out of the style crate.Simon Sapin2017-05-181-0/+1
* | Move config info from build_gecko.rs to a toml file in gecko.Xidorn Quan2017-05-191-0/+2
|/
* Move python path into a lazy static.Xidorn Quan2017-05-081-3/+5
* stylo: Add a build log mechanism.Emilio Cobos Álvarez2017-03-181-0/+2
* Use ascii_case_insensitive_phf_map! in PropertyId::parseSimon Sapin2017-02-261-20/+0
* Bindgenup.Emilio Cobos Álvarez2017-01-251-1/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-0/+1
* Do build-time bindgenXidorn Quan2016-12-101-2/+21
* Use rust-phf to map strings to property IDsSimon Sapin2016-12-091-0/+20
* Run style with all properties enabledManish Goregaokar2016-09-231-0/+1
* Detect python2.7.exe on windowsXidorn Quan2016-07-081-1/+6
* Explicitly list inputs to the style crate's build scriptMatt Brubeck2016-05-111-0/+14
* Extract some Python code from properties.mako.rs into a separate file.Simon Sapin2016-04-201-1/+1
* Move Mako-related files into a new sub-directory.Simon Sapin2016-04-201-1/+5
* Merge list_properties.py into build_properties_rs.pySimon Sapin2016-04-201-21/+6
* Extracted Mako compilation to separate .py files.Per Lundberg2016-04-141-13/+1
* Work around a Mako bug on WindowsSimon Sapin2016-04-111-2/+2
* Add some machinery to allow us to disable CSS properties (or a subset of valu...Bobby Holley2016-04-071-1/+4
* win32: look for python.exe and variants on win32 in style/build.rsVladimir Vukicevic2016-01-201-2/+22
* sort all usesJohann Tuffe2015-08-201-1/+1
* Fix CSSStyleDeclaration.setPropertyPrioritySimon Sapin2015-07-311-1/+1
* Show Mako template errors on the consoleSimon Sapin2015-07-311-7/+16
* layout: Outline the individual property cascading functions to reducePatrick Walton2015-07-061-2/+4
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+0
* Fix build scripts warnings.Simon Sapin2015-03-181-12/+13
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-6/+8
* style::properties : move generated file out of source tree, use new-style Car...Simon Sapin2015-01-301-0/+31