[Webkit-unassigned] [Bug 45156] Send webkit accessibility notifications to Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 12 23:13:58 PDT 2010


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





--- Comment #35 from chris.guillory at google.com  2010-09-12 23:13:58 PST ---
> going to re-open this again....
> can you not do a runtime lookup of these keys? that way as new ones are added, other platforms aren't responsible for modifying this list and 
> chromium only needs to lookup the ones it needs?
> 
> just something like
> WebNotification noti = 0;
> switch (WebCore::notification) {
>    case RowExpanded:
>       noti = WebNotificationRowExpanded;
>       break;
> }
I see what you're saying now. We should be able to assign the values directly in the enum definition.

> didn't we fix this before?
We fixed a lot of this before. I must have uploaded an old patch by mistake.

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