[Webkit-unassigned] [Bug 72756] REGRESSION (r100805): DOMHTMLElement’s accessKey property is declared as available in WebKit version that didn’t have it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 05:28:52 PST 2012


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


Vineet Chaudhary (vineetc) <rgf748 at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #126506|                            |review?
               Flag|                            |




--- Comment #4 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2012-02-10 05:28:52 PST ---
Created an attachment (id=126506)
 --> (https://bugs.webkit.org/attachment.cgi?id=126506&action=review)
proposed patch

Adding AVAILABLE_WEBKIT_VERSION_5_1_AND_LATER in WebKitAvailability.h.
Also reverting the chenges in idl files moving then under #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C.

In PublicDOMInterface.h marking accessKey property for HTMLAnchorElement, HTMLAreaElement, HTMLButtonElement, HTMLInputElement, HTMLLabelElement, HTMLLegendElement  and HTMLTextAreaElement 
 with an  availability macro AVAILABLE_WEBKIT_VERSION_1_3_AND_LATER_BUT_DEPRECATED_AFTER_WEBKIT_VERSION_4_0.

Please let me know your review comments on these changes. Thanks.

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