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

Side by Side Diff: Source/WTF/wtf/FeatureDefines.h

Issue 13646006: Remove the ENABLE_IFRAME_SEAMLESS compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved.
3 * Copyright (C) 2007-2009 Torch Mobile, Inc. 3 * Copyright (C) 2007-2009 Torch Mobile, Inc.
4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved.
5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 #endif 500 #endif
501 501
502 #if !defined(ENABLE_HIGH_DPI_CANVAS) 502 #if !defined(ENABLE_HIGH_DPI_CANVAS)
503 #define ENABLE_HIGH_DPI_CANVAS 0 503 #define ENABLE_HIGH_DPI_CANVAS 0
504 #endif 504 #endif
505 505
506 #if !defined(ENABLE_ICONDATABASE) 506 #if !defined(ENABLE_ICONDATABASE)
507 #define ENABLE_ICONDATABASE 1 507 #define ENABLE_ICONDATABASE 1
508 #endif 508 #endif
509 509
510 #if !defined(ENABLE_IFRAME_SEAMLESS)
511 #define ENABLE_IFRAME_SEAMLESS 1
512 #endif
513
514 #if !defined(ENABLE_IMAGE_DECODER_DOWN_SAMPLING) 510 #if !defined(ENABLE_IMAGE_DECODER_DOWN_SAMPLING)
515 #define ENABLE_IMAGE_DECODER_DOWN_SAMPLING 0 511 #define ENABLE_IMAGE_DECODER_DOWN_SAMPLING 0
516 #endif 512 #endif
517 513
518 #if !defined(ENABLE_INDEXED_DATABASE) 514 #if !defined(ENABLE_INDEXED_DATABASE)
519 #define ENABLE_INDEXED_DATABASE 0 515 #define ENABLE_INDEXED_DATABASE 0
520 #endif 516 #endif
521 517
522 #if !defined(ENABLE_INPUT_MULTIPLE_FIELDS_UI) 518 #if !defined(ENABLE_INPUT_MULTIPLE_FIELDS_UI)
523 #define ENABLE_INPUT_MULTIPLE_FIELDS_UI 0 519 #define ENABLE_INPUT_MULTIPLE_FIELDS_UI 0
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 867
872 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) 868 #if ENABLE(SVG_FONTS) && !ENABLE(SVG)
873 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" 869 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)"
874 #endif 870 #endif
875 871
876 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) 872 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO)
877 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" 873 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)"
878 #endif 874 #endif
879 875
880 #endif /* WTF_FeatureDefines_h */ 876 #endif /* WTF_FeatureDefines_h */
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h » ('j') | Source/WebCore/html/HTMLIFrameElement.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698