Closed
Bug 857143
Opened 12 years ago
Closed 7 years ago
TimeManager::Set broken with cross-global dates
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: bzbarsky, Unassigned)
References
Details
The code is:
36 if (JS_ObjectIsDate(ctx, dateObj) && js_DateIsValid(dateObj)) {
which will test false if "dateObj" is Date from a subframe, say.
Comment 1•7 years ago
|
||
FxOS/Gonk has been removed from the codebase. Mass-invalidating FxOS related Device Interface bugs to clean up the component.
If I incorrectly invalidated something, please let me know.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Comment 2•7 years ago
|
||
Bulk correction of resolution of B2G bugs to INCOMPLETE.
Resolution: INVALID → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•