Closed
Bug 1159462
Opened 10 years ago
Closed 10 years ago
unreachable code in editBookmarkOverlay.js
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
Tracking | Status | |
---|---|---|
firefox40 | --- | verified |
People
(Reporter: mak, Assigned: mak)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.39 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
there's a typo in the onItemChanged handler
else (!this._paneInfo.isItem || this._paneInfo.itemId != aItemId)
return;
switch (aProperty) {
Assignee | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Attachment #8598946 -
Flags: review?(mano) → review+
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Comment 4•10 years ago
|
||
Hi Marco, can you provide a point value.
Iteration: --- → 40.3 - 11 May
Flags: qe-verify?
Flags: needinfo?(mak77)
Flags: firefox-backlog+
Assignee | ||
Updated•10 years ago
|
Points: --- → 1
Flags: needinfo?(mak77)
Updated•10 years ago
|
Flags: qe-verify? → qe-verify-
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•