Open Bug 743196 Opened 12 years ago Updated 2 years ago

Investigate if Chrome migrator time conversion may hit the js uint64 limit

Categories

(Firefox :: Migration, defect)

defect

Tracking

()

People

(Reporter: mak, Unassigned)

Details

the Chrome migrator converts from FILETIME/10 to a PRTime, in doing this migratios it uses common js methods, that have the known limitation on 64 bits. If the value could ever be over the limit we'd be convert wrong values.
Would be healthier to directly do the conversion in SQL and directly return a usable value.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.