aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Servo_GetProperties_Overriding_Animation.Boris Chiou2017-05-204-3/+95
* Auto merge of #16861 - gterzian:use_microtask_to_await_stable_state, r=jdmbors-servo2017-05-1912-97/+47
|\
| * use microtasks to await a stable stateGregory Terzian2017-05-1912-97/+47
* | Auto merge of #16954 - servo:arrayvec, r=emiliobors-servo2017-05-1926-386/+488
|\ \
| * | Work around CI bustageSimon Sapin2017-05-192-8/+5
| * | Use Vec::reserve in PropertyDeclarationBlockSimon Sapin2017-05-191-0/+10
| * | Avoid returning / passing around a huge ParsedDeclaration typeSimon Sapin2017-05-1912-303/+356
| * | Box large components of Longhands structs.Simon Sapin2017-05-1917-87/+124
| * | Look at size_of ParsedDeclaration… Yeah, we’ll need to fix that.Simon Sapin2017-05-192-0/+2
| * | Add test name filtering to 'mach test-stylo'Simon Sapin2017-05-191-3/+6
* | | Auto merge of #16953 - servo:jdm-patch-1, r=SimonSapinbors-servo2017-05-191-0/+1
|\ \ \
| * | | Avoid the cert revocation check in Cargo.Josh Matthews2017-05-191-0/+1
| |/ /
* | | Auto merge of #16913 - jdm:canvas2d, r=jdmbors-servo2017-05-1921-92/+78
|\ \ \ | |/ / |/| |
| * | Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-1922-92/+79
* | | Auto merge of #16931 - nox:font-feature-descriptor, r=emiliobors-servo2017-05-197-124/+191
|\ \ \
| * | | stylo: Bug 1355345 - Support font-display descriptor in @font-face ruleFernando Jiménez Moreno2017-05-182-2/+28
| * | | Support font-feature-settings as a @font-face descriptorAnthony Ramine2017-05-183-12/+44
| * | | Move some style macros into their own module, used firstAnthony Ramine2017-05-184-111/+120
* | | | Auto merge of #16929 - emilio:more-bits, r=bzbarskybors-servo2017-05-191-3/+9
|\ \ \ \
| * | | | stylo: Avoid unconditional FFI calls to get the element state.Emilio Cobos Álvarez2017-05-181-3/+9
* | | | | Auto merge of #16926 - nox:quirks, r=SimonSapinbors-servo2017-05-191-1/+2
|\ \ \ \ \
| * | | | | Support hashless color quirk in border-colorAnthony Ramine2017-05-181-1/+2
| |/ / / /
* | | | | Auto merge of #16935 - servo:out-of-crate-bindings-tests, r=emiliobors-servo2017-05-1913-41/+37
|\ \ \ \ \
| * | | | | Move bindings tests out of the style crate.Simon Sapin2017-05-186-7/+25
| * | | | | Use size_of_test! macro in style and stylo tests.Simon Sapin2017-05-188-34/+12
| | |/ / / | |/| | |
* | | | | Auto merge of #16893 - MortimerGoro:webgl_extensions, r=emiliobors-servo2017-05-1940-86/+1346
|\ \ \ \ \
| * | | | | Implement WebGL extensions.Imanol Fernandez2017-05-1840-86/+1346
* | | | | | Auto merge of #16944 - upsuper:bug1345697, r=heycambors-servo2017-05-186-36/+284
|\ \ \ \ \ \
| * | | | | | Update binding file.Xidorn Quan2017-05-191-0/+92
| * | | | | | Implement CSSKeyframesRule and CSSKeyframeRule for stylo.Xidorn Quan2017-05-194-19/+165
| * | | | | | Align serialization of keyframes rule with Gecko.Xidorn Quan2017-05-191-7/+3
| * | | | | | Record source location for keyframes rule.Xidorn Quan2017-05-192-3/+10
| * | | | | | Impl to_css for KeyframeSelector.Xidorn Quan2017-05-191-7/+14
* | | | | | | Auto merge of #16892 - pamadini:master, r=Manishearthbors-servo2017-05-184-25/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'master' of https://github.com/pamadini/servoPaolo Amadini2017-05-170-0/+0
| |\ \ \ \ \ \
| | * | | | | | Allow -moz-stack-sizing to work in a single direction only.Paolo Amadini2017-05-162-13/+4
| | | |_|_|/ / | | |/| | | |
| * / | | | | Allow -moz-stack-sizing to work in a single direction only.Paolo Amadini2017-05-174-25/+26
| |/ / / / /
* | | | | | Auto merge of #16941 - upsuper:bug1336540, r=emiliobors-servo2017-05-185-587/+249
|\ \ \ \ \ \
| * | | | | | Remove --with-gecko from build-geckolib because it is not usable.Xidorn Quan2017-05-191-7/+1
| * | | | | | Move config info from build_gecko.rs to a toml file in gecko.Xidorn Quan2017-05-194-580/+248
* | | | | | | Auto merge of #16915 - servo:attr-selectors, r=nox,emiliobors-servo2017-05-1830-842/+964
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | More test expectations changes…Simon Sapin2017-05-194-20/+0
| * | | | | | Don’t visit attribute selectors that never match.Simon Sapin2017-05-181-2/+11
| * | | | | | Short-circuit and unindentSimon Sapin2017-05-181-31/+29
| * | | | | | Add more enum types to avoid unreachable!() for selector case-sensitivitySimon Sapin2017-05-186-48/+57
| * | | | | | ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-187-19/+53
| * | | | | | Only non-namespaced attributes can have implicitly case-insensitive valuesSimon Sapin2017-05-181-1/+2
| * | | | | | Make some attr values case-insensitive in selectorsSimon Sapin2017-05-1810-30/+167
| * | | | | | Remove unused selectors::Element::each_classSimon Sapin2017-05-186-57/+24
| * | | | | | Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-1815-359/+379