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

Side by Side Diff: html/HTMLDocument.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 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> 3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 readonly attribute long width; 47 readonly attribute long width;
48 readonly attribute long height; 48 readonly attribute long height;
49 [TreatNullAs=NullString] attribute DOMString dir; 49 [TreatNullAs=NullString] attribute DOMString dir;
50 [TreatNullAs=NullString] attribute DOMString designMode; 50 [TreatNullAs=NullString] attribute DOMString designMode;
51 readonly attribute DOMString compatMode; 51 readonly attribute DOMString compatMode;
52 52
53 readonly attribute Element activeElement; 53 readonly attribute Element activeElement;
54 boolean hasFocus(); 54 boolean hasFocus();
55 55
56 #if defined(ENABLE_CUSTOM_ELEMENTS) && ENABLE_CUSTOM_ELEMENTS
57 [V8EnabledAtRuntime=customDOMElements, Conditional=CUSTOM_ELEMENTS, Implemen tedAs=registerElement, CallWith=ScriptState]
58 CustomElementConstructor webkitRegister(in DOMString name, in [Optional] Dic tionary options) raises(DOMException);
59 #endif
60
61 // Deprecated attributes 56 // Deprecated attributes
62 [TreatNullAs=NullString] attribute DOMString bgColor; 57 [TreatNullAs=NullString] attribute DOMString bgColor;
63 [TreatNullAs=NullString] attribute DOMString fgColor; 58 [TreatNullAs=NullString] attribute DOMString fgColor;
64 [TreatNullAs=NullString] attribute DOMString alinkColor; 59 [TreatNullAs=NullString] attribute DOMString alinkColor;
65 [TreatNullAs=NullString] attribute DOMString linkColor; 60 [TreatNullAs=NullString] attribute DOMString linkColor;
66 [TreatNullAs=NullString] attribute DOMString vlinkColor; 61 [TreatNullAs=NullString] attribute DOMString vlinkColor;
67 }; 62 };
68 63
OLDNEW
« css/FontLoader.idl ('K') | « html/HTMLAudioElement.idl ('k') | html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698