[Webkit-unassigned] [Bug 142719] AX: richer text change notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 09:16:56 PDT 2015


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #92 from Darin Adler <darin at apple.com> ---
(In reply to comment #86)
> > NSDictionary definitely doesn’t support "for in" iteration while the
> > dictionary is being enumerated, so this code won’t work. How did you test it?
> 
> I'm enumerating the immutable dictionary and mutating the mutable
> dictionary. I tested it with the attached layout tests and manual testing
> with no issues.

This points out a major problem. We have code to remove objects of the wrong types from these arrays and dictionaries, but we didn’t create any test cases that exercise that code. That must be fixed. We need to figure out how to test that code. We must not just check it in without ever trying it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150421/6e0d6455/attachment.html>


More information about the webkit-unassigned mailing list