aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmllinkelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid loading stylesheets in inactive documents.Josh Matthews2016-07-041-0/+4
* Allow pages to finish loading when external stylesheets have network errors.Josh Matthews2016-06-291-30/+33
* Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+1
* Abstractify the Listener abstractions furtherManish Goregaokar2016-06-101-1/+1
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+2
* Remove the LayoutChan type.Ms2ger2016-05-271-3/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-2/+1
* Auto merge of #11287 - heycam:moz-binding, r=bholleybors-servo2016-05-241-1/+3
|\
| * Add an extra data field to ParserContext.Cameron McCormack2016-05-241-1/+3
* | Move DOMString back to scriptAnthony Ramine2016-05-241-2/+3
|/
* Remove ConstellationChan.Ms2ger2016-05-191-3/+1
* Reduce channel cloning.Ms2ger2016-04-291-2/+2
* Auto merge of #10887 - askeing:fix_10374, r=KiChjangbors-servo2016-04-281-1/+14
|\
| * modified the code, following the suggestions from revieweraskeing2016-04-281-12/+8
| * Dispatch error event when link elements get invalid responseaskeing2016-04-281-0/+17
* | Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-3/+2
|/
* Propagating the load errors from network loaderRavi Shankar2016-04-201-5/+8
* Fix some compile warnings.Ms2ger2016-04-191-1/+0
* Use the document base url when resolving stylesheetsNazım Can Altınova2016-04-181-12/+9
* Issue #10284 Ignore alternate stylesheetsHugo Thiessard2016-04-051-2/+11
* Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to Task...Kamil Muszyński2016-02-141-1/+1
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-1/+2
* move MozBrowserEvent to script_traits (+ documentation)apopiak2016-01-131-2/+2
* task -> threadrohan.prinja2016-01-101-1/+1
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-3/+3
* Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-1/+1
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Split fn script_chan into 5 different task channel fnKeith Yeung2015-12-061-1/+1
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-8/+8
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-2/+6
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-5/+5
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+1
* replace Atom::from_slice("sizes") with atom!(sizes")Roman Klauke2015-11-141-4/+3
* [Browser API] implement mozbrowsericonchange eventPaul Rouget2015-11-141-8/+25
* Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-44/+119
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+2
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+2
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-9/+5
* Introduce trait CastableAnthony Ramine2015-10-211-9/+9
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-3/+3
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-13/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-6/+8
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+2
* Add obsolete reflecting attributes on <a> and <link>Corey Farwell2015-09-131-0/+18
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-21/+14
|\