aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_module.rs
Commit message (Expand)AuthorAgeFilesLines
...
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-18/+17
* Remove deprecated remove function (#31213)Taym Haddadi2024-01-301-1/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-13/+13
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Update mozjs to a version that includes SpiderMonkey ESR 115 (#30379)Samson2023-09-201-34/+10
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-49/+46
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-3/+12
* Fix formatting.Josh Matthews2023-05-201-10/+3
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-30/+33
* Format.Josh Matthews2022-11-231-10/+13
* Trigger new module error reporting behaviour.Josh Matthews2022-11-231-27/+32
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-23/+31
* Don't hardcode string types.Josh Matthews2021-05-141-2/+2
* fmtsagudev2021-03-131-1/+1
* Fix ModuleEvaluatesagudev2021-03-131-2/+3
* Formatingsagudev2021-03-121-1/+1
* Fix errorssagudev2021-03-121-4/+4
* Update mozjs.Josh Matthews2021-02-181-11/+23
* ran mach tidySudarsan2020-08-281-1/+0
* Update mozjs to 0.14.1Sudarsan2020-08-281-3/+1
* Removed unnecessary conversion from UTF-8 to UTF-16Arjun Ramachandrula2020-07-271-6/+4
* Auto merge of #27026 - CYBAI:dynamic-module, r=jdmbors-servo2020-07-191-54/+458
|\
| * Handle script private reference hooks properlyCYBAI2020-07-181-3/+21
| * Set private reference for classic scriptCYBAI2020-07-181-22/+54
| * checkpoint - dynamic load inside of a module and classic script works.Josh Matthews2020-07-181-45/+399
* | Auto merge of #27303 - camelid:async-to-asynch, r=jdmbors-servo2020-07-171-3/+3
|\ \ | |/ |/|
| * Use `asynch` instead of `r#async`Camelid2020-07-161-3/+3
* | Use `Rc` instead of cloning the `DOMString`Camelid2020-07-141-9/+9
|/
* Rollback to recursively check dependency statusCYBAI2020-06-231-105/+42
* Use global.get_referrer() when appropiateMatthias Deiml2020-06-171-7/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-4/+6
* Move away from Promise.all way and check if we need to finish manuallyCYBAI2020-06-131-587/+531
* require entered realm, use aes, to append native promise handlerGregory Terzian2020-06-041-10/+10
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-1/+1
* Introduce import.meta hook for module scriptCYBAI2020-05-171-1/+35
* Add InRealm argument to Callback traitTipowol2020-04-051-1/+1
* Use mozjs exposed function to generate SourceTextCYBAI2020-03-311-14/+3
* Update SpiderMonkeyAnthony Ramine2020-03-061-26/+31
* Use `essence` algorithm from mime crateCYBAI2020-03-021-7/+14
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-2/+5
* rename compartment to realmKunal Mohan2020-01-241-8/+8
* Auto merge of #25552 - CYBAI:fix-25436, r=jdmbors-servo2020-01-201-3/+4
|\
| * Return the highest priority error from the descendant instead of return the v...CYBAI2020-01-201-3/+4
* | Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+2
|/
* Fix module script MIME check to not include paramsManish Goregaokar2020-01-061-2/+11