Closed
Bug 759656
Opened 12 years ago
Closed 12 years ago
Some PopupNotification consumers expect a notification argument to the mainAction callback
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 16
People
(Reporter: MattN, Assigned: MattN)
Details
Attachments
(1 file)
1.62 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
PopupNotifications.jsm does:
notification.mainAction.callback.call();
and
target.action.callback.call();
with no arguments to the action callbacks but some consumers are expecting an argument.
This patch just removes the unused argument from the two consumers.
Attachment #628234 -
Flags: review?(margaret.leibovic)
Comment 1•12 years ago
|
||
Comment on attachment 628234 [details] [diff] [review]
v.1 Remove unused/unimplemented callback argument
Good spot. These probably crept in there because the notification bar API does take a parameter.
Attachment #628234 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → Firefox 16
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•