aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmetaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed util.Alan Jeffrey2016-12-141-1/+2
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Move Arc<RwLock<_>> out from CssRules tupleXidorn Quan2016-11-291-2/+2
* Add base_url and namespaces to style::StylesheetSimon Sapin2016-11-281-0/+2
* Implement StyleSheet.disabled.Cameron McCormack2016-11-251-0/+2
* Make Stylesheet.dirty_on_viewport_size_change an AtomicBoolSimon Sapin2016-11-181-1/+2
* Support basic immutable CSSOMManish Goregaokar2016-11-151-2/+17
* Arc all Vec<CSSRule>s, put in CSSRules typeManish Goregaokar2016-11-151-1/+1
* CSSRule -> CssRuleTakanori Ishibashi2016-11-141-2/+2
* Allow empty media query listXidorn Quan2016-11-101-1/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-8/+8
* Add RwLock in more Arc’d things in stylesheets.Simon Sapin2016-10-191-1/+2
* Make script build without `impl<T: HeapSizeOf> HeapSizeOf for Arc<T>`.Simon Sapin2016-10-041-0/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Wrap in Arc<_> every object reflected in CSSOM.Simon Sapin2016-08-311-1/+1
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-2/+1
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move util::str to styleAnthony Ramine2016-07-051-1/+1
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-1/+1
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+2
* Add meta-referrer support for documentsRebecca2016-06-021-3/+48
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+3
* Overrode parse_plain_attribute of VirtualMethods for HTMLMetaElement to pass ...Joseph P DeBartola III2016-05-181-1/+9
* Recompute viewport-dependent styles on viewport size changeMatt Brubeck2016-03-191-0/+3
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-1/+2
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-3/+2
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+3
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+2
* Ignore `<meta name=viewport>` if `@viewport` is.Michael Howell2015-11-151-0/+3
* Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-9/+20
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-4/+2
* Introduce trait CastableAnthony Ramine2015-10-211-5/+6
* 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/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-6/+6
* Handle <meta name=viewport> elements when added to documentJames Gilbertson2015-09-301-3/+54
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-4/+4
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+9
* Import string_cache::Atom into the attributes' macrosAnthony Ramine2015-05-141-1/+0
* Implement HTMLMetaElement.{name,content} (fixes #5663).Dhananjay Nakrani2015-04-241-0/+15
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-4/+4
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0