RESOLVED FIXED 128440
Clean up MarkupAccumulator::appendCharactersReplacingEntities
https://bugs.webkit.org/show_bug.cgi?id=128440
Summary Clean up MarkupAccumulator::appendCharactersReplacingEntities
Benjamin Poulain
Reported 2014-02-07 21:18:51 PST
Clean up MarkupAccumulator::appendCharactersReplacingEntities
Attachments
Patch (7.35 KB, patch)
2014-02-07 21:23 PST, Benjamin Poulain
no flags
Patch (7.27 KB, patch)
2014-02-09 19:30 PST, Benjamin Poulain
no flags
Patch (7.27 KB, patch)
2014-02-09 20:37 PST, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2014-02-07 21:23:23 PST
Benjamin Poulain
Comment 2 2014-02-09 19:30:46 PST
Benjamin Poulain
Comment 3 2014-02-09 20:37:27 PST
Darin Adler
Comment 4 2014-02-09 23:51:03 PST
Comment on attachment 223669 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=223669&action=review > Source/WebCore/editing/MarkupAccumulator.cpp:55 > +static EntityDescription entitySubstitutionList[] = { const > Source/WebCore/editing/MarkupAccumulator.cpp:74 > +static uint8_t entityMap[maximumEscapedentityCharacter + 1] = { const
Benjamin Poulain
Comment 5 2014-02-10 18:42:53 PST
Note You need to log in before you can comment on or make changes to this bug.