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

Unified Diff: third_party/WebKit/Source/build/scripts/make_event_factory.py

Issue 2803603003: Removing support for document.createEvent("ProgressEvent") (Closed)
Patch Set: Rebase Patch Created 3 years, 8 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/build/scripts/make_event_factory.py
diff --git a/third_party/WebKit/Source/build/scripts/make_event_factory.py b/third_party/WebKit/Source/build/scripts/make_event_factory.py
index bea63b686aeee23bdda55404622ad455207d459e..582a6c1e0afaaf6f8ba13102951c587a8264a919 100755
--- a/third_party/WebKit/Source/build/scripts/make_event_factory.py
+++ b/third_party/WebKit/Source/build/scripts/make_event_factory.py
@@ -86,7 +86,6 @@ def create_event_measure_whitelist(name):
or name == 'MutationEvents'
or name == 'PageTransitionEvent'
or name == 'PopStateEvent'
- or name == 'ProgressEvent'
or name == 'StorageEvent'
or name == 'SVGEvents'
or name == 'TextEvent'

Powered by Google App Engine
This is Rietveld 408576698