Closed
Bug 70809
Opened 24 years ago
Closed 24 years ago
[XUL Syntax] Add -moz-box-orient to CSS
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.0
People
(Reporter: hyatt, Assigned: hyatt)
References
Details
(Whiteboard: [XUL1.0])
Attachments
(3 files)
|
33.95 KB,
patch
|
Details | Diff | Splinter Review | |
|
20.11 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.25 KB,
patch
|
Details | Diff | Splinter Review |
Move box orientation into CSS.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [XUL1.0]
Target Milestone: --- → mozilla1.0
Updated•24 years ago
|
OS: Windows 2000 → All
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Comment 4•24 years ago
|
||
Ok, this is ready for review. The subsequent patches to add the remaining six
properties will be a lot smaller, since this first one adds the new XUL struct
to the style context and the CSS declaration.
attinasi and brendan, wanna do the honors again? Thanks!
Note that this code is largely a cut and paste job, exactly emulating the way
the other structs are defined. If there's something you don't like about the
conventions used, etc., please don't blame me, since I'm just blending in. :)
| Assignee | ||
Comment 5•24 years ago
|
||
Also note that we have slated that #ifdef INCLUDE_XUL be made to work for
real. That is bug 69995. I was very meticulous about the #ifdefs.
| Assignee | ||
Comment 6•24 years ago
|
||
cc'ing pierre also for review.
Comment 7•24 years ago
|
||
[s]r=attinasi. That's a heck of a migration...
| Assignee | ||
Comment 8•24 years ago
|
||
We will also need this struct for a new CSS property that Bill Law needs for
making the application icons skinnable. -moz-window-icon. His bug will be
marked dependent on this one, so that he knows when the XUL struct has gone in.
| Assignee | ||
Comment 10•24 years ago
|
||
Fixed.
Seems like the Bugzilla bug hit this - the bug was marked resolved but not
resolved fixed. I'll reopen and mark it fixed for good (I hope).
Status: RESOLVED → REOPENED
Resolved FIXED.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 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
•