Bug 130560

Summary: Add a combined decodeAndFlush to TextResourceDecoder
Product: WebKit Reporter: Darin Adler <darin>
Component: Page LoadingAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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()).