Closed
Bug 70810
Opened 25 years ago
Closed 24 years ago
[XUL Syntax] Change tab syntax
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.0
People
(Reporter: hyatt, Assigned: maolson)
References
Details
(Whiteboard: [XUL1.0])
Attachments
(5 files)
61.51 KB,
patch
|
Details | Diff | Splinter Review | |
62.66 KB,
patch
|
Details | Diff | Splinter Review | |
62.64 KB,
patch
|
Details | Diff | Splinter Review | |
61.60 KB,
patch
|
Details | Diff | Splinter Review | |
3.19 KB,
patch
|
Details | Diff | Splinter Review |
<tabconrol> --> <tabbox>
<tabbox> --> <tabs>
<tabpanel> --> <tabpanels>
<tabpage> --> <tabpanel>
Make a simplified version that allows label attributes to be put on <tabpanel>.
The tabs can be anonymously built from the labels.
![]() |
Reporter | |
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [XUL1.0]
Target Milestone: --- → mozilla1.0
![]() |
||
Updated•25 years ago
|
OS: Windows 2000 → All
![]() |
Assignee | |
Comment 2•25 years ago
|
||
Any reason this couldn't be done in two passes, one for the name changes and one
for the syntax updates? I'll take the renaming and we can go from there, unless
someone objects.
![]() |
Reporter | |
Comment 4•25 years ago
|
||
Two passes would be fun.
![]() |
Assignee | |
Comment 5•25 years ago
|
||
![]() |
Assignee | |
Comment 6•25 years ago
|
||
The attached patch covers everything, including security (i'll make a separate
patch for that when the time comes). I'm building to test currently.
<tabpage> (now <tabpanel>) wasn't used anywhere in xul or css, but i changed the
few references anyway.
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 7•25 years ago
|
||
![]() |
Assignee | |
Comment 8•25 years ago
|
||
hyatt, ben; feedback, r/sr?
![]() |
Reporter | |
Comment 9•25 years ago
|
||
sr=hyatt
We'll need a carpool again for this one.
![]() |
||
Comment 10•25 years ago
|
||
I'll look at commercial on this.
![]() |
||
Comment 11•25 years ago
|
||
cc'ing leaf for carpool magic, possibly experimental build magic also.
![]() |
Assignee | |
Comment 12•25 years ago
|
||
![]() |
Assignee | |
Comment 13•25 years ago
|
||
![]() |
Assignee | |
Comment 14•24 years ago
|
||
Ben, I'd really appreciate if you could finish reviewing this, it would be nice
to get into 0.9.
hyatt - are you sure we need a carpool for this? This is relatively contained
and kerz has my back for netscape's commercial tree. (You do have my back right
kerz?)
![]() |
||
Comment 15•24 years ago
|
||
mao, this looks great. Sorry for taking so long to get to this.
r=ben
Don't think we need a carpool for this, if it's done at a low traffic time
(e.g. at night). I've done this sort of change before with myself covering
comm. and caused no problems.
![]() |
Assignee | |
Comment 16•24 years ago
|
||
![]() |
Assignee | |
Comment 17•24 years ago
|
||
fix checked in. bryner took care of security, rumor has it kerz handled ns' tree.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•