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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2641953006: Remove setting cancelBubble to false. (Closed)
Patch Set: update Created 3 years, 11 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
Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 07966da0a2cc21a091c2b2102b5f5f9efe966eba..36a7677dd3b54f66e5baeb2d6284a878536d8f91 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -407,6 +407,10 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"-internal-media-controls-text-track-list* selectors", M59,
"5661431349379072");
+ case UseCounter::EventCancelBubbleWasChangedToFalse:
+ return willBeRemoved("Setting cancelBubble to false", M59,
foolip 2017/01/24 04:34:11 I think this will be misleading, because the chang
lpy 2017/01/24 21:46:05 Done.
+ "6091485216768000");
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « third_party/WebKit/Source/core/events/EventDispatcher.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698