Closed
Bug 70877
Opened 24 years ago
Closed 24 years ago
[XUL Syntax] Land and enable <outliner>
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: hyatt, Assigned: hyatt)
References
Details
(Whiteboard: [XUL1.0])
Attachments
(3 files)
2.28 KB,
patch
|
Details | Diff | Splinter Review | |
7.52 KB,
patch
|
Details | Diff | Splinter Review | |
1.58 KB,
patch
|
Details | Diff | Splinter Review |
<outliner> is ready for landing from the branch onto the trunk.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [XUL1.0]
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
hyatt walked me through the new files that have already been checked in, too.
Comments (for posterity, won't hold up check in):
- Do you really need some of those rules to be ``!important''?
- Eventually, we should change the getCellText() method to return a DOMString,
instead of a wstring. This will avoid a malloc() each time the cell's text
is needed by the outliner.
- Use JavaDoc-style comments in the interfaces so that doxygen can pick stuff
up.
- At some point, may need to add shared helper routine for doing middle
cropping: this should be used by XUL <text>, too.
r=waterson
Assignee | ||
Comment 5•24 years ago
|
||
Fixed. Outliner is now ready for some hot no-holds-barred action.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•