Bug 142468 - AX: Expose a frame's accessible name through WK2 C SPI
Summary: AX: Expose a frame's accessible name through WK2 C SPI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-08 16:14 PDT by Sam Weinig
Modified: 2015-03-08 18:17 PDT (History)
0 users

See Also:


Attachments
Patch (3.96 KB, patch)
2015-03-08 16:15 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2015-03-08 16:14:32 PDT
AX: Expose a frame's accessible name through WK2 C SPI
Comment 1 Sam Weinig 2015-03-08 16:15:51 PDT
Created attachment 248218 [details]
Patch
Comment 2 Sam Weinig 2015-03-08 17:43:19 PDT
<rdar://problem/19653068>
Comment 3 mitz 2015-03-08 17:47:03 PDT
Comment on attachment 248218 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=248218&action=review

> Source/WebKit2/ChangeLog:15
> +        Add SPI to set a frame's accessible name. This matches the Legacy WebKit SPI -[WebFrame setAccessibleName]. 

:
Comment 4 Sam Weinig 2015-03-08 18:17:31 PDT
Committed r181251: <http://trac.webkit.org/changeset/181251>