| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 #endif | 426 #endif |
| 427 | 427 |
| 428 #if !defined(ENABLE_HIGH_DPI_CANVAS) | 428 #if !defined(ENABLE_HIGH_DPI_CANVAS) |
| 429 #define ENABLE_HIGH_DPI_CANVAS 0 | 429 #define ENABLE_HIGH_DPI_CANVAS 0 |
| 430 #endif | 430 #endif |
| 431 | 431 |
| 432 #if !defined(ENABLE_ICONDATABASE) | 432 #if !defined(ENABLE_ICONDATABASE) |
| 433 #define ENABLE_ICONDATABASE 1 | 433 #define ENABLE_ICONDATABASE 1 |
| 434 #endif | 434 #endif |
| 435 | 435 |
| 436 #if !defined(ENABLE_IFRAME_SEAMLESS) | |
| 437 #define ENABLE_IFRAME_SEAMLESS 1 | |
| 438 #endif | |
| 439 | |
| 440 #if !defined(ENABLE_IMAGE_DECODER_DOWN_SAMPLING) | 436 #if !defined(ENABLE_IMAGE_DECODER_DOWN_SAMPLING) |
| 441 #define ENABLE_IMAGE_DECODER_DOWN_SAMPLING 0 | 437 #define ENABLE_IMAGE_DECODER_DOWN_SAMPLING 0 |
| 442 #endif | 438 #endif |
| 443 | 439 |
| 444 #if !defined(ENABLE_INPUT_MULTIPLE_FIELDS_UI) | 440 #if !defined(ENABLE_INPUT_MULTIPLE_FIELDS_UI) |
| 445 #define ENABLE_INPUT_MULTIPLE_FIELDS_UI 0 | 441 #define ENABLE_INPUT_MULTIPLE_FIELDS_UI 0 |
| 446 #endif | 442 #endif |
| 447 | 443 |
| 448 #if !defined(ENABLE_INPUT_SPEECH) | 444 #if !defined(ENABLE_INPUT_SPEECH) |
| 449 #define ENABLE_INPUT_SPEECH 0 | 445 #define ENABLE_INPUT_SPEECH 0 |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 | 776 |
| 781 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) | 777 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) |
| 782 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" | 778 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" |
| 783 #endif | 779 #endif |
| 784 | 780 |
| 785 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) | 781 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) |
| 786 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" | 782 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" |
| 787 #endif | 783 #endif |
| 788 | 784 |
| 789 #endif /* WTF_FeatureDefines_h */ | 785 #endif /* WTF_FeatureDefines_h */ |
| OLD | NEW |