| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 */ |
| OLD | NEW |