[Webkit-unassigned] [Bug 86557] Allow WebTextFieldDecoratorClient to see applied decorations.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 13:51:53 PDT 2012


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





--- Comment #17 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2012-05-18 13:50:57 PST ---
(In reply to comment #16)
> 
> Just to be sure, are you worried about holding a reference to a WebInputElement or to a WebTextFieldDecorator? I'm wondering because I think that you need to hold onto a WebInputElement between the time we determine that we want to show the decorator and the time that we get the IPC from the browser saying that we can show it (assuming that we can get the WebTextFieldDecorator from the WebInputElement)

Yes, it's still not optimal, but I think we've done our best here. I believe there's code in AutoFill that deals with these types of problems. The engineers who wrote this spent a looooong time sifting through odd crashes around that. You don't want to be stuck in the same long tail :)

> Seems reasonable to me.

Yay! Progress.

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