Closed
Bug 857144
Opened 12 years ago
Closed 7 years ago
WebSMS: SmsFilter::SetStartDate and SetEndDate broken with cross-global dates
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bzbarsky, Unassigned)
References
Details
The code is:
84 mData.startDate() = js_DateGetMsecSinceEpoch(&obj);
which will set startDate to 0 if "obj" is Date from a subframe, say.
Reporter | ||
Comment 1•12 years ago
|
||
SetEndDate has the same problem.
Summary: SmsFilter::SetStartDate broken with cross-global dates → SmsFilter::SetStartDate and SetEndDate broken with cross-global dates
Updated•11 years ago
|
Summary: SmsFilter::SetStartDate and SetEndDate broken with cross-global dates → WebSMS: SmsFilter::SetStartDate and SetEndDate broken with cross-global dates
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•