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

Side by Side Diff: Source/bindings/tests/idls/core/TestObject.idl

Issue 1107523002: IDL: Drop [PerContextEnabled] extended attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * 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 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 [CustomElementCallbacks] readonly attribute long customElementsCallbacksRead onlyLongAttribute; 188 [CustomElementCallbacks] readonly attribute long customElementsCallbacksRead onlyLongAttribute;
189 [DeprecateAs=LongAttribute] attribute long deprecatedLongAttribute; 189 [DeprecateAs=LongAttribute] attribute long deprecatedLongAttribute;
190 [EnforceRange] attribute long enforceRangeLongAttribute; 190 [EnforceRange] attribute long enforceRangeLongAttribute;
191 [ExposeJSAccessors] attribute long exposeJSAccessorsLongAttribute; 191 [ExposeJSAccessors] attribute long exposeJSAccessorsLongAttribute;
192 [ImplementedAs=implementedAsName] attribute long implementedAsLongAttribute; 192 [ImplementedAs=implementedAsName] attribute long implementedAsLongAttribute;
193 [Custom, ImplementedAs=implementedAsNameWithCustom] attribute long customImp lementedAsLongAttribute; 193 [Custom, ImplementedAs=implementedAsNameWithCustom] attribute long customImp lementedAsLongAttribute;
194 [Custom=Getter, ImplementedAs=implementedAsNameWithCustomGetter] attribute l ong customGetterImplementedAsLongAttribute; 194 [Custom=Getter, ImplementedAs=implementedAsNameWithCustomGetter] attribute l ong customGetterImplementedAsLongAttribute;
195 [Custom=Setter, ImplementedAs=implementedAsNameWithCustomGetter] attribute l ong customSetterImplementedAsLongAttribute; 195 [Custom=Setter, ImplementedAs=implementedAsNameWithCustomGetter] attribute l ong customSetterImplementedAsLongAttribute;
196 [MeasureAs=TestFeature] attribute long measureAsLongAttribute; 196 [MeasureAs=TestFeature] attribute long measureAsLongAttribute;
197 [NotEnumerable] attribute long notEnumerableLongAttribute; 197 [NotEnumerable] attribute long notEnumerableLongAttribute;
198 [PerContextEnabled=FeatureName] attribute long perContextEnabledLongAttribut e;
199 [PerWorldBindings] readonly attribute TestInterfaceEmpty perWorldBindingsRea donlyTestInterfaceEmptyAttribute; 198 [PerWorldBindings] readonly attribute TestInterfaceEmpty perWorldBindingsRea donlyTestInterfaceEmptyAttribute;
200 [LogActivity, LogAllWorlds, PerWorldBindings] attribute long activityLogging AccessPerWorldBindingsLongAttribute; 199 [LogActivity, LogAllWorlds, PerWorldBindings] attribute long activityLogging AccessPerWorldBindingsLongAttribute;
201 [LogActivity, PerWorldBindings] attribute long activityLoggingAccessForIsola tedWorldsPerWorldBindingsLongAttribute; 200 [LogActivity, PerWorldBindings] attribute long activityLoggingAccessForIsola tedWorldsPerWorldBindingsLongAttribute;
202 [LogActivity=GetterOnly, LogAllWorlds, PerWorldBindings] attribute long acti vityLoggingGetterPerWorldBindingsLongAttribute; 201 [LogActivity=GetterOnly, LogAllWorlds, PerWorldBindings] attribute long acti vityLoggingGetterPerWorldBindingsLongAttribute;
203 [LogActivity=GetterOnly, PerWorldBindings] attribute long activityLoggingGet terForIsolatedWorldsPerWorldBindingsLongAttribute; 202 [LogActivity=GetterOnly, PerWorldBindings] attribute long activityLoggingGet terForIsolatedWorldsPerWorldBindingsLongAttribute;
204 [PutForwards=href] readonly attribute TestNode location; 203 [PutForwards=href] readonly attribute TestNode location;
205 [PutForwards=hrefThrows] readonly attribute TestNode locationWithException; 204 [PutForwards=hrefThrows] readonly attribute TestNode locationWithException;
206 [PutForwards=hrefCallWith] readonly attribute TestNode locationWithCallWith; 205 [PutForwards=hrefCallWith] readonly attribute TestNode locationWithCallWith;
207 [PutForwards=hrefByteString] readonly attribute TestNode locationByteString; 206 [PutForwards=hrefByteString] readonly attribute TestNode locationByteString;
208 [PerWorldBindings, PutForwards=href] readonly attribute TestNode locationWit hPerWorldBindings; 207 [PerWorldBindings, PutForwards=href] readonly attribute TestNode locationWit hPerWorldBindings;
(...skipping 26 matching lines...) Expand all
235 [Reflect=other, ReflectOnly=("Value1","Value2")] attribute DOMString limited ToOnlyOtherAttribute; 234 [Reflect=other, ReflectOnly=("Value1","Value2")] attribute DOMString limited ToOnlyOtherAttribute;
236 [Reflect, ReflectOnly=("rsa","dsa"), ReflectMissing="rsa"] attribute DOMStri ng limitedWithMissingDefaultAttribute; 235 [Reflect, ReflectOnly=("rsa","dsa"), ReflectMissing="rsa"] attribute DOMStri ng limitedWithMissingDefaultAttribute;
237 [Reflect, ReflectOnly=("ltr","rtl","auto"), ReflectMissing="auto", ReflectIn valid="ltr"] attribute DOMString limitedWithInvalidMissingDefaultAttribute; 236 [Reflect, ReflectOnly=("ltr","rtl","auto"), ReflectMissing="auto", ReflectIn valid="ltr"] attribute DOMString limitedWithInvalidMissingDefaultAttribute;
238 [Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymo us", ReflectInvalid="anonymous"] readonly attribute DOMString corsSettingAttribu te; 237 [Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymo us", ReflectInvalid="anonymous"] readonly attribute DOMString corsSettingAttribu te;
239 [Reflect, ReflectOnly=("empty","missing","invalid","a-normal"), ReflectEmpty ="empty", ReflectMissing="missing", ReflectInvalid="invalid"] readonly attribute DOMString limitedWithEmptyMissingInvalidAttribute; 238 [Reflect, ReflectOnly=("empty","missing","invalid","a-normal"), ReflectEmpty ="empty", ReflectMissing="missing", ReflectInvalid="invalid"] readonly attribute DOMString limitedWithEmptyMissingInvalidAttribute;
240 239
241 [Replaceable] readonly attribute long replaceableReadonlyLongAttribute; 240 [Replaceable] readonly attribute long replaceableReadonlyLongAttribute;
242 [Replaceable, ExposeJSAccessors] readonly attribute long replaceableReadonly LongAccessor; 241 [Replaceable, ExposeJSAccessors] readonly attribute long replaceableReadonly LongAccessor;
243 [PutForwards=href] readonly attribute TestNode locationPutForwards; 242 [PutForwards=href] readonly attribute TestNode locationPutForwards;
244 [RuntimeEnabled=FeatureName] attribute long runtimeEnabledLongAttribute; 243 [RuntimeEnabled=FeatureName] attribute long runtimeEnabledLongAttribute;
245 [PerContextEnabled=FeatureName, RuntimeEnabled=FeatureName] attribute long p erContextEnabledRuntimeEnabledLongAttribute;
246 [Conditional=CONDITION, RuntimeEnabled=FeatureName] attribute long condition alRuntimeEnabledLongAttribute; 244 [Conditional=CONDITION, RuntimeEnabled=FeatureName] attribute long condition alRuntimeEnabledLongAttribute;
247 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString setterCallWi thActiveWindowAndFirstWindowStringAttribute; 245 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString setterCallWi thActiveWindowAndFirstWindowStringAttribute;
248 [SetterCallWith=ExecutionContext] attribute DOMString setterCallWithExecutio nContextStringAttribute; 246 [SetterCallWith=ExecutionContext] attribute DOMString setterCallWithExecutio nContextStringAttribute;
249 [TreatNullAs=EmptyString] attribute DOMString treatNullAsEmptyStringStringAt tribute; 247 [TreatNullAs=EmptyString] attribute DOMString treatNullAsEmptyStringStringAt tribute;
250 [TreatNullAs=NullString] attribute DOMString treatNullAsNullStringStringAttr ibute; 248 [TreatNullAs=NullString] attribute DOMString treatNullAsNullStringStringAttr ibute;
251 [TreatReturnedNullStringAs=Null] attribute DOMString treatReturnedNullString AsNullStringAttribute; 249 [TreatReturnedNullStringAs=Null] attribute DOMString treatReturnedNullString AsNullStringAttribute;
252 [TreatReturnedNullStringAs=Undefined] attribute DOMString treatReturnedNullS tringAsUndefinedStringAttribute; 250 [TreatReturnedNullStringAs=Undefined] attribute DOMString treatReturnedNullS tringAsUndefinedStringAttribute;
253 [TreatReturnedNullStringAs=Undefined, CachedAttribute=isStringDirty] attribu te DOMString cachedTreatReturnedNullStringAsUndefinedStringAttribute; 251 [TreatReturnedNullStringAs=Undefined, CachedAttribute=isStringDirty] attribu te DOMString cachedTreatReturnedNullStringAsUndefinedStringAttribute;
254 [TreatReturnedNullStringAs=Null] attribute ByteString treatReturnedNullStrin gAsNullByteStringAttribute; 252 [TreatReturnedNullStringAs=Null] attribute ByteString treatReturnedNullStrin gAsNullByteStringAttribute;
255 [TreatReturnedNullStringAs=Undefined] attribute ByteString treatReturnedNull StringAsUndefinedByteStringAttribute; 253 [TreatReturnedNullStringAs=Undefined] attribute ByteString treatReturnedNull StringAsUndefinedByteStringAttribute;
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 [MeasureAs=TestFeatureB] void measureAsOverloadedMethod(long arg); 531 [MeasureAs=TestFeatureB] void measureAsOverloadedMethod(long arg);
534 [MeasureAs=TestFeature] void measureAsSameValueOverloadedMethod(); 532 [MeasureAs=TestFeature] void measureAsSameValueOverloadedMethod();
535 [MeasureAs=TestFeature] void measureAsSameValueOverloadedMethod(long arg); 533 [MeasureAs=TestFeature] void measureAsSameValueOverloadedMethod(long arg);
536 [DeprecateAs=TestFeatureA, MeasureAs=TestFeature] void deprecateAsMeasureAsS ameValueOverloadedMethod(); 534 [DeprecateAs=TestFeatureA, MeasureAs=TestFeature] void deprecateAsMeasureAsS ameValueOverloadedMethod();
537 [DeprecateAs=TestFeatureB, MeasureAs=TestFeature] void deprecateAsMeasureAsS ameValueOverloadedMethod(long arg); 535 [DeprecateAs=TestFeatureB, MeasureAs=TestFeature] void deprecateAsMeasureAsS ameValueOverloadedMethod(long arg);
538 [DeprecateAs=TestFeature, MeasureAs=TestFeatureA] void deprecateAsSameValueM easureAsOverloadedMethod(); 536 [DeprecateAs=TestFeature, MeasureAs=TestFeatureA] void deprecateAsSameValueM easureAsOverloadedMethod();
539 [DeprecateAs=TestFeature, MeasureAs=TestFeatureB] void deprecateAsSameValueM easureAsOverloadedMethod(long arg); 537 [DeprecateAs=TestFeature, MeasureAs=TestFeatureB] void deprecateAsSameValueM easureAsOverloadedMethod(long arg);
540 [DeprecateAs=TestFeatureA, MeasureAs=TestFeatureB] void deprecateAsSameValue MeasureAsSameValueOverloadedMethod(); 538 [DeprecateAs=TestFeatureA, MeasureAs=TestFeatureB] void deprecateAsSameValue MeasureAsSameValueOverloadedMethod();
541 [DeprecateAs=TestFeatureA, MeasureAs=TestFeatureB] void deprecateAsSameValue MeasureAsSameValueOverloadedMethod(long arg); 539 [DeprecateAs=TestFeatureA, MeasureAs=TestFeatureB] void deprecateAsSameValue MeasureAsSameValueOverloadedMethod(long arg);
542 [NotEnumerable] void notEnumerableVoidMethod(); 540 [NotEnumerable] void notEnumerableVoidMethod();
543 [PerContextEnabled=FeatureName] void perContextEnabledVoidMethod();
544 [PerWorldBindings] void perWorldBindingsVoidMethod(); 541 [PerWorldBindings] void perWorldBindingsVoidMethod();
545 [PerWorldBindings] void perWorldBindingsVoidMethodTestInterfaceEmptyArg(Test InterfaceEmpty testInterfaceEmptyArg); 542 [PerWorldBindings] void perWorldBindingsVoidMethodTestInterfaceEmptyArg(Test InterfaceEmpty testInterfaceEmptyArg);
546 [LogActivity, LogAllWorlds, PerWorldBindings] void activityLoggingForAllWorl dsPerWorldBindingsVoidMethod(); 543 [LogActivity, LogAllWorlds, PerWorldBindings] void activityLoggingForAllWorl dsPerWorldBindingsVoidMethod();
547 [LogActivity, PerWorldBindings] void activityLoggingForIsolatedWorldsPerWorl dBindingsVoidMethod(); 544 [LogActivity, PerWorldBindings] void activityLoggingForIsolatedWorldsPerWorl dBindingsVoidMethod();
548 [RaisesException] void raisesExceptionVoidMethod(); 545 [RaisesException] void raisesExceptionVoidMethod();
549 [RaisesException] DOMString raisesExceptionStringMethod(); 546 [RaisesException] DOMString raisesExceptionStringMethod();
550 [RaisesException] void raisesExceptionVoidMethodOptionalLongArg(optional lon g optionalLongArg); 547 [RaisesException] void raisesExceptionVoidMethodOptionalLongArg(optional lon g optionalLongArg);
551 [RaisesException] void raisesExceptionVoidMethodTestCallbackInterfaceArg(Tes tCallbackInterface testCallbackInterfaceArg); 548 [RaisesException] void raisesExceptionVoidMethodTestCallbackInterfaceArg(Tes tCallbackInterface testCallbackInterfaceArg);
552 [RaisesException] void raisesExceptionVoidMethodOptionalTestCallbackInterfac eArg(optional TestCallbackInterface optionalTestCallbackInterfaceArg); 549 [RaisesException] void raisesExceptionVoidMethodOptionalTestCallbackInterfac eArg(optional TestCallbackInterface optionalTestCallbackInterfaceArg);
553 [RaisesException] TestInterfaceEmpty raisesExceptionTestInterfaceEmptyVoidMe thod(); 550 [RaisesException] TestInterfaceEmpty raisesExceptionTestInterfaceEmptyVoidMe thod();
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 [ImplementedInPrivateScript] attribute DOMString stringAttribute; 598 [ImplementedInPrivateScript] attribute DOMString stringAttribute;
602 [ImplementedInPrivateScript] attribute Node nodeAttribute; 599 [ImplementedInPrivateScript] attribute Node nodeAttribute;
603 [OnlyExposedToPrivateScript] short methodImplementedInCPPForPrivateScriptOnl y(short value1, short value2); 600 [OnlyExposedToPrivateScript] short methodImplementedInCPPForPrivateScriptOnl y(short value1, short value2);
604 [OnlyExposedToPrivateScript] attribute DOMString attributeImplementedInCPPFo rPrivateScriptOnly; 601 [OnlyExposedToPrivateScript] attribute DOMString attributeImplementedInCPPFo rPrivateScriptOnly;
605 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short methodForPriv ateScriptOnly(short value1, short value2); 602 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short methodForPriv ateScriptOnly(short value1, short value2);
606 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString attributeForPrivateScriptOnly; 603 [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString attributeForPrivateScriptOnly;
607 [ImplementedInPrivateScript] attribute TestEnum enumForPrivateScript; 604 [ImplementedInPrivateScript] attribute TestEnum enumForPrivateScript;
608 605
609 maplike<long, DOMStringOrDouble>; 606 maplike<long, DOMStringOrDouble>;
610 }; 607 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698