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

Unified Diff: modules/serviceworkers/ServiceWorkerGlobalScope.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 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/quota/StorageUsageCallback.idl ('k') | modules/speech/SpeechRecognition.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/ServiceWorkerGlobalScope.idl
diff --git a/modules/serviceworkers/ServiceWorker.idl b/modules/serviceworkers/ServiceWorkerGlobalScope.idl
similarity index 88%
copy from modules/serviceworkers/ServiceWorker.idl
copy to modules/serviceworkers/ServiceWorkerGlobalScope.idl
index b58eb9005dc907d0e3b48c26e6d07c517ee0f85e..3db592745d72a1a2e517c36087f6d19977ecaa38 100644
--- a/modules/serviceworkers/ServiceWorker.idl
+++ b/modules/serviceworkers/ServiceWorkerGlobalScope.idl
@@ -28,7 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
[
+ GlobalContext=ServiceWorkerGlobalScope,
RuntimeEnabled=ServiceWorker,
- NoInterfaceObject
-] interface ServiceWorker {
+] interface ServiceWorkerGlobalScope : WorkerGlobalScope {
+ attribute EventHandler oninstall;
+ attribute EventHandler onactivate;
+ attribute EventHandler onfetch;
};
+
« no previous file with comments | « modules/quota/StorageUsageCallback.idl ('k') | modules/speech/SpeechRecognition.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698