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

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

Issue 2803603003: Removing support for document.createEvent("ProgressEvent") (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
foolip 2017/04/06 09:10:16 Also remove DocumentCreateEventProgressEvent from
nikhil.sahni 2017/04/06 10:26:26 Done.
or name == 'StorageEvent'
or name == 'SVGEvents'
or name == 'TextEvent'
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698