aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/document_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Decouple media load blockers from their resource URLAnthony Ramine2017-09-251-5/+5
* Rename Document::mut_loader to loader_mutAnthony Ramine2017-09-251-1/+1
* fix #18594: Unnecessarily allocating an error stringtigercosmos2017-09-231-1/+1
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Remove mutability requirement from fetch_async_background.Josh Matthews2017-02-281-1/+1
* Extract layout image request into separate file. Do not block the document lo...Josh Matthews2017-02-221-0/+7
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-10/+10
* Lookup frames by frame_id, not pipeline_id.Alan Jeffrey2016-11-031-0/+3
* Remove DocumentLoader::pipeline.Ms2ger2016-10-131-5/+1
* Remove Document::load_async.Ms2ger2016-10-131-32/+3
* Privatize PendingAsyncLoad.Ms2ger2016-10-041-8/+8
* Remove Document::add_blocking_load.Ms2ger2016-10-041-2/+2
* Inline prepare_async_load.Ms2ger2016-10-041-19/+10
* Avoid PendingAsyncLoad in fetch_async.Ms2ger2016-10-041-7/+5
* Use fetch infrastructure to load external scriptsKeith Yeung2016-09-211-1/+1
* Add fetch_async to PendingAsyncLoad, DocumentLoader and DocumentKeith Yeung2016-09-211-2/+15
* Bring referrer policy delivery to <a> and <link> via rel attributeYing-Ruei Liang(KK)2016-09-201-5/+7
* Integrate service worker manager threadRahul Sharma2016-07-161-5/+2
* change load blocker drop assert to debug_assertConnor Brewster2016-06-301-1/+1
* Add file backend support for Blob and relatedZhen Zhang2016-06-011-15/+14
* adding interface for custom responsesRahul Sharma2016-05-201-4/+11
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-5/+5
* Auto merge of #8454 - jdm:media, r=KiChjangbors-servo2016-05-031-1/+4
|\
| * Implement basic media resource selection and fetching.Josh Matthews2016-05-031-1/+4
* | Avoid some clones.Ms2ger2016-04-291-2/+2
|/
* Add referrer policy pass-through and referrer header logicRebecca2016-04-251-4/+9
* Improve documentation for new methods.Josh Matthews2016-02-101-0/+1
* Make iframes block the enclosing document's load event. Fixes #6663.Josh Matthews2016-02-101-1/+52
* task -> threadrohan.prinja2016-01-101-8/+8
* Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-3/+12
* Rustfmt some of script.Ms2ger2015-11-181-2/+2
* Check in for task 1,4 and 5Abhishek Kumar2015-11-051-0/+1
* Remove dead load_sync function.Eli Friedman2015-11-031-9/+1
* Improve spec-compliance of script loading and execution during document startupTill Schneidereit2015-10-261-21/+10
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errorsBrandon Fairchild2015-09-011-1/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-3/+4
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-3/+5
* script: Fix test failures.Patrick Walton2015-07-311-3/+8
* net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-1/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-4/+3
* Update test expectations. Mark script loads as complete when the response is ...Josh Matthews2015-05-211-0/+1
* Make external script sources load asynchronously, yet still block further par...Josh Matthews2015-05-201-7/+6
* Delay stylesheet load in test to increase confidence.Josh Matthews2015-05-111-8/+6
* Make stylesheets block page load.Josh Matthews2015-05-111-8/+14