aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #16973 - servo:derive-all-the-things, r=emiliobors-servo2017-05-212-2/+2
|\
| * Remove style::values::HasViewportPercentage reexportAnthony Ramine2017-05-202-2/+2
* | Auto merge of #16933 - MortimerGoro:mutation_children, r=jdmbors-servo2017-05-202-102/+0
|\ \
| * | Implement MutationObserver childList mutations.Imanol Fernandez2017-05-192-102/+0
* | | Auto merge of #16967 - emilio:after, r=heycam,emiliobors-servo2017-05-201-0/+3
|\ \ \ | |_|/ |/| |
| * | Mark tests/css/css21_dev/html4/border-collapse-dynamic-table-002.htm as failing.Emilio Cobos Álvarez2017-05-201-0/+3
| * | style: Refactor RestyleHint to be a struct.Cameron McCormack2017-05-201-1/+1
* | | Auto merge of #16960 - servo:derive-all-the-things, r=emiliobors-servo2017-05-203-3/+2
|\ \ \ | |/ / |/| |
| * | Remove a lot of unused importsAnthony Ramine2017-05-203-3/+2
* | | Update app_units to 0.4.1Manish Goregaokar2017-05-191-1/+1
* | | Auto merge of #16861 - gterzian:use_microtask_to_await_stable_state, r=jdmbors-servo2017-05-199-45/+0
|\ \ \
| * | | use microtasks to await a stable stateGregory Terzian2017-05-199-45/+0
* | | | Auto merge of #16954 - servo:arrayvec, r=emiliobors-servo2017-05-193-30/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid returning / passing around a huge ParsedDeclaration typeSimon Sapin2017-05-192-2/+8
| * | | Box large components of Longhands structs.Simon Sapin2017-05-193-32/+40
| * | | Look at size_of ParsedDeclaration… Yeah, we’ll need to fix that.Simon Sapin2017-05-192-0/+2
* | | | Auto merge of #16913 - jdm:canvas2d, r=jdmbors-servo2017-05-1912-51/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-1913-51/+3
* | | | Auto merge of #16935 - servo:out-of-crate-bindings-tests, r=emiliobors-servo2017-05-197-10/+29
|\ \ \ \
| * | | | Move bindings tests out of the style crate.Simon Sapin2017-05-182-0/+19
| * | | | Use size_of_test! macro in style and stylo tests.Simon Sapin2017-05-186-10/+10
| | |_|/ | |/| |
* | | | Auto merge of #16893 - MortimerGoro:webgl_extensions, r=emiliobors-servo2017-05-1912-46/+46
|\ \ \ \
| * | | | Implement WebGL extensions.Imanol Fernandez2017-05-1812-46/+46
* | | | | Record source location for keyframes rule.Xidorn Quan2017-05-191-0/+4
* | | | | Auto merge of #16915 - servo:attr-selectors, r=nox,emiliobors-servo2017-05-187-34/+9
|\ \ \ \ \
| * | | | | More test expectations changes…Simon Sapin2017-05-194-20/+0
| * | | | | Add more enum types to avoid unreachable!() for selector case-sensitivitySimon Sapin2017-05-181-1/+1
| * | | | | ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-182-6/+0
| * | | | | Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-9/+9
| * | | | | Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-0/+1
| * | | | | Rename CaseSensitivity::CaseInsensitive to AsciiCaseInsensitiveSimon Sapin2017-05-181-1/+1
| | |/ / / | |/| | |
* | | | | Auto merge of #16067 - Wafflespeanut:grid, r=nox,Wafflespeanutbors-servo2017-05-182-1/+98
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a truckload of tests for <track-size> and <track-list>Ravi Shankar2017-05-182-1/+98
* | | | | Refactor how calc() clamping is done on computed values (fixes #15296)Anthony Ramine2017-05-181-7/+8
* | | | | Silence a warning in stylo unit testsAnthony Ramine2017-05-182-2/+0
|/ / / /
* | | | Auto merge of #16891 - kvark:preserve3d, r=glennw,emiliobors-servo2017-05-174-6/+5
|\ \ \ \
| * | | | Using TransformStyle::Preserve3DDzmitry Malyshau2017-05-164-6/+5
| | |/ / | |/| |
* | | | Auto merge of #16881 - mbrubeck:absolute_root, r=stshinebors-servo2017-05-173-0/+55
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix containing block size for absolute root elementMatt Brubeck2017-05-163-0/+55
| |/ /
* | | Auto merge of #16814 - asajeffrey:script-worklets, r=jdmbors-servo2017-05-177-1/+80
|\ \ \
| * | | Implemented Houdini worklets.Alan Jeffrey2017-05-177-1/+80
* | | | Auto merge of #16858 - nox:quirks, r=SimonSapinbors-servo2017-05-171-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Implement the hashless color quirk (fixes #15341)Anthony Ramine2017-05-171-3/+0
* | | | Auto merge of #16900 - emilio:pseudos, r=bholleybors-servo2017-05-172-22/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-172-22/+18
* | | | Auto merge of #16883 - jdm:mutationobserver, r=jdmbors-servo2017-05-176-157/+62
|\ \ \ \ | |/ / / |/| | |
| * | | Mutation Observer APISumit2017-05-156-157/+62
* | | | Auto merge of #16795 - mrobinson:out-of-viewport-transform, r=glennwbors-servo2017-05-163-0/+73
|\ \ \ \
| * | | | Don't optimize display list for projective transformsMartin Robinson2017-05-103-0/+73
* | | | | Move "is universal" logic from stylist.rs to selectors/parser.rsSimon Sapin2017-05-161-2/+2