RESOLVED FIXED 130560
Add a combined decodeAndFlush to TextResourceDecoder
https://bugs.webkit.org/show_bug.cgi?id=130560
Summary Add a combined decodeAndFlush to TextResourceDecoder
Darin Adler
Reported 2014-03-20 21:18:15 PDT
Add a combined decodeAndFlush to TextResourceDecoder
Attachments
Patch (17.42 KB, patch)
2014-03-20 21:22 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2014-03-20 21:22:40 PDT
Andreas Kling
Comment 2 2014-03-20 23:23:14 PDT
Comment on attachment 227380 [details] Patch r=me Crazy that we didn't have this already!
WebKit Commit Bot
Comment 3 2014-03-21 00:12:35 PDT
Comment on attachment 227380 [details] Patch Clearing flags on attachment: 227380 Committed r166046: <http://trac.webkit.org/changeset/166046>
WebKit Commit Bot
Comment 4 2014-03-21 00:12:39 PDT
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 5 2014-03-21 09:55:20 PDT
Comment on attachment 227380 [details] Patch It would be nice to synchronize TextResourceDecoder and TextCodec interfaces one day (one has a decodeAndFlush funciton, another has a "flush" boolean argument in decode()).
Note You need to log in before you can comment on or make changes to this bug.