[webkit-reviews] review requested: [Bug 36481] Web Inspector: Edit Tag Names : [Attachment 51855] [PATCH] Fix Blacklist

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 03:17:23 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 36481: Web Inspector: Edit Tag Names
https://bugs.webkit.org/show_bug.cgi?id=36481

Attachment 51855: [PATCH] Fix Blacklist
https://bugs.webkit.org/attachment.cgi?id=51855&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
The Blacklist was broken. It does not handle all cases that the tag name could
be edited (namely, tabbing back from an attribute). I moved the black list
check directly into _startEditingTagName so the blacklist is always checked. I
also moved the code to a more convenient place, alongside similar code I didn't
notice before!


More information about the webkit-reviews mailing list