Bug 1406819 - Remove various bits of dead code from dom/. r=baku

Differential Revision: https://phabricator.services.mozilla.com/D109
This commit is contained in:
Jonathan Watt
2017-09-25 09:20:53 +01:00
parent 0e2a2843a0
commit 711f1d78b4
20 changed files with 4 additions and 81 deletions

View File

@@ -227,9 +227,6 @@ const double HTMLInputElement::kMsPerDay = 24 * 60 * 60 * 1000;
{0xb5, 0x13, 0x7b, 0x36, 0x93, 0x43, 0xe3, 0xa0} \
}
#define PROGRESS_STR "progress"
static const uint32_t kProgressEventInterval = 50; // ms
// An helper class for the dispatching of the 'change' event.
// This class is used when the FilePicker finished its task (or when files and
// directories are set by some chrome/test only method).