| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #16973 - servo:derive-all-the-things, r=emilio | bors-servo | 2017-05-21 | 2 | -2/+2 |
|\ |
|
| * | Remove style::values::HasViewportPercentage reexport | Anthony Ramine | 2017-05-20 | 2 | -2/+2 |
* | | Auto merge of #16933 - MortimerGoro:mutation_children, r=jdm | bors-servo | 2017-05-20 | 2 | -102/+0 |
|\ \ |
|
| * | | Implement MutationObserver childList mutations. | Imanol Fernandez | 2017-05-19 | 2 | -102/+0 |
* | | | Auto merge of #16967 - emilio:after, r=heycam,emilio | bors-servo | 2017-05-20 | 1 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | Mark tests/css/css21_dev/html4/border-collapse-dynamic-table-002.htm as failing. | Emilio Cobos Álvarez | 2017-05-20 | 1 | -0/+3 |
| * | | style: Refactor RestyleHint to be a struct. | Cameron McCormack | 2017-05-20 | 1 | -1/+1 |
* | | | Auto merge of #16960 - servo:derive-all-the-things, r=emilio | bors-servo | 2017-05-20 | 3 | -3/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove a lot of unused imports | Anthony Ramine | 2017-05-20 | 3 | -3/+2 |
* | | | Update app_units to 0.4.1 | Manish Goregaokar | 2017-05-19 | 1 | -1/+1 |
* | | | Auto merge of #16861 - gterzian:use_microtask_to_await_stable_state, r=jdm | bors-servo | 2017-05-19 | 9 | -45/+0 |
|\ \ \ |
|
| * | | | use microtasks to await a stable state | Gregory Terzian | 2017-05-19 | 9 | -45/+0 |
* | | | | Auto merge of #16954 - servo:arrayvec, r=emilio | bors-servo | 2017-05-19 | 3 | -30/+46 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Avoid returning / passing around a huge ParsedDeclaration type | Simon Sapin | 2017-05-19 | 2 | -2/+8 |
| * | | | Box large components of Longhands structs. | Simon Sapin | 2017-05-19 | 3 | -32/+40 |
| * | | | Look at size_of ParsedDeclaration… Yeah, we’ll need to fix that. | Simon Sapin | 2017-05-19 | 2 | -0/+2 |
* | | | | Auto merge of #16913 - jdm:canvas2d, r=jdm | bors-servo | 2017-05-19 | 12 | -51/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Use the origin of the actual image response when determining if a canvas is o... | SendilKumar N | 2017-05-19 | 13 | -51/+3 |
* | | | | Auto merge of #16935 - servo:out-of-crate-bindings-tests, r=emilio | bors-servo | 2017-05-19 | 7 | -10/+29 |
|\ \ \ \ |
|
| * | | | | Move bindings tests out of the style crate. | Simon Sapin | 2017-05-18 | 2 | -0/+19 |
| * | | | | Use size_of_test! macro in style and stylo tests. | Simon Sapin | 2017-05-18 | 6 | -10/+10 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #16893 - MortimerGoro:webgl_extensions, r=emilio | bors-servo | 2017-05-19 | 12 | -46/+46 |
|\ \ \ \ |
|
| * | | | | Implement WebGL extensions. | Imanol Fernandez | 2017-05-18 | 12 | -46/+46 |
* | | | | | Record source location for keyframes rule. | Xidorn Quan | 2017-05-19 | 1 | -0/+4 |
* | | | | | Auto merge of #16915 - servo:attr-selectors, r=nox,emilio | bors-servo | 2017-05-18 | 7 | -34/+9 |
|\ \ \ \ \ |
|
| * | | | | | More test expectations changes… | Simon Sapin | 2017-05-19 | 4 | -20/+0 |
| * | | | | | Add more enum types to avoid unreachable!() for selector case-sensitivity | Simon Sapin | 2017-05-18 | 1 | -1/+1 |
| * | | | | | ol[type=…] and li[type=…] preshints need to be case-sensitive | Simon Sapin | 2017-05-18 | 2 | -6/+0 |
| * | | | | | Shrink selectors::Component, add case-insensitive for other attr selectors | Simon Sapin | 2017-05-18 | 1 | -9/+9 |
| * | | | | | Simplify rust-selectors API for attribute selectors | Simon Sapin | 2017-05-18 | 1 | -0/+1 |
| * | | | | | Rename CaseSensitivity::CaseInsensitive to AsciiCaseInsensitive | Simon Sapin | 2017-05-18 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Auto merge of #16067 - Wafflespeanut:grid, r=nox,Wafflespeanut | bors-servo | 2017-05-18 | 2 | -1/+98 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add a truckload of tests for <track-size> and <track-list> | Ravi Shankar | 2017-05-18 | 2 | -1/+98 |
* | | | | | Refactor how calc() clamping is done on computed values (fixes #15296) | Anthony Ramine | 2017-05-18 | 1 | -7/+8 |
* | | | | | Silence a warning in stylo unit tests | Anthony Ramine | 2017-05-18 | 2 | -2/+0 |
|/ / / / |
|
* | | | | Auto merge of #16891 - kvark:preserve3d, r=glennw,emilio | bors-servo | 2017-05-17 | 4 | -6/+5 |
|\ \ \ \ |
|
| * | | | | Using TransformStyle::Preserve3D | Dzmitry Malyshau | 2017-05-16 | 4 | -6/+5 |
| | |/ /
| |/| | |
|
* | | | | Auto merge of #16881 - mbrubeck:absolute_root, r=stshine | bors-servo | 2017-05-17 | 3 | -0/+55 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix containing block size for absolute root element | Matt Brubeck | 2017-05-16 | 3 | -0/+55 |
| |/ / |
|
* | | | Auto merge of #16814 - asajeffrey:script-worklets, r=jdm | bors-servo | 2017-05-17 | 7 | -1/+80 |
|\ \ \ |
|
| * | | | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 7 | -1/+80 |
* | | | | Auto merge of #16858 - nox:quirks, r=SimonSapin | bors-servo | 2017-05-17 | 1 | -3/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Implement the hashless color quirk (fixes #15341) | Anthony Ramine | 2017-05-17 | 1 | -3/+0 |
* | | | | Auto merge of #16900 - emilio:pseudos, r=bholley | bors-servo | 2017-05-17 | 2 | -22/+18 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r... | Emilio Cobos Álvarez | 2017-05-17 | 2 | -22/+18 |
* | | | | Auto merge of #16883 - jdm:mutationobserver, r=jdm | bors-servo | 2017-05-17 | 6 | -157/+62 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Mutation Observer API | Sumit | 2017-05-15 | 6 | -157/+62 |
* | | | | Auto merge of #16795 - mrobinson:out-of-viewport-transform, r=glennw | bors-servo | 2017-05-16 | 3 | -0/+73 |
|\ \ \ \ |
|
| * | | | | Don't optimize display list for projective transforms | Martin Robinson | 2017-05-10 | 3 | -0/+73 |
* | | | | | Move "is universal" logic from stylist.rs to selectors/parser.rs | Simon Sapin | 2017-05-16 | 1 | -2/+2 |