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

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: Rebase 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;
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;
(...skipping 10 matching lines...) Expand all
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
330 // Constructors whose name does not match the interface name. 334 // 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. 335 // FIXME: Remove these once [ImplementedAs] is used and once constructor nam es match interface names.
332 attribute ShadowRootConstructor WebKitShadowRoot; 336 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; 337 [Conditional=WEB_AUDIO] attribute PannerNodeConstructor webkitAudioPannerNod e;
337 338
338 // window.toString() requires special handling in V8 339 // window.toString() requires special handling in V8
339 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString(); 340 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString();
340 }; 341 };
341 342
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