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

Side by Side Diff: page/DOMWindow.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeysConstructor MediaKeys; 485 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeysConstructor MediaKeys;
486 attribute [Conditional=ENCRYPTED_MEDIA_V2|ENCRYPTED_MEDIA, V8EnabledAtRuntim e=encryptedMedia] MediaKeyErrorConstructor MediaKeyError; 486 attribute [Conditional=ENCRYPTED_MEDIA_V2|ENCRYPTED_MEDIA, V8EnabledAtRuntim e=encryptedMedia] MediaKeyErrorConstructor MediaKeyError;
487 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyMessageEventConstructor MediaKeyMessageEvent; 487 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyMessageEventConstructor MediaKeyMessageEvent;
488 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyNeededEventConstructor MediaKeyNeededEvent; 488 attribute [Conditional=ENCRYPTED_MEDIA_V2, V8EnabledAtRuntime=encryptedMedia ] MediaKeyNeededEventConstructor MediaKeyNeededEvent;
489 489
490 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute HTM LTrackElementConstructor HTMLTrackElement; 490 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute HTM LTrackElementConstructor HTMLTrackElement;
491 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackConstructor TextTrack; 491 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackConstructor TextTrack;
492 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueConstructor TextTrackCue; // Usable with the new operator 492 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueConstructor TextTrackCue; // Usable with the new operator
493 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueListConstructor TextTrackCueList; 493 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackCueListConstructor TextTrackCueList;
494 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackListConstructor TextTrackList; 494 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tex tTrackListConstructor TextTrackList;
495 [Conditional=VIDEO_TRACK & WEBVTT_REGIONS, V8EnabledAtRuntime=webkitVideoTra ck] attribute TextTrackRegionConstructor TextTrackRegion; // Usable with the new operator
495 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tra ckEventConstructor TrackEvent; 496 [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute Tra ckEventConstructor TrackEvent;
496 497
497 [JSCustomGetter, Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioE lementConstructorConstructor Audio; // Usable with the new operator 498 [JSCustomGetter, Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioE lementConstructorConstructor Audio; // Usable with the new operator
498 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructo r HTMLAudioElement; 499 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructo r HTMLAudioElement;
499 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLMediaElementConstructo r HTMLMediaElement; 500 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLMediaElementConstructo r HTMLMediaElement;
500 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLVideoElementConstructo r HTMLVideoElement; 501 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLVideoElementConstructo r HTMLVideoElement;
501 [Conditional=VIDEO, V8EnabledAtRuntime] attribute MediaErrorConstructor Medi aError; 502 [Conditional=VIDEO, V8EnabledAtRuntime] attribute MediaErrorConstructor Medi aError;
502 [Conditional=VIDEO, V8EnabledAtRuntime] attribute TimeRangesConstructor Time Ranges; 503 [Conditional=VIDEO, V8EnabledAtRuntime] attribute TimeRangesConstructor Time Ranges;
503 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLSourceElementConstruct or HTMLSourceElement; 504 [Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLSourceElementConstruct or HTMLSourceElement;
504 [Conditional=VIDEO, V8EnabledAtRuntime] attribute MediaControllerConstructor MediaController; 505 [Conditional=VIDEO, V8EnabledAtRuntime] attribute MediaControllerConstructor MediaController;
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceB ufferListConstructor WebKitSourceBufferList; 801 [Conditional=MEDIA_SOURCE, V8EnabledAtRuntime=mediaSource] attribute SourceB ufferListConstructor WebKitSourceBufferList;
801 802
802 #endif // defined(LANGUAGE_JAVASCRIPT) 803 #endif // defined(LANGUAGE_JAVASCRIPT)
803 804
804 #if defined(V8_BINDING) && V8_BINDING 805 #if defined(V8_BINDING) && V8_BINDING
805 // window.toString() requires special handling in V8 806 // window.toString() requires special handling in V8
806 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString(); 807 [V8DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString();
807 #endif // defined(V8_BINDING) 808 #endif // defined(V8_BINDING)
808 }; 809 };
809 810
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698