Bug 162151 - [Fetch] Implement initial fetch steps
Summary: [Fetch] Implement initial fetch steps
Status: NEW
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: 162258 162260
Blocks:
  Show dependency treegraph
 
Reported: 2016-09-19 07:43 PDT by youenn fablet
Modified: 2016-10-27 05:35 PDT (History)
4 users (show)

See Also:


Attachments
Patch (26.76 KB, patch)
2016-09-19 08:03 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (27.82 KB, patch)
2016-09-19 08:46 PDT, 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-09-19 07:43:52 PDT
We should implement set 1 to 7 of https://fetch.spec.whatwg.org/#fetching.
This is mostly refactoring/aligning existing code.
Comment 1 youenn fablet 2016-09-19 08:03:01 PDT
Created attachment 289230 [details]
Patch
Comment 2 youenn fablet 2016-09-19 08:46:37 PDT
Created attachment 289231 [details]
Patch
Comment 3 youenn fablet 2016-09-22 04:20:00 PDT
What remains to be implemented is client hint really.