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

Side by Side Diff: webkit/port/bindings/scripts/CodeGeneratorV8.pm

Issue 125035: A first pass at the DOM Storage V8 bindings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « no previous file | webkit/port/bindings/v8/DOMObjectsInclude.h » ('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) 2005, 2006 Nikolas Zimmermann <zimmermann@kde.org> 2 # Copyright (C) 2005, 2006 Nikolas Zimmermann <zimmermann@kde.org>
3 # Copyright (C) 2006 Anders Carlsson <andersca@mac.com> 3 # Copyright (C) 2006 Anders Carlsson <andersca@mac.com>
4 # Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> 4 # Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
5 # Copyright (C) 2006 Alexey Proskuryakov <ap@webkit.org> 5 # Copyright (C) 2006 Alexey Proskuryakov <ap@webkit.org>
6 # Copyright (C) 2006 Apple Computer, Inc. 6 # Copyright (C) 2006 Apple Computer, Inc.
7 # Copyright (C) 2007, 2008, 2009 Google Inc. 7 # Copyright (C) 2007, 2008, 2009 Google Inc.
8 # 8 #
9 # This file is part of the KDE project 9 # This file is part of the KDE project
10 # 10 #
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 "EventListener" => 0, 1721 "EventListener" => 0,
1722 "EventTarget" => 0, 1722 "EventTarget" => 0,
1723 "HTMLElement" => 0, 1723 "HTMLElement" => 0,
1724 "HTMLOptionElement" => 0, 1724 "HTMLOptionElement" => 0,
1725 "Node" => 0, 1725 "Node" => 0,
1726 "NodeFilter" => 0, 1726 "NodeFilter" => 0,
1727 "MessagePort" => 0, 1727 "MessagePort" => 0,
1728 "NSResolver" => 0, 1728 "NSResolver" => 0,
1729 "Range" => 0, 1729 "Range" => 0,
1730 "SQLResultSet" => 0, 1730 "SQLResultSet" => 0,
1731 "Storage" => 0,
1731 "SVGAngle" => 0, 1732 "SVGAngle" => 0,
1732 "SVGElement" => 0, 1733 "SVGElement" => 0,
1733 "SVGLength" => 1, 1734 "SVGLength" => 1,
1734 "SVGMatrix" => 1, 1735 "SVGMatrix" => 1,
1735 "SVGNumber" => 0, 1736 "SVGNumber" => 0,
1736 "SVGPaintType" => 0, 1737 "SVGPaintType" => 0,
1737 "SVGPathSeg" => 0, 1738 "SVGPathSeg" => 0,
1738 "SVGPoint" => 1, 1739 "SVGPoint" => 1,
1739 "SVGRect" => 1, 1740 "SVGRect" => 1,
1740 "SVGTransform" => 1, 1741 "SVGTransform" => 1,
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2187 return 0; 2188 return 0;
2188 } 2189 }
2189 2190
2190 sub DebugPrint 2191 sub DebugPrint
2191 { 2192 {
2192 my $output = shift; 2193 my $output = shift;
2193 2194
2194 print $output; 2195 print $output;
2195 print "\n"; 2196 print "\n";
2196 } 2197 }
OLDNEW
« no previous file with comments | « no previous file | webkit/port/bindings/v8/DOMObjectsInclude.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698