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

Side by Side Diff: content/common/frame_messages.h

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Rebase Created 4 years, 2 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
« no previous file with comments | « content/child/web_url_loader_impl_unittest.cc ('k') | content/common/navigation_params.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // IPC messages for interacting with frames. 5 // IPC messages for interacting with frames.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 359
360 IPC_STRUCT_TRAITS_BEGIN(content::NavigationTiming) 360 IPC_STRUCT_TRAITS_BEGIN(content::NavigationTiming)
361 IPC_STRUCT_TRAITS_MEMBER(redirect_start) 361 IPC_STRUCT_TRAITS_MEMBER(redirect_start)
362 IPC_STRUCT_TRAITS_MEMBER(redirect_end) 362 IPC_STRUCT_TRAITS_MEMBER(redirect_end)
363 IPC_STRUCT_TRAITS_MEMBER(fetch_start) 363 IPC_STRUCT_TRAITS_MEMBER(fetch_start)
364 IPC_STRUCT_TRAITS_END() 364 IPC_STRUCT_TRAITS_END()
365 365
366 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) 366 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
367 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent) 367 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent)
368 IPC_STRUCT_TRAITS_MEMBER(redirects) 368 IPC_STRUCT_TRAITS_MEMBER(redirects)
369 IPC_STRUCT_TRAITS_MEMBER(redirect_response)
369 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources) 370 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources)
370 IPC_STRUCT_TRAITS_MEMBER(request_time) 371 IPC_STRUCT_TRAITS_MEMBER(request_time)
371 IPC_STRUCT_TRAITS_MEMBER(page_state) 372 IPC_STRUCT_TRAITS_MEMBER(page_state)
372 IPC_STRUCT_TRAITS_MEMBER(page_id) 373 IPC_STRUCT_TRAITS_MEMBER(page_id)
373 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id) 374 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
374 IPC_STRUCT_TRAITS_MEMBER(is_same_document_history_load) 375 IPC_STRUCT_TRAITS_MEMBER(is_same_document_history_load)
375 IPC_STRUCT_TRAITS_MEMBER(is_history_navigation_in_new_child) 376 IPC_STRUCT_TRAITS_MEMBER(is_history_navigation_in_new_child)
376 IPC_STRUCT_TRAITS_MEMBER(subframe_unique_names) 377 IPC_STRUCT_TRAITS_MEMBER(subframe_unique_names)
377 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load) 378 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load)
378 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry) 379 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry)
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 // nearest find result in the sending frame. 1566 // nearest find result in the sending frame.
1566 IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply, 1567 IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply,
1567 int /* nfr_request_id */, 1568 int /* nfr_request_id */,
1568 float /* distance */) 1569 float /* distance */)
1569 #endif 1570 #endif
1570 1571
1571 // Adding a new message? Stick to the sort order above: first platform 1572 // Adding a new message? Stick to the sort order above: first platform
1572 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then 1573 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then
1573 // platform independent FrameHostMsg, then ifdefs for platform specific 1574 // platform independent FrameHostMsg, then ifdefs for platform specific
1574 // FrameHostMsg. 1575 // FrameHostMsg.
OLDNEW
« no previous file with comments | « content/child/web_url_loader_impl_unittest.cc ('k') | content/common/navigation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698