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

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

Issue 1126203011: Start displaying title text for HTML elements without links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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
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 "content/common/content_export.h" 8 #include "content/common/content_export.h"
9 #include "content/common/content_param_traits.h" 9 #include "content/common/content_param_traits.h"
10 #include "content/common/frame_message_enums.h" 10 #include "content/common/frame_message_enums.h"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 IPC_STRUCT_TRAITS_MEMBER(unfiltered_link_url) 61 IPC_STRUCT_TRAITS_MEMBER(unfiltered_link_url)
62 IPC_STRUCT_TRAITS_MEMBER(src_url) 62 IPC_STRUCT_TRAITS_MEMBER(src_url)
63 IPC_STRUCT_TRAITS_MEMBER(has_image_contents) 63 IPC_STRUCT_TRAITS_MEMBER(has_image_contents)
64 IPC_STRUCT_TRAITS_MEMBER(properties) 64 IPC_STRUCT_TRAITS_MEMBER(properties)
65 IPC_STRUCT_TRAITS_MEMBER(page_url) 65 IPC_STRUCT_TRAITS_MEMBER(page_url)
66 IPC_STRUCT_TRAITS_MEMBER(keyword_url) 66 IPC_STRUCT_TRAITS_MEMBER(keyword_url)
67 IPC_STRUCT_TRAITS_MEMBER(frame_url) 67 IPC_STRUCT_TRAITS_MEMBER(frame_url)
68 IPC_STRUCT_TRAITS_MEMBER(frame_page_state) 68 IPC_STRUCT_TRAITS_MEMBER(frame_page_state)
69 IPC_STRUCT_TRAITS_MEMBER(media_flags) 69 IPC_STRUCT_TRAITS_MEMBER(media_flags)
70 IPC_STRUCT_TRAITS_MEMBER(selection_text) 70 IPC_STRUCT_TRAITS_MEMBER(selection_text)
71 IPC_STRUCT_TRAITS_MEMBER(title_text)
71 IPC_STRUCT_TRAITS_MEMBER(suggested_filename) 72 IPC_STRUCT_TRAITS_MEMBER(suggested_filename)
72 IPC_STRUCT_TRAITS_MEMBER(misspelled_word) 73 IPC_STRUCT_TRAITS_MEMBER(misspelled_word)
73 IPC_STRUCT_TRAITS_MEMBER(misspelling_hash) 74 IPC_STRUCT_TRAITS_MEMBER(misspelling_hash)
74 IPC_STRUCT_TRAITS_MEMBER(dictionary_suggestions) 75 IPC_STRUCT_TRAITS_MEMBER(dictionary_suggestions)
75 IPC_STRUCT_TRAITS_MEMBER(spellcheck_enabled) 76 IPC_STRUCT_TRAITS_MEMBER(spellcheck_enabled)
76 IPC_STRUCT_TRAITS_MEMBER(is_editable) 77 IPC_STRUCT_TRAITS_MEMBER(is_editable)
77 IPC_STRUCT_TRAITS_MEMBER(writing_direction_default) 78 IPC_STRUCT_TRAITS_MEMBER(writing_direction_default)
78 IPC_STRUCT_TRAITS_MEMBER(writing_direction_left_to_right) 79 IPC_STRUCT_TRAITS_MEMBER(writing_direction_left_to_right)
79 IPC_STRUCT_TRAITS_MEMBER(writing_direction_right_to_left) 80 IPC_STRUCT_TRAITS_MEMBER(writing_direction_right_to_left)
80 IPC_STRUCT_TRAITS_MEMBER(edit_flags) 81 IPC_STRUCT_TRAITS_MEMBER(edit_flags)
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 FrameMsg_PostMessage_Params) 971 FrameMsg_PostMessage_Params)
971 972
972 #if defined(OS_MACOSX) || defined(OS_ANDROID) 973 #if defined(OS_MACOSX) || defined(OS_ANDROID)
973 974
974 // Message to show/hide a popup menu using native controls. 975 // Message to show/hide a popup menu using native controls.
975 IPC_MESSAGE_ROUTED1(FrameHostMsg_ShowPopup, 976 IPC_MESSAGE_ROUTED1(FrameHostMsg_ShowPopup,
976 FrameHostMsg_ShowPopup_Params) 977 FrameHostMsg_ShowPopup_Params)
977 IPC_MESSAGE_ROUTED0(FrameHostMsg_HidePopup) 978 IPC_MESSAGE_ROUTED0(FrameHostMsg_HidePopup)
978 979
979 #endif 980 #endif
OLDNEW
« no previous file with comments | « chrome/browser/ui/android/context_menu_helper.cc ('k') | content/public/common/context_menu_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698