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

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

Issue 157013006: Update HTMLFormControlsCollection's named getter to behave according to spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove legacycaller 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 'bindings_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'v8/custom/V8FileReaderCustom.cpp', 180 'v8/custom/V8FileReaderCustom.cpp',
181 'v8/custom/V8Float32ArrayCustom.h', 181 'v8/custom/V8Float32ArrayCustom.h',
182 'v8/custom/V8Float64ArrayCustom.h', 182 'v8/custom/V8Float64ArrayCustom.h',
183 'v8/custom/V8FormDataCustom.cpp', 183 'v8/custom/V8FormDataCustom.cpp',
184 'v8/custom/V8GeolocationCustom.cpp', 184 'v8/custom/V8GeolocationCustom.cpp',
185 'v8/custom/V8HTMLAllCollectionCustom.cpp', 185 'v8/custom/V8HTMLAllCollectionCustom.cpp',
186 'v8/custom/V8HTMLCanvasElementCustom.cpp', 186 'v8/custom/V8HTMLCanvasElementCustom.cpp',
187 'v8/custom/V8HTMLCollectionCustom.cpp', 187 'v8/custom/V8HTMLCollectionCustom.cpp',
188 'v8/custom/V8HTMLDocumentCustom.cpp', 188 'v8/custom/V8HTMLDocumentCustom.cpp',
189 'v8/custom/V8HTMLElementCustom.cpp', 189 'v8/custom/V8HTMLElementCustom.cpp',
190 'v8/custom/V8HTMLFormControlsCollectionCustom.cpp',
191 'v8/custom/V8HTMLFrameElementCustom.cpp', 190 'v8/custom/V8HTMLFrameElementCustom.cpp',
192 'v8/custom/V8HTMLOptionsCollectionCustom.cpp', 191 'v8/custom/V8HTMLOptionsCollectionCustom.cpp',
193 'v8/custom/V8HTMLPlugInElementCustom.cpp', 192 'v8/custom/V8HTMLPlugInElementCustom.cpp',
194 'v8/custom/V8HistoryCustom.cpp', 193 'v8/custom/V8HistoryCustom.cpp',
195 'v8/custom/V8ImageDataCustom.cpp', 194 'v8/custom/V8ImageDataCustom.cpp',
196 'v8/custom/V8InjectedScriptHostCustom.cpp', 195 'v8/custom/V8InjectedScriptHostCustom.cpp',
197 'v8/custom/V8InjectedScriptManager.cpp', 196 'v8/custom/V8InjectedScriptManager.cpp',
198 'v8/custom/V8InspectorFrontendHostCustom.cpp', 197 'v8/custom/V8InspectorFrontendHostCustom.cpp',
199 'v8/custom/V8Int8ArrayCustom.h', 198 'v8/custom/V8Int8ArrayCustom.h',
200 'v8/custom/V8Int16ArrayCustom.h', 199 'v8/custom/V8Int16ArrayCustom.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs15.cpp', 266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs15.cpp',
268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs16.cpp', 267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs16.cpp',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs17.cpp', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs17.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs18.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs18.cpp',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs19.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs19.cpp',
272 ], 271 ],
273 }], 272 }],
274 ], 273 ],
275 }, 274 },
276 } 275 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-format-collections-expected.txt ('k') | Source/bindings/scripts/code_generator_v8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698