Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation for new methods. | Josh Matthews | 2016-02-10 | 1 | -0/+1 |
| | |||||
* | Make iframes block the enclosing document's load event. Fixes #6663. | Josh Matthews | 2016-02-10 | 1 | -1/+52 |
| | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -8/+8 |
| | |||||
* | Resolves #4183 - Implemementing context-based MIME type sniffing | David Rajchenbach-Teller | 2015-12-31 | 1 | -3/+12 |
| | | | | | The version of the standard is not finalized at the time of this writing. Specifications may be found here: https://mimesniff.spec.whatwg.org/#context-specific-sniffing . | ||||
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | Check in for task 1,4 and 5 | Abhishek Kumar | 2015-11-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Adding pipelineID to httpresponse message, clearner code for task1 Commit for Refactored task Unit tests Removing extra whitespaces. Removing extra whitespaces. Removing tabs whitespaces Making Code tidier. Style issues Fix Test-tidy Fixes | ||||
* | Remove dead load_sync function. | Eli Friedman | 2015-11-03 | 1 | -9/+1 |
| | |||||
* | Improve spec-compliance of script loading and execution during document startup | Till Schneidereit | 2015-10-26 | 1 | -21/+10 |
| | | | | Including proper support for async and deferred scripts. | ||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Fix reported test-tidy errors | Brandon Fairchild | 2015-09-01 | 1 | -1/+1 |
| | | | | | This fixes lines that were reported to have missing space after a comma. | ||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Splitting ScriptMsg into various enums; r=jdm | Ravi Shankar | 2015-08-15 | 1 | -3/+4 |
| | |||||
* | Start reporting memory usage for Window and all nodes in all DOM trees for ↵ | Josh Matthews | 2015-08-03 | 1 | -3/+5 |
| | | | | frame treese in script tasks. | ||||
* | script: Fix test failures. | Patrick Walton | 2015-07-31 | 1 | -3/+8 |
| | |||||
* | net: Use a thread for each `AsyncResponseTarget` to avoid having to send | Patrick Walton | 2015-07-31 | 1 | -1/+1 |
| | | | | trait objects across process boundaries. | ||||
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -4/+3 |
| | | | | fixes #6524 | ||||
* | Update test expectations. Mark script loads as complete when the response is ↵ | Josh Matthews | 2015-05-21 | 1 | -0/+1 |
| | | | | complete. | ||||
* | Make external script sources load asynchronously, yet still block further ↵ | Josh Matthews | 2015-05-20 | 1 | -7/+6 |
| | | | | parsing. Hook up document loading to async networking events. | ||||
* | Delay stylesheet load in test to increase confidence. | Josh Matthews | 2015-05-11 | 1 | -8/+6 |
| | |||||
* | Make stylesheets block page load. | Josh Matthews | 2015-05-11 | 1 | -8/+14 |
| | |||||
* | Implement a DocumentLoader type that tracks pending loads and notifies the ↵ | Josh Matthews | 2015-05-11 | 1 | -0/+106 |
script task when the queue is empty. Dispatch the document load event based on the DocumentLoader's notification. |