[Webkit-unassigned] [Bug 20397] Invalid webkit-border-bottom-left-radius property causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 21 18:46:32 PDT 2008


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


wilsong at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22895|0                           |1
        is obsolete|                            |
  Attachment #22928|                            |review?
               Flag|                            |




------- Comment #6 from wilsong at gmail.com  2008-08-21 18:46 PDT -------
Created an attachment (id=22928)
 --> (https://bugs.webkit.org/attachment.cgi?id=22928&action=view)
Possible fix for bug 20397

Aha...I see that I was attacking the symptom, and not the problem....and poorly
at that :(

Here's a patch that should conform to style guidelines, includes changeLog
entries, and has a layout test as well.  Please let me know if I missed
anything.

This patch merely moves the call to checkForOrphanedUnits() earlier in the
method.  The work that is done between num being set and the old call to
checkForOrphanedUnits doesn't seem to conflict with the move.  

(The case that the orphaned unit identifier is somehow paired with the keywords
"inherit" or "initial" -- this doesn't seem to be a problem because to do so
would mean multiple items in m_valueList, but both cases return when there is
more than one item in m_valueList)


-- 
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