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

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

Issue 161383002: Disabling JavaScript in MHTML and limiting MHTML loading to top frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed check_domain.mht (replaced with relative_url.mht) Created 6 years, 10 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 'web_files': [ 3 'web_files': [
4 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'BackForwardClientImpl.cpp', 9 'BackForwardClientImpl.cpp',
10 'BackForwardClientImpl.h', 10 'BackForwardClientImpl.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'tests/GIFImageDecoderTest.cpp', 287 'tests/GIFImageDecoderTest.cpp',
288 'tests/GraphicsContextTest.cpp', 288 'tests/GraphicsContextTest.cpp',
289 'tests/GraphicsLayerTest.cpp', 289 'tests/GraphicsLayerTest.cpp',
290 'tests/ImageFilterBuilderTest.cpp', 290 'tests/ImageFilterBuilderTest.cpp',
291 'tests/ImageLayerChromiumTest.cpp', 291 'tests/ImageLayerChromiumTest.cpp',
292 'tests/JPEGImageDecoderTest.cpp', 292 'tests/JPEGImageDecoderTest.cpp',
293 'tests/KeyboardTest.cpp', 293 'tests/KeyboardTest.cpp',
294 'tests/LinkHighlightTest.cpp', 294 'tests/LinkHighlightTest.cpp',
295 'tests/ListenerLeakTest.cpp', 295 'tests/ListenerLeakTest.cpp',
296 'tests/MemoryInfo.cpp', 296 'tests/MemoryInfo.cpp',
297 'tests/MHTMLTest.cpp',
297 'tests/MockWebGraphicsContext3D.h', 298 'tests/MockWebGraphicsContext3D.h',
298 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 299 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
299 'tests/OpenTypeVerticalDataTest.cpp', 300 'tests/OpenTypeVerticalDataTest.cpp',
300 'tests/PageSerializerTest.cpp', 301 'tests/PageSerializerTest.cpp',
301 'tests/PaintAggregatorTest.cpp', 302 'tests/PaintAggregatorTest.cpp',
302 'tests/PopupContainerTest.cpp', 303 'tests/PopupContainerTest.cpp',
303 'tests/PopupMenuTest.cpp', 304 'tests/PopupMenuTest.cpp',
304 'tests/PrerenderingTest.cpp', 305 'tests/PrerenderingTest.cpp',
305 'tests/ProgrammaticScrollTest.cpp', 306 'tests/ProgrammaticScrollTest.cpp',
306 'tests/RenderTableCellTest.cpp', 307 'tests/RenderTableCellTest.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 { 371 {
371 'web_unittest_files': [ 372 'web_unittest_files': [
372 'tests/KeyCodeConversionTestGtk.cpp', 373 'tests/KeyCodeConversionTestGtk.cpp',
373 'tests/WebInputEventFactoryTestGtk.cpp', 374 'tests/WebInputEventFactoryTestGtk.cpp',
374 ], 375 ],
375 } 376 }
376 ], 377 ],
377 ], 378 ],
378 }, 379 },
379 } 380 }
OLDNEW
« Source/core/loader/DocumentLoader.cpp ('K') | « Source/web/tests/data/mhtml/simple_test.mht ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698