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

Unified Diff: third_party/WebKit/Source/core/events/EventTypeNames.json5

Issue 2745573002: Implement the events for Background Fetch (Closed)
Patch Set: Implement the events for Background Fetch Created 3 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
Index: third_party/WebKit/Source/core/events/EventTypeNames.json5
diff --git a/third_party/WebKit/Source/core/events/EventTypeNames.json5 b/third_party/WebKit/Source/core/events/EventTypeNames.json5
index b6dbce223d436ef842768b193c1aa7cda6e80de9..1c73a3ad635e8b29724ef490d1857aef8b87003c 100644
--- a/third_party/WebKit/Source/core/events/EventTypeNames.json5
+++ b/third_party/WebKit/Source/core/events/EventTypeNames.json5
@@ -30,6 +30,10 @@
"audiostart",
"auxclick",
"availablechange",
+ "backgroundfetchabort",
+ "backgroundfetchclick",
+ "backgroundfetched",
+ "backgroundfetchfail",
"beforecopy",
"beforecut",
"beforeinput",

Powered by Google App Engine
This is Rietveld 408576698