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

Unified Diff: sky/engine/core/css/FontFaceSet.idl

Issue 671173006: Remove lots of machinery related to inline event handlers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/core/css/FontFaceSet.h ('k') | sky/engine/core/css/MediaQueryList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/FontFaceSet.idl
diff --git a/sky/engine/core/css/FontFaceSet.idl b/sky/engine/core/css/FontFaceSet.idl
index 03f9058dfc85e768cbf836b08b80c86d717bf6cd..c88d24f6407d4dfed1736dd6cf9ac9db5a671938 100644
--- a/sky/engine/core/css/FontFaceSet.idl
+++ b/sky/engine/core/css/FontFaceSet.idl
@@ -36,10 +36,6 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
NoInterfaceObject,
] interface FontFaceSet : EventTarget {
- attribute EventHandler onloading;
- attribute EventHandler onloadingdone;
- attribute EventHandler onloadingerror;
-
[RaisesException] boolean check(DOMString font, optional DOMString text = null);
[CallWith=ScriptState] Promise load(DOMString font, optional DOMString text = null);
[MeasureAs=FontFaceSetReady, CallWith=ScriptState] Promise ready();
« no previous file with comments | « sky/engine/core/css/FontFaceSet.h ('k') | sky/engine/core/css/MediaQueryList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698