[Webkit-unassigned] [Bug 42093] Change handling of -khtml- and -apple- vendor-prefixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 13:06:37 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #61779|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #12 from Darin Adler <darin at apple.com>  2010-07-19 13:06:37 PST ---
(From update of attachment 61779)
> +            // -webkit-border-*-*-radius worked in Safari 4 and earlier. -webkit-border-radius syntax
> +            // differs from border-radius, so it is remains as a distinct property.

As long as you are moving this code, we should consider fixing "it is remains" here.

> +        // If the prefix is -apple, support two properties to maintain
> +        // backward compatibility with older versions of Safari.
> +        if (!strcmp(buffer, "-apple-dashboard-region") || !strcmp(buffer, "-apple-line-clamp")) {

This comment isn’t quite right. The most important context for this is not Safari itself, but rather Dashboard. But I suppose we are OK with the comment as-is.

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


More information about the webkit-unassigned mailing list