Closed
Bug 529273
Opened 15 years ago
Closed 15 years ago
js timer exception when updating jumplists
Categories
(Firefox :: General, defect, P3)
Tracking
()
RESOLVED
FIXED
Firefox 4.0
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(1 file)
981 bytes,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "'[JavaScript Error: "name is null" {file: "file:///F:/Mozilla/fir efox/BUILD-DBG/dist/bin/modules/WindowsJumpLists.jsm" line: 344}]' when calling method: [nsITimerCallback::notify]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCR IPT_ERROR_WITH_DETAILS)" location: "<unknown>" data: yes] ************************************************************ For the test case in bug 487700. I'm guessing I forgot to kill a timer.
Assignee | ||
Updated•15 years ago
|
OS: Windows NT → Windows 7
Priority: -- → P3
Target Milestone: --- → Firefox 3.7
Version: unspecified → Trunk
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #417513 -
Flags: review?(dao)
Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 417513 [details] [diff] [review] fix name in some cases can be null, causing the timed set on the current list to fail.
Updated•15 years ago
|
Attachment #417513 -
Flags: review?(dao) → review+
Assignee | ||
Updated•15 years ago
|
Summary: js timer exception on popups for jump list module → js timer exception when updating jumplists
Assignee | ||
Comment 3•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/3b2fec6aa462
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•