Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Reftests can opt into --experimental | Simon Sapin | 2014-08-26 | 2 | -1/+424 | |
| | | | | | | | ||||||
| * | | | | | | Set the origin of the root element per its writing mode. | Simon Sapin | 2014-08-26 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It’s not always (0, 0) anymore. | |||||
| * | | | | | | Convert back to physical some layout coordinates. | Simon Sapin | 2014-08-26 | 5 | -70/+70 | |
| | | | | | | | ||||||
| * | | | | | | Dump display lists when debug!() is enabled for gfx::display_list | Simon Sapin | 2014-08-26 | 2 | -9/+17 | |
| | | | | | | | ||||||
| * | | | | | | Only write the px value in Show for Au | Simon Sapin | 2014-08-26 | 1 | -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-comments | Jack Moffitt | 2014-08-26 | 1 | -5/+0 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Remove obsolete TODO comments | |||||
| * | | | | | Remove obsolete TODO comments | Matt Brubeck | 2014-08-26 | 1 | -5/+0 | |
| | | | | | | ||||||
* | | | | | | Nuke Node's TLayoutData | Bruno de Oliveira Abinader | 2014-08-26 | 1 | -6/+0 | |
|/ / / / / | | | | | | | | | | | | | | | | LayoutData{Ref} structs replaced its usage for quite some time now. | |||||
* | | | | | Merge pull request #3131 from Manishearth/image | Manish Goregaokar | 2014-08-26 | 1 | -12/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | Load bare images within an HTML document (#3108); r=Ms2ger | |||||
| * | | | | | Load bare images within an HTML document (#3108) | Manish Goregaokar | 2014-08-26 | 1 | -12/+17 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Update ProxyTraps to use real bools. | Ms2ger | 2014-08-26 | 3 | -52/+57 | |
| |/ / / |/| | | | ||||||
* | | | | Add documentation about web-platform-tests. | Ms2ger | 2014-08-26 | 1 | -0/+99 | |
| | | | | ||||||
* | | | | Add https support | Glenn Watson | 2014-08-26 | 4 | -5/+8 | |
| | | | | ||||||
* | | | | Mark WPT tests as FAIL due to lack of DOMTokenList.toggle | Bruno de Oliveira Abinader | 2014-08-25 | 2 | -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 duplication | Bruno de Oliveira Abinader | 2014-08-25 | 1 | -22/+7 | |
| | | | | ||||||
* | | | | Implement DOMTokenList.contains | Bruno de Oliveira Abinader | 2014-08-25 | 5 | -50/+71 | |
| | | | | ||||||
* | | | | Use AttrValue::tokens() in Element::has_class() | Bruno de Oliveira Abinader | 2014-08-25 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | Implemented Attribute's tokens() iterator | Bruno de Oliveira Abinader | 2014-08-25 | 1 | -17/+13 | |
| | | | | ||||||
* | | | | Fixed AttrValue::from_tokenlist indexes | Bruno de Oliveira Abinader | 2014-08-25 | 1 | -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-macro | Patrick Walton | 2014-08-25 | 2 | -65/+145 | |
|\ \ \ \ | | | | | | | | | | | Move PropertyBitField to a syntax extension. | |||||
| * | | | | fixup! Move PropertyBitField to a syntax extension. | Simon Sapin | 2014-08-24 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | Move PropertyBitField to a syntax extension. | Simon Sapin | 2014-08-23 | 2 | -65/+141 | |
| | | | | | | | | | | | | | | | | | | | | This is a first step towards moving away the Mako template in the style crate. | |||||
* | | | | | Merge pull request #3143 from glennw/revert-layers | glennw | 2014-08-25 | 1 | -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 Watson | 2014-08-25 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | test on mac/travis. | |||||
* | | | | | | Merge pull request #3128 from glennw/add-ref-tests | glennw | 2014-08-25 | 23 | -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 Watson | 2014-08-21 | 23 | -6/+631 | |
| | |_|/ / | |/| | | | | | | | | | | | | | few css21 reftests. | |||||
* | | | | | Merge pull request #3090 from brunoabinader/document-cached-live-htmlcollections | Ms2ger | 2014-08-23 | 1 | -49/+90 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Implement cache for remaining Document live collections; r=Ms2ger | |||||
| * | | | | Implement cache for remaining Document live collections | Bruno de Oliveira Abinader | 2014-08-22 | 1 | -49/+90 | |
| | | | | | ||||||
* | | | | | Update the description about Rust compiler which we uses. | Tetsuharu OHZEKI | 2014-08-23 | 1 | -4/+0 | |
|/ / / / | ||||||
* | | | | Merge pull request #3133 from Ms2ger/rm-contenttests | Ms2ger | 2014-08-22 | 7 | -166/+0 | |
|\ \ \ \ | | | | | | | | | | | Remove content tests that duplicate wpt tests; r=abinader | |||||
| * | | | | Remove content tests that duplicate wpt tests. | Ms2ger | 2014-08-22 | 7 | -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 Str | Bruno de Oliveira Abinader | 2014-08-22 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Use Attr::value() whenever possible | Bruno de Oliveira Abinader | 2014-08-22 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #3130 from SimonSapin/remove-rust-submodule | Simon Sapin | 2014-08-22 | 4 | -6/+0 | |
|\ \ \ | | | | | | | | | Remove rust submodule | |||||
| * | | | Move rust-snapshot-hash to the root. | Simon Sapin | 2014-08-22 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Remove the Rust submodule. | Simon Sapin | 2014-08-21 | 4 | -5/+0 | |
| | | | | ||||||
* | | | | Merge pull request #3132 from Ms2ger/update-wpt | Ms2ger | 2014-08-22 | 3 | -0/+27 | |
|\ \ \ \ | | | | | | | | | | | Update web-platform-tests; r=jgraham | |||||
| * | | | | Update web-platform-tests. | Ms2ger | 2014-08-22 | 3 | -0/+27 | |
| | | | | | ||||||
* | | | | | Merge pull request #3095 from ChrisParis/HTMLScriptElement.text | Ms2ger | 2014-08-22 | 2 | -3/+26 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Implement HTMLScriptElement.text; r=Ms2ger | |||||
| * | | | | Improve Option deconstruction | Chris Paris | 2014-08-16 | 1 | -3/+4 | |
| | | | | | ||||||
| * | | | | Implement HTMLScriptElement.text | Chris Paris | 2014-08-15 | 2 | -3/+25 | |
| | | | | | ||||||
* | | | | | Merge pull request #3125 from seanmonstar/script-type | Ms2ger | 2014-08-22 | 3 | -1/+169 | |
|\ \ \ \ \ | | | | | | | | | | | | | Check the type/language of script elements (fixes #2828); r=SimonSapin+Ms2ger | |||||
| * | | | | | check the type/language of script elements | Sean McArthur | 2014-08-21 | 3 | -1/+169 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2741 from SimonSapin/acid2-reftest | Simon Sapin | 2014-08-21 | 8 | -19/+228 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add a (broken) Acid2 reftest. Fix #1993 | |||||
| * | | | | | | Add a (broken) Acid2 reftest. Fix #1993 | Simon Sapin | 2014-08-21 | 8 | -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 Sapin | 2014-08-21 | 1 | -17/+33 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #3129 from mrobinson/layer-edges | Martin Robinson | 2014-08-21 | 1 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Update to latest rust-layers | |||||
| * | | | | | Update to latest rust-layers | Martin Robinson | 2014-08-20 | 1 | -0/+0 | |
| | |_|/ / | |/| | | | | | | | | | | | | | This should reduce memory usage along layer boundaries. | |||||
* | | | | | Merge pull request #3086 from ChrisParis/HTMLAnchorElement.text | Ms2ger | 2014-08-21 | 2 | -1/+16 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Implement HTMLAnchorElement.text; r=Manishearth | |||||
| * | | | | Implement HTMLAnchorElement.text | Chris Paris | 2014-08-15 | 2 | -1/+16 | |
| | | | | |