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

Side by Side Diff: Source/core/svg/SVGTests.idl

Issue 231143002: Iron out some kinks in SVG IDL files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add tests; Drop feMorphology change. Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/svg/SVGFEGaussianBlurElement.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> 2 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
3 * Copyright (C) 2006 Apple Inc. All rights reserved. 3 * Copyright (C) 2006 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 16 matching lines...) Expand all
27 // http://www.w3.org/TR/SVG2/types.html#InterfaceSVGTests 27 // http://www.w3.org/TR/SVG2/types.html#InterfaceSVGTests
28 28
29 [ 29 [
30 NoInterfaceObject, // Always used on target of 'implements' 30 NoInterfaceObject, // Always used on target of 'implements'
31 ] interface SVGTests { 31 ] interface SVGTests {
32 32
33 readonly attribute SVGStringList requiredFeatures; 33 readonly attribute SVGStringList requiredFeatures;
34 readonly attribute SVGStringList requiredExtensions; 34 readonly attribute SVGStringList requiredExtensions;
35 readonly attribute SVGStringList systemLanguage; 35 readonly attribute SVGStringList systemLanguage;
36 36
37 boolean hasExtension([Default=Undefined] optional DOMString extension); 37 boolean hasExtension(DOMString extension);
38 }; 38 };
OLDNEW
« no previous file with comments | « Source/core/svg/SVGFEGaussianBlurElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698