aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/formdata.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-8/+9
|
* Issue #1820 - Improve the Blob implementationShing Lyu2014-12-091-1/+1
|
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-2/+2
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-5/+14
|
* Use DOMRefCell for FormData.Tetsuharu OHZEKI2014-10-221-3/+3
|
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
|
* Privatize FileTim Taubert2014-10-131-1/+1
|
* Simple privatizationsTim Taubert2014-10-131-0/+1
|
* Remove Traceable from formdata.rsManish Goregaokar2014-10-051-11/+10
|
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
| | | | Relevant to #2242.
* Use JSTraceable everywhereManish Goregaokar2014-09-241-2/+3
|
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
|
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-7/+7
| | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`.
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-8/+8
| | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally.
* Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-1/+2
|
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well ↵Manish Goregaokar2014-09-161-0/+2
| | | | | | | as functions with JS<T> in their parameter list For safe wrappers over JS<T> (eg Temporary<T>) use #[allow(unrooted_must_root)]. For all other types containing a #[must_root] value, annotate the type with #[must_root] to ensure that it is never used unrooted
* Cargoify servoJack Moffitt2014-09-081-0/+115