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

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

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests 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
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'dom/RequestAnimationFrameCallback.idl', 80 'dom/RequestAnimationFrameCallback.idl',
81 'dom/StringCallback.idl', 81 'dom/StringCallback.idl',
82 'dom/Text.idl', 82 'dom/Text.idl',
83 'dom/Touch.idl', 83 'dom/Touch.idl',
84 'dom/TouchList.idl', 84 'dom/TouchList.idl',
85 'dom/TreeWalker.idl', 85 'dom/TreeWalker.idl',
86 'dom/URL.idl', 86 'dom/URL.idl',
87 'dom/XMLDocument.idl', 87 'dom/XMLDocument.idl',
88 'dom/shadow/ShadowRoot.idl', 88 'dom/shadow/ShadowRoot.idl',
89 'events/AutocompleteErrorEvent.idl', 89 'events/AutocompleteErrorEvent.idl',
90 'events/BeforeLoadEvent.idl',
91 'events/BeforeUnloadEvent.idl', 90 'events/BeforeUnloadEvent.idl',
92 'events/CompositionEvent.idl', 91 'events/CompositionEvent.idl',
93 'events/CustomEvent.idl', 92 'events/CustomEvent.idl',
94 'events/ErrorEvent.idl', 93 'events/ErrorEvent.idl',
95 'events/Event.idl', 94 'events/Event.idl',
96 'events/EventTarget.idl', 95 'events/EventTarget.idl',
97 'events/FocusEvent.idl', 96 'events/FocusEvent.idl',
98 'events/HashChangeEvent.idl', 97 'events/HashChangeEvent.idl',
99 'events/KeyboardEvent.idl', 98 'events/KeyboardEvent.idl',
100 'events/MessageEvent.idl', 99 'events/MessageEvent.idl',
(...skipping 2029 matching lines...) Expand 10 before | Expand all | Expand 10 after
2130 'dom/TreeWalker.h', 2129 'dom/TreeWalker.h',
2131 'dom/UserActionElementSet.cpp', 2130 'dom/UserActionElementSet.cpp',
2132 'dom/UserActionElementSet.h', 2131 'dom/UserActionElementSet.h',
2133 'dom/ViewportDescription.cpp', 2132 'dom/ViewportDescription.cpp',
2134 'dom/ViewportDescription.h', 2133 'dom/ViewportDescription.h',
2135 'dom/VisitedLinkState.cpp', 2134 'dom/VisitedLinkState.cpp',
2136 'dom/VisitedLinkState.h', 2135 'dom/VisitedLinkState.h',
2137 'dom/WheelController.cpp', 2136 'dom/WheelController.cpp',
2138 'dom/WheelController.h', 2137 'dom/WheelController.h',
2139 'events/AutocompleteErrorEvent.h', 2138 'events/AutocompleteErrorEvent.h',
2140 'events/BeforeLoadEvent.h',
2141 'events/BeforeTextInsertedEvent.cpp', 2139 'events/BeforeTextInsertedEvent.cpp',
2142 'events/BeforeTextInsertedEvent.h', 2140 'events/BeforeTextInsertedEvent.h',
2143 'events/BeforeUnloadEvent.cpp', 2141 'events/BeforeUnloadEvent.cpp',
2144 'events/BeforeUnloadEvent.h', 2142 'events/BeforeUnloadEvent.h',
2145 'events/ClipboardEvent.cpp', 2143 'events/ClipboardEvent.cpp',
2146 'events/ClipboardEvent.h', 2144 'events/ClipboardEvent.h',
2147 'events/CompositionEvent.cpp', 2145 'events/CompositionEvent.cpp',
2148 'events/CompositionEvent.h', 2146 'events/CompositionEvent.h',
2149 'events/CustomEvent.cpp', 2147 'events/CustomEvent.cpp',
2150 'events/CustomEvent.h', 2148 'events/CustomEvent.h',
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3321 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3322 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3323 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3324 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3325 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3326 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3327 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3328 ],
3331 } 3329 }
3332 } 3330 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698