Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `#![register_tool]` instead of `#![register_attr]` | Simon Sapin | 2019-11-15 | 5 | -6/+6 |
| | | | | CC https://github.com/rust-lang/rust/issues/66079 | ||||
* | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 1 | -6/+6 |
| | |||||
* | Add simple implementation of content-security-policy on scripts / styles | Michael Howell | 2019-10-16 | 1 | -0/+28 |
| | | | | | | | | This needs a lot more hooks before it'll actually be a good implementation, but for a start it can help get some feedback on if this is the right way to go about it. Part of servo/servo#4577 | ||||
* | Support CORS attributes for image elements. | Josh Matthews | 2019-10-04 | 1 | -4/+19 |
| | |||||
* | Responding to review comments | Alan Jeffrey | 2019-09-11 | 1 | -6/+11 |
| | |||||
* | Responding to review comments | Alan Jeffrey | 2019-09-11 | 2 | -103/+119 |
| | |||||
* | Prefetch img and scripts during parsing | Alan Jeffrey | 2019-09-10 | 2 | -4/+226 |
| | |||||
* | Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) | Simon Sapin | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Update xml5ever and html5ever | Bastien Orivel | 2019-05-19 | 1 | -12/+3 |
| | |||||
* | Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestors | Fernando Jiménez Moreno | 2019-04-26 | 1 | -2/+2 |
| | |||||
* | ShadowRoot interface | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+1 |
| | |||||
* | Add new XMLSerializer().serializeToString functionality | Felipe Janer | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Implement DocumentFragment XML serialization. | Jack Britton | 2019-04-12 | 1 | -1/+2 |
| | |||||
* | #8539 Config preferences backend restructure | Peter Hall | 2019-03-20 | 1 | -6/+2 |
| | |||||
* | Implement CDATASection interface and createCDATASection method | George Roman | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Remove most RootedReference uses | Anthony Ramine | 2019-03-10 | 1 | -2/+2 |
| | | | | We can replace all uses of RootedReference for Option<T> by Option::deref calls. | ||||
* | Ignore children of void elements when serializing | George Roman | 2019-01-10 | 1 | -6/+4 |
| | |||||
* | Serialize the children of void html elements as empty strings | George Roman | 2019-01-03 | 1 | -0/+6 |
| | |||||
* | Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, ↵ | bors-servo | 2018-12-26 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=paulrouget Remove sync constellation -> embedder communication <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #22042 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22121) <!-- Reviewable:end --> | ||||
| * | set document ready state to complete in step 4 of parser abort | Gregory Terzian | 2018-12-23 | 1 | -2/+1 |
| | | |||||
* | | Update src/href attributes to be a USVString | Dan Robertson | 2018-12-17 | 1 | -2/+2 |
|/ | | | | | | | | | | | | The following IDLs have the src/href attributes typed as a DOMString while in the spec the attribute has been updated to be a USVString: - HTMLIFrameElement - HTMLImageElement - HTMLInputElement - HTMLLinkElement - HTMLMediaElement - HTMLScriptElement | ||||
* | Make the parser decode input from document's encoding | Anthony Ramine | 2018-12-12 | 1 | -6/+10 |
| | | | | | The document's encoding is only computed from the Content-Type header for now, with no sniffing at all. | ||||
* | Fix an ignore_malloc_size_of comment | Anthony Ramine | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | Remove an argument to ServoParser::parse_html_script_input | Anthony Ramine | 2018-12-12 | 1 | -5/+1 |
| | | | | Since the spec of document.open was updated, this argument became useless. | ||||
* | Use Utf8LossyDecoder instead of IncompleteUtf8 | Anthony Ramine | 2018-12-05 | 1 | -25/+66 |
| | |||||
* | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -6/+54 |
| | | | | | | | | | | | | refactoring with ResourceFetchMetadata implemented deprecated window.timing functionality created ResourceTimingListener trait fixed w3c links in navigation timing updated include.ini to run resource timing tests on ci | ||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 4 | -4/+4 |
| | |||||
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -3/+3 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 3 | -14/+18 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 3 | -16/+25 |
| | |||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 4 | -64/+64 |
| | |||||
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 1 | -14/+17 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 4 | -306/+549 |
| | |||||
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -1/+1 |
| | | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com> | ||||
* | stopping tokenizer if parser is aborted | Gregory Terzian | 2018-07-29 | 1 | -0/+3 |
| | |||||
* | spec compliant active parser concept | Gregory Terzian | 2018-07-29 | 1 | -0/+5 |
| | |||||
* | delegate resource reading to embedder | Paul Rouget | 2018-04-27 | 1 | -5/+3 |
| | |||||
* | Use specific assertion for DOM servoparser | CYBAI | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Use specific assertion for DOM servoparser async_html | CYBAI | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Implement `throw-on-dynamic-markup-insertion-counter` | Connor Brewster | 2018-01-11 | 1 | -3/+3 |
| | |||||
* | Add a check for when the js execution stack is empty | Connor Brewster | 2018-01-11 | 1 | -1/+4 |
| | |||||
* | Implement the create an element for token algorithm | Connor Brewster | 2018-01-11 | 4 | -40/+127 |
| | |||||
* | queue event instead of immediately fire | ddh | 2017-11-30 | 1 | -0/+4 |
| | | | | | | created checks to see if parser is in use before event dispatch changed tests to expect crash and added async style test | ||||
* | Use FetchCanceller for document loads | Manish Goregaokar | 2017-11-22 | 1 | -1/+2 |
| | |||||
* | Treat application/xml like text/xml in ParserContext::process_response | Christian Gati | 2017-11-18 | 1 | -6/+4 |
| | | | | Update wpt | ||||
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08) | Simon Sapin | 2017-11-09 | 2 | -2/+0 |
| | |||||
* | Auto merge of #18968 - mbrubeck:try, r=emilio | bors-servo | 2017-10-21 | 1 | -4/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Use try syntax for Option where appropriate - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they are refactoring only <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18968) <!-- Reviewable:end --> | ||||
| * | Use try syntax for Option where appropriate | Matt Brubeck | 2017-10-20 | 1 | -4/+1 |
| | | |||||
* | | removed same_tree and has_parent_node methods | Nikhil Shagrithaya | 2017-10-19 | 2 | -19/+13 |
|/ |