Bug 130560 - Add a combined decodeAndFlush to TextResourceDecoder
Summary: Add a combined decodeAndFlush to TextResourceDecoder
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 21:18 PDT by Darin Adler
Modified: 2014-03-21 09:55 PDT (History)
2 users (show)

See Also:


Attachments
Patch (17.42 KB, patch)
2014-03-20 21:22 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2014-03-20 21:18:15 PDT
Add a combined decodeAndFlush to TextResourceDecoder
Comment 1 Darin Adler 2014-03-20 21:22:40 PDT
Created attachment 227380 [details]
Patch
Comment 2 Andreas Kling 2014-03-20 23:23:14 PDT
Comment on attachment 227380 [details]
Patch

r=me

Crazy that we didn't have this already!
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2014-03-21 00:12:39 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Alexey Proskuryakov 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()).