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

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

Issue 200923002: Post a microtask to load <img> elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix last test failure Created 6 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 | 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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'dom/FullscreenElementStack.cpp', 2002 'dom/FullscreenElementStack.cpp',
2003 'dom/FullscreenElementStack.h', 2003 'dom/FullscreenElementStack.h',
2004 'dom/GlobalEventHandlers.h', 2004 'dom/GlobalEventHandlers.h',
2005 'dom/IconURL.cpp', 2005 'dom/IconURL.cpp',
2006 'dom/IconURL.h', 2006 'dom/IconURL.h',
2007 'dom/IdTargetObserver.cpp', 2007 'dom/IdTargetObserver.cpp',
2008 'dom/IdTargetObserver.h', 2008 'dom/IdTargetObserver.h',
2009 'dom/IdTargetObserverRegistry.cpp', 2009 'dom/IdTargetObserverRegistry.cpp',
2010 'dom/IdTargetObserverRegistry.h', 2010 'dom/IdTargetObserverRegistry.h',
2011 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2011 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2012 'dom/IncrementLoadEventDelayCount.cpp',
2013 'dom/IncrementLoadEventDelayCount.h',
2012 'dom/LiveNodeList.cpp', 2014 'dom/LiveNodeList.cpp',
2013 'dom/LiveNodeList.h', 2015 'dom/LiveNodeList.h',
2014 'dom/LiveNodeListBase.cpp', 2016 'dom/LiveNodeListBase.cpp',
2015 'dom/LiveNodeListBase.h', 2017 'dom/LiveNodeListBase.h',
2016 'dom/MainThreadTaskRunner.cpp', 2018 'dom/MainThreadTaskRunner.cpp',
2017 'dom/MainThreadTaskRunner.h', 2019 'dom/MainThreadTaskRunner.h',
2018 'dom/MessageChannel.cpp', 2020 'dom/MessageChannel.cpp',
2019 'dom/MessageChannel.h', 2021 'dom/MessageChannel.h',
2020 'dom/MessagePort.cpp', 2022 'dom/MessagePort.cpp',
2021 'dom/Microtask.cpp', 2023 'dom/Microtask.cpp',
(...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 'html/track/vtt/VTTScannerTest.cpp', 3386 'html/track/vtt/VTTScannerTest.cpp',
3385 'loader/MixedContentCheckerTest.cpp', 3387 'loader/MixedContentCheckerTest.cpp',
3386 'rendering/RenderOverflowTest.cpp', 3388 'rendering/RenderOverflowTest.cpp',
3387 'rendering/shapes/BoxShapeTest.cpp', 3389 'rendering/shapes/BoxShapeTest.cpp',
3388 'testing/UnitTestHelpers.cpp', 3390 'testing/UnitTestHelpers.cpp',
3389 'testing/UnitTestHelpers.h', 3391 'testing/UnitTestHelpers.h',
3390 'xml/parser/SharedBufferReaderTest.cpp', 3392 'xml/parser/SharedBufferReaderTest.cpp',
3391 ], 3393 ],
3392 } 3394 }
3393 } 3395 }
OLDNEW
« no previous file with comments | « LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt ('k') | Source/core/dom/IncrementLoadEventDelayCount.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698