| Commit message (Expand) | Author | Age | Files | Lines |
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 5 | -18/+18 |
* | Include test crates as workspace members rather that dev-dependencies | Simon Sapin | 2017-12-07 | 2 | -20/+1 |
* | Move Stylo unit tests out of tests/unit | Simon Sapin | 2017-12-07 | 7 | -1/+282 |
* | Auto merge of #19494 - Eijebong:smallvec, r=emilio | bors-servo | 2017-12-05 | 1 | -1/+1 |
|\ |
|
| * | Update smallvec to 0.6 | Bastien Orivel | 2017-12-05 | 1 | -1/+1 |
* | | Implement the Servo parser for FontFaceSet Web API. | Boris Chiou | 2017-12-05 | 1 | -0/+58 |
* | | Implement the Servo parser for font descriptors Web API. | Boris Chiou | 2017-12-05 | 1 | -1/+77 |
|/ |
|
* | style: Support calc() in color functions. | Emilio Cobos Álvarez | 2017-12-05 | 1 | -1/+10 |
* | style: Update cssparser to 0.23. | Emilio Cobos Álvarez | 2017-12-05 | 1 | -1/+1 |
* | Auto merge of #19473 - servo:error-message, r=aethanyc | bors-servo | 2017-12-05 | 1 | -1/+1 |
|\ |
|
| * | geckolib: Fix typo in CSS parser error message name. | Cameron McCormack | 2017-12-04 | 1 | -1/+1 |
* | | geckolib: Allow Servo_ComputeColor to report errors to the console. | Cameron McCormack | 2017-12-05 | 1 | -7/+34 |
* | | style: Add a new CSS error type for lone value parsing errors. | Cameron McCormack | 2017-12-05 | 1 | -2/+23 |
* | | geckolib: Allow an ErrorReporter to be created with null URL data. | Cameron McCormack | 2017-12-05 | 1 | -9/+18 |
* | | geckolib: Return from Servo_ComputeColor whether the value was currentcolor. | Cameron McCormack | 2017-12-05 | 1 | -0/+6 |
* | | style: Add FFI function to parse a @counter-style descriptor. | Cameron McCormack | 2017-12-05 | 1 | -0/+35 |
* | | geckolib: Add FFI function to parse a @counter-style name. | Cameron McCormack | 2017-12-05 | 1 | -0/+14 |
* | | Backed out 1 changesets because the gecko part (bug 1420117) has to be backed... | Gecko Backout | 2017-12-05 | 1 | -48/+0 |
* | | style: Add FFI function to parse a @counter-style descriptor. | Cameron McCormack | 2017-12-04 | 1 | -0/+35 |
* | | geckolib: Add FFI function to parse a @counter-style name. | Cameron McCormack | 2017-12-04 | 1 | -0/+13 |
|/ |
|
* | style: Remove pretty useless layer of abstraction. | Emilio Cobos Álvarez | 2017-12-02 | 1 | -3/+8 |
* | style: Require an nth-index cache for invalidation. | Emilio Cobos Álvarez | 2017-11-29 | 1 | -6/+4 |
* | Auto merge of #19388 - BorisChiou:stylo/dommatrix/parser, r=emilio,heycam | bors-servo | 2017-11-27 | 1 | -0/+36 |
|\ |
|
| * | Implement Servo_ParseTransformIntoMatrix. | Boris Chiou | 2017-11-28 | 1 | -0/+36 |
* | | style: Fix indentation of multiple CssParserContext construction. | Emilio Cobos Álvarez | 2017-11-27 | 1 | -21/+33 |
|/ |
|
* | Backed out changeset 077ce85c466b for failing devtools webconsole/test/browse... | Gecko Backout | 2017-11-26 | 1 | -6/+0 |
* | geckolib: Return from Servo_ComputeColor whether the value was currentcolor. | Cameron McCormack | 2017-11-26 | 1 | -0/+6 |
* | style: Move font-family outside of mako | CYBAI | 2017-11-26 | 1 | -1/+1 |
* | Auto merge of #19341 - emilio:traversal-new-faster, r=heycam | bors-servo | 2017-11-23 | 1 | -41/+64 |
|\ |
|
| * | stylo: Also tidy Servo_AnimationValue_DeepEqual while here. | Emilio Cobos Álvarez | 2017-11-22 | 1 | -4/+4 |
| * | stylo: Tidy up create_shared_context. | Emilio Cobos Álvarez | 2017-11-22 | 1 | -8/+9 |
| * | stylo: Make TraverseSubtree cheaper in the initial styling case. | Emilio Cobos Álvarez | 2017-11-22 | 1 | -29/+51 |
* | | style: Move -moz-script-size-multiplier outside of mako | CYBAI | 2017-11-23 | 1 | -1/+2 |
|/ |
|
* | Replace compiletest suite by doc-tests with `compile_fail` | Simon Sapin | 2017-11-22 | 1 | -2/+3 |
* | Pass element or pseudo element to Servo_StyleSet_GetBaseComputedValuesForElem... | Hiroyuki Ikezoe | 2017-11-22 | 1 | -16/+0 |
* | WR multi-document support | Dzmitry Malyshau | 2017-11-22 | 2 | -2/+2 |
* | Auto merge of #19318 - jdm:webdriver, r=jgraham | bors-servo | 2017-11-21 | 1 | -1/+1 |
|\ |
|
| * | Build the webdriver server by default. | Josh Matthews | 2017-11-20 | 1 | -1/+1 |
* | | style: Move property allowance tests to PropertyId::parse_into. | Emilio Cobos Álvarez | 2017-11-21 | 1 | -2/+3 |
* | | style: Get rid of unstyled children only traversals. | Emilio Cobos Álvarez | 2017-11-20 | 1 | -15/+12 |
* | | style: Move font-variant-ligatures outside of mako | CYBAI | 2017-11-17 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #19220 - CYBAI:font-variant-east-asian-out-of-mako, r=emilio | bors-servo | 2017-11-15 | 1 | -0/+1 |
|\ |
|
| * | style: Move font-variant-east-asian outside of mako | CYBAI | 2017-11-15 | 1 | -0/+1 |
* | | Auto merge of #19211 - KiChjang:text-decoration-line, r=emilio | bors-servo | 2017-11-14 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Move text-decoration-line out of mako | Keith Yeung | 2017-11-14 | 1 | -3/+3 |
* | | Auto merge of #19217 - emilio:bye-mozmm, r=heycam | bors-servo | 2017-11-14 | 1 | -2/+1 |
|\ \ |
|
| * | | style: Remove mozmm CSS unit. | Emilio Cobos Álvarez | 2017-11-14 | 1 | -2/+1 |
* | | | Enable screen.availHeight/availWidth/Height/Width | Shing Lyu | 2017-11-13 | 3 | -1/+51 |
|/ / |
|
* / | stylo: Integrate Servo SourceSizeList in ResponsiveImageSelector. | Emilio Cobos Álvarez | 2017-11-13 | 1 | -1/+51 |
|/ |
|
* | Add general impl in gecko_properties for Transform value and add -moz-window-... | Xidorn Quan | 2017-11-12 | 1 | -3/+3 |