As per fetch spec, urls should be serialized following https://url.spec.whatwg.org/#concept-url-serializer.
Created attachment 283496 [details] Patch
Comment on attachment 283496 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=283496&action=review > Source/WebCore/platform/URL.h:120 > + bool hasUser()const; > + bool hasPassword()const; > + bool hasQuery()const; > + bool hasFragment() const; All of these should have spaces before const.
Created attachment 283629 [details] Patch for landing
Comment on attachment 283629 [details] Patch for landing Clearing flags on attachment: 283629 Committed r203221: <http://trac.webkit.org/changeset/203221>
All reviewed patches have been landed. Closing bug.