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

Unified Diff: Source/modules/serviceworkers/ExtendableEvent.idl

Issue 588383002: Service Workers: InstallPhaseEvent -> ExtendableEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 3 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 | « Source/modules/serviceworkers/ExtendableEvent.cpp ('k') | Source/modules/serviceworkers/InstallEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ExtendableEvent.idl
diff --git a/Source/modules/serviceworkers/InstallPhaseEvent.idl b/Source/modules/serviceworkers/ExtendableEvent.idl
similarity index 95%
rename from Source/modules/serviceworkers/InstallPhaseEvent.idl
rename to Source/modules/serviceworkers/ExtendableEvent.idl
index 9f2637f9c56bb4755d550f75de92f778720a8d5d..c6a2b5f31c1c858fd02c831a2da2d3450df5cb08 100644
--- a/Source/modules/serviceworkers/InstallPhaseEvent.idl
+++ b/Source/modules/serviceworkers/ExtendableEvent.idl
@@ -28,10 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#install-phase-event-interface
+// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#extendable-event-interface
[
RuntimeEnabled=ServiceWorker,
Exposed=ServiceWorker,
-] interface InstallPhaseEvent : Event {
+] interface ExtendableEvent : Event {
[CallWith=ScriptState] void waitUntil(any value);
};
« no previous file with comments | « Source/modules/serviceworkers/ExtendableEvent.cpp ('k') | Source/modules/serviceworkers/InstallEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698