Closed
Bug 1048291
Opened 10 years ago
Closed 8 years ago
Remove/Deprecate File::lastModifiedDate
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
()
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
2.87 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
The latest version of the spec doesn't have this attribute in the File interface. We should deprecate it and remove it eventually.
Assignee | ||
Comment 1•8 years ago
|
||
I would like to use nsIDeprecationWarner.idl for this bug.
Depends on: 1204581
Assignee | ||
Comment 3•8 years ago
|
||
We should support deprecation warning also in workers. Follow up.
Assignee: nobody → amarchesini
Attachment #8758185 -
Flags: review?(bugs)
Comment 4•8 years ago
|
||
Comment on attachment 8758185 [details] [diff] [review] deprecated.patch See also https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/fileapi/File.idl&q=file.idl&sq=package:chromium&l=41 Chrome status says "0.0046%" Could you perhaps ping some blink folks about this. Perhaps they'd be willing to remove the attribute too.
Attachment #8758185 -
Flags: review?(bugs) → review+
Pushed by amarchesini@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/e30a357b25f1 Deprecate File::lastModifiedDate, r=smaug
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e30a357b25f1
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•8 years ago
|
Keywords: dev-doc-needed,
site-compat
Comment 7•8 years ago
|
||
Posted the site compatibility doc: https://www.fxsitecompat.com/en-CA/docs/2016/file-lastmodifieddate-has-been-deprecated/
Comment 8•8 years ago
|
||
Updated: https://developer.mozilla.org/en-US/docs/Web/API/File and https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate
Keywords: dev-doc-needed → dev-doc-complete
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•