Get rid of BlobImpl::IsSizeUnknown and BlobImpl::IsDateUnknown
Categories
(Core :: DOM: File, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(4 files, 2 obsolete files)
We have just 1 BlobImpl class with lazy GetLength() and GetLastModified(): FileBlobImpl. We should keep the complexity of those 2 methods in FileBlobImpl.
In this bug I want to fix the last-modified default value in here:
https://searchfox.org/mozilla-central/rev/91f6c02fcf4c16f78fdc4417f61f192688294066/dom/file/FileBlobImpl.cpp#40
In this CTOR we pass UINT64_MAX instead of INT64_MAX as lastModified.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D65074
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D65075
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D65074
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D65165
Updated•5 years ago
|
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Backed out 4 changesets (Bug 1619518) for mochitest failures at test_temporaryFileBlob.html.
https://hg.mozilla.org/integration/autoland/rev/4e5681a0da79535a679eeaad48bd23ce46d33b0b
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291713895&repo=autoland&lineNumber=4854
Assignee | ||
Updated•5 years ago
|
Comment 10•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/56be1c62b9e2
https://hg.mozilla.org/mozilla-central/rev/8ee9f73f0551
https://hg.mozilla.org/mozilla-central/rev/6974a7016aaf
https://hg.mozilla.org/mozilla-central/rev/e6793b0b1b3f
Description
•