Move RequestInit constructor logic to Request
Before this CL we have some Request constructor logic in our implementation of RequestInit. Once we generate RequestInit with the IDL compiler, that logic will have to be inlined back into the Request constructor. This CL moves that logic, revolving around the referrer property, back to the Request constructor to minimize the size of the CL that removes our implementation of RequestInit. R=kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org, yoav@yoav.ws Bug: 836873 Change-Id: Id351d9503ead1ef4e377fa0bd1cc5eaac70cfbed Reviewed-on: https://chromium-review.googlesource.com/1103786 Commit-Queue: Dominic Farolino <domfarolino@gmail.com> Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Cr-Commit-Position: refs/heads/master@{#569721}
Showing
Please register or sign in to comment