Status: Untriaged Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 4843 by [EMAIL PROTECTED]: Autofill code should use a RefPtr on the input element used in the task http://code.google.com/p/chromium/issues/detail?id=4843 In editor_client_impl.cc, textDidChangeInTextField() post a task to do the autofill with an Element* as parameter. We should use a RefPtr or make sure to increase the ref count to make sure the element cannot be deleted before the task is executed. Would be good to write a test to validate that behavior (and also a test that ensure we don't crash with input element not part of forms see bug 4825). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
