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

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

Issue 1846913005: Newline characters in pasted text are not counted correctly for textarea[maxlength]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | third_party/WebKit/Source/core/html/HTMLTextAreaElement.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 3989 matching lines...) Expand 10 before | Expand all | Expand 10 after
4000 'html/AutoplayExperimentTest.cpp', 4000 'html/AutoplayExperimentTest.cpp',
4001 'html/FormDataTest.cpp', 4001 'html/FormDataTest.cpp',
4002 'html/HTMLDimensionTest.cpp', 4002 'html/HTMLDimensionTest.cpp',
4003 'html/HTMLFormControlElementTest.cpp', 4003 'html/HTMLFormControlElementTest.cpp',
4004 'html/HTMLImageElementTest.cpp', 4004 'html/HTMLImageElementTest.cpp',
4005 'html/HTMLInputElementTest.cpp', 4005 'html/HTMLInputElementTest.cpp',
4006 'html/HTMLLinkElementSizesAttributeTest.cpp', 4006 'html/HTMLLinkElementSizesAttributeTest.cpp',
4007 'html/HTMLOutputElementTest.cpp', 4007 'html/HTMLOutputElementTest.cpp',
4008 'html/HTMLSelectElementTest.cpp', 4008 'html/HTMLSelectElementTest.cpp',
4009 'html/HTMLTableRowElementTest.cpp', 4009 'html/HTMLTableRowElementTest.cpp',
4010 'html/HTMLTextAreaElementTest.cpp',
4010 'html/HTMLTextFormControlElementTest.cpp', 4011 'html/HTMLTextFormControlElementTest.cpp',
4011 'html/HTMLVideoElementTest.cpp', 4012 'html/HTMLVideoElementTest.cpp',
4012 'html/LinkRelAttributeTest.cpp', 4013 'html/LinkRelAttributeTest.cpp',
4013 'html/TimeRangesTest.cpp', 4014 'html/TimeRangesTest.cpp',
4014 'html/canvas/CanvasFontCacheTest.cpp', 4015 'html/canvas/CanvasFontCacheTest.cpp',
4015 'html/forms/EmailInputTypeTest.cpp', 4016 'html/forms/EmailInputTypeTest.cpp',
4016 'html/forms/FileInputTypeTest.cpp', 4017 'html/forms/FileInputTypeTest.cpp',
4017 'html/forms/StepRangeTest.cpp', 4018 'html/forms/StepRangeTest.cpp',
4018 'html/parser/AtomicHTMLTokenTest.cpp', 4019 'html/parser/AtomicHTMLTokenTest.cpp',
4019 'html/parser/CompactHTMLTokenTest.cpp', 4020 'html/parser/CompactHTMLTokenTest.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
4086 'svg/SVGPathParserTest.cpp', 4087 'svg/SVGPathParserTest.cpp',
4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4088 'testing/PrivateScriptTestTest.cpp', 4089 'testing/PrivateScriptTestTest.cpp',
4089 'timing/MemoryInfoTest.cpp', 4090 'timing/MemoryInfoTest.cpp',
4090 'workers/WorkerThreadTest.cpp', 4091 'workers/WorkerThreadTest.cpp',
4091 'workers/WorkerThreadTestHelper.h', 4092 'workers/WorkerThreadTestHelper.h',
4092 'xml/parser/SharedBufferReaderTest.cpp', 4093 'xml/parser/SharedBufferReaderTest.cpp',
4093 ], 4094 ],
4094 } 4095 }
4095 } 4096 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTextAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698