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

Unified Diff: modules/serviceworkers/ExtendableEvent.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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 | « modules/serviceworkers/CacheStorage.idl ('k') | modules/serviceworkers/FetchBodyStream.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/ExtendableEvent.idl
diff --git a/modules/serviceworkers/InstallPhaseEvent.idl b/modules/serviceworkers/ExtendableEvent.idl
similarity index 95%
rename from modules/serviceworkers/InstallPhaseEvent.idl
rename to modules/serviceworkers/ExtendableEvent.idl
index 9f2637f9c56bb4755d550f75de92f778720a8d5d..c6a2b5f31c1c858fd02c831a2da2d3450df5cb08 100644
--- a/modules/serviceworkers/InstallPhaseEvent.idl
+++ b/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 | « modules/serviceworkers/CacheStorage.idl ('k') | modules/serviceworkers/FetchBodyStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698