aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/file.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-48/+0
|
* Remove unused windows/globalsManish Goregaokar2014-08-091-3/+3
|
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-4/+1
|
* Introduce abstractions for global scopes.Ms2ger2014-07-151-3/+3
| | | | Part of #2811.
* Put some 'use' statements in alphabetical order.Ms2ger2014-07-151-1/+1
|
* Rename variables that refer to global objects.Ms2ger2014-07-151-5/+5
| | | | | | | | This clarifies whether those variables will point to a Window object or an arbitrary global object. Note in particular that all IDL Constructors will accept an arbitrary global object.
* Remove the unused window field from File.Ms2ger2014-07-141-3/+1
|
* Test for missing newlines at end of file in tidy.py.Ms2ger2014-07-111-1/+1
|
* Partial implementation of FormData and FileManish Goregaokar2014-06-251-0/+53