Bug 154959 - [Fetch API] Commonalize handling of FetchBody by FetchRequest and FetchResponse
Summary: [Fetch API] Commonalize handling of FetchBody by FetchRequest and FetchResponse
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on: 154729
Blocks: 151937
  Show dependency treegraph
 
Reported: 2016-03-03 01:07 PST by youenn fablet
Modified: 2016-03-08 10:09 PST (History)
3 users (show)

See Also:


Attachments
Patch (17.41 KB, patch)
2016-03-03 01:23 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Rebasing (11.93 KB, patch)
2016-03-08 04:48 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2016-03-03 01:07:53 PST
FetchRequest and FetchResponse implement the Body interface.
It may be beneficial to share code between the two classes outside the FetchBody class.
Comment 1 youenn fablet 2016-03-03 01:23:51 PST
Created attachment 272742 [details]
Patch
Comment 2 youenn fablet 2016-03-08 04:48:58 PST
Created attachment 273289 [details]
Rebasing
Comment 3 WebKit Commit Bot 2016-03-08 10:09:29 PST
Comment on attachment 273289 [details]
Rebasing

Clearing flags on attachment: 273289

Committed r197778: <http://trac.webkit.org/changeset/197778>
Comment 4 WebKit Commit Bot 2016-03-08 10:09:33 PST
All reviewed patches have been landed.  Closing bug.