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

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

Issue 14619016: Add WebKit prefix to MediaSource,SourceBuffer, and SourceBufferList objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/html/PublicURLManager.h ('k') | Source/core/page/RuntimeEnabledFeatures.in » ('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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this. 293 attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this.
294 attribute IDBCursorConstructor webkitIDBCursor; 294 attribute IDBCursorConstructor webkitIDBCursor;
295 attribute IDBDatabaseConstructor webkitIDBDatabase; 295 attribute IDBDatabaseConstructor webkitIDBDatabase;
296 attribute IDBFactoryConstructor webkitIDBFactory; 296 attribute IDBFactoryConstructor webkitIDBFactory;
297 attribute IDBIndexConstructor webkitIDBIndex; 297 attribute IDBIndexConstructor webkitIDBIndex;
298 attribute IDBKeyRangeConstructor webkitIDBKeyRange; 298 attribute IDBKeyRangeConstructor webkitIDBKeyRange;
299 attribute IDBObjectStoreConstructor webkitIDBObjectStore; 299 attribute IDBObjectStoreConstructor webkitIDBObjectStore;
300 attribute IDBRequestConstructor webkitIDBRequest; 300 attribute IDBRequestConstructor webkitIDBRequest;
301 attribute IDBTransactionConstructor webkitIDBTransaction; 301 attribute IDBTransactionConstructor webkitIDBTransaction;
302 302
303 [EnabledAtRuntime=webKitMediaSource] attribute WebKitMediaSourceConstructor WebKitMediaSource;
eseidel 2013/05/09 20:05:22 I suspect this could move into a supplement these
304 [EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
305 [EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferListConstru ctor WebKitSourceBufferList;
306
303 // Constructors enabled at runtime but whose interface does not have Enabled AtRuntime 307 // Constructors enabled at runtime but whose interface does not have Enabled AtRuntime
304 // extended attribute. 308 // extended attribute.
305 // FIXME: Remove these. 309 // FIXME: Remove these.
306 [EnabledAtRuntime=media] attribute HTMLMediaElementConstructor HTMLMediaElem ent; 310 [EnabledAtRuntime=media] attribute HTMLMediaElementConstructor HTMLMediaElem ent;
307 [EnabledAtRuntime=media] attribute HTMLVideoElementConstructor HTMLVideoElem ent; 311 [EnabledAtRuntime=media] attribute HTMLVideoElementConstructor HTMLVideoElem ent;
308 [EnabledAtRuntime=media] attribute MediaErrorConstructor MediaError; 312 [EnabledAtRuntime=media] attribute MediaErrorConstructor MediaError;
309 [EnabledAtRuntime=media] attribute TimeRangesConstructor TimeRanges; 313 [EnabledAtRuntime=media] attribute TimeRangesConstructor TimeRanges;
310 [EnabledAtRuntime=media] attribute HTMLSourceElementConstructor HTMLSourceEl ement; 314 [EnabledAtRuntime=media] attribute HTMLSourceElementConstructor HTMLSourceEl ement;
311 [EnabledAtRuntime=media] attribute MediaControllerConstructor MediaControlle r; 315 [EnabledAtRuntime=media] attribute MediaControllerConstructor MediaControlle r;
312 [EnabledAtRuntime=deviceMotion] attribute DeviceMotionEventConstructor Devic eMotionEvent; 316 [EnabledAtRuntime=deviceMotion] attribute DeviceMotionEventConstructor Devic eMotionEvent;
313 [EnabledAtRuntime=touch] attribute TouchConstructor Touch; 317 [EnabledAtRuntime=touch] attribute TouchConstructor Touch;
314 [EnabledAtRuntime=touch] attribute TouchEventConstructor TouchEvent; 318 [EnabledAtRuntime=touch] attribute TouchEventConstructor TouchEvent;
315 [EnabledAtRuntime=touch] attribute TouchListConstructor TouchList; 319 [EnabledAtRuntime=touch] attribute TouchListConstructor TouchList;
316 [EnabledAtRuntime=webMIDI] attribute MIDIConnectionEventConstructor MIDIConn ectionEvent; 320 [EnabledAtRuntime=webMIDI] attribute MIDIConnectionEventConstructor MIDIConn ectionEvent;
317 [EnabledAtRuntime=webMIDI] attribute MIDIMessageEventConstructor MIDIMessage Event; 321 [EnabledAtRuntime=webMIDI] attribute MIDIMessageEventConstructor MIDIMessage Event;
318 [EnabledAtRuntime=mediaStream] attribute MediaStreamConstructor webkitMediaS tream; 322 [EnabledAtRuntime=mediaStream] attribute MediaStreamConstructor webkitMediaS tream;
319 [Conditional=WEB_AUDIO, EnabledAtRuntime=WebAudio] attribute AudioContextCon structor webkitAudioContext; 323 [Conditional=WEB_AUDIO, EnabledAtRuntime=WebAudio] attribute AudioContextCon structor webkitAudioContext;
320 [Conditional=WEB_AUDIO, EnabledAtRuntime=WebAudio] attribute OfflineAudioCon textConstructor webkitOfflineAudioContext; 324 [Conditional=WEB_AUDIO, EnabledAtRuntime=WebAudio] attribute OfflineAudioCon textConstructor webkitOfflineAudioContext;
321 [EnabledAtRuntime=peerConnection] attribute RTCPeerConnectionConstructor web kitRTCPeerConnection; 325 [EnabledAtRuntime=peerConnection] attribute RTCPeerConnectionConstructor web kitRTCPeerConnection;
322 [EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute Secur ityPolicyViolationEventConstructor SecurityPolicyViolationEvent; 326 [EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute Secur ityPolicyViolationEventConstructor SecurityPolicyViolationEvent;
323 [EnabledAtRuntime] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator 327 [EnabledAtRuntime] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator
324 [EnabledAtRuntime=scriptedSpeech] attribute SpeechGrammarConstructor webkitS peechGrammar; 328 [EnabledAtRuntime=scriptedSpeech] attribute SpeechGrammarConstructor webkitS peechGrammar;
325 [EnabledAtRuntime=scriptedSpeech] attribute SpeechGrammarListConstructor web kitSpeechGrammarList; 329 [EnabledAtRuntime=scriptedSpeech] attribute SpeechGrammarListConstructor web kitSpeechGrammarList;
326 [EnabledAtRuntime=scriptedSpeech] attribute SpeechRecognitionConstructor web kitSpeechRecognition; 330 [EnabledAtRuntime=scriptedSpeech] attribute SpeechRecognitionConstructor web kitSpeechRecognition;
327 [EnabledAtRuntime=scriptedSpeech] attribute SpeechRecognitionErrorConstructo r webkitSpeechRecognitionError; 331 [EnabledAtRuntime=scriptedSpeech] attribute SpeechRecognitionErrorConstructo r webkitSpeechRecognitionError;
328 [EnabledAtRuntime=scriptedSpeech] attribute SpeechRecognitionEventConstructo r webkitSpeechRecognitionEvent; 332 [EnabledAtRuntime=scriptedSpeech] attribute SpeechRecognitionEventConstructo r webkitSpeechRecognitionEvent;
329 333
334
330 // Constructors whose name does not match the interface name. 335 // Constructors whose name does not match the interface name.
331 // FIXME: Remove these once [ImplementedAs] is used and once constructor nam es match interface names. 336 // FIXME: Remove these once [ImplementedAs] is used and once constructor nam es match interface names.
332 attribute ShadowRootConstructor WebKitShadowRoot; 337 attribute ShadowRootConstructor WebKitShadowRoot;
333 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS ource;
334 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc eBuffer;
335 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS ourceBufferList;
336 [Conditional=WEB_AUDIO] attribute PannerNodeConstructor webkitAudioPannerNod e; 338 [Conditional=WEB_AUDIO] attribute PannerNodeConstructor webkitAudioPannerNod e;
337 339
338 // window.toString() requires special handling in V8 340 // window.toString() requires special handling in V8
339 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString(); 341 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString();
340 }; 342 };
341 343
OLDNEW
« no previous file with comments | « Source/core/html/PublicURLManager.h ('k') | Source/core/page/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698