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

Unified Diff: chrome/renderer/resources/extensions/web_view/chrome_web_view.js

Issue 1002433002: This patch renames the <webview> 'contextmenu' DOM event to 'contextmenushown', so as not to overlo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extensions/web_view/chrome_web_view.js
diff --git a/chrome/renderer/resources/extensions/web_view/chrome_web_view.js b/chrome/renderer/resources/extensions/web_view/chrome_web_view.js
index e797f2acc0759adf8c278cb2417f81dce243014c..14eca5be49ab88a9f1aab0dae8b64685c5cff4d4 100644
--- a/chrome/renderer/resources/extensions/web_view/chrome_web_view.js
+++ b/chrome/renderer/resources/extensions/web_view/chrome_web_view.js
@@ -10,7 +10,7 @@ var EventBindings = require('event_bindings');
var WebViewEvents = require('webViewEvents').WebViewEvents;
var CHROME_WEB_VIEW_EVENTS = {
- 'contextmenu': {
+ 'contextmenushown': {
evt: CreateEvent('chromeWebViewInternal.contextmenu'),
cancelable: true,
fields: ['items'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698