| OLD | NEW |
| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 attribute HTMLAnchorElementConstructor HTMLAnchorElement; | 367 attribute HTMLAnchorElementConstructor HTMLAnchorElement; |
| 368 attribute HTMLAppletElementConstructor HTMLAppletElement; | 368 attribute HTMLAppletElementConstructor HTMLAppletElement; |
| 369 attribute HTMLAreaElementConstructor HTMLAreaElement; | 369 attribute HTMLAreaElementConstructor HTMLAreaElement; |
| 370 attribute HTMLBRElementConstructor HTMLBRElement; | 370 attribute HTMLBRElementConstructor HTMLBRElement; |
| 371 attribute HTMLBaseElementConstructor HTMLBaseElement; | 371 attribute HTMLBaseElementConstructor HTMLBaseElement; |
| 372 attribute HTMLBodyElementConstructor HTMLBodyElement; | 372 attribute HTMLBodyElementConstructor HTMLBodyElement; |
| 373 attribute HTMLButtonElementConstructor HTMLButtonElement; | 373 attribute HTMLButtonElementConstructor HTMLButtonElement; |
| 374 attribute HTMLCanvasElementConstructor HTMLCanvasElement; | 374 attribute HTMLCanvasElementConstructor HTMLCanvasElement; |
| 375 attribute HTMLDListElementConstructor HTMLDListElement; | 375 attribute HTMLDListElementConstructor HTMLDListElement; |
| 376 [Conditional=DATALIST_ELEMENT] attribute HTMLDataListElementConstructor HTML
DataListElement; | 376 [Conditional=DATALIST_ELEMENT] attribute HTMLDataListElementConstructor HTML
DataListElement; |
| 377 [Conditional=DIALOG_ELEMENT, EnabledPerContext=dialogElement] attribute HTML
DialogElementConstructor HTMLDialogElement; | 377 [EnabledPerContext=dialogElement] attribute HTMLDialogElementConstructor HTM
LDialogElement; |
| 378 attribute HTMLDirectoryElementConstructor HTMLDirectoryElement; | 378 attribute HTMLDirectoryElementConstructor HTMLDirectoryElement; |
| 379 attribute HTMLDivElementConstructor HTMLDivElement; | 379 attribute HTMLDivElementConstructor HTMLDivElement; |
| 380 attribute HTMLEmbedElementConstructor HTMLEmbedElement; | 380 attribute HTMLEmbedElementConstructor HTMLEmbedElement; |
| 381 attribute HTMLFieldSetElementConstructor HTMLFieldSetElement; | 381 attribute HTMLFieldSetElementConstructor HTMLFieldSetElement; |
| 382 attribute HTMLFontElementConstructor HTMLFontElement; | 382 attribute HTMLFontElementConstructor HTMLFontElement; |
| 383 attribute HTMLFormElementConstructor HTMLFormElement; | 383 attribute HTMLFormElementConstructor HTMLFormElement; |
| 384 attribute HTMLFrameElementConstructor HTMLFrameElement; | 384 attribute HTMLFrameElementConstructor HTMLFrameElement; |
| 385 attribute HTMLFrameSetElementConstructor HTMLFrameSetElement; | 385 attribute HTMLFrameSetElementConstructor HTMLFrameSetElement; |
| 386 attribute HTMLHRElementConstructor HTMLHRElement; | 386 attribute HTMLHRElementConstructor HTMLHRElement; |
| 387 attribute HTMLHeadElementConstructor HTMLHeadElement; | 387 attribute HTMLHeadElementConstructor HTMLHeadElement; |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 attribute MutationRecordConstructor MutationRecord; | 750 attribute MutationRecordConstructor MutationRecord; |
| 751 | 751 |
| 752 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS
ource; | 752 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS
ource; |
| 753 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc
eBuffer; | 753 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc
eBuffer; |
| 754 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS
ourceBufferList; | 754 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS
ourceBufferList; |
| 755 | 755 |
| 756 // window.toString() requires special handling in V8 | 756 // window.toString() requires special handling in V8 |
| 757 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t
oString(); | 757 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t
oString(); |
| 758 }; | 758 }; |
| 759 | 759 |
| OLD | NEW |