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

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

Issue 203603005: Explicitly mark first 2 args of addEventListener/removeEventListener as optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test result (addEventListener.length now 0, not 2) Created 6 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
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/core/events/EventTarget.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 '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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'xml/XMLHttpRequestProgressEvent.idl', 440 'xml/XMLHttpRequestProgressEvent.idl',
441 'xml/XMLHttpRequestUpload.idl', 441 'xml/XMLHttpRequestUpload.idl',
442 'xml/XMLSerializer.idl', 442 'xml/XMLSerializer.idl',
443 'xml/XPathEvaluator.idl', 443 'xml/XPathEvaluator.idl',
444 'xml/XPathExpression.idl', 444 'xml/XPathExpression.idl',
445 'xml/XPathNSResolver.idl', 445 'xml/XPathNSResolver.idl',
446 'xml/XPathResult.idl', 446 'xml/XPathResult.idl',
447 'xml/XSLTProcessor.idl', 447 'xml/XSLTProcessor.idl',
448 ], 448 ],
449 # 'partial interface', target (right side of) 'implements', and 449 # 'partial interface', target (right side of) 'implements', and
450 # static bindings (in bindings/v8/) 450 # interfaces with static bindings (in bindings/v8/)
451 'core_dependency_idl_files': [ 451 'core_dependency_idl_files': [
452 'animation/DocumentAnimation.idl', 452 'animation/DocumentAnimation.idl',
453 'animation/ElementAnimation.idl', 453 'animation/ElementAnimation.idl',
454 'css/DocumentFontFaceSet.idl', 454 'css/DocumentFontFaceSet.idl',
455 'dom/ChildNode.idl', 455 'dom/ChildNode.idl',
456 'dom/DocumentFullscreen.idl', 456 'dom/DocumentFullscreen.idl',
457 'dom/GlobalEventHandlers.idl', 457 'dom/GlobalEventHandlers.idl',
458 'dom/ParentNode.idl', 458 'dom/ParentNode.idl',
459 'dom/URLUtils.idl', 459 'dom/URLUtils.idl',
460 'dom/URLUtilsReadOnly.idl', 460 'dom/URLUtilsReadOnly.idl',
(...skipping 2864 matching lines...) Expand 10 before | Expand all | Expand 10 after
3325 'html/track/vtt/BufferedLineReaderTest.cpp', 3325 'html/track/vtt/BufferedLineReaderTest.cpp',
3326 'html/track/vtt/VTTScannerTest.cpp', 3326 'html/track/vtt/VTTScannerTest.cpp',
3327 'rendering/RenderOverflowTest.cpp', 3327 'rendering/RenderOverflowTest.cpp',
3328 'rendering/shapes/BoxShapeTest.cpp', 3328 'rendering/shapes/BoxShapeTest.cpp',
3329 'testing/UnitTestHelpers.cpp', 3329 'testing/UnitTestHelpers.cpp',
3330 'testing/UnitTestHelpers.h', 3330 'testing/UnitTestHelpers.h',
3331 'xml/parser/SharedBufferReaderTest.cpp', 3331 'xml/parser/SharedBufferReaderTest.cpp',
3332 ], 3332 ],
3333 } 3333 }
3334 } 3334 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/core/events/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698