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

Unified Diff: Source/core/css/FontFaceSetLoadEvent.idl

Issue 1100873004: FontFace sync (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: final touches Created 5 years, 7 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/core/css/FontFaceSetForEachCallback.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceSetLoadEvent.idl
diff --git a/Source/core/css/FontFaceSetLoadEvent.idl b/Source/core/css/FontFaceSetLoadEvent.idl
index 10530b44640049938a791ba51ed29e2af66c0912..303c3c8fd600770f509ce368b28eb6badd961ba2 100644
--- a/Source/core/css/FontFaceSetLoadEvent.idl
+++ b/Source/core/css/FontFaceSetLoadEvent.idl
@@ -28,9 +28,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// FIXME: Make this constructable from Javascript
+// http://dev.w3.org/csswg/css-font-loading/#fontfacesetloadevent
+
+// TODO(philipj): This interface should have a constructor and
+// [Exposed=Window,Worker], and thus not [NoInterfaceObject].
[
NoInterfaceObject,
] interface FontFaceSetLoadEvent : Event {
- readonly attribute FontFace[] fontfaces;
+ readonly attribute sequence<FontFace> fontfaces;
};
« no previous file with comments | « Source/core/css/FontFaceSetForEachCallback.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698