[Webkit-unassigned] [Bug 26832] New: Generalize special height handling in InlineBox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 00:19:47 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26832

           Summary: Generalize special height handling in InlineBox
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P3
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at google.com
OtherBugsDependingO 3749
             nThis:


InlineBox contains a bit that is used to mark when a box computes its height
differently from the default. This bit is currently used only for SVG (and used
instead of virtual methods for performance reasons) and hence named 'm_isSVG'.

This bit should have a generic name that fits its purpose so that it can be
re-used.

The implementation for ruby will make use of this.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list