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

Side by Side Diff: Source/WebCore/page/DOMWindow.idl

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 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/WebCore/html/MicroDataItemValue.idl ('k') | Source/WebKit/chromium/features.gypi » ('j') | 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, 2007, 2008, 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2011 Google Inc. All rights reserved. 3 * Copyright (C) 2011 Google 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 // attribute NameListConstructor NameList; 333 // attribute NameListConstructor NameList;
334 // attribute DOMImplementationListConstructor DOMImplementationList; 334 // attribute DOMImplementationListConstructor DOMImplementationList;
335 // attribute DOMImplementationSourceConstructor DOMImplementationSource; 335 // attribute DOMImplementationSourceConstructor DOMImplementationSource;
336 attribute DOMImplementationConstructor DOMImplementation; 336 attribute DOMImplementationConstructor DOMImplementation;
337 attribute DOMSettableTokenListConstructor DOMSettableTokenList; 337 attribute DOMSettableTokenListConstructor DOMSettableTokenList;
338 attribute DOMTokenListConstructor DOMTokenList; 338 attribute DOMTokenListConstructor DOMTokenList;
339 attribute DocumentFragmentConstructor DocumentFragment; 339 attribute DocumentFragmentConstructor DocumentFragment;
340 attribute DocumentConstructor Document; 340 attribute DocumentConstructor Document;
341 attribute NodeConstructor Node; 341 attribute NodeConstructor Node;
342 attribute NodeListConstructor NodeList; 342 attribute NodeListConstructor NodeList;
343 [Conditional=MICRODATA] attribute PropertyNodeListConstructor PropertyNodeLi st;
344 attribute NamedNodeMapConstructor NamedNodeMap; 343 attribute NamedNodeMapConstructor NamedNodeMap;
345 attribute CharacterDataConstructor CharacterData; 344 attribute CharacterDataConstructor CharacterData;
346 attribute AttrConstructor Attr; 345 attribute AttrConstructor Attr;
347 attribute ElementConstructor Element; 346 attribute ElementConstructor Element;
348 attribute TextConstructor Text; 347 attribute TextConstructor Text;
349 attribute CommentConstructor Comment; 348 attribute CommentConstructor Comment;
350 // attribute TypeInfoConstructor TypeInfo; 349 // attribute TypeInfoConstructor TypeInfo;
351 // attribute UserDataHandlerConstructor UserDataHandler; 350 // attribute UserDataHandlerConstructor UserDataHandler;
352 // attribute DOMErrorConstructor DOMError; 351 // attribute DOMErrorConstructor DOMError;
353 // attribute DOMErrorHandlerConstructor DOMErrorHandler 352 // attribute DOMErrorHandlerConstructor DOMErrorHandler
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 attribute HTMLTableSectionElementConstructor HTMLTableSectionElement; 428 attribute HTMLTableSectionElementConstructor HTMLTableSectionElement;
430 attribute HTMLTemplateElementConstructor HTMLTemplateElement; 429 attribute HTMLTemplateElementConstructor HTMLTemplateElement;
431 attribute HTMLTextAreaElementConstructor HTMLTextAreaElement; 430 attribute HTMLTextAreaElementConstructor HTMLTextAreaElement;
432 attribute HTMLTitleElementConstructor HTMLTitleElement; 431 attribute HTMLTitleElementConstructor HTMLTitleElement;
433 attribute HTMLUListElementConstructor HTMLUListElement; 432 attribute HTMLUListElementConstructor HTMLUListElement;
434 433
435 attribute HTMLCollectionConstructor HTMLCollection; 434 attribute HTMLCollectionConstructor HTMLCollection;
436 attribute HTMLAllCollectionConstructor HTMLAllCollection; 435 attribute HTMLAllCollectionConstructor HTMLAllCollection;
437 attribute HTMLFormControlsCollectionConstructor HTMLFormControlsCollection; 436 attribute HTMLFormControlsCollectionConstructor HTMLFormControlsCollection;
438 attribute HTMLOptionsCollectionConstructor HTMLOptionsCollection; 437 attribute HTMLOptionsCollectionConstructor HTMLOptionsCollection;
439 [Conditional=MICRODATA] attribute HTMLPropertiesCollectionConstructor HTMLPr opertiesCollection;
440 attribute HTMLUnknownElementConstructor HTMLUnknownElement; 438 attribute HTMLUnknownElementConstructor HTMLUnknownElement;
441 439
442 [CustomConstructor] attribute HTMLImageElementConstructorConstructor Image; // Usable with new operator 440 [CustomConstructor] attribute HTMLImageElementConstructorConstructor Image; // Usable with new operator
443 attribute HTMLOptionElementConstructorConstructor Option; // Usable with new operator 441 attribute HTMLOptionElementConstructorConstructor Option; // Usable with new operator
444 442
445 [Conditional=ENCRYPTED_MEDIA, EnabledAtRuntime=encryptedMedia] attribute Med iaKeyEventConstructor MediaKeyEvent; 443 [Conditional=ENCRYPTED_MEDIA, EnabledAtRuntime=encryptedMedia] attribute Med iaKeyEventConstructor MediaKeyEvent;
446 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] attribute MediaKeysConstructor MediaKeys; 444 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] attribute MediaKeysConstructor MediaKeys;
447 [Conditional=ENCRYPTED_MEDIA_V2|ENCRYPTED_MEDIA, EnabledAtRuntime=encryptedM edia] attribute MediaKeyErrorConstructor MediaKeyError; 445 [Conditional=ENCRYPTED_MEDIA_V2|ENCRYPTED_MEDIA, EnabledAtRuntime=encryptedM edia] attribute MediaKeyErrorConstructor MediaKeyError;
448 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] attribute MediaKeyMessageEventConstructor MediaKeyMessageEvent; 446 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] attribute MediaKeyMessageEventConstructor MediaKeyMessageEvent;
449 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] attribute MediaKeyNeededEventConstructor MediaKeyNeededEvent; 447 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] attribute MediaKeyNeededEventConstructor MediaKeyNeededEvent;
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 attribute MutationRecordConstructor MutationRecord; 756 attribute MutationRecordConstructor MutationRecord;
759 757
760 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS ource; 758 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS ource;
761 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc eBuffer; 759 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc eBuffer;
762 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS ourceBufferList; 760 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS ourceBufferList;
763 761
764 // window.toString() requires special handling in V8 762 // window.toString() requires special handling in V8
765 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString(); 763 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString();
766 }; 764 };
767 765
OLDNEW
« no previous file with comments | « Source/WebCore/html/MicroDataItemValue.idl ('k') | Source/WebKit/chromium/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698