aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Reftests can opt into --experimentalSimon Sapin2014-08-262-1/+424
| | | | | | |
| * | | | | | Set the origin of the root element per its writing mode.Simon Sapin2014-08-261-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It’s not always (0, 0) anymore.
| * | | | | | Convert back to physical some layout coordinates.Simon Sapin2014-08-265-70/+70
| | | | | | |
| * | | | | | Dump display lists when debug!() is enabled for gfx::display_listSimon Sapin2014-08-262-9/+17
| | | | | | |
| * | | | | | Only write the px value in Show for AuSimon Sapin2014-08-261-2/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The integer Au value is mostly internal and does not make much sense. Printing both values is very verbose and hurts readability of debug logs.
* | | | | | Merge pull request #3160 from mbrubeck/old-layout-commentsJack Moffitt2014-08-261-5/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Remove obsolete TODO comments
| * | | | | Remove obsolete TODO commentsMatt Brubeck2014-08-261-5/+0
| | | | | |
* | | | | | Nuke Node's TLayoutDataBruno de Oliveira Abinader2014-08-261-6/+0
|/ / / / / | | | | | | | | | | | | | | | LayoutData{Ref} structs replaced its usage for quite some time now.
* | | | | Merge pull request #3131 from Manishearth/imageManish Goregaokar2014-08-261-12/+17
|\ \ \ \ \ | | | | | | | | | | | | Load bare images within an HTML document (#3108); r=Ms2ger
| * | | | | Load bare images within an HTML document (#3108)Manish Goregaokar2014-08-261-12/+17
| | |_|_|/ | |/| | |
* | | | | Update ProxyTraps to use real bools.Ms2ger2014-08-263-52/+57
| |/ / / |/| | |
* | | | Add documentation about web-platform-tests.Ms2ger2014-08-261-0/+99
| | | |
* | | | Add https supportGlenn Watson2014-08-264-5/+8
| | | |
* | | | Mark WPT tests as FAIL due to lack of DOMTokenList.toggleBruno de Oliveira Abinader2014-08-252-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, these tests are being handled in test_element_classList.html until DOMTokenList.toggle gets implemented. Created issue #3138 to track DOMTokenList.toggle implementation.
* | | | Cleaned DOMTokenList code duplicationBruno de Oliveira Abinader2014-08-251-22/+7
| | | |
* | | | Implement DOMTokenList.containsBruno de Oliveira Abinader2014-08-255-50/+71
| | | |
* | | | Use AttrValue::tokens() in Element::has_class()Bruno de Oliveira Abinader2014-08-251-4/+6
| | | |
* | | | Implemented Attribute's tokens() iteratorBruno de Oliveira Abinader2014-08-251-17/+13
| | | |
* | | | Fixed AttrValue::from_tokenlist indexesBruno de Oliveira Abinader2014-08-251-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | The following issues were found: - Single concatenated spaces were indexed as a single token; - Last token, if not followed by an HTML space character, was ignored;
* | | | Merge pull request #3142 from SimonSapin/bit-struct-macroPatrick Walton2014-08-252-65/+145
|\ \ \ \ | | | | | | | | | | Move PropertyBitField to a syntax extension.
| * | | | fixup! Move PropertyBitField to a syntax extension.Simon Sapin2014-08-241-1/+5
| | | | |
| * | | | Move PropertyBitField to a syntax extension.Simon Sapin2014-08-232-65/+141
| | | | | | | | | | | | | | | | | | | | This is a first step towards moving away the Mako template in the style crate.
* | | | | Merge pull request #3143 from glennw/revert-layersglennw2014-08-251-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Temporarily revert rust-layers, as the most recent change broke the acid2 test on mac/travis.
| * | | | | Temporarily revert rust-layers, as the most recent change broke the acid2 ↵Glenn Watson2014-08-251-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | test on mac/travis.
* | | | | | Merge pull request #3128 from glennw/add-ref-testsglennw2014-08-2523-6/+631
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix naming of diff png files when multiple reftest lists in use. Import a few css21 reftests.
| * | | | | Fix naming of diff png files when multiple reftest lists in use. Import a ↵Glenn Watson2014-08-2123-6/+631
| | |_|/ / | |/| | | | | | | | | | | | | few css21 reftests.
* | | | | Merge pull request #3090 from brunoabinader/document-cached-live-htmlcollectionsMs2ger2014-08-231-49/+90
|\ \ \ \ \ | |_|_|/ / |/| | | | Implement cache for remaining Document live collections; r=Ms2ger
| * | | | Implement cache for remaining Document live collectionsBruno de Oliveira Abinader2014-08-221-49/+90
| | | | |
* | | | | Update the description about Rust compiler which we uses.Tetsuharu OHZEKI2014-08-231-4/+0
|/ / / /
* | | | Merge pull request #3133 from Ms2ger/rm-contenttestsMs2ger2014-08-227-166/+0
|\ \ \ \ | | | | | | | | | | Remove content tests that duplicate wpt tests; r=abinader
| * | | | Remove content tests that duplicate wpt tests.Ms2ger2014-08-227-166/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, the test coverage is provided by: dom/nodes/Node-childNodes.html dom/nodes/Document-createElementNS.html dom/historical.html dom/nodes/Document-createProcessingInstruction.html dom/nodes/Document-doctype.html dom/nodes/Document-importNode.html dom/nodes/Document-createElement.html dom/nodes/Document-getElementsByTagName.html
* | | | Make AttrValue::as_slice impl from StrBruno de Oliveira Abinader2014-08-221-1/+4
| | | |
* | | | Use Attr::value() whenever possibleBruno de Oliveira Abinader2014-08-221-3/+3
|/ / /
* | | Merge pull request #3130 from SimonSapin/remove-rust-submoduleSimon Sapin2014-08-224-6/+0
|\ \ \ | | | | | | | | Remove rust submodule
| * | | Move rust-snapshot-hash to the root.Simon Sapin2014-08-221-1/+0
| | | |
| * | | Remove the Rust submodule.Simon Sapin2014-08-214-5/+0
| | | |
* | | | Merge pull request #3132 from Ms2ger/update-wptMs2ger2014-08-223-0/+27
|\ \ \ \ | | | | | | | | | | Update web-platform-tests; r=jgraham
| * | | | Update web-platform-tests.Ms2ger2014-08-223-0/+27
| | | | |
* | | | | Merge pull request #3095 from ChrisParis/HTMLScriptElement.textMs2ger2014-08-222-3/+26
|\ \ \ \ \ | |/ / / / |/| | | | Implement HTMLScriptElement.text; r=Ms2ger
| * | | | Improve Option deconstructionChris Paris2014-08-161-3/+4
| | | | |
| * | | | Implement HTMLScriptElement.textChris Paris2014-08-152-3/+25
| | | | |
* | | | | Merge pull request #3125 from seanmonstar/script-typeMs2ger2014-08-223-1/+169
|\ \ \ \ \ | | | | | | | | | | | | Check the type/language of script elements (fixes #2828); r=SimonSapin+Ms2ger
| * | | | | check the type/language of script elementsSean McArthur2014-08-213-1/+169
| | | | | |
* | | | | | Merge pull request #2741 from SimonSapin/acid2-reftestSimon Sapin2014-08-218-19/+228
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a (broken) Acid2 reftest. Fix #1993
| * | | | | | Add a (broken) Acid2 reftest. Fix #1993Simon Sapin2014-08-218-2/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rendering is incorrect and the test is marked as flaky on Linux or on GPU rendering, but this should help catch further regressions. The test is modified to add the following CSS: .intro { display: none } html #top { margin-top: 0 } To disable the "scrolling" part of the test. The reference is modified to match the current rendering of the test: * Rows 4 and 5 (eyes) have a red background. * The nose is not quite where it should be. * Row 12’s height is 3px more than it should be. (See http://www.webstandards.org/action/acid2/guide/ for row numbers.) The nose issue seems be related to rounding vs truncating when pixel-snapping borders, but this is only a guess.
| * | | | | | Allow marking tests as flaky by target OS.Simon Sapin2014-08-211-17/+33
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3129 from mrobinson/layer-edgesMartin Robinson2014-08-211-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update to latest rust-layers
| * | | | | Update to latest rust-layersMartin Robinson2014-08-201-0/+0
| | |_|/ / | |/| | | | | | | | | | | | | This should reduce memory usage along layer boundaries.
* | | | | Merge pull request #3086 from ChrisParis/HTMLAnchorElement.textMs2ger2014-08-212-1/+16
|\ \ \ \ \ | |/ / / / |/| | | | Implement HTMLAnchorElement.text; r=Manishearth
| * | | | Implement HTMLAnchorElement.textChris Paris2014-08-152-1/+16
| | | | |