aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some compile warnings.Ms2ger2016-04-191-1/+1
|
* Rust upgrade to 2016-04-12Manish Goregaokar2016-04-158-19/+30
|
* Remove the url! plugin.Simon Sapin2016-04-143-152/+0
| | | | | | | | In rust-url 1.0 the `Url` struct is going to have private fields, and there is no way to to create an aribitrary one without going through the parser. The plugin never had a clear demonstrated performance benefit, it was made mostly because it was possible and relatively easy at the time.
* Remove str_to_string lintManish Goregaokar2016-04-083-50/+0
| | | | Specialization makes all of the options equally efficient.
* Bump Rust to 2016-04-06Ms2ger2016-04-063-7/+7
|
* Update to Rust 2016-03-18.Ms2ger2016-03-201-0/+1
|
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
|
* Auto merge of #9946 - yoava333:master, r=KiChjangbors-servo2016-03-101-0/+6
|\ | | | | | | | | | | | | | | | | | | | | Added compiler lint ban on DOMRefCell this resolves https://github.com/servo/servo/issues/9924 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9946) <!-- Reviewable:end -->
| * Added compiler lint ban on DOMRefCellYoav Alon2016-03-091-0/+6
| |
* | Bump url to 0.5.7Anthony Ramine2016-03-091-1/+1
|/
* Update to Rust 2016-03-05Anthony Ramine2016-03-065-17/+12
|
* Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
| | | | http://doc.crates.io/manifest.html#the-publish--field-optional
* Bump to Rust 2016-02-22Anthony Ramine2016-02-235-13/+11
|
* Bump url to 0.5.5Anthony Ramine2016-02-131-1/+1
|
* Remove the casing pluginAnthony Ramine2016-02-052-63/+2
|
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-043-86/+1
|
* Update rust-urlKeith Yeung2016-02-021-1/+1
|
* Bump Rust to 2016-01-31 nightlyAnthony Ramine2016-02-012-14/+24
|
* Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)Ms2ger2016-01-143-3/+4
|
* task -> threadrohan.prinja2016-01-101-1/+1
|
* Pin clippy to a working revision.Ms2ger2016-01-071-1/+1
|
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-1/+1
|
* Fix warningsSimon Sapin2015-12-031-1/+2
| | | | | | Fixing unused attributes warnings required updating serde_macros which required updating to rustc 1.6.0-nightly (a2866e387 2015-11-30) which required updating some other dependencies.
* Fix false positive in unrooted_must_root lint.Eli Friedman2015-11-301-5/+8
| | | | Encountered in #8725.
* Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanutbors-servo2015-11-281-6/+4
|\ | | | | | | | | | | | | | | | | | | Ensure crate are alphabetically sorted cc @nox <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8692) <!-- Reviewable:end -->
| * Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-6/+4
| |
* | Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26)Simon Sapin2015-11-273-3/+4
| |
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-277-25/+30
|/ | | | … and libc 0.2 and many other dependencies
* Implement 'url!(..)' macroCorey Farwell2015-11-213-0/+148
| | | | | | https://github.com/servo/rust-url/issues/136 https://github.com/servo/rust-url/pull/137
* Use the conversion traits from js.Ms2ger2015-11-121-0/+13
|
* more refactoringrohan.prinja2015-10-301-5/+5
|
* Fix misplaced doc comment in plugins/lib.rsMatt Brubeck2015-10-271-1/+1
|
* Don't allow unrooted values in function arguments.Eli Friedman2015-10-231-10/+11
|
* Make unrooted_must_root a bit more aggressive.Eli Friedman2015-10-231-90/+85
| | | | | | | | | Basically, instead of trying to check for specific kinds of statements, just check the types of all local variables. Also included are some commented-out proposals for some slightly more aggressive lints which might be useful (but trigger a little too frequently at the moment).
* Fix unrooted_must_root lint to handle arguments/return types properly (fixes ↵Manish Goregaokar2015-10-162-6/+32
| | | | #8022)
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+1
| | | | | | | Given codegen now generates the various TypeId enums, it seems pointless to still have to write their respective values in every DOM struct inheriting from Node just to set the initial IS_IN_DOC flag in Document and IN_ENABLED_STATE in form controls.
* Rust upgrade to nightly 20151002Lars Bergstrom2015-10-024-14/+12
|
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-239-76/+87
|
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-193-3/+0
| | | | This merges import blocks that were reported by tidy as unmerged.
* Issue #7390 correct the order of mod declarationHugo Thiessard2015-09-181-2/+2
|
* Auto merge of #7499 - nerith:style, r=metajackbors-servo2015-09-022-4/+4
|\ | | | | | | | | | | | | | | | | | | Improve style nit check for space after a comma Fixes #7345. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7499) <!-- Reviewable:end -->
| * Fix reported test-tidy errorsBrandon Fairchild2015-09-012-4/+4
| | | | | | | | | | This fixes lines that were reported to have missing space after a comma.
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-026-11/+16
|/
* Make test-tidy check that braces have spaces before or after themwilmoz2015-08-311-2/+2
|
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-0/+1
| | | | closes #7357
* sort all usesJohann Tuffe2015-08-2012-25/+25
|
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, ↵Manish Goregaokar2015-08-181-1/+1
| | | | VirtualMethods
* Integrate clippy into ServoManish Goregaokar2015-08-182-1/+19
|
* Fix existing syntactics nits.Josh Matthews2015-08-163-4/+4
|
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-154-7/+7
| | | | closes #7197