WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 36025
accessibilityIsIgnoredBase() needs to respect when platform says include
https://bugs.webkit.org/show_bug.cgi?id=36025
Summary
accessibilityIsIgnoredBase() needs to respect when platform says include
chris fleizach
Reported
2010-03-11 11:59:27 PST
accessibilityIsIgnoredBase() is not doing this, so when an object is always included by a platform, its not working
Attachments
Patch
(13.36 KB, patch)
2010-03-11 12:56 PST
,
chris fleizach
no flags
Details
Formatted Diff
Diff
Patch
(14.90 KB, patch)
2010-03-11 13:05 PST
,
chris fleizach
bdakin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2010-03-11 12:33:54 PST
accessibilityIsIgnoredBased() needs to return a ternary value
chris fleizach
Comment 2
2010-03-11 12:56:04 PST
Created
attachment 50532
[details]
Patch
WebKit Review Bot
Comment 3
2010-03-11 13:01:31 PST
Attachment 50532
[details]
did not build on chromium: Build output:
http://webkit-commit-queue.appspot.com/results/618023
chris fleizach
Comment 4
2010-03-11 13:05:33 PST
Created
attachment 50533
[details]
Patch
Beth Dakin
Comment 5
2010-03-11 14:02:50 PST
Comment on
attachment 50533
[details]
Patch
> -#if PLATFORM(GTK) > - return true; > -#endif
Are you sure you want to remove this? r=me
chris fleizach
Comment 6
2010-03-11 14:18:26 PST
(In reply to
comment #5
)
> (From update of
attachment 50533
[details]
) > > -#if PLATFORM(GTK) > > - return true; > > -#endif > > Are you sure you want to remove this? >
Yea, i looked at what was going on. GTK wants the platform to decide the fate of that object. Now that that object calls accessibilityIsIgnoredBase(), that's now taken care of
> r=me
chris fleizach
Comment 7
2010-03-11 14:33:41 PST
http://trac.webkit.org/changeset/55855
Gustavo Noronha (kov)
Comment 8
2010-03-12 06:33:16 PST
Thanks for the quick fix! Much appreciated =).
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