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

Side by Side Diff: Source/WebKit/chromium/features.gypi

Issue 13646006: Remove the ENABLE_IFRAME_SEAMLESS compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline. Created 7 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 | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'ENABLE_DOWNLOAD_ATTRIBUTE=1', 65 'ENABLE_DOWNLOAD_ATTRIBUTE=1',
66 'ENABLE_DRAGGABLE_REGION=1', 66 'ENABLE_DRAGGABLE_REGION=1',
67 'ENABLE_ENCRYPTED_MEDIA=1', 67 'ENABLE_ENCRYPTED_MEDIA=1',
68 'ENABLE_FILE_SYSTEM=1', 68 'ENABLE_FILE_SYSTEM=1',
69 'ENABLE_FILTERS=1', 69 'ENABLE_FILTERS=1',
70 'ENABLE_FONT_LOAD_EVENTS=1', 70 'ENABLE_FONT_LOAD_EVENTS=1',
71 'ENABLE_GAMEPAD=1', 71 'ENABLE_GAMEPAD=1',
72 'ENABLE_GEOLOCATION=1', 72 'ENABLE_GEOLOCATION=1',
73 'ENABLE_GESTURE_EVENTS=1', 73 'ENABLE_GESTURE_EVENTS=1',
74 'ENABLE_ICONDATABASE=0', 74 'ENABLE_ICONDATABASE=0',
75 'ENABLE_IFRAME_SEAMLESS=1',
76 'ENABLE_INPUT_TYPE_DATE=1', 75 'ENABLE_INPUT_TYPE_DATE=1',
77 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', 76 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1',
78 'ENABLE_INPUT_TYPE_MONTH=1', 77 'ENABLE_INPUT_TYPE_MONTH=1',
79 'ENABLE_INPUT_TYPE_TIME=1', 78 'ENABLE_INPUT_TYPE_TIME=1',
80 'ENABLE_JAVASCRIPT_DEBUGGER=1', 79 'ENABLE_JAVASCRIPT_DEBUGGER=1',
81 'ENABLE_JAVASCRIPT_I18N_API=1', 80 'ENABLE_JAVASCRIPT_I18N_API=1',
82 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', 81 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1',
83 'ENABLE_LEGACY_VENDOR_PREFIXES=0', 82 'ENABLE_LEGACY_VENDOR_PREFIXES=0',
84 'ENABLE_LEGACY_WEB_AUDIO=1', 83 'ENABLE_LEGACY_WEB_AUDIO=1',
85 'ENABLE_LINK_PREFETCH=1', 84 'ENABLE_LINK_PREFETCH=1',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ], 245 ],
247 }], 246 }],
248 ['use_default_render_theme==1', { 247 ['use_default_render_theme==1', {
249 'feature_defines': [ 248 'feature_defines': [
250 'ENABLE_DEFAULT_RENDER_THEME=1', 249 'ENABLE_DEFAULT_RENDER_THEME=1',
251 ], 250 ],
252 }], 251 }],
253 ], 252 ],
254 }, 253 },
255 } 254 }
OLDNEW
« no previous file with comments | « Source/WebCore/html/HTMLIFrameElement.idl ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698