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

Unified Diff: third_party/instrumented_libraries/patches/libgtk2.0-0.trusty.diff

Issue 614903003: Instrumented libraries: introduce release-specific patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/instrumented_libraries/patches/libgtk2.0-0.precise.diff ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/patches/libgtk2.0-0.trusty.diff
diff --git a/third_party/instrumented_libraries/patches/libgtk2.0-0.trusty.diff b/third_party/instrumented_libraries/patches/libgtk2.0-0.trusty.diff
new file mode 100644
index 0000000000000000000000000000000000000000..2a8295b8b18abcadea0f076be5e6fe290f98fbaa
--- /dev/null
+++ b/third_party/instrumented_libraries/patches/libgtk2.0-0.trusty.diff
@@ -0,0 +1,15 @@
+diff -rupN ./gtk/gtkmenushell.h ../gtk+2.0-2.24.23-patched/gtk/gtkmenushell.h
+--- ./gtk/gtkmenushell.h 2014-03-06 08:56:42.000000000 +0400
++++ ../gtk+2.0-2.24.23-patched/gtk/gtkmenushell.h 2014-09-30 23:37:46.908364552 +0400
+@@ -136,6 +136,11 @@ void _gtk_menu_shell_set_keyboard_mo
+ gboolean keyboard_mode);
+ gboolean _gtk_menu_shell_get_keyboard_mode (GtkMenuShell *menu_shell);
+
++// https://bugs.launchpad.net/bugs/945135
++gboolean ubuntu_gtk_menu_shell_activate_mnemonic (GtkMenuShell *shell,
++ GtkWidget *item);
++gboolean ubuntu_gtk_menu_shell_activate_first (GtkMenuShell *menu_shell,
++ gboolean search_sensitive);
+ G_END_DECLS
+
+ #endif /* __GTK_MENU_SHELL_H__ */
« no previous file with comments | « third_party/instrumented_libraries/patches/libgtk2.0-0.precise.diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698