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

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, 8 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 =
6 "//third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom"
7 public_headers = [
8 "//third_party/WebKit/public/platform/WebURLRequest.h",
9 "//third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRe quest.h",
10 ]
11 traits_headers = [ "//third_party/WebKit/Source/platform/mojo/FetchAPIRequestStr uctTraits.h" ]
12 type_mappings = [
13 "blink.mojom.FetchCredentialsMode=::blink::WebURLRequest::FetchCredentialsMode ",
14 "blink.mojom.FetchRedirectMode=::blink::WebURLRequest::FetchRedirectMode",
15 "blink.mojom.FetchRequestMode=::blink::WebURLRequest::FetchRequestMode",
16 "blink.mojom.FetchAPIRequest=::blink::WebServiceWorkerRequest",
17 "blink.mojom.RequestContextFrameType=::blink::WebURLRequest::FrameType",
18 "blink.mojom.RequestContextType=::blink::WebURLRequest::RequestContext",
19 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698