Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Side by Side Diff: third_party/WebKit/public/platform/modules/fetch/FetchAPIRequest.typemap

Issue 2762303002: Enable transmitting Fetch Requests over Mojo (Closed)
Patch Set: Enable transmitting Fetch Requests over Mojo Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//third_party/WebKit/public/platform/modules/fetch/request.mojom"
6 public_headers = [
7 "//third_party/WebKit/public/platform/WebURLRequest.h",
8 "//third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRe quest.h",
9 ]
10 traits_headers = [ "//third_party/WebKit/Source/platform/mojo/FetchAPIRequestStr uctTraits.h" ]
11 type_mappings = [
12 "blink.mojom.FetchCredentialsMode=::blink::WebURLRequest::FetchCredentialsMode ",
13 "blink.mojom.FetchRedirectMode=::blink::WebURLRequest::FetchRedirectMode",
14 "blink.mojom.FetchRequestMode=::blink::WebURLRequest::FetchRequestMode",
15 "blink.mojom.FetchAPIRequest=::blink::WebServiceWorkerRequest",
16 "blink.mojom.RequestContextFrameType=::blink::WebURLRequest::FrameType",
17 "blink.mojom.RequestContextType=::blink::WebURLRequest::RequestContext",
18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698