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

Side by Side Diff: third_party/WebCore/workers/WorkerContext.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « third_party/WebCore/testing/Internals.idl ('k') | no next file » | 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) 2008 Apple Inc. All Rights Reserved. 2 * Copyright (C) 2008 Apple Inc. All Rights Reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 attribute [JSCustomGetter] XMLHttpRequestConstructor XMLHttpRequest; 82 attribute [JSCustomGetter] XMLHttpRequestConstructor XMLHttpRequest;
83 #endif 83 #endif
84 84
85 #if defined(ENABLE_BLOB) && ENABLE_BLOB 85 #if defined(ENABLE_BLOB) && ENABLE_BLOB
86 attribute [Conditional=LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilderCons tructor WebKitBlobBuilder; 86 attribute [Conditional=LEGACY_WEBKIT_BLOB_BUILDER] WebKitBlobBuilderCons tructor WebKitBlobBuilder;
87 attribute BlobConstructor Blob; 87 attribute BlobConstructor Blob;
88 attribute FileReaderConstructor FileReader; 88 attribute FileReaderConstructor FileReader;
89 attribute FileReaderSyncConstructor FileReaderSync; 89 attribute FileReaderSyncConstructor FileReaderSync;
90 #endif 90 #endif
91 91
92 attribute [Conditional=BLOB] DOMURLConstructor webkitURL; 92 attribute [Conditional=BLOB] DOMURLConstructor URL;
93 attribute [Conditional=BLOB] DOMURLConstructor webkitURL; // FIXME: depr ecate this.
93 94
94 attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operato r 95 attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operato r
95 attribute Int8ArrayConstructor Int8Array; // Usable with new operator 96 attribute Int8ArrayConstructor Int8Array; // Usable with new operator
96 attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator 97 attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator
97 attribute Uint8ArrayConstructor Uint8ClampedArray; // Usable with new op erator 98 attribute Uint8ArrayConstructor Uint8ClampedArray; // Usable with new op erator
98 attribute Int16ArrayConstructor Int16Array; // Usable with new operator 99 attribute Int16ArrayConstructor Int16Array; // Usable with new operator
99 attribute Uint16ArrayConstructor Uint16Array; // Usable with new operato r 100 attribute Uint16ArrayConstructor Uint16Array; // Usable with new operato r
100 attribute Int32ArrayConstructor Int32Array; // Usable with new operator 101 attribute Int32ArrayConstructor Int32Array; // Usable with new operator
101 attribute Uint32ArrayConstructor Uint32Array; // Usable with new operato r 102 attribute Uint32ArrayConstructor Uint32Array; // Usable with new operato r
102 attribute Float32ArrayConstructor Float32Array; // Usable with new opera tor 103 attribute Float32ArrayConstructor Float32Array; // Usable with new opera tor
103 attribute Float64ArrayConstructor Float64Array; // Usable with new opera tor 104 attribute Float64ArrayConstructor Float64Array; // Usable with new opera tor
104 attribute DataViewConstructor DataView; // Usable with new operator 105 attribute DataViewConstructor DataView; // Usable with new operator
105 }; 106 };
106 107
107 } 108 }
OLDNEW
« no previous file with comments | « third_party/WebCore/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698