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

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

Issue 1171223004: Sanitize SVG animation attributes which could set JavaScript URL values. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Thanks for feedback. Created 5 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 | Source/core/dom/Element.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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3915 matching lines...) Expand 10 before | Expand all | Expand 10 after
3926 'page/scrolling/ScrollStateTest.cpp', 3926 'page/scrolling/ScrollStateTest.cpp',
3927 'paint/DisplayItemListPaintTest.cpp', 3927 'paint/DisplayItemListPaintTest.cpp',
3928 'paint/LayerClipRecorderTest.cpp', 3928 'paint/LayerClipRecorderTest.cpp',
3929 'paint/LayoutObjectDrawingRecorderTest.cpp', 3929 'paint/LayoutObjectDrawingRecorderTest.cpp',
3930 'paint/TextPainterTest.cpp', 3930 'paint/TextPainterTest.cpp',
3931 'streams/ReadableStreamReaderTest.cpp', 3931 'streams/ReadableStreamReaderTest.cpp',
3932 'streams/ReadableStreamTest.cpp', 3932 'streams/ReadableStreamTest.cpp',
3933 'style/ComputedStyleTest.cpp', 3933 'style/ComputedStyleTest.cpp',
3934 'style/OutlineValueTest.cpp', 3934 'style/OutlineValueTest.cpp',
3935 'style/SVGComputedStyleTest.cpp', 3935 'style/SVGComputedStyleTest.cpp',
3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3936 'testing/PrivateScriptTestTest.cpp', 3937 'testing/PrivateScriptTestTest.cpp',
3937 'timing/MemoryInfoTest.cpp', 3938 'timing/MemoryInfoTest.cpp',
3938 'workers/WorkerThreadTest.cpp', 3939 'workers/WorkerThreadTest.cpp',
3939 'xml/parser/SharedBufferReaderTest.cpp', 3940 'xml/parser/SharedBufferReaderTest.cpp',
3940 ], 3941 ],
3941 } 3942 }
3942 } 3943 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698