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

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

Issue 1151153004: Can't open <select> popup with an <option> text including "</script>". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | Source/core/page/PagePopupClient.cpp » ('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 3872 matching lines...) Expand 10 before | Expand all | Expand 10 after
3883 'layout/LayoutThemeTest.cpp', 3883 'layout/LayoutThemeTest.cpp',
3884 'layout/MultiColumnFragmentainerGroupTest.cpp', 3884 'layout/MultiColumnFragmentainerGroupTest.cpp',
3885 'layout/OverflowModelTest.cpp', 3885 'layout/OverflowModelTest.cpp',
3886 'layout/shapes/BoxShapeTest.cpp', 3886 'layout/shapes/BoxShapeTest.cpp',
3887 'loader/FrameFetchContextTest.cpp', 3887 'loader/FrameFetchContextTest.cpp',
3888 'loader/LinkHeaderTest.cpp', 3888 'loader/LinkHeaderTest.cpp',
3889 'loader/LinkLoaderTest.cpp', 3889 'loader/LinkLoaderTest.cpp',
3890 'loader/MixedContentCheckerTest.cpp', 3890 'loader/MixedContentCheckerTest.cpp',
3891 'page/ContextMenuControllerTest.cpp', 3891 'page/ContextMenuControllerTest.cpp',
3892 'page/NetworkStateNotifierTest.cpp', 3892 'page/NetworkStateNotifierTest.cpp',
3893 'page/PagePopupClientTest.cpp',
3893 'page/PrintContextTest.cpp', 3894 'page/PrintContextTest.cpp',
3894 'page/scrolling/ScrollStateTest.cpp', 3895 'page/scrolling/ScrollStateTest.cpp',
3895 'paint/DisplayItemListPaintTest.cpp', 3896 'paint/DisplayItemListPaintTest.cpp',
3896 'paint/LayerClipRecorderTest.cpp', 3897 'paint/LayerClipRecorderTest.cpp',
3897 'paint/LayoutObjectDrawingRecorderTest.cpp', 3898 'paint/LayoutObjectDrawingRecorderTest.cpp',
3898 'paint/TextPainterTest.cpp', 3899 'paint/TextPainterTest.cpp',
3899 'streams/ReadableStreamReaderTest.cpp', 3900 'streams/ReadableStreamReaderTest.cpp',
3900 'streams/ReadableStreamTest.cpp', 3901 'streams/ReadableStreamTest.cpp',
3901 'style/ComputedStyleTest.cpp', 3902 'style/ComputedStyleTest.cpp',
3902 'style/OutlineValueTest.cpp', 3903 'style/OutlineValueTest.cpp',
3903 'style/SVGComputedStyleTest.cpp', 3904 'style/SVGComputedStyleTest.cpp',
3904 'testing/PrivateScriptTestTest.cpp', 3905 'testing/PrivateScriptTestTest.cpp',
3905 'timing/MemoryInfoTest.cpp', 3906 'timing/MemoryInfoTest.cpp',
3906 'workers/WorkerThreadTest.cpp', 3907 'workers/WorkerThreadTest.cpp',
3907 'xml/parser/SharedBufferReaderTest.cpp', 3908 'xml/parser/SharedBufferReaderTest.cpp',
3908 ], 3909 ],
3909 } 3910 }
3910 } 3911 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/PagePopupClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698