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

Side by Side Diff: Source/core/core.gypi

Issue 143453010: Have getElementsByClassName() / getElementsByTagName*() return an HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 'dom/AddConsoleMessageTask.h', 1833 'dom/AddConsoleMessageTask.h',
1834 'dom/Attr.cpp', 1834 'dom/Attr.cpp',
1835 'dom/CDATASection.cpp', 1835 'dom/CDATASection.cpp',
1836 'dom/CDATASection.h', 1836 'dom/CDATASection.h',
1837 'dom/CSSSelectorWatch.cpp', 1837 'dom/CSSSelectorWatch.cpp',
1838 'dom/CharacterData.cpp', 1838 'dom/CharacterData.cpp',
1839 'dom/ChildListMutationScope.cpp', 1839 'dom/ChildListMutationScope.cpp',
1840 'dom/ChildListMutationScope.h', 1840 'dom/ChildListMutationScope.h',
1841 'dom/ChildNodeList.cpp', 1841 'dom/ChildNodeList.cpp',
1842 'dom/ChildNodeList.h', 1842 'dom/ChildNodeList.h',
1843 'dom/ClassNodeList.cpp', 1843 'dom/ClassCollection.cpp',
1844 'dom/ClassNodeList.h', 1844 'dom/ClassCollection.h',
1845 'dom/ClientRect.cpp', 1845 'dom/ClientRect.cpp',
1846 'dom/ClientRect.h', 1846 'dom/ClientRect.h',
1847 'dom/ClientRectList.cpp', 1847 'dom/ClientRectList.cpp',
1848 'dom/ClientRectList.h', 1848 'dom/ClientRectList.h',
1849 'dom/Clipboard.cpp', 1849 'dom/Clipboard.cpp',
1850 'dom/Comment.cpp', 1850 'dom/Comment.cpp',
1851 'dom/Comment.h', 1851 'dom/Comment.h',
1852 'dom/ContainerNode.cpp', 1852 'dom/ContainerNode.cpp',
1853 'dom/ContainerNodeAlgorithms.cpp', 1853 'dom/ContainerNodeAlgorithms.cpp',
1854 'dom/ContainerNodeAlgorithms.h', 1854 'dom/ContainerNodeAlgorithms.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2081 'dom/StyleElement.cpp', 2081 'dom/StyleElement.cpp',
2082 'dom/StyleElement.h', 2082 'dom/StyleElement.h',
2083 'dom/StyleEngine.cpp', 2083 'dom/StyleEngine.cpp',
2084 'dom/StyleEngine.h', 2084 'dom/StyleEngine.h',
2085 'dom/StyleSheetCandidate.cpp', 2085 'dom/StyleSheetCandidate.cpp',
2086 'dom/StyleSheetCandidate.h', 2086 'dom/StyleSheetCandidate.h',
2087 'dom/StyleSheetCollection.cpp', 2087 'dom/StyleSheetCollection.cpp',
2088 'dom/StyleSheetCollection.h', 2088 'dom/StyleSheetCollection.h',
2089 'dom/StyleSheetScopingNodeList.cpp', 2089 'dom/StyleSheetScopingNodeList.cpp',
2090 'dom/StyleSheetScopingNodeList.h', 2090 'dom/StyleSheetScopingNodeList.h',
2091 'dom/TagNodeList.cpp', 2091 'dom/TagCollection.cpp',
2092 'dom/TagNodeList.h', 2092 'dom/TagCollection.h',
2093 'dom/Text.cpp', 2093 'dom/Text.cpp',
2094 'dom/TextLinkColors.cpp', 2094 'dom/TextLinkColors.cpp',
2095 'dom/TextLinkColors.h', 2095 'dom/TextLinkColors.h',
2096 'dom/Touch.cpp', 2096 'dom/Touch.cpp',
2097 'dom/Touch.h', 2097 'dom/Touch.h',
2098 'dom/TouchList.cpp', 2098 'dom/TouchList.cpp',
2099 'dom/TouchList.h', 2099 'dom/TouchList.h',
2100 'dom/TransformSource.h', 2100 'dom/TransformSource.h',
2101 'dom/TransformSourceLibxslt.cpp', 2101 'dom/TransformSourceLibxslt.cpp',
2102 'dom/Traversal.cpp', 2102 'dom/Traversal.cpp',
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'html/parser/HTMLParserThreadTest.cpp', 3265 'html/parser/HTMLParserThreadTest.cpp',
3266 'html/track/vtt/BufferedLineReaderTest.cpp', 3266 'html/track/vtt/BufferedLineReaderTest.cpp',
3267 'html/track/vtt/VTTScannerTest.cpp', 3267 'html/track/vtt/VTTScannerTest.cpp',
3268 'rendering/RenderOverflowTest.cpp', 3268 'rendering/RenderOverflowTest.cpp',
3269 'rendering/shapes/BoxShapeTest.cpp', 3269 'rendering/shapes/BoxShapeTest.cpp',
3270 'testing/UnitTestHelpers.cpp', 3270 'testing/UnitTestHelpers.cpp',
3271 'testing/UnitTestHelpers.h', 3271 'testing/UnitTestHelpers.h',
3272 ], 3272 ],
3273 } 3273 }
3274 } 3274 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-format-collections-expected.txt ('k') | Source/core/dom/ClassCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698