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

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

Issue 10970046: Merge 125155 - Disable iframe seamless for m23. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 3 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 | no next file » | 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 # 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'ENABLE_DIRECTORY_UPLOAD=1', 59 'ENABLE_DIRECTORY_UPLOAD=1',
60 'ENABLE_DOWNLOAD_ATTRIBUTE=1', 60 'ENABLE_DOWNLOAD_ATTRIBUTE=1',
61 'ENABLE_ENCRYPTED_MEDIA=1', 61 'ENABLE_ENCRYPTED_MEDIA=1',
62 'ENABLE_FILE_SYSTEM=1', 62 'ENABLE_FILE_SYSTEM=1',
63 'ENABLE_FILTERS=1', 63 'ENABLE_FILTERS=1',
64 'ENABLE_FULLSCREEN_API=1', 64 'ENABLE_FULLSCREEN_API=1',
65 'ENABLE_GAMEPAD=1', 65 'ENABLE_GAMEPAD=1',
66 'ENABLE_GEOLOCATION=1', 66 'ENABLE_GEOLOCATION=1',
67 'ENABLE_GESTURE_EVENTS=1', 67 'ENABLE_GESTURE_EVENTS=1',
68 'ENABLE_ICONDATABASE=0', 68 'ENABLE_ICONDATABASE=0',
69 'ENABLE_IFRAME_SEAMLESS=1', 69 'ENABLE_IFRAME_SEAMLESS=0',
70 'ENABLE_INDEXED_DATABASE=1', 70 'ENABLE_INDEXED_DATABASE=1',
71 'ENABLE_INPUT_TYPE_DATE=1', 71 'ENABLE_INPUT_TYPE_DATE=1',
72 'ENABLE_INPUT_TYPE_DATETIME=1', 72 'ENABLE_INPUT_TYPE_DATETIME=1',
73 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', 73 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1',
74 'ENABLE_INPUT_TYPE_MONTH=1', 74 'ENABLE_INPUT_TYPE_MONTH=1',
75 'ENABLE_INPUT_TYPE_TIME=1', 75 'ENABLE_INPUT_TYPE_TIME=1',
76 'ENABLE_INPUT_TYPE_WEEK=1', 76 'ENABLE_INPUT_TYPE_WEEK=1',
77 'ENABLE_JAVASCRIPT_DEBUGGER=1', 77 'ENABLE_JAVASCRIPT_DEBUGGER=1',
78 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0', 78 'ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0',
79 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', 79 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 ], 223 ],
224 }], 224 }],
225 ['use_harfbuzz_ng==1', { 225 ['use_harfbuzz_ng==1', {
226 'feature_defines': [ 226 'feature_defines': [
227 'WTF_USE_HARFBUZZ_NG=1', 227 'WTF_USE_HARFBUZZ_NG=1',
228 ], 228 ],
229 }], 229 }],
230 ], 230 ],
231 }, 231 },
232 } 232 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698