| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove from Trusted::new an unnecessary argument | Arthur Skobara | 2015-12-12 | 1 | -5/+5 |
* | Avoid some rooting in parsing. | Ms2ger | 2015-12-11 | 1 | -18/+1 |
* | Create and invoke XML parser for XML documents. | ronak | 2015-12-04 | 1 | -1/+5 |
* | Introduce abstraction over HTML and XML parsers for parser network listener. | Josh Matthews | 2015-12-04 | 1 | -19/+197 |
* | Use set_plaintext_state instead of plaintext tag | Keith Yeung | 2015-11-27 | 1 | -8/+2 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -1/+3 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+2 |
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -4/+4 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -8/+25 |
|\ |
|
| * | Auto merge of #7956 - gkbrk:binary_mime, r=jdm | bors-servo | 2015-10-31 | 1 | -7/+24 |
| |\ |
|
| | * | Made binary files show an info message instead of garbled text. | Gökberk Yaltıraklı | 2015-10-31 | 1 | -7/+24 |
| * | | Removed JS::root Fixes #8251 | nxnfufunezn | 2015-10-31 | 1 | -1/+1 |
| |/ |
|
* | | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Improve spec-compliance of script loading and execution during document startup | Till Schneidereit | 2015-10-26 | 1 | -15/+19 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -1/+1 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -2/+1 |
* | Return a reference in ServoHTMLParser::window() | Anthony Ramine | 2015-10-19 | 1 | -4/+4 |
* | Do not root ServoHTMLParser::document | Anthony Ramine | 2015-10-19 | 1 | -9/+5 |
* | Do not root Sink::document | Anthony Ramine | 2015-10-19 | 1 | -2/+1 |
* | Return a reference in Document::window() | Anthony Ramine | 2015-10-19 | 1 | -4/+2 |
* | Simplify AsyncResponseListener implementations. | Eli Friedman | 2015-10-15 | 1 | -11/+10 |
* | Make AsyncResponseListener methods take `&mut self`. | Eli Friedman | 2015-10-15 | 1 | -3/+3 |
* | Update script to work with lint changes | Manish Goregaokar | 2015-10-16 | 1 | -0/+1 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -5/+5 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -7/+5 |
* | Remove SinkHelpers | Anthony Ramine | 2015-08-27 | 1 | -1/+16 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -22/+7 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -5/+5 |
* | Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi... | Manish Goregaokar | 2015-08-18 | 1 | -1/+1 |
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -2/+2 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -1/+3 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -1/+1 |
* | Auto-derive JSTraceable and Reflectable for ServoHTMLParser | Michael Wu | 2015-06-30 | 1 | -25/+7 |
* | Update to zero-copy* HTML parsing | Simon Sapin | 2015-06-25 | 1 | -1/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -27/+30 |
* | script: Address review comments | Patrick Walton | 2015-05-26 | 1 | -4/+2 |
* | script: Reflow 200 milliseconds after the `<body>` is parsed, like Gecko | Patrick Walton | 2015-05-26 | 1 | -0/+5 |
* | Make external script sources load asynchronously, yet still block further par... | Josh Matthews | 2015-05-20 | 1 | -12/+225 |
* | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -1/+1 |
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+1 |
* | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -1/+1 |
* | Implement Element.innerHTML setter | Chris Paris | 2015-03-18 | 1 | -0/+41 |
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -2/+3 |
* | Use JS<Node> rather than TrustedNodeAddress in the HTML parser. | Ms2ger | 2015-02-03 | 1 | -5/+6 |
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 |
* | Deny unsafe blocks in script. | Ms2ger | 2015-01-09 | 1 | -0/+1 |
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -1/+2 |
* | script: Remove glob imports added in #4405 | Tetsuharu OHZEKI | 2014-12-19 | 1 | -2/+2 |