aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/abstractworker.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+1
| | | Signed-off-by: RustAndMetal <111676747+RustAndMetal@users.noreply.github.com>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
| | | | | * strict imports formatting * Reformat all imports
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-4/+5
|
* begin messageport, transferable objects, implKeith Yeung2019-10-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accept transfer argument for StructuredCloneData::write Allow structured clone reads to return a boolean Add Transferable trait Add basic skeletons to MessagePort Implement transfer and transfer-receiving steps on MessagePort Use transfer and transfer_receive in StructuredClone callbacks Implement MessageChannel Freeze the array object for the MessageEvent ports attribute Implement transfer argument on window.postMessage Use ReentrantMutex instead for MessagePortInternal Accept origin as a parameter in dispatch_jsval Fix BorrowMut crash with pending_port_message Detach port on closure and check for detached during transfer Enable webmessaging tests fix webidl fix
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
|
* Format script componentchansuke2018-09-191-4/+2
|
* Upgraded to SM 60Alan Jeffrey2018-08-201-24/+0
|
* order derivable traits listsClément DAVID2017-08-231-1/+1
| | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs
* Remove and allow some dead code.Ms2ger2016-12-221-5/+1
|
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-3/+3
| | | | Fixes https://github.com/servo/servo/issues/8473.
* Remove dead error handling code.Ms2ger2016-09-051-22/+0
|
* Make the service worker send custom responseRahul Sharma2016-07-261-1/+1
|
* Integrate service worker manager threadRahul Sharma2016-07-161-26/+0
|
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+104