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

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: Null HTMLCollection handling 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 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 'dom/AddConsoleMessageTask.h', 1838 'dom/AddConsoleMessageTask.h',
1839 'dom/Attr.cpp', 1839 'dom/Attr.cpp',
1840 'dom/CDATASection.cpp', 1840 'dom/CDATASection.cpp',
1841 'dom/CDATASection.h', 1841 'dom/CDATASection.h',
1842 'dom/CSSSelectorWatch.cpp', 1842 'dom/CSSSelectorWatch.cpp',
1843 'dom/CharacterData.cpp', 1843 'dom/CharacterData.cpp',
1844 'dom/ChildListMutationScope.cpp', 1844 'dom/ChildListMutationScope.cpp',
1845 'dom/ChildListMutationScope.h', 1845 'dom/ChildListMutationScope.h',
1846 'dom/ChildNodeList.cpp', 1846 'dom/ChildNodeList.cpp',
1847 'dom/ChildNodeList.h', 1847 'dom/ChildNodeList.h',
1848 'dom/ClassNodeList.cpp', 1848 'dom/ClassCollection.cpp',
1849 'dom/ClassNodeList.h', 1849 'dom/ClassCollection.h',
1850 'dom/ClientRect.cpp', 1850 'dom/ClientRect.cpp',
1851 'dom/ClientRect.h', 1851 'dom/ClientRect.h',
1852 'dom/ClientRectList.cpp', 1852 'dom/ClientRectList.cpp',
1853 'dom/ClientRectList.h', 1853 'dom/ClientRectList.h',
1854 'dom/Clipboard.cpp', 1854 'dom/Clipboard.cpp',
1855 'dom/Comment.cpp', 1855 'dom/Comment.cpp',
1856 'dom/Comment.h', 1856 'dom/Comment.h',
1857 'dom/ContainerNode.cpp', 1857 'dom/ContainerNode.cpp',
1858 'dom/ContainerNodeAlgorithms.cpp', 1858 'dom/ContainerNodeAlgorithms.cpp',
1859 'dom/ContainerNodeAlgorithms.h', 1859 'dom/ContainerNodeAlgorithms.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 'dom/StyleElement.cpp', 2086 'dom/StyleElement.cpp',
2087 'dom/StyleElement.h', 2087 'dom/StyleElement.h',
2088 'dom/StyleEngine.cpp', 2088 'dom/StyleEngine.cpp',
2089 'dom/StyleEngine.h', 2089 'dom/StyleEngine.h',
2090 'dom/StyleSheetCandidate.cpp', 2090 'dom/StyleSheetCandidate.cpp',
2091 'dom/StyleSheetCandidate.h', 2091 'dom/StyleSheetCandidate.h',
2092 'dom/StyleSheetCollection.cpp', 2092 'dom/StyleSheetCollection.cpp',
2093 'dom/StyleSheetCollection.h', 2093 'dom/StyleSheetCollection.h',
2094 'dom/StyleSheetScopingNodeList.cpp', 2094 'dom/StyleSheetScopingNodeList.cpp',
2095 'dom/StyleSheetScopingNodeList.h', 2095 'dom/StyleSheetScopingNodeList.h',
2096 'dom/TagNodeList.cpp', 2096 'dom/TagCollection.cpp',
2097 'dom/TagNodeList.h', 2097 'dom/TagCollection.h',
2098 'dom/Text.cpp', 2098 'dom/Text.cpp',
2099 'dom/TextLinkColors.cpp', 2099 'dom/TextLinkColors.cpp',
2100 'dom/TextLinkColors.h', 2100 'dom/TextLinkColors.h',
2101 'dom/Touch.cpp', 2101 'dom/Touch.cpp',
2102 'dom/Touch.h', 2102 'dom/Touch.h',
2103 'dom/TouchList.cpp', 2103 'dom/TouchList.cpp',
2104 'dom/TouchList.h', 2104 'dom/TouchList.h',
2105 'dom/TransformSource.h', 2105 'dom/TransformSource.h',
2106 'dom/TransformSourceLibxslt.cpp', 2106 'dom/TransformSourceLibxslt.cpp',
2107 'dom/Traversal.cpp', 2107 'dom/Traversal.cpp',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
3267 'html/track/vtt/BufferedLineReaderTest.cpp', 3267 'html/track/vtt/BufferedLineReaderTest.cpp',
3268 'html/track/vtt/VTTScannerTest.cpp', 3268 'html/track/vtt/VTTScannerTest.cpp',
3269 'frame/ImageBitmapTest.cpp', 3269 'frame/ImageBitmapTest.cpp',
3270 'rendering/RenderOverflowTest.cpp', 3270 'rendering/RenderOverflowTest.cpp',
3271 'rendering/shapes/BoxShapeTest.cpp', 3271 'rendering/shapes/BoxShapeTest.cpp',
3272 'testing/UnitTestHelpers.h', 3272 'testing/UnitTestHelpers.h',
3273 'testing/UnitTestHelpers.cpp', 3273 'testing/UnitTestHelpers.cpp',
3274 ], 3274 ],
3275 } 3275 }
3276 } 3276 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698