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

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

Issue 12439002: Update idl files after Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 attribute HTMLCollectionConstructor HTMLCollection; 478 attribute HTMLCollectionConstructor HTMLCollection;
479 attribute HTMLAllCollectionConstructor HTMLAllCollection; 479 attribute HTMLAllCollectionConstructor HTMLAllCollection;
480 attribute HTMLFormControlsCollectionConstructor HTMLFormControlsCollection; 480 attribute HTMLFormControlsCollectionConstructor HTMLFormControlsCollection;
481 attribute HTMLOptionsCollectionConstructor HTMLOptionsCollection; 481 attribute HTMLOptionsCollectionConstructor HTMLOptionsCollection;
482 [Conditional=MICRODATA] attribute HTMLPropertiesCollectionConstructor HTMLPr opertiesCollection; 482 [Conditional=MICRODATA] attribute HTMLPropertiesCollectionConstructor HTMLPr opertiesCollection;
483 attribute HTMLUnknownElementConstructor HTMLUnknownElement; 483 attribute HTMLUnknownElementConstructor HTMLUnknownElement;
484 484
485 [JSCustomGetter, CustomConstructor] attribute HTMLImageElementConstructorCon structor Image; // Usable with new operator 485 [JSCustomGetter, CustomConstructor] attribute HTMLImageElementConstructorCon structor Image; // Usable with new operator
486 [JSCustomGetter] attribute HTMLOptionElementConstructorConstructor Option; / / Usable with new operator 486 [JSCustomGetter] attribute HTMLOptionElementConstructorConstructor Option; / / Usable with new operator
487 487
488 [Conditional=ENCRYPTED_MEDIA, V8EnabledAtRuntime=encryptedMedia] attribute M ediaKeyErrorConstructor MediaKeyError;
489 [Conditional=ENCRYPTED_MEDIA, V8EnabledAtRuntime=encryptedMedia] attribute M ediaKeyEventConstructor MediaKeyEvent; 488 [Conditional=ENCRYPTED_MEDIA, V8EnabledAtRuntime=encryptedMedia] attribute M ediaKeyEventConstructor MediaKeyEvent;
490 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeysConstructor MediaKeys; 489 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeysConstructor MediaKeys;
491 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyErrorConstructor MediaKeyError; 490 attribute [Conditional=ENCRYPTED_MEDIA_V2|ENCRYPTED_MEDIA, V8EnabledAtRuntim e=encryptedMedia] MediaKeyErrorConstructor MediaKeyError;
492 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyMessageEventConstructor MediaKeyMessageEvent; 491 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyMessageEventConstructor MediaKeyMessageEvent;
493 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyNeededEventConstructor MediaKeyNeededEvent; 492 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyNeededEventConstructor MediaKeyNeededEvent;
494 493
495 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute HTM LTrackElementConstructor HTMLTrackElement; 494 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute HTM LTrackElementConstructor HTMLTrackElement;
496 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackConstructor TextTrack; 495 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackConstructor TextTrack;
497 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueConstructor TextTrackCue; // Usable with the new operator 496 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueConstructor TextTrackCue; // Usable with the new operator
498 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueListConstructor TextTrackCueList; 497 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueListConstructor TextTrackCueList;
499 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackListConstructor TextTrackList; 498 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackListConstructor TextTrackList;
500 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tra ckEventConstructor TrackEvent; 499 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tra ckEventConstructor TrackEvent;
501 500
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceB ufferListConstructor WebKitSourceBufferList; 804 [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceB ufferListConstructor WebKitSourceBufferList;
806 805
807 #endif // defined(LANGUAGE_JAVASCRIPT) 806 #endif // defined(LANGUAGE_JAVASCRIPT)
808 807
809 #if defined(V8_BINDING) && V8_BINDING 808 #if defined(V8_BINDING) && V8_BINDING
810 // window.toString() requires special handling in V8 809 // window.toString() requires special handling in V8
811 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString(); 810 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString();
812 #endif // defined(V8_BINDING) 811 #endif // defined(V8_BINDING)
813 }; 812 };
814 813
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698