aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventsource.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-21/+24
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+3
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+7
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-0/+1
* Properly set the url on the Response object when the response is an opaquered...Bastien Orivel2020-05-061-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Fail fast on bad schemesPatrick Shaughnessy2020-02-101-3/+14
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+3
* 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