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

Unified Diff: third_party/WebKit/Source/core/frame/WindowInstallation.idl

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Minor refactor. Created 4 years, 2 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/WindowInstallation.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl b/third_party/WebKit/Source/core/frame/WindowInstallation.idl
similarity index 56%
copy from third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl
copy to third_party/WebKit/Source/core/frame/WindowInstallation.idl
index 5ab9930218ade68e528e5364a3f108a42720f33d..e4da90b7090a84e47314282dcd475f06735e29d9 100644
--- a/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl
+++ b/third_party/WebKit/Source/core/frame/WindowInstallation.idl
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://webaudio.github.io/web-audio-api/#AudioWorklet
+// https://www.w3.org/TR/appmanifest/#extensions-to-the-window-object
[
- RuntimeEnabled=AudioWorklet,
+ ImplementedAs=DOMWindowInstallation,
] partial interface Window {
- readonly attribute Worklet audioWorklet;
+ attribute EventHandler onappinstalled;
};

Powered by Google App Engine
This is Rietveld 408576698