WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
32666
AX: DRT needs to support URL for accessibility
https://bugs.webkit.org/show_bug.cgi?id=32666
Summary
AX: DRT needs to support URL for accessibility
chris fleizach
Reported
2009-12-17 09:30:44 PST
DRT needs to support the ability to fetch a URL
Attachments
patch
(4.60 KB, patch)
2009-12-17 09:35 PST
,
chris fleizach
ddkilzer
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2009-12-17 09:35:29 PST
Created
attachment 45078
[details]
patch Simple patch. No use case in open source code yet, but we want it to be down-merged to other platforms
WebKit Review Bot
Comment 2
2009-12-17 09:37:44 PST
style-queue ran check-webkit-style on
attachment 45078
[details]
without any errors.
David Kilzer (:ddkilzer)
Comment 3
2009-12-17 11:42:37 PST
Comment on
attachment 45078
[details]
patch
> Index: WebKitTools/ChangeLog > Index: WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp > +JSStringRef AccessibilityUIElement::url() > +{ > + return 0; > +}
Please add a FIXME. Also, other "FIXME" methods that return JSStringRef use JSStringCreateWithCharacters(0, 0) instead: // FIXME: implement return JSStringCreateWithCharacters(0, 0);
> Index: WebKitTools/DumpRenderTree/win/AccessibilityUIElementWin.cpp > +JSStringRef AccessibilityUIElement::url() > +{ > + return 0; > +}
Again, I think this should use JSStringCreateWithCharacters(0, 0): return JSStringCreateWithCharacters(0, 0); r=me with these changes
chris fleizach
Comment 4
2009-12-17 11:48:56 PST
http://trac.webkit.org/changeset/52272
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug