aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/userscripts.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* Added off thread compilationAbhishekSharma1022020-07-211-1/+6
* Set private reference for classic scriptCYBAI2020-07-181-7/+10
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-1/+1
* Script: removed a few opts::get()oneturkmen2019-06-261-3/+2
* Pass a filename when executing user scripts.Josh Matthews2019-01-151-1/+6
* Delay user script execution until DOM is stable.Josh Matthews2019-01-151-7/+12
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-5/+7
* delegate resource reading to embedderPaul Rouget2018-04-271-12/+1
* apply user scripts correctlySendilKumar N2017-03-131-14/+12
* Removed util.Alan Jeffrey2016-12-141-2/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+0
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-3/+6
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+2
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+3
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-2/+1
* Introduce trait CastableAnthony Ramine2015-10-211-3/+4
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+0
* Remove helper traitsAnthony Ramine2015-08-271-1/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-3/+3
* sort all usesJohann Tuffe2015-08-201-3/+3
* Upgrade to SM 39Michael Wu2015-06-191-8/+8
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Give userscripts its own module; panic on broken pathsManish Goregaokar2015-04-011-0/+52