aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventsource.rs
Commit message (Expand)AuthorAgeFilesLines
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-1/+1
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Support CORS attributes for image elements.Josh Matthews2019-10-041-14/+10
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+2
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-5/+2
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-1/+1
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-13/+11
* Tweak the MIME comparison in EventSourceAnthony Ramine2019-01-141-12/+8
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-0/+1
* refactored performance timing to align with updated specddh2018-11-201-2/+33
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-4/+6
* Format remaining filesPyfisch2018-11-061-10/+21
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Update hyper to 0.12Bastien Orivel2018-11-011-14/+14
* Remove Origin::unicode_serializationBastien Orivel2018-10-121-1/+1
* Format script componentchansuke2018-09-191-51/+92
* Introduce DOMTracker, cancel eventsource fetch when aborting document loadGregory Terzian2018-07-291-14/+40
* use remote-event task source in EventSourceGregory Terzian2018-07-131-6/+5
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-2/+4
* Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-171-2/+2
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-3/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-4/+4
* Use task! to announce event source connectionsAnthony Ramine2017-09-181-20/+14
* Use task! to fail event source connectionsAnthony Ramine2017-09-181-19/+14
* Use task! to dispatch events from event sourcesAnthony Ramine2017-09-181-22/+15
* Use task! to reestablish the event source connectionAnthony Ramine2017-09-181-35/+37
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-22/+22
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-8/+0
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* EventSource: decode UTF-8 code points across network packetsSimon Sapin2017-05-271-5/+37
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+4
* Use a timer callback when re-establishing a connectionKeith Yeung2016-11-111-67/+33
* Interpret event streamKeith Yeung2016-11-111-26/+229
* Add GenerationId to EventSourceKeith Yeung2016-11-111-7/+39
* Implement reestablishing the connection for EventSourceKeith Yeung2016-11-111-13/+101