Closed
Bug 125735
Opened 24 years ago
Closed 24 years ago
Sidebar.getInterfaces should return the list of interfaces it supports
Categories
(SeaMonkey :: Sidebar, enhancement)
SeaMonkey
Sidebar
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
875 bytes,
patch
|
samir_bugzilla
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
There are two ways to do this. one is brute force (try each known interface to
see if you can QI yourself to it) and the other is to return a static list.
Comment 2•24 years ago
|
||
Comment on attachment 69678 [details] [diff] [review]
fix implementation of getInterfaces
r=sgehani
Attachment #69678 -
Flags: review+
Comment 4•24 years ago
|
||
Comment on attachment 69678 [details] [diff] [review]
fix implementation of getInterfaces
Put whitespace around your assignment = and sr=jag.
Attachment #69678 -
Flags: superreview+
fix checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•