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

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

Issue 13685003: Remove support for the LEGACY_CSS_VENDOR_PREFIXES 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
« no previous file with comments | « no previous file | Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h » ('j') | 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) 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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 #endif 566 #endif
567 567
568 #if !defined(ENABLE_JAVASCRIPT_DEBUGGER) 568 #if !defined(ENABLE_JAVASCRIPT_DEBUGGER)
569 #define ENABLE_JAVASCRIPT_DEBUGGER 1 569 #define ENABLE_JAVASCRIPT_DEBUGGER 1
570 #endif 570 #endif
571 571
572 #if !defined(ENABLE_JAVASCRIPT_I18N_API) 572 #if !defined(ENABLE_JAVASCRIPT_I18N_API)
573 #define ENABLE_JAVASCRIPT_I18N_API 0 573 #define ENABLE_JAVASCRIPT_I18N_API 0
574 #endif 574 #endif
575 575
576 #if !defined(ENABLE_LEGACY_CSS_VENDOR_PREFIXES)
577 #define ENABLE_LEGACY_CSS_VENDOR_PREFIXES 0
578 #endif
579
580 #if !defined(ENABLE_LEGACY_NOTIFICATIONS) 576 #if !defined(ENABLE_LEGACY_NOTIFICATIONS)
581 #define ENABLE_LEGACY_NOTIFICATIONS 0 577 #define ENABLE_LEGACY_NOTIFICATIONS 0
582 #endif 578 #endif
583 579
584 #if !defined(ENABLE_LEGACY_VENDOR_PREFIXES) 580 #if !defined(ENABLE_LEGACY_VENDOR_PREFIXES)
585 #define ENABLE_LEGACY_VENDOR_PREFIXES 0 581 #define ENABLE_LEGACY_VENDOR_PREFIXES 0
586 #endif 582 #endif
587 583
588 #if !defined(ENABLE_LEGACY_VIEWPORT_ADAPTION) 584 #if !defined(ENABLE_LEGACY_VIEWPORT_ADAPTION)
589 #define ENABLE_LEGACY_VIEWPORT_ADAPTION 0 585 #define ENABLE_LEGACY_VIEWPORT_ADAPTION 0
(...skipping 281 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698